feat: add generic code mode runtime · openclaw/openclaw@0844e77
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -369,6 +369,7 @@ Docs: https://docs.openclaw.ai
|
369 | 369 | - Build: pin explicit oxfmt defaults in the shared formatter config to keep formatting behavior stable across upgrades. |
370 | 370 | - TypeScript: enable stricter compiler checks for implicit returns, side-effect imports, overrides, and unused production code. |
371 | 371 | - Logging: add targeted model transport, payload, SSE, and code-mode diagnostics with redacted URL handling. |
| 372 | +- Agents/code mode: add opt-in generic QuickJS-WASI code mode that exposes `exec`/`wait` while hiding enabled tools behind a catalog bridge. |
372 | 373 | - Agents: allow `session.agentToAgent.maxPingPongTurns` up to 20 while keeping the default at 5 for longer agent-to-agent reply chains. Fixes #52382. (#52400) Thanks @thirumaleshp. |
373 | 374 | - Agents: add per-agent `tools.message.crossContext` overrides so sandboxed/public agents can restrict message sends to the current conversation without changing the global bot policy. |
374 | 375 | - Agents: add per-agent `tools.message.actions.allow` overrides so sandboxed/public agents can expose and enforce send-only message tools. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。