Session-persistent memory for OpenCode conversations.
Tracks everything across terminal sessions. Never forgets.
Features
Memory Journal — Every OpenCode session is logged to .opencode/memory/journal.md automatically.
Activity Bar Icon — Persistent Huza icon on the VS Code left sidebar. Always visible, even with no tabs open.
Status Bar Button — "Huza Memory" button at the bottom of the window. Click to open your journal instantly.
Live Analytics — The Activity Bar panel shows session counts, entry totals, today's activity, and category breakdown. Updates automatically.
Quick Entry — Add memory entries on the fly with category tags (User request, Decision, File change, etc.).
Live Sync — Detects external journal changes and keeps you in sync.
Never Forgets — Appends only, never overwrites. Full history is always preserved.
Commands
Command
Shortcut
Description
Huza Memory: Open Journal
Ctrl+Alt+M / Cmd+Alt+M
Opens the memory journal
Huza Memory: Add Entry
—
Prompts for a journal entry with category
Huza Memory: Refresh
—
Reloads the journal from disk
Tip: Click the Huza icon in the Activity Bar (left sidebar) or the "Huza Memory" button in the Status Bar (bottom bar) to quickly access your journal at any time.
The extension maintains a journal.md file inside your project at:
.opencode/memory/journal.md
Every time you use the Add Entry command, a timestamped entry is appended:
## Session 2026-05-28 21:00
- User request (21:00): Added dark mode support to settings panel
- Decision (21:05): Using CSS variables for theme switching