Commit a8da70b
* Add OpenClaw gateway auth and device token persistence
- Add gateway client handshake with signed device identity
- Persist encrypted gateway config, device keys, and tokens
- Thread OpenClaw auth state through server and UI
* Wire in Openclaw gateway config and drop Solar Witch theme
- Add `OpenclawGatewayConfigLive` to the server runtime layer
- Remove the Solar Witch theme definitions from the web styles
* Apply reviewer feedback: fix connect handshake, config error handling, Solar Witch theme, and legacy import banner gating
Agent-Logs-Url: https://github.com/OpenKnots/okcode/sessions/9615af9c-7cb2-409b-93c1-541b906a4a67
Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com>
* Add nonce validation in test handshake for clearer error reporting
Agent-Logs-Url: https://github.com/OpenKnots/okcode/sessions/9615af9c-7cb2-409b-93c1-541b906a4a67
Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com>
* Update DESIGN.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update apps/web/src/themes.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Route Claude chats through provider runtime
- Remove Anthropic env-based chat handling
- Validate Claude against provider health and new provider options
- Update migrations and theme docs
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88efc86 commit a8da70b
30 files changed
Lines changed: 2110 additions & 234 deletions
File tree
- apps
- server/src
- openclaw
- persistence
- Layers
- Migrations
- Services
- provider/Layers
- sme
- Layers
- backends
- web/src
- lib
- routes
- packages/contracts/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
18 | 52 | | |
19 | 53 | | |
20 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
57 | 89 | | |
58 | 90 | | |
59 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
0 commit comments