Ben Vargas
7e6319a56f
chore: add changeset for generateObject migration
2025-10-02 11:54:29 +02:00
Ben Vargas
b0504a00d5
fix: enforce sequential subtask ID numbering in AI prompts
...
Fixed issue where AI was generating inconsistent subtask IDs (101-105, 601-603)
instead of sequential numbering (1, 2, 3...) after the generateObject migration.
Changes:
- Updated all expand-task prompt variants with forceful "CRITICAL" instructions
- Made ID requirements explicit with examples: id={{nextSubtaskId}}, id={{nextSubtaskId}}+1
- Added warning not to use parent task ID in subtask numbering
- Removed parseSubtasksFromText post-processing that was overwriting AI-generated IDs
This ensures subtasks display correctly as X.1, X.2, X.3 format and the
`tm show X.Y` command works as expected.
2025-10-02 11:54:29 +02:00
Ben Vargas
b16023ab2f
feat: Complete generateObject migration with JSON mode support
2025-10-02 11:54:29 +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
3e96387715
chore: fix extension 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
Joe Danziger
0079b7defd
feat: Add Cursor IDE custom slash commands support ( #1215 )
2025-09-26 19:21:16 +02:00
Ralph Khreish
0b2c6967c4
fix: improve subtask & parent task management ( #1251 )
2025-09-26 11:04:38 +02:00
Ralph Khreish
c0682ac795
Merge pull request #1250 from eyaltoledano/chore/merge.main.september
2025-09-26 01:10:57 +02:00
Ralph Khreish
01a7faea8f
Merge remote-tracking branch 'origin/main' into chore/merge.main.september
2025-09-26 01:10:12 +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 >
task-master-ai@0.27.2
extension@0.25.3
2025-09-26 01:06:52 +02:00
Ralph Khreish
044a7bfc98
fix: implement subtask status update functionality ( #1248 )
...
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2025-09-26 01:01:55 +02:00
Ralph Khreish
814265cd33
chore: adjust CI to run on all PRs ( #1244 )
2025-09-24 20:19:09 +02:00
Ralph Khreish
9b7b2ca7b2
Merge pull request #1245 from eyaltoledano/ralph/chore/update.from.main
2025-09-24 20:14:00 +02:00
Ralph Khreish
949f091179
Merge remote-tracking branch 'origin/main' into ralph/chore/update.from.main
2025-09-24 20:10:19 +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 >
task-master-ai@0.27.1
extension@0.25.2
2025-09-24 19:21:21 +02:00
Ralph Khreish
732b2c61ad
Merge pull request #1233 from eyaltoledano/ralph/chore/fix.ci.failure.main
2025-09-24 17:10:42 +02:00
Ralph Khreish
32c2b03c23
Merge pull request #1242 from eyaltoledano/ralph/fix.main.merges
...
fix CI failing to release (#1232 )
2025-09-24 14:28:33 +02:00
Ralph Khreish
3bfd999d81
Merge remote-tracking branch 'origin/main' into ralph/fix.main.merges
2025-09-24 14:28:09 +02:00
Ralph Khreish
9fa79eb026
chore: fix CI failing to release ( #1232 )
2025-09-24 14:26:41 +02:00
Jungwoo Song
875134247a
Add Q Developer CLI at README.md ( #1159 )
2025-09-24 11:06:16 +02:00
Ralph Khreish
4c2801d5eb
chore: run format and fix CI
2025-09-24 11:00:04 +02:00
Ralph Khreish
c911608f60
chore: last round of touchups and bug fixes
2025-09-24 10:57:17 +02:00
github-actions[bot]
8f1497407f
chore: rc version bump
2025-09-23 20:43:32 +00:00
Ralph Khreish
10b64ec6f5
chore: re-enter rc mode for a last pre-release
task-master-ai@0.27.1-rc.1
2025-09-23 22:38:55 +02:00
Ralph Khreish
1a1879483b
chore: do final test
2025-09-23 21:47:37 +02:00
Ralph Khreish
d691cbb7ae
chore: CI fix format
2025-09-23 20:27:41 +02:00
Ralph Khreish
1b7c9637a5
chore: fix CI and tsdown config
2025-09-23 20:24:11 +02:00
Ralph Khreish
9ff5f158d5
chore: fix format
2025-09-23 19:27:57 +02:00
Ralph Khreish
b2ff06e8c5
fix: CI and unit tests
2025-09-23 19:26:02 +02:00
Ralph Khreish
c2fc61ddb3
chore: mintlify fix broken links ( #1237 )
2025-09-23 18:32:51 +02:00
Ralph Khreish
aaacc3dae3
fix: improve docs and command help for analzye-complexity ( #1235 )
2025-09-23 18:19:32 +02:00
Ralph Khreish
46cd5dc186
fix: add installation instructions for claude-code mcp ( #1236 )
2025-09-23 18:16:40 +02:00
github-actions[bot]
49a31be416
docs: Auto-update and format models.md
2025-09-23 15:45:03 +00:00
JeonSeongHyeon
2b69936ee7
fix: update model ID for sonar deep research ( #1192 )
...
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-09-23 17:44:40 +02:00
Ralph Khreish
6438f6c7c8
chore: exit pre-release mode and format
2025-09-23 11:46:20 +02:00
Ralph Khreish
6bbd777552
chore: fix --version weird error
2025-09-23 11:45:46 +02:00
github-actions[bot]
100482722f
chore: rc version bump
2025-09-23 09:10:24 +00:00
Ralph Khreish
7ff882bf23
fix: improve commander instance in commands.js
task-master-ai@0.27.1-rc.0
2025-09-23 11:05:24 +02:00
Ralph Khreish
6ab768f6ec
chore: fix CI failure
2025-09-22 22:41:21 +02:00
Julien Pelletier
b5fe723f8e
Fix/claude code path executable setting ( #1172 )
...
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-09-22 22:39:37 +02:00
Ralph Khreish
f487736670
chore: fix CI failing to release ( #1232 )
2025-09-22 22:34:12 +02:00
olssonsten
d67b81d25d
feat: add MCP timeout configuration for long-running operations ( #1112 )
2025-09-22 19:55:10 +02:00
Ralph Khreish
66c05053c0
Merge pull request #1231 from eyaltoledano/ralph/merge.from.main
2025-09-22 19:54:12 +02:00
Ralph Khreish
d7ab4609aa
chore: fix CI
2025-09-22 19:25:44 +02:00
github-actions[bot]
05f6242f7e
Version Packages ( #1228 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
extension@0.25.0
2025-09-22 19:23:22 +02:00
Ralph Khreish
a58719cf50
Merge pull request #1230 from eyaltoledano/next
2025-09-22 19:20:40 +02:00