Peter Steinberger
844d2bd515
test: mock browser cleanup in heartbeat session tests
2026-04-26 04:33:37 +01:00
Colin Johnson
21082d2ede
fix(plugins): verify bundled runtime deps installs
...
Verify bundled runtime dependency installs before reporting success, so a clean npm exit cannot hide packages missing from the managed runtime-deps root.
Also updates the bundle command test mock for the current plugin enable-state API.
Local proof:
- `pnpm test src/plugins/bundle-commands.test.ts`
- `pnpm test src/plugins/bundled-runtime-deps.test.ts src/commands/doctor-bundled-plugin-runtime-deps.test.ts src/plugins/loader.test.ts`
- `pnpm check:changed`
Co-authored-by: Colin <colin@solvely.net >
2026-04-26 04:32:33 +01:00
Peter Steinberger
96d90091c4
test: align task title sanitization expectation
2026-04-26 04:30:13 +01:00
Peter Steinberger
2c8c79de5c
fix(tts): normalize streamed tts voice media
2026-04-26 04:28:19 +01:00
Peter Steinberger
f4e6322649
test: align runtime schema registry mock count
2026-04-26 04:25:41 +01:00
Peter Steinberger
924e132d96
test: add manifests to npm install fixtures
2026-04-26 04:22:28 +01:00
Pinghuachiu
7b943667a0
fix: expose image edit geometry flags in capability cli
...
Expose image edit geometry flags in the capability CLI and document the new infer options.\n\nThanks @Pinghuachiu.
2026-04-26 04:22:22 +01:00
Peter Steinberger
ee8f41f56e
fix(channels): strip copied inbound metadata from replies
2026-04-26 04:21:20 +01:00
Vincent Koc
7fef13abbc
docs(anthropic): note context1m param applies to Claude CLI backend
...
Ayaan's 28e4cd81a9 (#70863 , thanks @bidadh, source from Arthur Kazemi
8abbae0101 ) extended params.context1m:true so the configured 1M
context window override now applies to eligible Claude CLI Opus and
Sonnet models, not only direct API calls. CHANGELOG entry covered
the change but docs/providers/anthropic.md '1M context window (beta)'
Accordion only described direct-API behavior, so Claude CLI users had
no signal the same param works for their backend. Add a sentence
inside the same Accordion.
2026-04-25 20:18:51 -07:00
Peter Steinberger
b3ac316e0b
fix: preserve indexed plugin diagnostics
2026-04-26 04:17:15 +01:00
Shakker
862b39976d
fix: remove managed plugin files on uninstall
2026-04-26 04:16:33 +01:00
Shakker
48ba3a4198
fix: clean migrated plugin install config
2026-04-26 04:16:33 +01:00
Shakker
f5f4477bae
fix: reject manifestless plugin archives
2026-04-26 04:16:33 +01:00
Ayaan Zaidi
28e4cd81a9
fix: enable claude cli context1m window ( #70863 ) (thanks @bidadh)
2026-04-26 08:45:59 +05:30
Ayaan Zaidi
64630e1c39
test: fix claude cli context1m fixture
2026-04-26 08:45:59 +05:30
Arthur Kazemi
8abbae0101
fix: enable claude-cli 1m context override
2026-04-26 08:45:59 +05:30
Arthur Kazemi
bb389a37d0
test: cover claude-cli context1m context-window behavior
2026-04-26 08:45:59 +05:30
Peter Steinberger
a91baa16de
fix(tts): honor explicit directive providers
2026-04-26 04:14:48 +01:00
Peter Steinberger
969a3757b9
test: harden plugin registry mocks
2026-04-26 04:10:48 +01:00
Peter Steinberger
cf834e2a21
fix(tts): clean streamed directive text
2026-04-26 04:09:56 +01:00
Vincent Koc
2261918c8c
fix(plugins): resolve activation plans from plugin registry
2026-04-25 20:06:06 -07:00
Peter Steinberger
6df120fb39
fix: keep internal completion wakes out of chat memory
2026-04-26 04:01:45 +01:00
Shakker
d0d93d0fde
test: harden bundle index reconstruction
2026-04-26 03:58:29 +01:00
Peter Steinberger
8748ae3bb7
fix(skills): parse remote which bin maps
2026-04-26 03:58:22 +01:00
Peter Steinberger
18a638ceae
test: isolate cold plugin registry metadata mocks
2026-04-26 03:57:38 +01:00
Ayaan Zaidi
a8b4be0b48
fix: unwrap nested Claude CLI results ( #66819 ) (thanks @mraleko)
2026-04-26 08:27:33 +05:30
Ayaan Zaidi
1c77515396
fix(agents): scope Claude JSON unwrapping
2026-04-26 08:27:33 +05:30
Alec Hrdina
1b41513b3b
agents/cli: scope nested result unwrapping
2026-04-26 08:27:33 +05:30
Alec Hrdina
015e39e3cf
agents/cli: unwrap nested claude result json
2026-04-26 08:27:33 +05:30
Peter Steinberger
c3833f7729
fix(providers): satisfy vllm chat kwargs lint
2026-04-26 03:54:20 +01:00
Peter Steinberger
ed5276f9b9
fix(providers): keep vllm nemotron replies visible
2026-04-26 03:54:20 +01:00
Peter Steinberger
7a85c1a822
fix(tts): surface voice status and harden providers
2026-04-26 03:51:30 +01:00
Peter Steinberger
1231f21679
fix(plugins): tolerate partial manifest registry records
...
# Conflicts:
# src/plugins/installed-plugin-index.ts
2026-04-26 03:50:40 +01:00
Peter Steinberger
f5812aa64d
test: complete plugin install manifest fixtures
2026-04-26 03:50:40 +01:00
Peter Steinberger
0cf30b6a65
docs(tasks): document retained lost task audit
2026-04-26 03:50:40 +01:00
Likewen
de5b173546
fix(tasks): normalize task timestamps and retained lost audit
...
Normalize task lifecycle timestamps on create, update, and restore so startedAt/lastEventAt/endedAt cannot precede createdAt in audit-visible records.
Downgrade retained lost tasks with future cleanupAfter from audit errors to warnings while keeping expired or unstamped lost tasks as errors.
Verification: pnpm exec oxfmt --write --threads=1 src/tasks/task-registry.ts src/tasks/task-registry.test.ts src/tasks/task-registry.audit.ts src/tasks/task-registry.audit.test.ts
Verification: node scripts/test-projects.mjs src/tasks/task-registry.test.ts src/tasks/task-registry.audit.test.ts (task-registry.audit.test.ts 4 passed; task-registry.test.ts 45 passed)
2026-04-26 03:50:40 +01:00
Shakker
d955bf0ff8
fix: scope cold plugin manifests to index
2026-04-26 03:47:46 +01:00
Shakker
1a193b2d96
fix: scope cold plugin manifests to index
2026-04-26 03:47:45 +01:00
Peter Steinberger
f8a677bcfd
docs: reduce changelog rebase churn
2026-04-26 03:46:31 +01:00
Peter Steinberger
0ddbae171d
test: cover codex app-server subagents
2026-04-26 03:46:30 +01:00
Vincent Koc
c149de7750
fix(plugins): resolve runtime metadata fallbacks cold
2026-04-25 19:45:59 -07:00
Peter Steinberger
07877d71cd
fix(control-ui): preserve optimistic messages on empty history
2026-04-26 03:45:07 +01:00
Peter Steinberger
97ae1c7c2e
feat(tts): add read-latest voice command
2026-04-26 03:44:44 +01:00
Vincent Koc
2235a13dab
fix(plugins): resolve capability metadata cold
2026-04-25 19:43:07 -07:00
Peter Steinberger
3989510251
docs: expand ACP agents guide
2026-04-26 03:42:44 +01:00
Peter Steinberger
e23d17da79
test: update full-suite planner expectation
2026-04-26 03:39:52 +01:00
Vincent Koc
d8ed49f651
fix(plugins): keep config alias normalization cold
2026-04-25 19:39:41 -07:00
Peter Steinberger
f0fa35082b
fix: keep ACP completion prompts harness-safe
2026-04-26 03:39:24 +01:00
Vincent Koc
4fbc490fca
fix(agents): resolve provider attribution metadata cold
2026-04-25 19:36:28 -07:00
Ayaan Zaidi
23fbdc1ec2
fix: allow large Claude live JSONL lines ( #71897 )
2026-04-26 08:06:06 +05:30