Peter Steinberger
9089e6b595
fix(cli): keep channel add plugin install noninteractive
...
# Conflicts:
# CHANGELOG.md
2026-04-26 12:59:19 +01:00
Peter Steinberger
74a4ff1adc
fix: prefer mounted bundled plugin sources
2026-04-26 11:28:41 +01:00
Peter Steinberger
1be39ac847
fix: increase update step timeout
2026-04-26 10:46:55 +01:00
Peter Steinberger
6bc5fe6952
fix: harden plugin install and uninstall transactions
2026-04-26 10:27:23 +01:00
Vincent Koc
e400295969
docs(cli-gateway): rewrite with CardGroup, ParamField for run/probe/install flags, AccordionGroup for status semantics and probe interpretation
2026-04-26 01:59:27 -07:00
Vincent Koc
91666fe194
docs(cli-plugins): rewrite with CardGroup, AccordionGroup for install/update behavior, ParamField for list flags, Tabs for marketplace sources
2026-04-26 01:53:57 -07:00
Shakker
6cf5a5fbcd
docs: document external service repair policy
2026-04-26 09:08:36 +01:00
Peter Steinberger
a434133aac
fix: fail update on plugin sync errors
2026-04-26 09:01:18 +01:00
Vincent Koc
3e2e26549a
docs(cli-config): rewrite with Tabs for set modes, AccordionGroup for builder flags and dry-run details, Steps for the repair loop
2026-04-26 00:32:59 -07:00
Peter Steinberger
5b9be2cdb1
fix: migrate agent runtime config
2026-04-26 08:12:44 +01:00
Vincent Koc
6c60cd2b72
docs(mcp): rewrite with Steps for lifecycle, Tabs for client modes, ParamField for serve options, AccordionGroup for tools
2026-04-26 00:08:16 -07:00
Peter Steinberger
4ee537a04a
fix(node-runtime): keep node-host recovering after gateway restarts
2026-04-26 07:49:45 +01:00
Peter Steinberger
8bbb143ab8
fix: enforce device token scope containment
2026-04-26 07:28:21 +01:00
Peter Steinberger
1fae716a04
fix: recover stale cron task records
2026-04-26 07:23:39 +01:00
Peter Steinberger
be8a3617d9
fix: verify updated gateway version after package restart
2026-04-26 06:37:26 +01:00
Neerav Makwana
dc9ce2a1bf
fix: honor agent for models auth writes ( #71933 )
...
Honor the parent `models auth --agent <id>` flag across auth write commands: `add`, `login`, `setup-token`, `paste-token`, and `login-github-copilot`.
The auth helpers now resolve the requested configured agent before choosing the auth-profile store and provider workspace, while preserving default-agent behavior when `--agent` is omitted.
Validation:
- `pnpm test src/cli/models-cli.test.ts src/commands/models/auth.test.ts`
- `pnpm test src/commands/models/auth.test.ts`
- `pnpm docs:check-mdx`
- `pnpm check:changed`
- `pnpm check`
- `pnpm build`
- `pnpm test src/cli/run-main.test.ts`
Full `pnpm test` was also run; it failed in unrelated `src/cli/run-main.test.ts` assertions during the full-suite order, while the exact file passes on both latest main and this branch. The PR diff only touches models auth CLI/auth files, docs, and changelog.
Fixes #71864 .
Thanks @neeravmakwana.
2026-04-26 05:30:47 +01:00
Peter Steinberger
ae45eebef1
fix: route remote mac browser through node host
2026-04-26 05:25:59 +01:00
Peter Steinberger
9ed11d6c49
fix: steer agents to safe gateway config flow
2026-04-26 05:00:17 +01:00
Shakker
26a647d4bb
docs: scope manifest model list note
2026-04-26 04:41:51 +01:00
Shakker
469bd5f51e
docs: mention manifest model list rows
2026-04-26 04:41:51 +01:00
Peter Steinberger
ed1ac2fc44
feat(browser): add CDP role snapshot fallback
2026-04-26 04:40:26 +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
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
Peter Steinberger
0cf30b6a65
docs(tasks): document retained lost task audit
2026-04-26 03:50:40 +01:00
Peter Steinberger
00d2fbfda4
test(cron): cover delivery context edge cases
2026-04-26 02:20:39 +01:00
Peter Steinberger
57f05128cb
docs: clarify Crestodian rescue audit metadata
2026-04-26 01:56:59 +01:00
Peter Steinberger
e6ee4d6e68
fix(browser): preserve tabs across target swaps
2026-04-26 01:21:59 +01:00
Vincent Koc
f3accc753c
feat(plugins): add before agent finalize hook ( #71765 )
2026-04-25 17:21:17 -07:00
Shakker
babbad81a9
fix: preserve plugin install records without manifests
2026-04-26 01:03:13 +01:00
Shakker
37ce39b5c5
docs: describe plugin install index store
2026-04-26 01:03:12 +01:00
Peter Steinberger
8d08e86f42
fix(gateway): keep diagnostic probes non-mutating
2026-04-25 23:02:39 +01:00
Peter Steinberger
bd796d1c85
docs(plugins): clarify local dependency installs
2026-04-25 22:59:09 +01:00
Peter Steinberger
cbe5515b70
fix(plugins): force dependency installs local
2026-04-25 22:46:50 +01:00
Peter Steinberger
dcfd5913fd
refactor(agents): share bundle MCP config merging
2026-04-25 21:36:22 +01:00
Peter Steinberger
75d64cd4b8
feat: expose generic image background option
2026-04-25 20:21:46 +01:00
Peter Steinberger
b66f01bdca
fix: expose transparent image infer options
2026-04-25 19:58:41 +01:00
Vincent Koc
888448facc
feat(plugins): move install records to managed ledger
2026-04-25 11:37:10 -07:00
Vincent Koc
3ec92dfac0
fix(plugins): deprecate registry disable break glass
2026-04-25 10:35:36 -07:00
Vincent Koc
4324855a9d
docs(plugins): document persisted registry repair
2026-04-25 10:35:35 -07:00
Peter Steinberger
0bbb0eb735
fix(image): honor generation timeout config
2026-04-25 18:25:26 +01:00
Peter Steinberger
b26367e22f
test: add Crestodian QA lab setup scenario
2026-04-25 13:15:11 +01:00
Peter Steinberger
4ac6729d12
test: expand Crestodian first-run Docker smoke
2026-04-25 12:30:26 +01:00
deepkilo
df6c58cf30
fix(gateway): use secure dashboard links when TLS is enabled ( #71499 )
...
Fixes #71494 .
- Render Control UI links with https:// when gateway TLS is enabled.
- Render websocket links with wss:// through the shared link resolver.
- Add daemon status handoff coverage and TLS scheme docs.
Co-authored-by: deepkilord <wang_hgang@msn.com >
2026-04-25 11:45:15 +01:00
Peter Steinberger
c52ec520c7
feat(browser): add one-shot headless start override
2026-04-25 11:42:03 +01:00
Peter Steinberger
87aa0f813c
fix(cli): forward video generation options
2026-04-25 11:31:09 +01:00
Peter Steinberger
6a71c19839
fix: simplify Crestodian startup greeting
2026-04-25 11:20:59 +01:00
Peter Steinberger
9b48e4c0b6
fix(browser): fall back to headless on Linux without display
2026-04-25 11:13:42 +01:00
Peter Steinberger
385da2db60
feat: run Crestodian in TUI shell
2026-04-25 10:59:49 +01:00