Skip to content

sasha-computer/pi-auto-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-auto-summary

Auto-save concise session summaries to Obsidian on exit. No prompts, no confirmation.

What it does

When a pi session ends (3+ exchanges), it generates a summary using a fast model and appends it to a single markdown file. Multiple sessions stack in one file, separated by ---.

Commands

Command Description
/summary Show current config (file + model)
/summary-file <path> Set output file
/summary-model <model> Set model (tab-completes available models)

Config persists across /reload within a session via appendEntry.

Defaults:

  • File: ~/Documents/2026/Work Log.md
  • Model: claude-haiku-4-5

Install

Add to ~/.pi/agent/settings.json:

{
  "packages": [
    "/path/to/pi-auto-summary"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors