mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
docs: fix broken internal links
This commit is contained in:
@@ -228,7 +228,7 @@ Core now defers shared poll parsing until after plugin poll dispatch declines
|
||||
the action, so plugin-owned poll handlers can accept channel-specific poll
|
||||
fields without being blocked by the generic poll parser first.
|
||||
|
||||
See [Load pipeline](#load-pipeline) for the full startup sequence.
|
||||
See [Plugin architecture internals](/plugins/architecture-internals) for the full startup sequence.
|
||||
|
||||
## Capability ownership model
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ MIT - Free as a lobster in the ocean.
|
||||
## Related
|
||||
|
||||
- [Token use and costs](/reference/token-use)
|
||||
- [Release policy](/reference/release-policy)
|
||||
- [Release policy](/reference/RELEASING)
|
||||
|
||||
@@ -57,5 +57,5 @@ Stored/rendered rich blocks use this `canvas` shape directly. `present_view` is
|
||||
|
||||
## Related
|
||||
|
||||
- [RPC adapters](/reference/rpc-adapters)
|
||||
- [RPC adapters](/reference/rpc)
|
||||
- [Typebox](/concepts/typebox)
|
||||
|
||||
@@ -42,5 +42,4 @@ See [iMessage](/channels/imessage) for legacy setup and addressing (`chat_id` pr
|
||||
|
||||
## Related
|
||||
|
||||
- [RPC adapters](/reference/rpc-adapters)
|
||||
- [Gateway protocol](/gateway/protocol)
|
||||
|
||||
@@ -530,7 +530,7 @@ plugin-tools and OpenClaw-tools MCP bridges, and ACP permission modes, see
|
||||
| `Sandboxed sessions cannot spawn ACP sessions ...` | ACP runtime is host-side; requester session is sandboxed. | Use `runtime="subagent"` from sandboxed sessions, or run ACP spawn from a non-sandboxed session. |
|
||||
| `sessions_spawn sandbox="require" is unsupported for runtime="acp" ...` | `sandbox="require"` requested for ACP runtime. | Use `runtime="subagent"` for required sandboxing, or use ACP with `sandbox="inherit"` from a non-sandboxed session. |
|
||||
| Missing ACP metadata for bound session | Stale/deleted ACP session metadata. | Recreate with `/acp spawn`, then rebind/focus thread. |
|
||||
| `AcpRuntimeError: Permission prompt unavailable in non-interactive mode` | `permissionMode` blocks writes/exec in non-interactive ACP session. | Set `plugins.entries.acpx.config.permissionMode` to `approve-all` and restart gateway. See [Permission configuration](#permission-configuration). |
|
||||
| `AcpRuntimeError: Permission prompt unavailable in non-interactive mode` | `permissionMode` blocks writes/exec in non-interactive ACP session. | Set `plugins.entries.acpx.config.permissionMode` to `approve-all` and restart gateway. See [ACP agents setup](/tools/acp-agents-setup). |
|
||||
| ACP session fails early with little output | Permission prompts are blocked by `permissionMode`/`nonInteractivePermissions`. | Check gateway logs for `AcpRuntimeError`. For full permissions, set `permissionMode=approve-all`; for graceful degradation, set `nonInteractivePermissions=deny`. |
|
||||
| ACP session stalls indefinitely after completing work | Harness process finished but ACP session did not report completion. | Monitor with `ps aux \| grep acpx`; kill stale processes manually. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user