Ralph Khreish
87ba3a2a5b
ralph/chore/fix.tests ( #1578 )
2026-01-15 15:46:15 +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
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
github-actions[bot]
f978cb8096
Merge pull request #1529 from eyaltoledano/changeset-release/main
2025-12-17 11:49:48 +01:00
github-actions[bot]
1c5a6c3400
Merge pull request #1516 from eyaltoledano/changeset-release/main
2025-12-14 14:51:07 +01:00
Ralph Khreish
9ee63e01db
feat: add slash commands ( #1461 )
2025-12-13 18:53:14 +01:00
github-actions[bot]
bf26dbd012
Version Packages ( #1487 )
...
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-09 12:24:42 +01:00
Ralph Khreish
0e908be43a
fix: improve branch naming logic for workflow commands ( #1491 )
2025-12-07 19:04:40 +01:00
github-actions[bot]
82761749b5
Version Packages ( #1469 )
2025-12-02 22:00:04 +01:00
Ralph Khreish
d0be0dcfe2
Merge remote-tracking branch 'origin/main' into ralph/merge.from.main.0.36.0.p3
2025-12-01 20:36:30 +01:00
Eyal Toledano
4046b3ca44
feat: Hamster Integration - Cloud Storage, Sentry Telemetry, and Major CLI UX Improvements ( #1452 )
2025-11-30 12:35:49 +01:00
github-actions[bot]
30217ab22f
Version Packages ( #1458 )
...
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-11-27 20:56:18 +01:00
Ralph Khreish
88d356817e
fix: auth refresh issue ( #1450 )
2025-11-26 23:34:57 +01:00
Ralph Khreish
28fcc27411
feat: improve ham connection ( #1451 )
2025-11-26 23:20:44 +01:00
Ralph Khreish
2316e94b28
feat: reintroduce task-master generate command for task file generation ( #1446 )
2025-11-25 18:32:50 +01:00
Ben Vargas
783398ecdf
feat(gemini-cli): upgrade to native structured output support ( #1437 )
2025-11-24 18:56:18 +01:00
Ralph Khreish
522d9af580
Ralph/chore/fix.coderabbit.issues ( #1432 )
2025-11-21 12:40:46 +01:00
Ralph Khreish
e66150e91c
chore: add integration tests to new cli and mcp ( #1430 )
2025-11-20 19:36:17 +01:00
Ralph Khreish
4049f34d5a
feat: implement local-only command checkers for cli and mcp ( #1426 )
2025-11-19 22:08:04 +01:00
github-actions[bot]
fa2abcb697
Version Packages ( #1383 )
...
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-11-15 11:44:09 +01:00
Ralph Khreish
9079d04179
feat: upgrade fastmcp to v3.20.1 with Zod v4 support ( #1406 )
...
Fixes #1404
2025-11-14 12:44:11 +01:00
github-actions[bot]
47c5b1e2ba
Version Packages ( #1367 )
...
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-11-01 11:11:06 +01:00
Ralph Khreish
0c639bd1db
fix: return actual subtask instead of parent task for subtask IDs ( #1358 )
...
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Fixes #1355
2025-10-30 22:21:04 +01:00
github-actions[bot]
00d600ab1c
Version Packages ( #1352 )
...
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-10-27 18:47:46 +01:00
Ralph Khreish
25addf919f
feat: connect get-task and get-tasks to remote ( #1346 )
2025-10-27 15:23:27 +01:00
Ralph Khreish
03b7ef9a0e
chore: refactor tm-core to host more of our "core" commands ( #1331 )
2025-10-21 21:16:15 +02:00
Ralph Khreish
28f8f02d9f
fix: remove invalid empty version fields from workspace packages
...
Removes `"version": ""` from internal workspace packages to fix
changesets validation errors. These private packages don't need
explicit version fields as they use workspace protocol.
Fixes validation errors:
- Package "task-master-ai" must depend on the current version of "@tm/ai-sdk-provider-grok-cli": "" vs "*"
- Package "task-master-ai" must depend on the current version of "@tm/cli": "" vs "*"
- Package "@tm/cli" must depend on the current version of "@tm/core": "" vs "*"
- Package "extension" must depend on the current version of "@tm/core": "" vs "*"
- Package "@tm/mcp" must depend on the current version of "@tm/core": "" vs "*"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-21 13:29:52 +02:00
github-actions[bot]
675cd71c9f
Version Packages ( #1330 )
...
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-10-21 10:46:40 +02:00
Ralph Khreish
dc6652ccd2
fix: temporary fix, revert zod schema definitions for mcp tools to zod v3 ( #1323 )
2025-10-18 18:34:40 +02:00
Ralph Khreish
ccb87a516a
feat: implement tdd workflow ( #1309 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-18 16:29:03 +02:00