Skip to content

Commit 7d23a5c

Browse files
committed
fix(approval): route /approve through approval resolver
1 parent 4d47f9a commit 7d23a5c

4 files changed

Lines changed: 103 additions & 94 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Docs: https://docs.openclaw.ai
1717
### Fixes
1818

1919
- WhatsApp: update Baileys to `7.0.0-rc12`.
20+
- Approvals: route manual `/approve` decisions through the trusted approval runtime so active exec and plugin approvals no longer look unknown or expired.
2021
- Dependencies: update `@openclaw/fs-safe` to `0.2.7` so OpenClaw's default Python-helper-off policy keeps best-effort Node write fallbacks for private stores, secret writes, run logs, and media attachments on Linux/macOS.
2122
- Infra/secrets: restore the fail-closed contract for `tryReadSecretFileSync` so credential loaders that pass `rejectSymlink: true` (Telegram, LINE, Zalo, IRC, Nextcloud Talk tokens) refuse symlinked credential files instead of silently accepting them, and the infra-state CI shard's secret-file symlink test passes again. Thanks @romneyda.
2223
- Browser: honor the configured image sanitization limit for screenshots and labeled snapshots so browser-captured images follow the same resize policy as other image results. (#84595)

docs/tools/slash-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Current source-of-truth:
164164
<Accordion title="Skills, allowlists, approvals">
165165
- `/skill <name> [input]` runs a skill by name.
166166
- `/allowlist [list|add|remove] ...` manages allowlist entries. Text-only.
167-
- `/approve <id> <decision>` resolves exec approval prompts.
167+
- `/approve <id> <decision>` resolves exec or plugin approval prompts.
168168
- `/btw <question>` asks a side question without changing future session context. Alias: `/side`. See [BTW](/tools/btw).
169169

170170
</Accordion>

0 commit comments

Comments
 (0)