mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
docs(start): correct headless credential handoff to the SQLite auth store (#131024)
This commit is contained in:
committed by
GitHub
parent
59488aa80b
commit
ff3cf3de3b
@@ -182,7 +182,7 @@ Precedence, applied per agent during `runCopilotAttempt`:
|
||||
Each agent gets its own `copilotHome` so Copilot CLI tokens, sessions, and
|
||||
config never leak between agents on the same machine. Default:
|
||||
`<agentDir>/copilot` (keeps SDK state out of the same directory as
|
||||
OpenClaw's `models.json` / `auth-profiles.json`), or
|
||||
OpenClaw's `models.json` / `openclaw-agent.sqlite`), or
|
||||
`~/.openclaw/agents/<agentId>/copilot` when no agent directory is supplied.
|
||||
Override with `copilotHome: <path>` on the attempt input for a custom
|
||||
location (for example, a shared mount for migration).
|
||||
|
||||
@@ -237,7 +237,7 @@ openclaw vault setup \
|
||||
```
|
||||
|
||||
Bare target paths apply to `openclaw.json`. Use
|
||||
`auth-profiles:<agentId>:<path>` for existing `auth-profiles.json` targets.
|
||||
`auth-profiles:<agentId>:<path>` for existing SQLite auth-profile targets.
|
||||
The target path must be a registered OpenClaw SecretRef target. The setup
|
||||
command does not create arbitrary named secrets in OpenClaw; Vault remains the
|
||||
secret store, and OpenClaw stores SecretRefs only on supported config fields.
|
||||
|
||||
Reference in New Issue
Block a user