Skip to content

derive FocusedAgentPanel inputs from tool invocations#497

Merged
JeremyDev87 merged 1 commit intomasterfrom
fix/tui-derive-focused-agent-inputs-478
Feb 17, 2026
Merged

derive FocusedAgentPanel inputs from tool invocations#497
JeremyDev87 merged 1 commit intomasterfrom
fix/tui-derive-focused-agent-inputs-478

Conversation

@JeremyDev87
Copy link
Owner

Summary

Closes #478

  • Replace hardcoded EMPTY_INPUTS (always empty array) with the already-computed tools array derived from state.eventLog
  • Remove unused EMPTY_INPUTS constant
  • The IN: line in FocusedAgentPanel now displays actual tool names instead of always showing none

Changes

File Change
dashboard-app.tsx Remove EMPTY_INPUTS constant, pass tools to inputs prop (2 locations)
dashboard-app.spec.tsx Add test verifying IN: line shows tool names after TOOL_INVOKED event

Test plan

  • New test: passes tool names as inputs to FocusedAgentPanel — verifies IN: line is not none when tool invocations exist
  • Full test suite: 159 files, 3701 tests passed, 0 failed

Replace hardcoded EMPTY_INPUTS with the already-computed tools array
so the IN: line in the focused agent panel displays actual tool names
instead of always showing "none".
@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Feb 17, 2026 1:33pm

@JeremyDev87 JeremyDev87 self-assigned this Feb 17, 2026
@JeremyDev87 JeremyDev87 added fix tui TUI Agent Monitor labels Feb 17, 2026
@JeremyDev87 JeremyDev87 changed the title fix(tui): derive FocusedAgentPanel inputs from tool invocations derive FocusedAgentPanel inputs from tool invocations Feb 17, 2026
@JeremyDev87 JeremyDev87 merged commit 15f372e into master Feb 17, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the fix/tui-derive-focused-agent-inputs-478 branch February 17, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix tui TUI Agent Monitor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TUI] Task 7: Derive FocusedAgentPanel inputs from tool invocations

1 participant