@firstpick/pi-extension-memory-helper

Memory helper commands and remember_note tool for Pi.

Packages

Package details

extension

Install @firstpick/pi-extension-memory-helper from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-memory-helper
Package
@firstpick/pi-extension-memory-helper
Version
0.1.8
Published
May 17, 2026
Downloads
1,004/mo · 395/wk
Author
firstpick
License
MIT
Types
extension
Size
8.3 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-extension-memory-helper

Simple memory capture and lookup helpers for Pi.

What it does

  • Adds fast note capture to daily memory files.
  • Adds quick text search across memory markdown files.
  • Exposes the same write path to both users and the agent via command + tool.
  • Uses plain markdown files (human-readable, git-friendly).

Install

pi install npm:@firstpick/pi-extension-memory-helper

Configuration

  • PI_MEMORY_HELPER_TIMEZONE
    • Controls which day file is targeted by /remember and remember_note.
    • Default: UTC.

Commands

  • /remember <note> - append a timestamped note to today's memory file.
  • /memory-search <query> - search memory markdown files and return top matches.
  • /memory-helper-status - show active timezone and memory directory.

Tools

  • remember_note
    • Input: note
    • Action: append to today's memory file
    • Output: saved file path + timezone info
  • memory_search
    • Input: query, optional limit (1–50)
    • Action: search persisted memory markdown files for relevant notes

Example view

/remember Prefer one canonical config file over duplicated values
Saved to ~/.pi/agent/memory/2026-05-12.md

/memory-search canonical config
1. 2026-05-12.md
   Prefer one canonical config file over duplicated values

Great for capturing decisions, preferences, and troubleshooting breadcrumbs while staying in the Pi flow.