feat: ship native boss android console
This commit is contained in:
53
local-agent/config.example.json
Normal file
53
local-agent/config.example.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"bindHost": "127.0.0.1",
|
||||
"port": 4317,
|
||||
"heartbeatIntervalMs": 60000,
|
||||
"masterAgentPollIntervalMs": 3000,
|
||||
"controlPlaneUrl": "http://127.0.0.1:3000",
|
||||
"skillsDir": "/Users/kris/.codex/skills",
|
||||
"masterAgentEnabled": true,
|
||||
"masterAgentWorkdir": "/Users/kris/code/boss",
|
||||
"masterAgentSandbox": "workspace-write",
|
||||
"masterAgentModel": "gpt-5.4",
|
||||
"deviceId": "mac-studio",
|
||||
"workerId": "worker-mac-ui",
|
||||
"pairingCode": "",
|
||||
"token": "boss-mac-studio-token",
|
||||
"name": "Mac Studio",
|
||||
"avatar": "M",
|
||||
"account": "17600003315",
|
||||
"status": "online",
|
||||
"quota5h": 68,
|
||||
"quota7d": 81,
|
||||
"projects": [
|
||||
"Boss 移动控制台",
|
||||
"硬件审计协作"
|
||||
],
|
||||
"endpoint": "mac://kris.local",
|
||||
"threadContexts": [
|
||||
{
|
||||
"projectId": "boss-console",
|
||||
"taskId": "task-ui-refine",
|
||||
"threadId": "thread-boss-ui",
|
||||
"title": "Boss UI 收口线程",
|
||||
"summary": "会话页、设备页和我的页已稳定,剩设备绑定与运维摘要联调。",
|
||||
"status": "running",
|
||||
"contextBudgetRemainingPct": 62,
|
||||
"contextBudgetLevel": "watch",
|
||||
"compactionExpectedAt": "2026-03-25T14:05:00+08:00",
|
||||
"mustFinishBeforeCompaction": false,
|
||||
"estimatedRemainingTurns": 10,
|
||||
"estimatedRemainingLargeMessages": 4,
|
||||
"lastCompactionAt": "2026-03-25T10:28:00+08:00",
|
||||
"compactionCount": 1,
|
||||
"patchPending": true,
|
||||
"testsPending": true,
|
||||
"evidencePending": false,
|
||||
"checklist": [
|
||||
"设备绑定页接 API",
|
||||
"回归 lint/build",
|
||||
"回写 README"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user