Commit Graph

1169 Commits

Author SHA1 Message Date
Ralph Khreish
8913342592 feat: fix context7 mcp tool calling mode
- todo, upgrade to ai sdk v6 (openrouter not upgraded to ai sdk v6 yet, waiting on that)
2026-01-06 17:29:52 +01:00
Claude
af20b4250b feat: add @tm/ai-tools package with Context7 MCP integration
Adds a new package @tm/ai-tools that provides AI SDK tool integrations
for Task Master. Starts with Context7 MCP support for documentation
lookup capabilities.

Package features:
- createContext7Tools() - Creates MCP client for Context7 documentation
- createMCPTools() - Auto-detects and combines available MCP tools
- isContext7Available() - Checks if CONTEXT7_API_KEY is configured
- getAvailableMCPTools() - Lists available MCP tool sources

Usage:
import { createContext7Tools } from '@tm/ai-tools/context7';
import { createMCPTools } from '@tm/ai-tools';

The package uses @ai-sdk/mcp for MCP client functionality.
2026-01-06 17:19:55 +01:00
Bryan Thompson
9a6fa1bd2a feat: Add tool annotations for improved LLM tool understanding (#1543)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: triepod-ai <noreply@github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: triepod-ai <199543909+triepod-ai@users.noreply.github.com>
2026-01-02 12:45:28 +01:00
Ralph Khreish
1d8d72315f fix: validate AI task response before spreading object
Move validation check before object spread to properly catch null/malformed
task responses. Previously crashed with "Cannot read properties of null"
instead of the intended "Received invalid task object from AI" error.
2025-12-30 12:04:55 +01:00
Ralph Khreish
2f101cae4a chore: fix CI 2025-12-30 12:04:55 +01:00
claude[bot]
226678b93a fix: remove .default() from Zod schemas for OpenAI strict JSON schema validation
Fixes #1552

OpenAI's structured outputs API requires all properties to be in the
'required' array of JSON Schema. Zod's .default() makes fields optional,
causing codex-cli provider to fail with 'Missing dependencies' error.

Changes:
- Removed .default() from SubtaskSchema, BaseTaskSchema, UpdatedTaskSchema
- Added application-level default handling in expand-task, update-task-by-id,
  update-tasks, and parse-prd-streaming
- Ensures all schema properties are marked as required for OpenAI compatibility
- Maintains backward compatibility by applying defaults when AI doesn't provide values

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
2025-12-30 12:04:55 +01:00
github-actions[bot]
0729635fe4 Version Packages (#1551)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-12-30 12:04:55 +01:00
Ralph Khreish
98087acae9 feat: improve CLI update check with caching (#1549) 2025-12-26 22:31:17 +01:00
Ralph Khreish
6c03e694c6 Merge pull request #1547 from eyaltoledano/ralph/chore/update.from.main.dec.24 2025-12-24 13:33:02 +01:00
github-actions[bot]
db8165cb65 Merge pull request #1540 from eyaltoledano/changeset-release/main 2025-12-24 13:30:59 +01:00
Ralph Khreish
a0007a3575 feat(project-root): enhance project root detection with boundary markers (#1545) 2025-12-24 13:26:48 +01:00
Ralph Khreish
3f489d8116 chore: fix claude codes updater workflow (#1544) 2025-12-22 18:02:26 +01:00
Crunchyman-ralph
feba156067 chore: rc version bump [skip ci] 2025-12-22 09:46:30 +00:00
Momchil Dimitrov Georgevski
b817d6f9f2 Fix/vertex auth service account (#1542) 2025-12-22 10:29:49 +01:00
Ralph Khreish
fc1a79f256 fix: Add .strict() to all Zod schemas for OpenAI structured outputs compatibility (#1523)
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Fixes #1522
Fixes #1541
2025-12-22 10:19:19 +01:00
Ralph Khreish
74f9c2e27b chore: exit rc mode 2025-12-18 21:30:06 +01:00
Crunchyman-ralph
8b98472f26 chore: rc version bump [skip ci] 2025-12-18 20:19:11 +00:00
github-actions[bot]
0e6e412ed0 docs: Auto-update and format models.md 2025-12-18 20:17:27 +00:00
Ralph Khreish
a2d563991d feat(models): add Gemini 3 Flash Preview and improve model search (#1538) 2025-12-18 21:17:16 +01:00
Ralph Khreish
7340c9563e Merge pull request #1537 from eyaltoledano/ralph/chore/update.from.main.dec.18.p2 2025-12-18 21:11:55 +01:00
Ralph Khreish
68be386172 Merge remote-tracking branch 'origin/main' into ralph/chore/update.from.main.dec.18.p2 2025-12-18 20:38:07 +01:00
Eyal Toledano
38c2c08af1 feat(cli): add --watch flag to list command for real-time updates (#1526)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Fixes #1526 PR review comments from CodeRabbit and changeset-bot
2025-12-18 20:11:40 +01:00
Ralph Khreish
4d1ed20345 Ralph/feat/add.auto.rules.add (#1535) 2025-12-18 20:03:40 +01:00
Ralph Khreish
73e3fe8dd3 feat(core): improve project root detection with boundary markers (#1531) 2025-12-18 18:06:39 +01:00
github-actions[bot]
f978cb8096 Merge pull request #1529 from eyaltoledano/changeset-release/main task-master-ai@0.39.0 2025-12-17 11:49:48 +01:00
Ralph Khreish
897764a518 Merge pull request #1527 from eyaltoledano/next 2025-12-17 00:20:51 +01:00
Ralph Khreish
416ebc4ea0 chore: apply coderabbit requested changes pre-0.39.0 (#1528) 2025-12-17 00:13:08 +01:00
Ralph Khreish
5c572f0298 chore: exit pre-release mode 2025-12-17 00:06:13 +01:00
Ralph Khreish
2cbdf11d32 chore: apply coderabbit requested changes pre-0.39.0 2025-12-17 00:05:49 +01:00
Crunchyman-ralph
a1170c5173 chore: rc version bump [skip ci] 2025-12-16 22:25:53 +00:00
Ralph Khreish
1c2228dbb6 feat(profiles): auto-enable deferred MCP loading for Claude Code (#1525) 2025-12-16 23:12:24 +01:00
github-actions[bot]
e7b9f82f21 docs: Auto-update and format models.md 2025-12-16 15:14:35 +00:00
Ralph Khreish
4b6570e300 fix: support Azure provider with reasoning models (#1310)
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Fixes #638
2025-12-16 16:14:24 +01:00
Ralph Khreish
353e3bffd6 feat(core,cli): surface rich AI implementation metadata for remote tasks (#1521) 2025-12-16 13:00:22 +01:00
Ralph Khreish
8cd9dc09d5 Merge pull request #1520 from eyaltoledano/ralph/chore/update.main.dec.15 2025-12-15 13:45:03 +01:00
github-actions[bot]
1c5a6c3400 Merge pull request #1516 from eyaltoledano/changeset-release/main task-master-ai@0.38.0 2025-12-14 14:51:07 +01:00
Ralph Khreish
4de44bccb5 Merge pull request #1512 from eyaltoledano/next (Release 0.38.0) 2025-12-14 12:42:14 +01:00
Ralph Khreish
ce784cddd6 chore: exit pre-release mode and prepare for release 2025-12-14 01:58:04 +01:00
Ralph Khreish
fff280d369 Merge pull request #1515 from eyaltoledano/ralph/chore/update.main.dec.14 2025-12-14 01:57:04 +01:00
Ralph Khreish
ad10cf584e chore: fix changelog 2025-12-14 01:55:57 +01:00
Ralph Khreish
b0efd2e0ef Merge remote-tracking branch 'origin/main' into ralph/chore/update.main.dec.14 2025-12-14 01:55:21 +01:00
Ralph Khreish
bcfee5ad6f Merge pull request #1514 from eyaltoledano/ralph/chore/update.main 2025-12-14 01:52:13 +01:00
github-actions[bot]
b64687349f Version Packages (#1506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-12-14 01:51:49 +01:00
Crunchyman-ralph
cec68dcb65 chore: rc version bump [skip ci] 2025-12-13 17:55:43 +00:00
Ralph Khreish
9ee63e01db feat: add slash commands (#1461) 2025-12-13 18:53:14 +01:00
Ralph Khreish
889d1f03ad Merge pull request #1511 from eyaltoledano/ralph/chore/fix.pre-release.ci.p2 2025-12-13 10:45:45 +01:00
Crunchyman-ralph
79aab80be4 chore: rc version bump [skip ci] 2025-12-13 09:44:47 +00:00
Ralph Khreish
333b318242 chore: improve CI for trusted publishing 2025-12-13 10:39:11 +01:00
Ralph Khreish
c48cbf2998 chore: fix broken release CI (#1510) 2025-12-13 10:28:29 +01:00
github-actions[bot]
2ed8f5924b Version Packages (#1506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-12-13 10:28:26 +01:00