agent-ecosystem/src/renderer/components
Paul Holstein 56dc860862 feat: show total session cost including subagents in Visible Context panel
Compute subagentCostUsd from sessionDetail.processes[].metrics and
display total cost (parent + subagents) with breakdown in the header.
When subagents exist, shows e.g. "$24.70 ($16.85 parent + $7.84 subagents)"
with a link to the Session Report for full details.

Replaces the "(parent only)" disclaimer since cost is now accurate.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:15:25 -05:00
..
chat feat: show total session cost including subagents in Visible Context panel 2026-02-23 14:15:25 -05:00
common feat: add cost calculation metric 2026-02-22 14:39:20 +05:30
dashboard fix: prevent Ctrl+R page reload and show platform-aware shortcuts (#58) 2026-02-22 06:05:44 -08:00
layout feat: add MoreMenu component for toolbar actions 2026-02-23 22:44:42 +08:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): avoid ÷ 0 phrasing when no commits or lines changed 2026-02-22 15:47:17 -05:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat: add auto-expand AI response groups setting 2026-02-22 19:13:28 -05:00
sidebar fix: prevent Ctrl+R page reload and show platform-aware shortcuts (#58) 2026-02-22 06:05:44 -08:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00