Commit Graph

463 Commits

Author SHA1 Message Date
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
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
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
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
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
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
github-actions[bot]
f978cb8096 Merge pull request #1529 from eyaltoledano/changeset-release/main 2025-12-17 11:49:48 +01:00
Ralph Khreish
5c572f0298 chore: exit pre-release mode 2025-12-17 00:06:13 +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
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
github-actions[bot]
1c5a6c3400 Merge pull request #1516 from eyaltoledano/changeset-release/main 2025-12-14 14:51:07 +01:00
Ralph Khreish
ce784cddd6 chore: exit pre-release mode and prepare for release 2025-12-14 01:58:04 +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
Crunchyman-ralph
79aab80be4 chore: rc version bump [skip ci] 2025-12-13 09:44:47 +00: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
Ben Vargas
69ac46351e feat: add GPT-5.1, GPT-5.2, and xhigh reasoning support for OpenAI models (#1508) 2025-12-12 21:00:12 +01:00
Ralph Khreish
d637d10816 Merge remote-tracking branch 'origin/main' into ralph/chore/update.dec.10.p1 2025-12-10 13:03:19 +01:00
github-actions[bot]
bd6903fe68 chore: rc version bump 2025-12-09 13:40:14 +00: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
071dfc6be9 fix: resolve login issues for users with CLI authentication blocked by browsers or firewalls (#1492) 2025-12-08 22:42:39 +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]
90401387f5 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-04 18:49:41 +01:00
Ralph Khreish
b0199f1cfa fix: improve auth-related error handling (#1477) 2025-12-04 18:12:59 +01:00
Ralph Khreish
4c4043729e chore: exit pre-mode and prepare for release 2025-12-04 15:34:43 +01:00
github-actions[bot]
dcb26ef2db chore: rc version bump 2025-12-03 22:11:09 +00:00
Ralph Khreish
523f4bdb71 fix: increase brief-selection page size (#1478) 2025-12-03 14:34:38 +01:00
github-actions[bot]
82761749b5 Version Packages (#1469) 2025-12-02 22:00:04 +01:00
Ralph Khreish
fa8e0222ec chore: exit pre-mode 2025-12-02 20:47:52 +01:00
github-actions[bot]
8ab4c7bab7 chore: rc version bump 2025-12-02 18:47:03 +00: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
github-actions[bot]
fcfa623a22 chore: rc version bump 2025-11-30 18:43:19 +00:00
Ralph Khreish
55595f680c chore: run npm install (#1463) 2025-11-30 19:41:24 +01:00
github-actions[bot]
61f33356ea chore: rc version bump 2025-11-30 11:37:44 +00: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
9e934650b7 chore: prepare for release 2025-11-27 20:30:36 +01:00
github-actions[bot]
e8802ffc76 chore: rc version bump 2025-11-26 22:43:38 +00:00