feat: add auto-memory panel and /memory command shortcut #212

Closed
opened 2026-03-10 09:16:16 -07:00 by hikari · 0 comments
Owner

Summary

CLI v2.1.59 added automatic context saving to auto-memory, manageable via the /memory command. This is a significant new feature that users will want visibility into from Hikari's UI, rather than having to type /memory in the terminal input.

Required Changes

Frontend

  • Add a Memory panel (or section within an existing panel) that displays the current auto-memory contents
  • Add a /memory shortcut button in the UI (e.g., in the sidebar or toolbar) that sends the /memory command to Claude
  • Display a subtle indicator when auto-memory is updated during a session (e.g., a toast notification)
  • Consider a "View Memory" quick-action in the conversation header

Optional Enhancement

  • Allow users to view/edit the auto-memory file directly via the CodeMirror editor panel

Reference

  • CLI v2.1.59: "Claude automatically saves useful context to auto-memory. Manage with /memory"

This issue was created with help from Hikari~ 🌸

## Summary CLI v2.1.59 added automatic context saving to auto-memory, manageable via the `/memory` command. This is a significant new feature that users will want visibility into from Hikari's UI, rather than having to type `/memory` in the terminal input. ## Required Changes ### Frontend - Add a Memory panel (or section within an existing panel) that displays the current auto-memory contents - Add a `/memory` shortcut button in the UI (e.g., in the sidebar or toolbar) that sends the `/memory` command to Claude - Display a subtle indicator when auto-memory is updated during a session (e.g., a toast notification) - Consider a "View Memory" quick-action in the conversation header ### Optional Enhancement - Allow users to view/edit the auto-memory file directly via the CodeMirror editor panel ## Reference - CLI v2.1.59: "Claude automatically saves useful context to auto-memory. Manage with `/memory`" ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-13 01:34:45 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#212