Skip to content

ui(memory): capitalize --table headers and shorten UUID column - #242

Merged
codeaholicguy merged 4 commits into
mainfrom
feature-ui-memory
Sep 23, 2026
Merged

codeaholicguy merged 4 commits into
mainfrom
feature-ui-memory

Conversation

@codeaholicguy

Copy link
Copy Markdown
Owner

Fixes #240

Summary:

  • Capitalize memory search table headers and show 8-character ID prefixes in table output.
  • Keep JSON search output unchanged with full IDs.
  • Add a dim empty-state tip and update the --table help text.

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
  • cd packages/cli && npx tsc --noEmit
  • cd packages/cli && npx oxlint src
  • npx prettier --write packages/cli/src/commands/memory.ts packages/cli/src/tests/commands/memory.test.ts
  • npm run lint
  • npm run test

Risks: none known.

@codeaholicguy
codeaholicguy merged commit 325ce86 into main Sep 23, 2026
7 checks passed
@codeaholicguy
codeaholicguy deleted the feature-ui-memory branch September 23, 2026 10:00
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(memory): capitalize --table headers and shorten UUID column

1 participant