12f7825adfae 2026-5-19:12:44:58

This commit is contained in:
Sam
2026-05-19 12:44:58 +10:00
3 changed files with 56 additions and 42 deletions

View File

@@ -48,9 +48,23 @@
"icon": "lucide-file",
"title": "Untitled 3"
}
},
{
"id": "65b9932639455cae",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "100 inbox/Untitled.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Untitled"
}
}
],
"currentTab": 2
"currentTab": 3
}
],
"direction": "vertical"
@@ -224,11 +238,12 @@
"templater-obsidian:Templater": false
}
},
"active": "d5c6d8933290711d",
"active": "65b9932639455cae",
"lastOpenFiles": [
"100 inbox/Untitled.md",
"100 inbox/Untitled 3.md",
"100 inbox/1779061553-LQHN.md",
"300 areas/350 AI/Local Hybrid Vector + Graph RAG Setup.md",
"100 inbox/Untitled 3.md",
"000 daily/1778841999-CBOE.md",
"300 areas/350 AI/1778914902-WMFA.md",
"100 inbox/1778914902-WMFA.md",
@@ -239,7 +254,6 @@
"templates/Daily_Note_Template.md",
"inbox/1778841999-CBOE.md",
"inbox",
"100 inbox/Untitled.md",
"300 areas/350 AI",
"templates/tmpl_generic_note.md",
"300 areas",

0
100 inbox/Untitled.md Normal file
View File

View File

@@ -62,37 +62,37 @@ Prompt templates are `.md` files in `~/.pi/agent/prompts/` with YAML frontmatter
### Installed Templates
| Command | Tier | Model | Use |
|---|---|---|---|
| `/quick` | ⚡ flash | deepseek-v4-flash | General everyday tasks |
| `/think` | 🧠 ultra | openrouter/deepseek-pro | Deep thinking, hard problems |
| `/check` | 🔷 pro | opencode-go/deepseek-pro | Code review, quality checks |
| `/nix-check` | ⚡ flash | deepseek-v4-flash | Nix flake checks, config debug |
| `/note` | ⚡ flash | deepseek-v4-flash | Create Obsidian .md with frontmatter |
| `/sort` | 🔷 pro | opencode-go/deepseek-pro | Classify files, suggest Obsidian folder |
| `/read` | ⚡ flash | deepseek-v4-flash | Batch read and synthesize many files |
| `/debug` | 🧠 ultra | openrouter/deepseek-pro | Complex NixOS/infra debugging |
| `/vault` | 🔷 pro | opencode-go/deepseek-pro | Obsidian vault setup and management |
| `/chat` | ⚡ flash | deepseek-v4-flash | Chat with automatic web search |
| `/img` | 🧠 ultra | openrouter/deepseek-pro | Image analysis and description |
| `/make-img` | ⚡ flash | deepseek-v4-flash | Generate images via OpenRouter API (Flux/Stable Diffusion) |
| ------------ | -------- | ------------------------ | ---------------------------------------------------------- |
| `/do-quick` | ⚡ flash | deepseek-v4-flash | General everyday tasks |
| `/do-think` | 🧠 ultra | openrouter/deepseek-pro | Deep thinking, hard problems |
| `/do-check` | 🔷 pro | opencode-go/deepseek-pro | Code review, quality checks |
| `/do-nix-check` | ⚡ flash | deepseek-v4-flash | Nix flake checks, config debug |
| `/do-note` | ⚡ flash | deepseek-v4-flash | Create Obsidian .md with frontmatter |
| `/do-sort` | 🔷 pro | opencode-go/deepseek-pro | Classify files, suggest Obsidian folder |
| `/do-read` | ⚡ flash | deepseek-v4-flash | Batch read and synthesize many files |
| `/do-debug` | 🧠 ultra | openrouter/deepseek-pro | Complex NixOS/infra debugging |
| `/do-vault` | 🔷 pro | opencode-go/deepseek-pro | Obsidian vault setup and management |
| `/do-chat` | ⚡ flash | deepseek-v4-flash | Chat with automatic web search |
| `/do-img` | 🧠 ultra | openrouter/deepseek-pro | Image analysis and description |
| `/do-make-img` | ⚡ flash | deepseek-v4-flash | Generate images via OpenRouter (GPT/Image Mini, Gemini) |
> **Audio/Voice note:** Pi runs in a text-based terminal (TUI) with no microphone access or audio playback. Qwen supports audio processing, but it's not practical in Pi's current architecture regardless of model.
### How to use
```
/quick what's the weather?
/think design the architecture for this feature
/check review the changes in this file
/nix-check analyze the nix flake check output
/note document the new service setup
/sort read this config file and tell me where it goes
/read skim these three config files and compare them
/debug why is my NixOS build failing?
/vault set up a template for daily notes
/chat what's new in NixOS 25.11?
/img what's wrong in this screenshot?
/make-img a futuristic cityscape with neon lights
/do-quick what's the weather?
/do-think design the architecture for this feature
/do-check review the changes in this file
/do-nix-check analyze the nix flake check output
/do-note document the new service setup
/do-sort read this config file and tell me where it goes
/do-read skim these three config files and compare them
/do-debug why is my NixOS build failing?
/do-vault set up a template for daily notes
/do-chat what's new in NixOS 25.11?
/do-img what's wrong in this screenshot?
/do-make-img a futuristic cityscape with neon lights
```
### Template format
@@ -171,18 +171,18 @@ pi-mcp-adapter connects Pi to external services via the Model Context Protocol.
| Command | What it does |
|---|---|
| `/quick <task>` | Fast model for everyday tasks |
| `/think <task>` | Ultra model for deep analysis |
| `/check <path>` | Pro model for code review |
| `/nix-check <task>` | Nix-specific analysis |
| `/note <description>` | Create Obsidian note with frontmatter |
| `/sort <path>` | Classify file, suggest Obsidian folder |
| `/read <paths>` | Batch read and synthesize files |
| `/debug <issue>` | Complex NixOS/infra debugging |
| `/vault <task>` | Obsidian vault setup and management |
| `/chat <topic>` | Conversation with web search |
| `/img <prompt>` | Image analysis and description |
| `/make-img <prompt>` | Generate image via OpenRouter API |
| `/do-quick <task>` | Fast model for everyday tasks |
| `/do-think <task>` | 🧠 Ultra model for deep analysis |
| `/do-check <path>` | 🔷 Pro model for code review |
| `/do-nix-check <task>` | Nix-specific analysis |
| `/do-note <description>` | Create Obsidian note with frontmatter |
| `/do-sort <path>` | 🔷 Classify file, suggest Obsidian folder |
| `/do-read <paths>` | Batch read and synthesize files |
| `/do-debug <issue>` | 🧠 Complex NixOS/infra debugging |
| `/do-vault <task>` | 🔷 Obsidian vault setup and management |
| `/do-chat <topic>` | Conversation with web search |
| `/do-img <prompt>` | 🧠 Image analysis and description |
| `/do-make-img <prompt>` | Generate image via OpenRouter (GPT/Image Mini, Gemini) |
| `/config-setup` | One-shot: creates `.pi/`, `settings.json`, memory vault in current folder |
| `/config-add ext <name>` | Activate an extension from `~/.agents` |
| `/config-add skill <name>` | Activate a skill from `~/.agents` |