fix(cloud): align planner configuration and records
Tests / Test passed: 856

This commit is contained in:
2026-07-15 09:43:14 +08:00
parent f8054cb58c
commit 778af2da53
20 changed files with 368 additions and 52 deletions
+6
View File
@@ -27,6 +27,12 @@ budgets are enforced only for Hosts reporting `AI_PLANNER_TRANSPORT=cloud`;
direct-provider Hosts are labelled **unmetered** rather than budget compliant.
The configured proxy reservation ceiling must fit within any daily budget.
Task readers can inspect full per-step LLM interaction history for
cloud-transport tasks in the task detail view. This history includes prompts
and resolved tool calls, excludes screenshot bytes, and is unavailable by
design for direct-provider Hosts. Retention is configured on the Cloud API via
`CLOUD_PLANNER_DECISION_LOG_RETENTION_DAYS` and its prune interval.
## Local development
```bash