Commit graph

  • 9ddbafb03a fix(coding-agent): update test expectations after registerFlag -- prefix removal mom 2026-01-11 11:44:19 +00:00
  • 08aa7a7dad docs(coding-agent): add attribution for PR #625 mom 2026-01-11 11:38:18 +00:00
  • 925ed89af1
    Merge pull request #625 from nicobailon/feat/set-working-message Mario Zechner 2026-01-11 12:36:50 +01:00
  • 271b49da3c feat: add ctx.ui.setWorkingMessage() extension API Nico Bailon 2026-01-10 21:02:41 -08:00
  • 016a24e9a1 Add [Unreleased] section for next cycle Mario Zechner 2026-01-11 04:11:34 +01:00
  • 31fe16f2e7 Release v0.42.5 Mario Zechner 2026-01-11 04:10:49 +01:00
  • fa8076bb3d docs(coding-agent): add tui fixes to changelog Mario Zechner 2026-01-11 04:07:03 +01:00
  • 178a3a563f fix(tui): handle split Shift+Enter in VS Code Mario Zechner 2026-01-11 04:03:28 +01:00
  • f0fd0a7d6a fix(mom): use coding-agent SessionManager instead of custom MomSessionManager Mario Zechner 2026-01-11 03:47:24 +01:00
  • 6db2d0770a
    Merge pull request #621 from kaofelix/fix-register-flag-docs Mario Zechner 2026-01-11 03:19:29 +01:00
  • eb15f326c1 fix(tui): skip key release/repeat check for bracketed paste content Ogulcan Celik 2026-01-11 04:51:44 +03:00
  • df3a220d6b fix(tui): reduce flicker by only re-rendering changed lines (#617) Ogulcan Celik 2026-01-11 03:02:35 +01:00
  • 3bb115a39c fix(tui): cursor position tracking when content shrinks with unchanged lines Mario Zechner 2026-01-11 03:00:23 +01:00
  • d7394eb109 Fix TUI rendering with wrong dimensions after suspend/resume Mario Zechner 2026-01-11 02:47:28 +01:00
  • 019ad0ec11 Fix /changelog adding 'What's New' to footer permanently Mario Zechner 2026-01-11 02:23:04 +01:00
  • 6d60302646 fix(coding-agent): remove -- from registerFlag calls Kao Félix 2026-01-11 02:21:15 +01:00
  • 0d2731cf6b Remove built-in tool override warning, closes #615 Mario Zechner 2026-01-11 02:18:54 +01:00
  • 2787638561 Remove built-in tool override warning, closes #615 Mario Zechner 2026-01-11 02:18:36 +01:00
  • 65b72cc514
    Merge pull request #618 from tmustier/fix-codex-stream-originator Mario Zechner 2026-01-11 01:58:54 +01:00
  • d3a457dc95 fix(ai): update codex stream originator test Thomas Mustier 2026-01-10 21:54:21 +00:00
  • bd82d06de2
    Merge pull request #614 from mitsuhiko/auto-complete-model Mario Zechner 2026-01-10 22:07:49 +01:00
  • 5cf0490383 Add support for /model autocomplete Armin Ronacher 2026-01-10 20:27:29 +01:00
  • c95b132fcc Add [Unreleased] section for next cycle Mario Zechner 2026-01-10 13:56:55 +01:00
  • 345de59833 Release v0.42.4 Mario Zechner 2026-01-10 13:56:11 +01:00
  • 7293d7cb82 fix(coding-agent): UTF-8 corruption in remote bash execution Mario Zechner 2026-01-10 13:55:02 +01:00
  • ec83d91473 fix(ai): resolve OAuth tool names via context Mario Zechner 2026-01-10 13:45:08 +01:00
  • 79ed50e0db chore(coding-agent): add changelog for bash hint Mario Zechner 2026-01-10 13:36:13 +01:00
  • 52e2b4e780
    Merge pull request #610 from tallshort/fix/expand-hint Mario Zechner 2026-01-10 13:34:30 +01:00
  • 3743ebc03d Add [Unreleased] section for next cycle Mario Zechner 2026-01-10 13:28:10 +01:00
  • 2a04b0fb28 Release v0.42.3 Mario Zechner 2026-01-10 13:27:28 +01:00
  • 232749ee52 Remove copy-assets.js build step (prompt now bundled in .ts) Mario Zechner 2026-01-10 13:26:46 +01:00
  • 6dcb64565a Prepare for alternative Codex harness certification Mario Zechner 2026-01-10 13:22:10 +01:00
  • 7a8ea9020f fix(coding-agent): show '(ctrl+o to collapse)' hint for bash output when expanded Jian Zhang 2026-01-10 18:50:54 +08:00
  • 11dd2f476b Add [Unreleased] section for next cycle Mario Zechner 2026-01-10 01:43:32 +01:00
  • 0c02f5c053 Release v0.42.2 Mario Zechner 2026-01-10 01:42:46 +01:00
  • cf922b01b4 docs: update changelogs and clarify lockstep versioning in AGENTS.md Mario Zechner 2026-01-10 01:41:48 +01:00
  • d82df76222 docs: add supportsUsageInStreaming to compat table Mario Zechner 2026-01-10 01:16:52 +01:00
  • 14be8efba8 Merge PR #596: Add supportsUsageInStreaming compat flag Mario Zechner 2026-01-10 00:34:29 +01:00
  • 52ce113754 Add supportsUsageInStreaming compat flag for OpenAI-compatible providers Mario Zechner 2026-01-10 00:34:06 +01:00
  • a613306e11 fix(ai): disable strict mode for OpenAI completions tool schemas Mario Zechner 2026-01-10 00:19:02 +01:00
  • fe98895706 Better error messages on OpenRouter via openai-completions Mario Zechner 2026-01-10 00:09:51 +01:00
  • c84f2f25de Fix lint warnings: use literal keys instead of bracket notation Mario Zechner 2026-01-09 23:54:50 +01:00
  • c39250d0df Fix Google Cloud Code Assist OAuth for paid subscriptions Mario Zechner 2026-01-09 23:32:46 +01:00
  • c7bac7583c Fix OAuth using Google Cloud Code Assist. cmf 2026-01-09 16:27:27 +13:00
  • 498958a92a Updated AGENTS.md Mario Zechner 2026-01-09 23:15:14 +01:00
  • dbd82df5af docs: add PR workflow rules Mario Zechner 2026-01-09 23:11:19 +01:00
  • 63f3e609e7
    Merge pull request #606 from badlogic/chore/changelog-footer-data-provider Mario Zechner 2026-01-09 23:08:03 +01:00
  • 4afbf4291f chore(coding-agent): add footer data provider changelog Mario Zechner 2026-01-09 23:04:20 +01:00
  • 22b2a18952
    Merge pull request #600 from nicobailon/feature/footer-data-provider Mario Zechner 2026-01-09 22:46:23 +01:00
  • e8eb4c254a feat: add search parameter and auto-select to /model command Mario Zechner 2026-01-09 22:39:15 +01:00
  • 92eb6665fe
    feat: add API pricing for antigravity models (#588) Aadish Verma 2026-01-09 13:20:51 -08:00
  • b4b9cc2a80 Rebuild prompt widget on resume Mario Zechner 2026-01-09 22:19:55 +01:00
  • 35690f6d1a Merge branch 'fix/lazy-homedir-env-first' Mario Zechner 2026-01-09 22:09:27 +01:00
  • 4c68ab6eab chore: update prompt-url widget Mario Zechner 2026-01-09 22:09:05 +01:00
  • e2d14cdc23 Add spacing before aborted messages Mario Zechner 2026-01-09 21:48:43 +01:00
  • 62a423a218 Adjust widget spacing with empty state Mario Zechner 2026-01-09 21:42:44 +01:00
  • b95cb7503e Add PR/issue widget metadata and spacing Mario Zechner 2026-01-09 21:40:29 +01:00
  • 32dd0d3cc4 Add changelog entries for PR 598 Mario Zechner 2026-01-09 20:50:23 +01:00
  • 58b903690b
    Set strict parameter to false in OpenAI response mapping (#598) gnattu 2026-01-10 03:32:58 +08:00
  • 902d5d3d05
    Add Alt+Up hotkey to restore queued messages (#604) Thomas Mustier 2026-01-09 19:31:51 +00:00
  • 60f5a03576 Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 20:24:50 +01:00
  • d856bb097c Release v0.42.1 Mario Zechner 2026-01-09 20:24:10 +01:00
  • cfef1069bb
    fix(coding-agent): follow symlinked directories in prompt template loading (#601) Aliou Diallo 2026-01-09 18:41:42 +01:00
  • fbc4e89f84
    fix(ai): skip zen tests when OPENCODE_API_KEY is not set (#605) Thomas Mustier 2026-01-09 17:41:12 +00:00
  • 7b902612e9 feat(coding-agent): add FooterDataProvider for git branch and extension statuses Nico Bailon 2026-01-08 23:52:34 -08:00
  • b4351040a7
    pi pi pi pew (#594) Helmut Januschka 2026-01-09 12:43:00 +01:00
  • 732d46123b fix for gatewayz provider xes garcia 2026-01-09 10:58:05 +01:00
  • d2882c2643 Resolve os.homedir() lazily instead of at module load time jhyang 2026-01-09 15:31:24 +08:00
  • 5eb53cdb9e Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 07:00:09 +01:00
  • 0752995424 Release v0.42.0 Mario Zechner 2026-01-09 06:59:26 +01:00
  • 97d0189eae Add OpenCode Zen provider support Mario Zechner 2026-01-09 06:58:20 +01:00
  • 98b25baf4d Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 06:07:35 +01:00
  • ec9def84ef Release v0.41.0 Mario Zechner 2026-01-09 06:06:54 +01:00
  • 342d896881 Add changelog entry for Anthropic OAuth restoration Mario Zechner 2026-01-09 06:02:20 +01:00
  • 19b5663340 Revert "Remove Anthropic OAuth support" Mario Zechner 2026-01-09 06:00:20 +01:00
  • f745321169 Clean-up. Mario Zechner 2026-01-09 05:23:08 +01:00
  • 439385afbc Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 05:12:52 +01:00
  • ebd661fe13 Release v0.40.1 Mario Zechner 2026-01-09 05:11:49 +01:00
  • f5e6bcac1b Remove Anthropic OAuth support Mario Zechner 2026-01-09 05:10:33 +01:00
  • 2e362fbfd2 Make mac-system-theme extension async to avoid blocking keyboard input Mario Zechner 2026-01-09 00:49:31 +01:00
  • 0cf4e1dbf9 Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 00:44:14 +01:00
  • 070ef9c771 Release v0.40.0 Mario Zechner 2026-01-09 00:43:32 +01:00
  • e0e66a3054 Add documentation on component invalidation and theme changes Mario Zechner 2026-01-09 00:42:33 +01:00
  • 45a6c394ca Fix components not rebuilding content on theme change Mario Zechner 2026-01-09 00:40:57 +01:00
  • 36fbce85c2 Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 00:34:20 +01:00
  • 39bfbb125c Release v0.39.1 Mario Zechner 2026-01-09 00:33:39 +01:00
  • 37378fb346 Fix setTheme not triggering rerender, improve mac-system-theme example Mario Zechner 2026-01-09 00:32:41 +01:00
  • e5e944475d Poll macOS system theme every 2 seconds in mac-system-theme extension Mario Zechner 2026-01-09 00:18:59 +01:00
  • 307f9b4169 Add [Unreleased] section for next cycle Mario Zechner 2026-01-09 00:10:41 +01:00
  • c25f1eab64 Release v0.39.0 Mario Zechner 2026-01-09 00:10:00 +01:00
  • c5b97d7a2f feat(coding-agent): add interactive-shell.ts extension example Mario Zechner 2026-01-09 00:08:52 +01:00
  • ef7c52ffa1 chore: fix template literal lint, update AGENTS.md to require fixing all check output Mario Zechner 2026-01-08 23:44:26 +01:00
  • 2dfc13e455 chore: format Mario Zechner 2026-01-08 23:41:17 +01:00
  • a9ab7be92f chore(coding-agent): update shx to 0.4.0 to fix deprecated glob/inflight warnings Mario Zechner 2026-01-08 23:40:27 +01:00
  • af2d8509e6 Fix --no-skills flag not preventing skills from loading Mario Zechner 2026-01-08 23:32:57 +01:00
  • c865ec1d19
    fix(coding-agent): --no-skills flag not preventing skills from loading (#577) Carlos Villela 2026-01-08 14:40:05 -08:00
  • ec1ee7ddc6 docs: add overlay documentation, mark as experimental Mario Zechner 2026-01-08 22:44:12 +01:00
  • f9064c2f69 feat(tui): add overlay compositing for ctx.ui.custom() (#558) Mario Zechner 2026-01-08 22:40:42 +01:00
  • 121823c74d feat(coding-agent): add user_bash event and theme API extensions Mario Zechner 2026-01-08 21:50:56 +01:00
  • 16e142ef7d fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff Mario Zechner 2026-01-08 21:19:16 +01:00