Mario Zechner
7293d7cb82
fix(coding-agent): UTF-8 corruption in remote bash execution
...
Applied streaming TextDecoder fix to executeBashWithOperations(), matching
the fix in executeBash() from PR #433 . Remote execution (SSH, containers)
was still using Buffer.toString() which corrupts multi-byte UTF-8 sequences
split across chunk boundaries.
fixes #608
2026-01-10 13:55:02 +01:00
Mario Zechner
ec83d91473
fix(ai): resolve OAuth tool names via context
2026-01-10 13:45:08 +01:00
Mario Zechner
79ed50e0db
chore(coding-agent): add changelog for bash hint
2026-01-10 13:36:13 +01:00
Mario Zechner
52e2b4e780
Merge pull request #610 from tallshort/fix/expand-hint
...
fix(coding-agent): show '(ctrl+o to collapse)' hint for bash output when expanded
2026-01-10 13:34:30 +01:00
Mario Zechner
3743ebc03d
Add [Unreleased] section for next cycle
2026-01-10 13:28:10 +01:00
Mario Zechner
2a04b0fb28
Release v0.42.3
2026-01-10 13:27:28 +01:00
Mario Zechner
232749ee52
Remove copy-assets.js build step (prompt now bundled in .ts)
2026-01-10 13:26:46 +01:00
Mario Zechner
6dcb64565a
Prepare for alternative Codex harness certification
2026-01-10 13:22:10 +01:00
Jian Zhang
7a8ea9020f
fix(coding-agent): show '(ctrl+o to collapse)' hint for bash output when expanded
2026-01-10 18:50:54 +08:00
Mario Zechner
11dd2f476b
Add [Unreleased] section for next cycle
2026-01-10 01:43:32 +01:00
Mario Zechner
0c02f5c053
Release v0.42.2
2026-01-10 01:42:46 +01:00
Mario Zechner
cf922b01b4
docs: update changelogs and clarify lockstep versioning in AGENTS.md
2026-01-10 01:41:48 +01:00
Mario Zechner
d82df76222
docs: add supportsUsageInStreaming to compat table
2026-01-10 01:16:52 +01:00
Mario Zechner
14be8efba8
Merge PR #596 : Add supportsUsageInStreaming compat flag
2026-01-10 00:34:29 +01:00
Mario Zechner
52ce113754
Add supportsUsageInStreaming compat flag for OpenAI-compatible providers
...
Renamed from supportsStreamOptions to clarify this controls stream_options: { include_usage: true }.
Defaults to true (no behavioral change for existing providers).
Providers like gatewayz.ai that reject this parameter can set supportsUsageInStreaming: false in model config.
Based on #596 by @XesGaDeus
2026-01-10 00:34:06 +01:00
Mario Zechner
a613306e11
fix(ai): disable strict mode for OpenAI completions tool schemas
...
OpenRouter with models like openai/gpt-5.2 enforces strict mode which
requires all properties in the required array. Setting strict: false
allows optional parameters without null unions, matching the approach
already used in openai-responses.ts.
2026-01-10 00:19:02 +01:00
Mario Zechner
fe98895706
Better error messages on OpenRouter via openai-completions
2026-01-10 00:09:51 +01:00
Mario Zechner
c84f2f25de
Fix lint warnings: use literal keys instead of bracket notation
2026-01-09 23:54:50 +01:00
Mario Zechner
c39250d0df
Fix Google Cloud Code Assist OAuth for paid subscriptions
...
- Properly handle long-running operations for project provisioning
- Support GOOGLE_CLOUD_PROJECT / GOOGLE_CLOUD_PROJECT_ID env vars for paid tiers
- Handle VPC-SC affected users
- Update docs for paid subscription requirements
Closes #582
2026-01-09 23:32:46 +01:00
cmf
c7bac7583c
Fix OAuth using Google Cloud Code Assist.
2026-01-09 23:31:11 +01:00
Mario Zechner
498958a92a
Updated AGENTS.md
2026-01-09 23:15:14 +01:00
Mario Zechner
dbd82df5af
docs: add PR workflow rules
2026-01-09 23:11:19 +01:00
Mario Zechner
63f3e609e7
Merge pull request #606 from badlogic/chore/changelog-footer-data-provider
...
chore(coding-agent): add footer data provider changelog
2026-01-09 23:08:03 +01:00
Mario Zechner
4afbf4291f
chore(coding-agent): add footer data provider changelog
2026-01-09 23:04:20 +01:00
Mario Zechner
22b2a18952
Merge pull request #600 from nicobailon/feature/footer-data-provider
...
feat(coding-agent): add FooterDataProvider for git branch and extension statuses
2026-01-09 22:46:23 +01:00
Mario Zechner
e8eb4c254a
feat: add search parameter and auto-select to /model command
...
- /model <search> pre-filters selector or auto-selects on exact match
- Support provider/model syntax for disambiguation (e.g., /model openai/gpt-4)
- Auto-select logic moved to InteractiveMode to avoid selector UI flicker
Closes #587
2026-01-09 22:39:26 +01:00
Aadish Verma
92eb6665fe
feat: add API pricing for antigravity models ( #588 )
2026-01-09 22:20:51 +01:00
Mario Zechner
b4b9cc2a80
Rebuild prompt widget on resume
2026-01-09 22:19:55 +01:00
Mario Zechner
35690f6d1a
Merge branch 'fix/lazy-homedir-env-first'
2026-01-09 22:09:27 +01:00
Mario Zechner
4c68ab6eab
chore: update prompt-url widget
2026-01-09 22:09:05 +01:00
Mario Zechner
e2d14cdc23
Add spacing before aborted messages
2026-01-09 21:48:43 +01:00
Mario Zechner
62a423a218
Adjust widget spacing with empty state
2026-01-09 21:42:44 +01:00
Mario Zechner
b95cb7503e
Add PR/issue widget metadata and spacing
2026-01-09 21:40:29 +01:00
Mario Zechner
32dd0d3cc4
Add changelog entries for PR 598
2026-01-09 20:50:23 +01:00
gnattu
58b903690b
Set strict parameter to false in OpenAI response mapping ( #598 )
...
lm-studio hosted openai-like api endpoint requires this parameter to either be a defined boolean, or not specifying this option entirely. null will fail the API validation.
2026-01-09 20:32:58 +01:00
Thomas Mustier
902d5d3d05
Add Alt+Up hotkey to restore queued messages ( #604 )
2026-01-09 20:31:51 +01:00
Mario Zechner
60f5a03576
Add [Unreleased] section for next cycle
2026-01-09 20:24:50 +01:00
Mario Zechner
d856bb097c
Release v0.42.1
2026-01-09 20:24:10 +01:00
Aliou Diallo
cfef1069bb
fix(coding-agent): follow symlinked directories in prompt template loading ( #601 )
2026-01-09 18:41:42 +01:00
Thomas Mustier
fbc4e89f84
fix(ai): skip zen tests when OPENCODE_API_KEY is not set ( #605 )
...
The zen.test.ts file was added without the standard skipIf guard,
causing CI to fail on all PRs since no OPENCODE_API_KEY is configured.
This follows the same pattern used by other API-dependent tests.
2026-01-09 18:41:12 +01:00
Nico Bailon
7b902612e9
feat(coding-agent): add FooterDataProvider for git branch and extension statuses
...
Expose data that extensions cannot otherwise access: git branch and
extension statuses from setStatus(). Token stats, model info, etc.
remain computable via ctx.sessionManager and ctx.model.
2026-01-09 07:39:30 -08:00
Helmut Januschka
b4351040a7
pi pi pi pew ( #594 )
2026-01-09 12:43:00 +01:00
xes garcia
732d46123b
fix for gatewayz provider
2026-01-09 10:58:05 +01:00
jhyang
d2882c2643
Resolve os.homedir() lazily instead of at module load time
...
- Move homedir() calls into functions for lazy evaluation
- Add GOOGLE_APPLICATION_CREDENTIALS support for Vertex AI
2026-01-09 16:09:54 +08:00
Mario Zechner
5eb53cdb9e
Add [Unreleased] section for next cycle
2026-01-09 07:00:09 +01:00
Mario Zechner
0752995424
Release v0.42.0
2026-01-09 06:59:26 +01:00
Mario Zechner
97d0189eae
Add OpenCode Zen provider support
2026-01-09 06:58:20 +01:00
Mario Zechner
98b25baf4d
Add [Unreleased] section for next cycle
2026-01-09 06:07:35 +01:00
Mario Zechner
ec9def84ef
Release v0.41.0
2026-01-09 06:06:54 +01:00
Mario Zechner
342d896881
Add changelog entry for Anthropic OAuth restoration
2026-01-09 06:02:20 +01:00