agent-ecosystem/src/main/services
iliya f286468dac fix(team): stable context % + show "% of context" + graph improvements
Context window fix:
- Derive initial contextWindow from model selection (haiku=200K, else=1M)
- Use limitContext flag from request
- Updated to exact value from modelUsage on result.success
- Formula: input_tokens + cache_creation + cache_read (all three needed)

TokenUsageDisplay:
- New contextWindowSize prop → shows "X% of context" (not "X% of input")

Graph improvements:
- Pending approval: pulsing amber ring on member nodes
- Working spinner: spinning arc when member has active task
- Current task indicator in popover (Loader2 + "working on" + task name)
- GraphNode: added currentTaskId, currentTaskSubject, pendingApproval, activeTool fields
- Adapter: passes pendingApprovalAgents + currentTaskId from store
2026-03-28 18:32:10 +02:00
..
analysis refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
discovery perf: replace remark-based search with plain text indexOf 2026-03-25 14:32:37 +02:00
editor fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
error feat: cherry-pick upstream CollapsibleOutputSection + TriggerMatcher regex cache 2026-03-25 13:58:38 +02:00
extensions fix: add recursive option to fs.rm for directory removal 2026-03-24 21:43:43 +02:00
infrastructure feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
parsing perf: replace 8 filter passes with single-pass message categorization 2026-03-25 13:59:03 +02:00
schedule feat: UI improvements, bug fixes, and protocol noise filtering 2026-03-24 17:47:15 +02:00
team fix(team): stable context % + show "% of context" + graph improvements 2026-03-28 18:32:10 +02:00
index.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00