You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
### Breaking
8
8
- Timestamps in agent envelopes are now UTC (compact `YYYY-MM-DDTHH:mmZ`); removed `messages.timestampPrefix`. Add `agent.userTimezone` to tell the model the user’s local time (system prompt only).
9
+
- Model config schema changes (auth profiles + model lists); doctor auto-migrates and the gateway rewrites legacy configs on startup.
9
10
10
11
### Fixes
11
12
- Onboarding: resolve CLI entrypoint when running via `npx` so gateway daemon install works without a build step.
@@ -16,10 +17,10 @@
16
17
- macOS: local gateway now connects via tailnet IP when bind mode is `tailnet`/`auto`.
17
18
- macOS: Connections settings now use a custom sidebar to avoid toolbar toggle issues, with rounded styling and full-width row hit targets.
18
19
- macOS: drop deprecated `afterMs` from agent wait params to match gateway schema.
19
-
- Auth: add OpenAI Codex OAuth support and migrate legacy oauth.json into auth.json.
20
+
- Auth: add OpenAI Codex OAuth support and migrate legacy oauth.json into auth-profiles.json.
20
21
- Model: `/model` list shows auth source (masked key or OAuth email) per provider.
21
22
- Model: `/model list` is an alias for `/model`.
22
-
- Model: `/model` output now includes auth source location (env/auth.json/models.json).
23
+
- Model: `/model` output now includes auth source location (env/auth-profiles.json/models.json).
23
24
- Model: avoid duplicate `missing (missing)` auth labels in `/model` list output.
Why this location matters: it’s the Clawdbot-owned OAuth store.
44
-
Clawdbot also imports `oauth.json` into the agent auth store (`~/.clawdbot/agent/auth.json`) on first use.
44
+
Clawdbot also imports `oauth.json` into the agent auth profile store (`~/.clawdbot/agent/auth-profiles.json`) on first use.
45
45
46
46
### Recommended: OAuth (OpenAI Codex)
47
47
@@ -148,7 +148,7 @@ If the Gateway runs on another machine, OAuth credentials must be created/stored
148
148
149
149
For now, remote onboarding should:
150
150
- explain why OAuth isn't shown
151
-
- point the user at the credential location (`~/.clawdbot/credentials/oauth.json`) and the workspace location on the gateway host
151
+
- point the user at the credential location (`~/.clawdbot/credentials/oauth.json`) and the auth profile store (`~/.clawdbot/agent/auth-profiles.json`) on the gateway host
152
152
- mention that the **bootstrap ritual happens on the gateway host** (same BOOTSTRAP/IDENTITY/USER files)
0 commit comments