agent-ecosystem/src/renderer/components
Paul Holstein bbd6441b9e fix(report): compute subagent costs, filter synthetic model, fix test parsing
- Compute subagent cost from token breakdown instead of relying on
  unpopulated proc.metrics.costUsd; extract actual model from subagent
  messages for accurate pricing and mismatch detection
- Add aggregated "Subagents (combined)" row to cost table with arrow
  navigation to the Subagents report section (no misleading breakdown)
- Filter <synthetic> model from token/cost tracking to eliminate zero rows
- Fix parseTestSummary to treat missing pass/fail count as 0 so clean
  all-passing test runs are not dropped from trajectory analysis

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 14:56:57 -05:00
..
chat feat(report): add threshold-based assessment badges to all report sections 2026-02-21 18:01:43 -05:00
common feat: add session export (Markdown, JSON, Plain Text) 2026-02-21 11:18:52 -05:00
dashboard feat(settings): enhance Claude root management and UI updates 2026-02-16 20:06:09 +09:00
layout feat(report): wire up toolbar button and report tab routing 2026-02-21 16:55:04 -05:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): compute subagent costs, filter synthetic model, fix test parsing 2026-02-22 14:56:57 -05:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat(docker): add standalone mode and Docker support 2026-02-16 22:57:48 +09:00
sidebar feat: add copy functionality to session context menu 2026-02-20 12:53:08 +09: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