Vincent Koc
b4e5aa18b3
refactor(feishu): remove unused send helpers
2026-06-18 11:02:00 +08:00
Vincent Koc
4012edcd66
refactor(extensions): remove unused provider helpers
2026-06-18 10:59:33 +08:00
Vincent Koc
acc37e220c
refactor(core): remove unused helper exports
2026-06-18 10:54:40 +08:00
Vincent Koc
95cf7dee72
fix(test): schedule missing docker runner lanes
2026-06-18 04:52:44 +02:00
Vincent Koc
9d7fd31dd3
refactor(ui): remove unused type exports
2026-06-18 10:51:42 +08:00
Vincent Koc
9bb263c985
refactor(channels): remove unused route helpers
2026-06-18 10:46:59 +08:00
Vincent Koc
1dccbbfc01
refactor(ui): remove unused utility helpers
2026-06-18 10:44:22 +08:00
Vincent Koc
79718d9e01
refactor(ui): remove unused helper exports
2026-06-18 10:41:07 +08:00
Vincent Koc
51d211e666
fix(test): target remaining docker runner scripts
2026-06-18 04:39:23 +02:00
Vincent Koc
967f8adc63
refactor(core): remove unused internal aliases
2026-06-18 10:34:06 +08:00
Vincent Koc
573d7bf2e3
fix(test): target release docker runner scripts
2026-06-18 04:33:53 +02:00
Vincent Koc
98bc05e008
fix(test): target update docker runner scripts
2026-06-18 04:30:09 +02:00
Vincent Koc
1b81b0ea21
fix(test): target provider web docker runners
2026-06-18 04:26:39 +02:00
Vincent Koc
e122cd09ab
refactor(web): remove provider runtime facade
2026-06-18 10:21:20 +08:00
Patrick Erichsen
1a6b84b698
docs: add ClawHub namespace claims to sidebar ( #94332 )
...
Merged via squash.
Prepared head SHA: e3b4541f32
Co-authored-by: Patrick-Erichsen <20157849+Patrick-Erichsen@users.noreply.github.com >
Co-authored-by: Patrick-Erichsen <20157849+Patrick-Erichsen@users.noreply.github.com >
Reviewed-by: @Patrick-Erichsen
2026-06-17 19:21:04 -07:00
Vincent Koc
4e6057e4dd
refactor(media): remove common helper facades
2026-06-18 10:14:44 +08:00
Vincent Koc
665d2601e5
fix(test): target plugin docker runner scripts
2026-06-18 04:10:03 +02:00
Vincent Koc
7b74d7332f
refactor(core): inline one-use helper modules
2026-06-18 10:07:51 +08:00
Vincent Koc
a3ae453a1a
refactor(config): remove prototype key facade
2026-06-18 10:05:34 +08:00
Vincent Koc
d3ced4554d
refactor(subagents): remove session key normalizer facade
2026-06-18 10:03:30 +08:00
Vincent Koc
83f7203bdb
refactor(normalization): remove record coercion facades
2026-06-18 10:00:40 +08:00
Vincent Koc
bf5a108695
fix(test): target package docker shell scripts
2026-06-18 04:00:12 +02:00
Vincent Koc
4552ea7ba0
refactor(agents): remove tool display record facade
2026-06-18 09:55:57 +08:00
Vincent Koc
2e49b6b769
fix(test): target cron and image docker clients
2026-06-18 03:53:27 +02:00
Vincent Koc
4651ffad4a
refactor(security): remove audit tool policy facade
2026-06-18 09:51:46 +08:00
Vincent Koc
a22a1edc8f
refactor(outbound): remove tool payload facade
2026-06-18 09:49:19 +08:00
Vincent Koc
4a596d9bc8
refactor(plugins): remove setup binary facade
2026-06-18 09:46:56 +08:00
Vincent Koc
496ffdf5c4
fix(test): target crestodian docker e2e scripts
2026-06-18 03:46:17 +02:00
Vincent Koc
617076687e
refactor(plugins): remove import specifier facade
2026-06-18 09:44:17 +08:00
Vincent Koc
978b5225a5
refactor(doctor): remove command compatibility barrels
2026-06-18 09:41:04 +08:00
Vincent Koc
9477b11d98
fix(test): target docker e2e client changes
2026-06-18 03:38:14 +02:00
Vincent Koc
544b00e4e1
refactor(plugins): remove setup browser facade
2026-06-18 09:37:25 +08:00
Vincent Koc
4a4a5968e8
refactor(text): remove tool-call block facade
2026-06-18 09:35:17 +08:00
Vincent Koc
b3884750b2
fix(test): target mcp seed helper changes
2026-06-18 03:17:10 +02:00
Vincent Koc
f9fc2efe68
refactor(llm): remove oauth helper facades
2026-06-18 09:00:49 +08:00
Vincent Koc
2a30426133
fix(test): target docker e2e seed changes
2026-06-18 02:58:34 +02:00
Vincent Koc
5f42a93e4d
refactor(commands): remove compatibility barrels
2026-06-18 08:56:48 +08:00
Vincent Koc
5fcab50e49
fix(test): avoid huge chat attachment fixture
2026-06-18 02:56:20 +02:00
Vincent Koc
fb72f67cd0
refactor(channels): remove allowlist match facade
2026-06-18 08:49:42 +08:00
Vincent Koc
7430079cd7
fix(test): force-kill plugin fixture servers
2026-06-18 02:42:46 +02:00
Vincent Koc
622b67067e
fix(test): map remaining e2e helper owners
2026-06-18 02:36:11 +02:00
Vincent Koc
b02b05d134
fix(test): route e2e helper family tests
2026-06-18 02:26:23 +02:00
Vincent Koc
89b34825f6
fix(test): cover install helper routing
2026-06-18 02:17:59 +02:00
Jesse Merhi
c9707ab635
fix(exec): rebuild command authorization on the Tree-sitter command planner
...
Replace the exec approval parser/planner path with Tree-sitter-backed authorization planning, carrying planner decisions through node and gateway execution.
This keeps unpersistable shell shapes one-shot, adds typed `unavailableDecisions` for approval prompts, and refreshes coverage for allowlist matching, command rendering, durable allow-always persistence, and host approval paths.
Verification:
- GitHub PR checks for ce2381192d : CLEAN, 142 success, 32 skipped, 0 failed, 0 pending.
- /Users/jmerhi/.nvm/versions/node/v24.12.0/bin/node scripts/plugin-sdk-surface-report.mjs --check
- /Users/jmerhi/.nvm/versions/node/v24.12.0/bin/node scripts/run-vitest.mjs test/scripts/plugin-sdk-surface-report.test.ts --reporter=verbose
- Focused exec approval suite: 13 files, 467 tests.
2026-06-18 10:12:48 +10:00
Josh Lehman
79c7468075
fix: route deleted-agent purge through lifecycle seam (clawdbot-d02.1.9.1.34) ( #93713 )
2026-06-17 17:11:16 -07:00
Vincent Koc
84f7f001aa
fix(test): route nested e2e helper changes
2026-06-18 02:07:05 +02:00
Gio Della-Libera
fadbcf8a4e
fix(policy): recognize declared tool allowlists ( #89596 )
...
Merged via squash.
Prepared head SHA: 3f8628b4fd
Co-authored-by: giodl73-repo <235387111+giodl73-repo@users.noreply.github.com >
Co-authored-by: giodl73-repo <235387111+giodl73-repo@users.noreply.github.com >
Reviewed-by: @giodl73-repo
2026-06-17 17:01:07 -07:00
Alex Knight
23eadfa277
fix(plugins): compose live hook registry view for tool-call hooks
...
Local extension before_tool_call/after_tool_call hooks registered but
never fired after a scoped mid-run plugin activation (harness or memory
ensure) rebound the global hook runner to a narrow registry, dropping
hooks unique to the broader registry (#91918 ).
The runner is now created once and resolves hooks live on every dispatch
from the composed set of currently-live registries (the most recently
initialized registry, the active registry, and the pinned channel and
http-route surfaces) instead of freezing one registry. The loader's
one-shot preserve gate is removed since activation order no longer
matters. Per-plugin ownership prefers loaded records so a failed scoped
reload cannot shadow a healthy pinned registration (including a
fail-closed tool-call gate), and the explicitly initialized registry
stays highest precedence so SDK callers keep an authoritative registry.
Reuses the live-registry collector the agent-event bridge already uses
so both dispatch surfaces agree on what is live.
2026-06-18 09:39:44 +10:00
Dallin Romney
e17d111990
fix: require all taxonomy coverage ids ( #94296 )
2026-06-17 16:38:14 -07:00
Vincent Koc
2364c7ebc0
test(skills): remove stale clawhub assertion
2026-06-18 01:26:11 +02:00