paperclip/packages
Wes Belt 8e42c6cdac
fix(openclaw-gateway): make claimedApiKeyPath configurable per agent
The openclaw_gateway adapter hardcodes the Paperclip API key path to
~/.openclaw/workspace/paperclip-claimed-api-key.json in buildWakeText().
In multi-agent OpenClaw deployments, each agent has its own workspace
with its own key file. The hardcoded path forces all agents to share
one key, breaking agent identity isolation.

Add a claimedApiKeyPath field to the adapter config (with UI input)
that allows operators to set a per-agent path. Falls back to the
current default when unset — zero behavior change for existing
deployments.

Fixes #930
2026-04-03 11:25:58 -04:00
..
adapter-utils Log resolved adapter command in run metadata 2026-03-29 10:55:26 -05:00
adapters fix(openclaw-gateway): make claimedApiKeyPath configurable per agent 2026-04-03 11:25:58 -04:00
db merge master into pap-1078-qol-fixes 2026-04-02 13:14:20 -05:00
plugins Add plugin telemetry bridge capability 2026-04-02 10:47:29 -05:00
shared fix(inbox): prefer canonical last activity 2026-04-03 07:24:33 -05:00