Skip to content
| Marketplace
Sign in
Visual Studio Code>Chat>Huza Memory AgentNew to Visual Studio Code? Get it now.
Huza Memory Agent

Huza Memory Agent

Huzalabs

| (0) | Free
Session memory for OpenCode. Tracks conversations across terminal sessions. Never forgets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Huza Memory Agent icon

Huza Memory Agent

Session-persistent memory for OpenCode conversations.
Tracks everything across terminal sessions. Never forgets.

Huza Memory Agent demo


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.

Installation

From VSIX (current)

code --install-extension huza-memory-agent-0.2.0.vsix

From Marketplace (once published)

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for Huza Memory Agent
  4. Click Install

How It Works

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

License

MIT — see LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft