Files
boss/local-agent/config.cloud.json

59 lines
1.7 KiB
JSON

{
"bindHost": "127.0.0.1",
"port": 4317,
"heartbeatIntervalMs": 15000,
"masterAgentPollIntervalMs": 3000,
"controlPlaneUrl": "https://boss.hyzq.net",
"skillsDir": "/Users/kris/.codex/skills",
"masterAgentEnabled": true,
"masterAgentWorkdir": "/Users/kris/code/boss",
"masterAgentSandbox": "workspace-write",
"masterAgentModel": "gpt-5.4",
"omxEnabled": false,
"omxCommand": "",
"omxArgs": [],
"omxWorkdir": "/Users/kris/code/boss",
"omxTimeoutMs": 45000,
"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"
]
}
]
}