From a2846357ac8d8f7e5fcaa2467e0f1f4264dbfe98 Mon Sep 17 00:00:00 2001 From: Nyk <0xnykcd@googlemail.com> Date: Mon, 2 Mar 2026 02:21:45 +0700 Subject: [PATCH] docs: add per-agent cost breakdowns to roadmap User feedback: per-agent cost visibility is a top priority for operators running their own agent orchestration setups. Currently derivable from per-session data but not yet a dedicated panel. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f69ed7..b369888 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ See [open issues](https://github.com/builderz-labs/mission-control/issues) for p - [ ] Agent-agnostic gateway support — connect any orchestration framework (OpenClaw, ZeroClaw, OpenFang, NeoBot, IronClaw, etc.), not just OpenClaw - [ ] Direct CLI integration — connect tools like Codex, Claude Code, or custom CLIs directly without requiring a gateway - [ ] Native macOS app (Electron or Tauri) +- [ ] First-class per-agent cost breakdowns — dedicated panel with per-agent token usage and spend (currently derivable from per-session data) - [ ] OpenAPI / Swagger documentation - [ ] Webhook retry with exponential backoff - [ ] OAuth approval UI improvements