From c2d3047937bff6759c528d2304e502cb74000ec3 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 8 Apr 2026 19:28:56 +0000 Subject: [PATCH] temp check-in --- agents/main/agent/auth-state.json | 12 +++++ credentials/telegram-default-allowFrom.json | 6 +++ credentials/telegram-pairing.json | 4 ++ devices/paired.json | 46 +++++++++++++++++++- devices/pending.json | 21 ++++++++- exec-approvals.json | 9 ++++ identity/device-auth.json | 2 +- openclaw.json | 2 +- tasks/runs.sqlite-shm | Bin 32768 -> 32768 bytes 9 files changed, 97 insertions(+), 5 deletions(-) create mode 100644 agents/main/agent/auth-state.json create mode 100644 credentials/telegram-default-allowFrom.json create mode 100644 credentials/telegram-pairing.json create mode 100644 exec-approvals.json diff --git a/agents/main/agent/auth-state.json b/agents/main/agent/auth-state.json new file mode 100644 index 0000000..a1dbec3 --- /dev/null +++ b/agents/main/agent/auth-state.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "lastGood": { + "openrouter": "openrouter:default" + }, + "usageStats": { + "openrouter:default": { + "errorCount": 0, + "lastUsed": 1775676500463 + } + } +} diff --git a/credentials/telegram-default-allowFrom.json b/credentials/telegram-default-allowFrom.json new file mode 100644 index 0000000..cc4c5c1 --- /dev/null +++ b/credentials/telegram-default-allowFrom.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "allowFrom": [ + "1612147704" + ] +} diff --git a/credentials/telegram-pairing.json b/credentials/telegram-pairing.json new file mode 100644 index 0000000..f122bcb --- /dev/null +++ b/credentials/telegram-pairing.json @@ -0,0 +1,4 @@ +{ + "version": 1, + "requests": [] +} diff --git a/devices/paired.json b/devices/paired.json index bb0bda2..b9e3f31 100644 --- a/devices/paired.json +++ b/devices/paired.json @@ -3,8 +3,8 @@ "deviceId": "e796a1ffd93bf87aeb34e302be6a58d286dc2e174297478f5ea7c56df7a8a704", "publicKey": "mDAF2NoFDrH49rFvVveW_rOY853sKz0IXxfq8mbfa1o", "platform": "linux", - "clientId": "cli", - "clientMode": "probe", + "clientId": "gateway-client", + "clientMode": "backend", "role": "operator", "roles": [ "operator" @@ -27,5 +27,47 @@ }, "createdAtMs": 1775672538463, "approvedAtMs": 1775672538463 + }, + "12387790dd447c1e211fda674510d39ca4d628b1ade6277df2247644ce3e1dc6": { + "deviceId": "12387790dd447c1e211fda674510d39ca4d628b1ade6277df2247644ce3e1dc6", + "publicKey": "BF-8jQQmBVU6ZImY8IRBd6SS8aI4n7ai3fzL0Chmm18", + "platform": "Win32", + "clientId": "openclaw-control-ui", + "clientMode": "webchat", + "role": "operator", + "roles": [ + "operator" + ], + "scopes": [ + "operator.admin", + "operator.read", + "operator.write", + "operator.approvals", + "operator.pairing" + ], + "approvedScopes": [ + "operator.admin", + "operator.read", + "operator.write", + "operator.approvals", + "operator.pairing" + ], + "tokens": { + "operator": { + "token": "HMnQD93ett_Z-kDcu3jRN8JKUSj15BY0796ke_nFKYM", + "role": "operator", + "scopes": [ + "operator.admin", + "operator.approvals", + "operator.pairing", + "operator.read", + "operator.write" + ], + "createdAtMs": 1775674591192, + "lastUsedAtMs": 1775676420903 + } + }, + "createdAtMs": 1775674591192, + "approvedAtMs": 1775674591192 } } \ No newline at end of file diff --git a/devices/pending.json b/devices/pending.json index 9e26dfe..fb6be99 100644 --- a/devices/pending.json +++ b/devices/pending.json @@ -1 +1,20 @@ -{} \ No newline at end of file +{ + "2c653937-268d-487a-9136-1f111ab28dda": { + "requestId": "2c653937-268d-487a-9136-1f111ab28dda", + "deviceId": "e796a1ffd93bf87aeb34e302be6a58d286dc2e174297478f5ea7c56df7a8a704", + "publicKey": "mDAF2NoFDrH49rFvVveW_rOY853sKz0IXxfq8mbfa1o", + "platform": "linux", + "clientId": "gateway-client", + "clientMode": "backend", + "role": "operator", + "roles": [ + "operator" + ], + "scopes": [ + "operator.write" + ], + "silent": false, + "isRepair": true, + "ts": 1775676434377 + } +} \ No newline at end of file diff --git a/exec-approvals.json b/exec-approvals.json new file mode 100644 index 0000000..78e906b --- /dev/null +++ b/exec-approvals.json @@ -0,0 +1,9 @@ +{ + "version": 1, + "socket": { + "path": "/home/mrsbates/.openclaw/exec-approvals.sock", + "token": "rOcHZIr9rOrEW0hQpjWKQEtTFvKr7dPV" + }, + "defaults": {}, + "agents": {} +} diff --git a/identity/device-auth.json b/identity/device-auth.json index 78ef0ab..ba57e19 100644 --- a/identity/device-auth.json +++ b/identity/device-auth.json @@ -8,7 +8,7 @@ "scopes": [ "operator.read" ], - "updatedAtMs": 1775672619000 + "updatedAtMs": 1775676432038 } } } diff --git a/openclaw.json b/openclaw.json index b7d612c..bf59bce 100644 --- a/openclaw.json +++ b/openclaw.json @@ -1,7 +1,7 @@ { "agents": { "defaults": { - "workspace": "/home/mrbates/.openclaw/workspace", + "workspace": "/home/mrsbates/.openclaw/workspace", "models": { "openrouter/auto": { "alias": "OpenRouter" diff --git a/tasks/runs.sqlite-shm b/tasks/runs.sqlite-shm index ec32d4e290301eebe30ab2a287b2ee5e64987ab6..03779e57c7e03cc5dbde91c9c7386b661905d287 100644 GIT binary patch delta 56 ucmZo@U}|V!;*@x#%K!!wIpqaE9m|tlH8WleS&$7PI5AF%QEX#leLVoPO%T2S delta 56 vcmZo@U}|V!;*@x#%K!pg6FKDtOOEHs*360*Ll$I%2u_SsVr1CZSYHnSl*bQf