Tak Hoffman
5d41fd4497
test: extend plugin contract setup timeouts
2026-03-18 09:42:52 -05:00
Tak Hoffman
13f396b395
Plugins: sync contract registry image providers
2026-03-18 08:27:48 -05:00
Andrew Demczuk
089a43f5e8
fix(security): block build-tool and glibc env injection vectors in host exec sandbox ( #49702 )
...
Add GLIBC_TUNABLES, MAVEN_OPTS, SBT_OPTS, GRADLE_OPTS, ANT_OPTS,
DOTNET_ADDITIONAL_DEPS to blockedKeys and GRADLE_USER_HOME to
blockedOverrideKeys in the host exec security policy.
Closes #22681
2026-03-18 13:11:01 +01:00
Vincent Koc
b9e08a6839
Config: align model compat thinking format types
2026-03-18 02:45:15 -07:00
Vincent Koc
f96ee99bbc
Plugin SDK: harden provider auth seams
2026-03-18 02:29:25 -07:00
Ayaan Zaidi
93a31b69de
fix(config): add missing qwen-chat-template to thinking format schema
2026-03-18 14:54:38 +05:30
Vincent Koc
d8a1ad0f0d
Plugin SDK: split provider auth login seam
2026-03-18 02:04:10 -07:00
Vignesh Natarajan
1890089f49
fix: serialize duplicate channel starts ( #49583 ) (thanks @sudie-codes)
2026-03-18 01:57:12 -07:00
Vincent Koc
2f3bc89f4f
Config: align model compat thinking format schema
2026-03-18 01:53:29 -07:00
Vincent Koc
4ac9024de9
Contracts: harden plugin registry loading
2026-03-18 01:46:50 -07:00
Vincent Koc
7ac23ae7c2
Plugins: fix bundled web search compat registry
2026-03-18 01:42:02 -07:00
Vincent Koc
d1ef7d64e9
Contracts: harden provider registry loading
2026-03-18 01:30:05 -07:00
Vincent Koc
25011bdb1e
Plugins: prefer source bundles in git checkouts
2026-03-18 01:08:40 -07:00
Ayaan Zaidi
0567f111ac
test(telegram): stabilize inbound media harness
2026-03-18 13:35:56 +05:30
Vincent Koc
9b6859e5db
Feishu: break plugin-sdk setup cycle
2026-03-18 01:02:16 -07:00
Vincent Koc
2afa556746
Format: sync seam fixes with oxfmt
2026-03-18 01:02:16 -07:00
Vincent Koc
0ae3e70a5c
Plugin SDK: fix contract seam regressions
2026-03-18 00:50:19 -07:00
Vincent Koc
fbd88e2c8f
Main recovery: restore formatter and contract checks ( #49570 )
...
* Extensions: fix oxfmt drift on main
* Plugins: restore runtime barrel exports on main
* Config: restore web search compatibility types
* Telegram: align test harness with reply runtime
* Plugin SDK: fix channel config accessor generics
* CLI: remove redundant search provider casts
* Tests: restore main typecheck coverage
* Lobster: fix test import formatting
* Extensions: route bundled seams through plugin-sdk
* Tests: use extension env helper for xai
* Image generation: fix main oxfmt drift
* Config: restore latest main compatibility checks
* Plugin SDK: align guardrail tests with lint
* Telegram: type native command skill mock
2026-03-18 00:30:01 -07:00
Vincent Koc
e6c6aaa11b
Perf: skip MCP/LSP runtime spawning when no servers are configured
2026-03-18 00:25:53 -07:00
Vincent Koc
80e681a60c
Plugins: integrate LSP tool runtime into Pi embedded runner
2026-03-18 00:23:22 -07:00
Vincent Koc
8193af6d4e
Plugins: add LSP server runtime with stdio JSON-RPC client and agent tool bridge
2026-03-18 00:23:22 -07:00
Vincent Koc
466510b6d8
refactor: replace "seam" terminology across codebase
...
Replace "seam" with clearer terms throughout:
- "surface" for public API/extension boundaries
- "boundary" for plugin/module interfaces
- "interface" for runtime connection points
- "hook" for test injection points
- "palette" for the lobster palette reference
Also delete experiments/acp-pluginification-architecture-plan.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-18 00:20:15 -07:00
Vincent Koc
6538c87673
Tests: update Claude bundle integration test for agents, output styles, and LSP
2026-03-18 00:12:24 -07:00
Vincent Koc
4ebd3d11aa
Plugins: add LSP server loader and surface in inspect reports
2026-03-18 00:12:24 -07:00
Vincent Koc
50a81c8731
Plugins: merge agent and output-style dirs into Claude bundle skills
2026-03-18 00:12:24 -07:00
Vincent Koc
c99c4b1e27
Plugin SDK: restore read-only directory inspection seam
2026-03-18 00:10:35 -07:00
Vincent Koc
e17d10f7cd
Plugin SDK: restore lobster and voice-call exports
2026-03-18 00:09:22 -07:00
Vincent Koc
21c2ba480a
Image generation: native provider migration and explicit capabilities ( #49551 )
...
* Docs: retire nano-banana skill wrapper
* Doctor: migrate nano-banana to native image generation
* Image generation: align fal aspect ratio behavior
* Image generation: make provider capabilities explicit
2026-03-18 00:04:03 -07:00
Vincent Koc
3d31ba7830
Plugin SDK: guard package subpaths and fix Twitch setup export
...
* fix(plugins): add missing secret-input-schema build entry and Matrix runtime export
buildSecretInputSchema was not included in plugin-sdk-entrypoints.json,
so it was never emitted to dist/plugin-sdk/secret-input-schema.js. This
caused a ReferenceError during onboard when configuring channels that use
secret input schemas (matrix, feishu, mattermost, bluebubbles, nextcloud-talk, zalo).
Additionally, the Matrix extension's hand-written runtime-api barrel was
missing the re-export, unlike other extensions that use `export *` from
their plugin-sdk subpath.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* Plugin SDK: guard package subpaths and fix Twitch setup export
* Plugin SDK: fix import guardrail drift
---------
Co-authored-by: hxy91819 <masonxhuang@icloud.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 23:56:49 -07:00
Vincent Koc
bd444435c9
Plugin SDK: clarify ACPX public seam
2026-03-17 23:53:32 -07:00
Vincent Koc
0385553918
Plugin SDK: trim lobster and qwen helper exports
2026-03-17 23:48:19 -07:00
Vincent Koc
98fbbebf6a
Tests: add Claude bundle plugin inspect integration test
2026-03-17 23:34:56 -07:00
Vincent Koc
a5fa75cdb3
Plugins: accept Claude bundle hooks as wired capability in loader
2026-03-17 23:34:56 -07:00
Vincent Koc
d341d68180
Plugin SDK: trim legacy helper exports
2026-03-17 23:32:16 -07:00
Vincent Koc
ad185dd4a8
CLI: make config compatibility advice opt-in
2026-03-17 23:27:23 -07:00
Bob
732e075e92
ACP: reproduce binding restart session reset ( #49435 )
...
* ACP: reproduce restart binding regression
* ACP: resume configured bindings after restart
* ACP: scope restart resume to persistent sessions
---------
Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com >
2026-03-18 07:24:38 +01:00
Vincent Koc
100d7b0227
Doctor: add bundle plugin capability summary to workspace status
2026-03-17 23:14:40 -07:00
Vincent Koc
b48413e252
Plugins: surface MCP servers and bundle capabilities in inspect reports
2026-03-17 23:14:40 -07:00
Vincent Koc
b9b891b614
Plugins: wire Claude bundle hook resolution (parity with Codex)
2026-03-17 23:14:40 -07:00
Vincent Koc
d1d10007a9
Plugins: guard whatsapp local barrel
2026-03-17 23:11:32 -07:00
Vincent Koc
8af4628a6d
Plugins: guard signal and telegram barrels
2026-03-17 23:09:26 -07:00
Vincent Koc
c81b4a5389
Plugins: guard remaining local barrels
2026-03-17 23:09:26 -07:00
Vincent Koc
9282d5d09e
Plugins: soften hook-only compatibility copy
2026-03-17 23:08:38 -07:00
scoootscooob
08a0219b1a
Google Chat: thin runtime api seam ( #49504 )
...
Merged via squash.
Prepared head SHA: 3369cf2c35
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com >
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com >
Reviewed-by: @scoootscooob
2026-03-17 23:02:30 -07:00
Vincent Koc
75f98fe19a
Plugins: guard small extension barrels
2026-03-17 23:01:28 -07:00
Ayaan Zaidi
c245c8b39d
refactor(plugin-sdk): split interactive runtime helpers
2026-03-18 11:30:34 +05:30
Ayaan Zaidi
8c436a470e
perf(test): decouple plugin runtime bootstrap
2026-03-18 11:30:34 +05:30
Vincent Koc
1aab71cf5b
Plugins: guard local extension barrels
2026-03-17 22:59:24 -07:00
Vincent Koc
0a065bc6c2
Plugins: guard channel api barrels
2026-03-17 22:56:28 -07:00
Josh Lehman
7f0f8dd268
feat: expose context-engine compaction delegate helper ( #49061 )
...
* ContextEngine: add runtime compaction delegate helper
* plugin-sdk: expose compaction delegate through compat
* docs: clarify delegated plugin compaction
* docs: use scoped compaction delegate import
2026-03-17 22:54:18 -07:00