Skip to content

fix(cli): show shared agent board messages - #13848

Merged
marius-kilocode merged 1 commit into
mainfrom
fix-cli-message-display
Sep 7, 2026
Merged

marius-kilocode merged 1 commit into
mainfrom
fix-cli-message-display

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

What Problem This Solves

The CLI rendered board_post and board_read calls as generic tool output. Board message bodies were hidden unless generic output was enabled, and raw output was not readable.

Why This Change Was Made

Add a dedicated terminal renderer that matches the Agent Manager board-message presentation while preserving terminal conventions. It shows sender and recipient labels, Markdown message bodies, empty reads, pagination warnings, and the post storage receipt. Board cards remain controlled by the existing tool-details setting, but are no longer hidden by the generic tool-output setting.

User Impact

Shared-board activity is readable directly in the CLI, including narrow terminals. Malformed responses still fall back to visible raw output, and tool errors remain visible.

Evidence

  • 246 TUI tests passed, with 1 skipped.
  • CLI and TUI typechecks passed.
  • New renderer tests and existing terminal layout tests passed, 27 tests total in the focused run.
  • Annotation and whitespace checks passed.
  • Live CLI smoke test passed at normal and narrow widths, including tool-details hide/show behavior.

CLI shared agent board messages

CLI shared agent board read messages

@kilo-code-bot

kilo-code-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • .changeset/cli-board-messages.md
  • packages/tui/src/kilocode/board-tool.tsx
  • packages/tui/src/routes/session/index.tsx
  • packages/tui/test/kilocode/board-tool.test.tsx

Reviewed by grok-4.6 · Input: 153K · Output: 17.5K · Cached: 1.1M

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit 962e88e into main Sep 7, 2026
32 checks passed
@marius-kilocode
marius-kilocode deleted the fix-cli-message-display branch September 7, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants