Commit Graph

  • 52e13870a1 fix(ai): prefix HTTP status codes onto Azure OpenAI and OpenAI Responses error messages so auto-retry fires on 5xx/429 Mario Zechner 2026-05-18 01:10:54 +02:00
  • 21d80deda2 fix(ai): normalize opencode go reasoning replay Mario Zechner 2026-05-18 01:08:08 +02:00
  • 4275f98b3f feat(coding-agent): fetch portable git bash on windows win-bash-fetcher Armin Ronacher 2026-05-18 00:58:40 +02:00
  • ceacacaa45 chore: add pi-test batch wrapper Armin Ronacher 2026-05-18 00:55:01 +02:00
  • 6b872be2b9 fix(coding-agent): spawn Windows npm shims directly Armin Ronacher 2026-05-18 00:21:09 +02:00
  • ed3904ddd3 fix(ai): switch xiaomi models to openai completions Mario Zechner 2026-05-18 00:14:31 +02:00
  • 266234047a Remove openai-codex fast model variants, they do not work Mario Zechner 2026-05-18 00:02:52 +02:00
  • b256ac7d77 Closes #4342 Mario Zechner 2026-05-17 23:55:25 +02:00
  • 7f3c340dc6 Add [Unreleased] section for next cycle Mario Zechner 2026-05-17 21:03:41 +02:00
  • 12f5c00cc1 Release v0.75.0 v0.75.0 Mario Zechner 2026-05-17 21:02:49 +02:00
  • d5ebc973d0 chore: audit unreleased changelog entries Mario Zechner 2026-05-17 21:00:25 +02:00
  • 2ad5890bb5 Merge pull request #4600 from earendil-works/stream-fn-in-compaction Mario Zechner 2026-05-17 21:00:01 +02:00
  • 238d7530fe Merge branch 'main' into stream-fn-in-compaction Mario Zechner 2026-05-17 20:59:53 +02:00
  • 8e6913711a Merge pull request #4541 from herrnel/fix/explicit-fences Mario Zechner 2026-05-17 20:55:46 +02:00
  • a01cf7afae Merge pull request #4603 from mattiacerutti/fix/openai-codex-model-list Mario Zechner 2026-05-17 20:54:53 +02:00
  • 6730c04a65 Merge pull request #4622 from mattiacerutti/fix/copilot-gpt-thinking-map-fix Mario Zechner 2026-05-17 20:53:42 +02:00
  • c9e7049212 fix(coding-agent): remove global fetch override closes #4619 Mario Zechner 2026-05-17 20:51:26 +02:00
  • 6f931797ca fix(coding-agent): install npm packages in managed root closes #4587 Armin Ronacher 2026-05-17 20:47:39 +02:00
  • 6d474f8c1a fix(ai): cap context-sized default output budgets Mario Zechner 2026-05-17 20:06:59 +02:00
  • 6236ad5077 chore: restore normal issue gate message Mario Zechner 2026-05-17 18:32:39 +02:00
  • 485afc9c3f fix(ai): map copilot gpt minimal thinking to low Mattia Cerutti 2026-05-17 12:18:50 +02:00
  • e2fd651eb9 Updated system-prompt.ts to use xml boundaries during system and context file merging rather than using ## so that agents are less likely to ingest a prompt with inconsistent boundaries. Nelson Herrera 2026-05-16 19:10:09 -07:00
  • 1af823be9d fix(ai): update OpenAI Codex model list Mattia Cerutti 2026-05-17 03:12:19 +02:00
  • 734e08edf8 chore: approve contributor mattiacerutti github-actions[bot] 2026-05-17 00:31:05 +00:00
  • 35f807cfaf fix(coding-agent): route compaction through streamFn Armin Ronacher 2026-05-17 01:57:03 +02:00
  • 2c708492e3 Release v0.74.1 v0.74.1 Mario Zechner 2026-05-17 01:32:48 +02:00
  • 72104d88f9 docs: audit unreleased changelogs Mario Zechner 2026-05-17 01:29:35 +02:00
  • e26fbb3d46 fix(coding-agent): route global fetch through undici dispatcher closes #4519 Mario Zechner 2026-05-17 01:22:09 +02:00
  • bfd6535f7b fix(coding-agent): update clipboard native package Mario Zechner 2026-05-17 01:19:01 +02:00
  • 7bdc1d7944 Merge pull request #4482 from Felixoid/fix-wezterm-kitty-esc Mario Zechner 2026-05-17 00:36:59 +02:00
  • d803768f6a fix(deps): restore lockfile registry metadata Armin Ronacher 2026-05-17 00:30:32 +02:00
  • 27a193070d fix(coding-agent): resolve pnpm global packages Armin Ronacher 2026-05-17 00:08:51 +02:00
  • 43d3cdd48a fix(coding-agent): use configured model scope cycle hint closes #4508 Mario Zechner 2026-05-17 00:03:03 +02:00
  • c5831df689 fix(ai): vendor proxy env resolution Mario Zechner 2026-05-17 00:02:37 +02:00
  • 7afd80d788 fix(coding-agent): pin fd for macos x64 Mario Zechner 2026-05-16 23:39:35 +02:00
  • 5d31e70b8a fix(coding-agent): allow skill names to differ from directories Mario Zechner 2026-05-16 23:38:46 +02:00
  • d0fe8570e9 fix(coding-agent): parse multiline prompt template args Mario Zechner 2026-05-16 23:36:25 +02:00
  • 22a9c484e7 fix(ai): respect model output token limits Mario Zechner 2026-05-16 23:33:06 +02:00
  • 7c5c3d6fd6 fix(ai): detect litellm context overflow errors Mario Zechner 2026-05-16 23:29:22 +02:00
  • 758004d1bb fix(coding-agent): cap resume session metadata loads Mario Zechner 2026-05-16 23:07:55 +02:00
  • 163fd35fd8 chore: approve contributor abhinavmathur-atlan github-actions[bot] 2026-05-16 21:06:50 +00:00
  • 0412f62f9e Merge pull request #4558 from earendil-works/fix/openai-completions-throw-on-missing-finish_reason Mario Zechner 2026-05-16 22:54:42 +02:00
  • 943236c9e6 Merge pull request #4567 from julien-c/fix/extensions-docs-notify-type Mario Zechner 2026-05-16 22:52:31 +02:00
  • 9b65c24c44 Merge pull request #4574 from aliou/docs/custom-provider-overflow-detection Mario Zechner 2026-05-16 22:52:08 +02:00
  • f8d2c8aa6e docs(agent): organize harness design todos Mario Zechner 2026-05-16 22:07:04 +02:00
  • 87881ca686 fix(ai): preserve OpenRouter cached token semantics Armin Ronacher 2026-05-16 11:50:24 +02:00
  • b9ae2590f5 docs(coding-agent): document overflow normalization for custom providers Aliou Diallo 2026-05-16 01:49:04 +02:00
  • b4ee3aaeea docs(agent): document harness hook design Mario Zechner 2026-05-16 01:06:27 +02:00
  • 4f40f62b7b refactor(agent): harden harness session semantics Mario Zechner 2026-05-16 00:32:16 +02:00
  • 656bd2cadf docs(coding-agent): fix invalid notify type in extensions example Julien Chaumond 2026-05-15 20:23:34 +02:00
  • 98ffad0437 fix(ai): openai-completions - throw error on missing finish-reason fix/openai-completions-throw-on-missing-finish_reason Ramiz Wachtler 2026-05-15 15:11:43 +02:00
  • a8af0b5e99 fix(ai): ignore generic GitHub tokens for Copilot auth Mario Zechner 2026-05-15 01:26:31 +02:00
  • 7ddc7dd1ec fix(coding-agent): space interactive errors Mario Zechner 2026-05-15 01:10:56 +02:00
  • 3ca474b15b fix(coding-agent): fix Termux docs code fence Mario Zechner 2026-05-15 01:02:36 +02:00
  • 80c918c247 refactor(agent): isolate node filesystem session dependencies Mario Zechner 2026-05-15 00:53:33 +02:00
  • 0b54c87e24 fix(release): finalize Windows ARM64 binary support Mario Zechner 2026-05-14 22:44:28 +02:00
  • 93708de65d Merge pull request #4458 from brianmichel/brian/add-windows-arm-binary Mario Zechner 2026-05-14 22:41:13 +02:00
  • ac75abee43 Merge pull request #4486 from earendil-works/fix/openai-429-prefer-retry-after-header-over-exponential-backoff Mario Zechner 2026-05-14 21:59:38 +02:00
  • a31ce0f47f refactor(agent): return results from compaction helpers Mario Zechner 2026-05-14 21:56:45 +02:00
  • b7ea82105a refactor(agent): run harness loop directly Mario Zechner 2026-05-14 21:33:34 +02:00
  • 846906e4d1 refactor(agent): add result-based execution env Mario Zechner 2026-05-14 18:26:29 +02:00
  • 9fcf924ac9 docs: add helper inlining rule Mario Zechner 2026-05-14 18:03:06 +02:00
  • 0ae909316a fix(ai): honor retry-after for OpenAI Codex SSE retries fix/openai-429-prefer-retry-after-header-over-exponential-backoff Ramiz Wachtler 2026-05-13 19:26:08 +02:00
  • 40c05f5539 Merge pull request #4473 from apoorvumang/fix/inception-mercury-2-reasoning-off Mario Zechner 2026-05-13 18:48:49 +02:00
  • 7f30fb6136 Address edge-case with kitty protocol in wezterm Mikhail f. Shiryaev 2026-05-13 18:42:05 +02:00
  • a5cca409d8 refactor(ai): use HTTP proxy agents for Bedrock Mario Zechner 2026-05-13 16:12:18 +02:00
  • e3faf41801 fix(tui): cap portrait image render height Mario Zechner 2026-05-13 16:11:40 +02:00
  • c00f1cf130 fix(agent): correct uuidv7 sequence handling Armin Ronacher 2026-05-13 15:53:53 +02:00
  • 8bf2bfab58 fix(coding-agent): align stripAnsi with strip-ansi Armin Ronacher 2026-05-13 15:52:33 +02:00
  • e2b69a0bb1 fix(ai): mark inception/mercury-2 thinkingLevelMap.off as null Apoorv Saxena 2026-05-13 19:16:26 +05:30
  • 3d8fcd612a refactor(ai): replace proxy agent dependencies simpler-proxy Armin Ronacher 2026-05-13 14:44:00 +02:00
  • c08c462461 fix(tui): place image correctly when viewport height < image height (#4461) xu0o0 2026-05-13 20:37:48 +08:00
  • 2e5e3ef462 chore(coding-agent): simplify shrinkwrap generation shrinkwrap-that-shit Armin Ronacher 2026-05-13 14:15:53 +02:00
  • e0b5d27af2 chore(deps): replace cli-highlight (#4468) Armin Ronacher 2026-05-13 12:19:45 +02:00
  • 2829146dde chore(deps): Kill small dependencies (#4467) Armin Ronacher 2026-05-13 10:44:56 +02:00
  • 8da1f3d131 fix(tui): Make markdown.ts more robust to large markdown files (#4463) Nelson Herrera 2026-05-13 01:31:09 -07:00
  • c786efda9d Update bun version to minimum required version for Windows ARM Brian Michel 2026-05-11 09:26:28 -04:00
  • a5cbd8e1aa Add Windows arm64 binary support Brian Michel 2026-05-08 20:17:31 -04:00
  • f2b105dd56 Merge pull request #4379 from Perlence/fix-tui-todo-checkboxes Mario Zechner 2026-05-13 00:17:25 +02:00
  • 6ff6dc6278 Merge pull request #4383 from maximilianzuern/docs/fixToolConfig Mario Zechner 2026-05-13 00:16:50 +02:00
  • 2b895e20cd Merge pull request #4391 from yzhg1983/fix/sdk-example-session-dispose Mario Zechner 2026-05-12 23:50:08 +02:00
  • 5998b57958 Merge pull request #4426 from ofa1/fix/restore-tty-on-uncaught-exception Mario Zechner 2026-05-12 23:48:28 +02:00
  • 64882c6a51 chore(deps): remove unused dependencies (#4453) Armin Ronacher 2026-05-12 23:35:41 +02:00
  • 24e370fde5 Merge remote-tracking branch 'origin/main' Mario Zechner 2026-05-12 23:35:17 +02:00
  • d62c416cfd fix(coding-agent): allow tool expansion during extension confirms Mario Zechner 2026-05-12 23:34:57 +02:00
  • 5ac874c849 fix(coding-agent): retry Anthropic message_stop stream endings Mario Zechner 2026-05-12 23:25:15 +02:00
  • b9637cd622 chore(coding-agent): add publish shrinkwrap Armin Ronacher 2026-05-12 23:09:56 +02:00
  • 2726e57cda chore: approve contributor brianmichel github-actions[bot] 2026-05-12 20:56:58 +00:00
  • 9d84e28692 fix(coding-agent): restore terminal on uncaught exception Omair Ahmed 2026-05-11 16:27:27 -04:00
  • 3d9e14d748 fix(compaction): clamp summary output tokens Armin Ronacher 2026-05-11 16:36:27 +02:00
  • d68011dab1 fix(coding-agent): dispose SDK example sessions Michael Yu 2026-05-10 23:40:12 +08:00
  • 68deecfb4f minor fix in body Maximilian 2026-05-11 00:45:30 +02:00
  • 74739567b9 fix tool config in SDK docs Maximilian 2026-05-11 00:32:19 +02:00
  • df72d5eefe fix inconsistency in README Maximilian 2026-05-11 00:16:46 +02:00
  • 4eadc8fd3e fix tool config in example in SDK README.md Maximilian 2026-05-10 23:34:28 +02:00
  • c3ce1d33d4 fix tool config in example in sdk.ts Maximilian 2026-05-10 23:32:15 +02:00
  • 863341fbf5 fix(tui): render the checkboxes in the to-do list items Sviatoslav Abakumov 2026-05-10 22:14:43 +04:00
  • f348a06294 test(agent): cover harness stream configuration Mario Zechner 2026-05-10 19:10:54 +02:00
  • c0f416aabc feat(agent): add harness stream configuration Mario Zechner 2026-05-10 18:12:59 +02:00
  • f8d0fa67dc fix(coding-agent): share theme across package scopes Mario Zechner 2026-05-10 18:12:40 +02:00