Skip to content

Fix agent list and detail rendering - #245

Merged
codeaholicguy merged 2 commits into
mainfrom
feature-ui-agent
Sep 23, 2026
Merged

codeaholicguy merged 2 commits into
mainfrom
feature-ui-agent

Conversation

@codeaholicguy

@codeaholicguy codeaholicguy commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Fixes #236

Summary:

  • Replace compact emoji status cells with word labels and keyed colors in agent list rendering.
  • Split interactive and durable list tables so mode-specific columns are clear.
  • Add pluralized waiting summaries, future-aware relative time formatting, working-on recovery hints, and local-clock detail timestamps with width-derived separators.

Validation:

  • npm ci
  • cd packages/agent-manager && npm run build
  • cd packages/channel-connector && npm run build
  • cd packages/memory && npm run build
  • cd packages/cli && npx vitest run src/tests/commands/agent.test.ts
  • cd packages/cli && npx vitest run
  • cd packages/cli && npx tsc --noEmit
  • cd packages/cli && npx oxlint src
  • npm run lint
  • npm run test

@codeaholicguy codeaholicguy changed the title fix(cli): clarify agent list and detail rendering Fix agent list and detail rendering Sep 23, 2026
@codeaholicguy
codeaholicguy merged commit 20e909b into main Sep 23, 2026
7 checks passed
@codeaholicguy
codeaholicguy deleted the feature-ui-agent branch September 23, 2026 09:08
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.

ui(agent): replace emoji status cells, fix pluralization and mixed column semantics in list/detail

1 participant