Utkarsh Kankal
6eaa84179e
fix: claude typo ( #1604 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-23 18:20:25 +01:00
Ben Coombs
4b515c60b2
fix: Add missing loadTUI function for no-argument invocation ( #1592 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com >
Fixes #1589
2026-01-21 18:46:31 +01:00
Crunchyman-ralph
129bc8fa7b
chore: rc version bump [skip ci]
2026-01-15 16:58:36 +00:00
Ralph Khreish
68aac14dae
test(cli): fix and improve LoopCommand tests ( #1579 )
2026-01-15 16:30:31 +01:00
Ralph Khreish
87ba3a2a5b
ralph/chore/fix.tests ( #1578 )
2026-01-15 15:46:15 +01:00
github-actions[bot]
d4680f446d
docs: Auto-update and format models.md
2026-01-15 14:42:08 +00:00
Ralph Khreish
940ab587e5
fix(models): update Codex CLI supported models to match current availability ( #1580 )
2026-01-15 15:41:53 +01:00
Ben Coombs
6c3a92c439
feat(list): Add --ready and --blocking filters to identify parallelizable tasks ( #1533 )
...
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com >
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
- fixes #1532
2026-01-14 22:59:19 +01:00
Ralph Khreish
097c8edcb0
fix(loop): improve error handling and use dangerously-skip-permissions ( #1576 )
2026-01-14 20:51:21 +01:00
Nithikesh1100
a369c2a1a7
Update link for Microsoft Research RPG Paper ( #1574 )
...
Fix : #1570
2026-01-14 19:22:00 +01:00
Ben Coombs
4cfde1c3d5
fix: adopt modifyJson pattern for atomic read-modify-write operations ( #1569 )
...
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com >
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
Resolves issue #1568 .
2026-01-14 19:20:55 +01:00
Ralph Khreish
e762e4f646
fix(loop): make Docker sandbox opt-in and preserve progress file
...
- Add --sandbox flag to loop command (default: use plain claude -p)
- Append to progress.txt instead of overwriting between runs
- Display execution mode (Docker sandbox vs Claude CLI) in output
2026-01-14 19:16:11 +01:00
Ben Coombs
3cc6174b47
fix: Add cross-process file locking to prevent race conditions ( #1566 )
...
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com >
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2026-01-13 21:22:59 +01:00
Ralph Khreish
85b24d09f7
Merge pull request #1575 from eyaltoledano/ralph/chore/update.from.main.0.41.0
2026-01-13 20:20:41 +01:00
github-actions[bot]
c2a680617d
Version Packages ( #1573 )
...
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 >
task-master-ai@0.41.0
2026-01-11 20:58:40 +01:00
Ralph Khreish
14df8ad405
Release 0.41.0 ( #1559 )
2026-01-11 20:35:36 +01:00
Ralph Khreish
c2d6c18a96
feat(cli): implement loop command ( #1571 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 01:47:52 +01:00
TheLazyIndianTechie
1befc6a341
Handle missing jsonSchema export in AI SDK ( #1556 )
2026-01-06 17:33:12 +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
github-actions[bot]
8d4ac0b646
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 >
task-master-ai@0.40.1
2025-12-28 10:04:41 +01:00
Ralph Khreish
fca94e6141
Merge pull request #1546 from eyaltoledano/next (Release 0.41.0)
2025-12-28 09:45:03 +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
github-actions[bot]
f961235442
Merge pull request #1540 from eyaltoledano/changeset-release/main
task-master-ai@0.40.0
2025-12-19 13:14:48 +01:00
Ralph Khreish
a4bde62ba9
Release 0.40.0 ( #1539 )
...
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
Co-authored-by: Eyal Toledano <eyal@microangel.so >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-18 22:07:53 +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