Ben Vargas
783398ecdf
feat(gemini-cli): upgrade to native structured output support ( #1437 )
2025-11-24 18:56:18 +01:00
Ben Vargas
c1df63d722
feat: upgrade ai-sdk-provider-claude-code to v2.2.0 for native structured outputs ( #1436 )
2025-11-24 16:38:50 +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
Ralph Khreish
3d19921ab4
Fix: upgrade fastmcp to latest non-breaking version ( #1422 )
...
Closes [#1413 ](https://github.com/eyaltoledano/claude-task-master/issues/1413 )
Closes [#1411 ](https://github.com/eyaltoledano/claude-task-master/issues/1411 )
2025-11-17 15:45:27 +01:00
Ralph Khreish
e75946b1a9
fix: add temporary patch to fix fastmcp issue asap ( #1421 )
...
Closes #1413
Closes #1411
2025-11-17 15:20:11 +01:00
github-actions[bot]
31965abc7e
Version Packages ( #1416 )
...
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-16 22:21:12 +01:00
Ralph Khreish
9f7989ba4a
Merge pull request #1412 from eyaltoledano/next (0.32.0)
2025-11-16 09:48:59 +01:00
Ralph Khreish
26f77c207b
feat: sort briefs by updated at ( #1409 )
2025-11-15 12:15:07 +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
Ralph Khreish
63134a222c
feat: add tm tags command to remote ( #1386 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-12 20:08:27 +01:00
Ralph Khreish
e59c16c707
feat: upgrade ai sdk provider claude code ( #1398 )
2025-11-12 15:43:52 +01:00
Ralph Khreish
9364ff33b7
chore: fix package-lock
2025-11-07 21:29:28 +01:00
Alex Liu
ac4328ae86
feat: Add proxy support for AI providers ( #1382 )
2025-11-06 11:55:24 +01:00
github-actions[bot]
91e76b1ccc
Version Packages ( #1381 )
...
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-04 11:26:47 +01:00
github-actions[bot]
8905cae1a7
Version Packages ( #1375 )
...
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 20:07:40 +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
819d5e1bc5
feat: add GLM and LMStudio ai providers ( #1360 )
...
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Resolves #1325
2025-10-31 23:47:39 +01:00
Ralph Khreish
3b09b5da2a
fix(core): Fix race condition in workflow state persistence ( #1339 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-31 15:41:21 +01:00
Ralph Khreish
be270ac3d5
chore: fix CI
2025-10-29 16:20:29 +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
5381e21e57
chore: exit pre mode
2025-10-27 10:34:06 +01:00
Ralph Khreish
486ed40215
feat: update task remote ( #1345 )
2025-10-25 19:25:17 +02: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
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
Ralph Khreish
c8228e913b
feat: show brief title when listing brief instead of uuid
...
- add search for brief selection
2025-10-16 19:24:29 +02:00
Ben Coombs
3283506444
fix: enhance findProjectRoot to traverse parent directories ( #1302 )
...
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-14 18:32:10 +02:00
Ralph Khreish
e308cf4f46
chore: exit pre mode
2025-10-13 22:46:24 +02:00
Ralph Khreish
4c1ef2ca94
fix: auth refresh token ( #1299 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-13 21:50:22 +02:00
Ralph Khreish
663aa2dfe9
chore: fix CI
2025-10-12 17:10:24 +02:00
Ralph Khreish
9a22622e9c
chore: cleanup changelog and pre exit
2025-10-11 21:21:04 +02:00
Ralph Khreish
3010b90d98
feat: add claude code plugin support ( #1293 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-11 21:01:10 +02:00
github-actions[bot]
0df6595245
Version Packages ( #1283 )
...
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-07 20:43:13 +02:00
Ralph Khreish
db6f405f23
feat: add api-storage improvements ( #1278 )
2025-10-06 15:23:48 +02:00
Ben Vargas
b43b7ce201
feat: Add Codex CLI provider with OAuth authentication ( #1273 )
...
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-10-05 22:04:45 +02:00
Ralph Khreish
ffe24a2e35
Merge remote-tracking branch 'origin/main' into ralph/chore/update.from.main
2025-10-02 15:11:24 +02:00
Ralph Khreish
604b94baa9
chore: replace dotenv-mono with dotenv and try to fix env variables ( #1261 )
2025-10-02 11:52:25 +02:00
Ralph Khreish
2ea4bb6a81
chore: fix CI
2025-09-30 10:41:43 +02:00
Ralph Khreish
100c3dc47d
chore: apply requested changes
2025-09-30 10:41:43 +02:00
Ralph Khreish
986ac117ae
feat: update grok-cli ai sdk provider to v5 ( #1252 )
2025-09-30 10:41:43 +02:00
tommy-ca
18aa416035
feat: Claude Code AI SDK v5 Integration ( #1114 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-09-30 10:41:43 +02:00
github-actions[bot]
3b3dbabed1
Version Packages ( #1255 )
...
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-09-27 08:56:38 +02:00
github-actions[bot]
b7f32eac5a
Version Packages ( #1249 )
...
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-09-26 01:06:52 +02:00
github-actions[bot]
51a351760c
Version Packages ( #1243 )
...
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-09-24 19:21:21 +02:00
Ralph Khreish
b2ff06e8c5
fix: CI and unit tests
2025-09-23 19:26:02 +02:00
Ralph Khreish
6ab768f6ec
chore: fix CI failure
2025-09-22 22:41:21 +02:00
Ralph Khreish
f487736670
chore: fix CI failing to release ( #1232 )
2025-09-22 22:34:12 +02:00