Commit Graph

79 Commits

Author SHA1 Message Date
0d153a72b0 dashboard: tasks move to <project>/todo.txt at root, auto-gitignore in git repos 2026-08-04 12:08:35 +10:00
ef22ec6a6e dashboard: guard /dash-name against path separators 2026-08-04 11:04:41 +10:00
2a73894702 dashboard: heartbeat + cwd + session times + /dash-name (pi+zellij rename) + subagent detection 2026-08-04 11:03:18 +10:00
b3247fa75c add pre-commit-secret-scan hook (blocks commits containing real credentials; install via core.hooksPath) 2026-08-04 08:45:02 +10:00
021d4cc2d6 falcode: fix spawn error handlers (crash fix) + real oc-notify.sh notifier
- falcode.ts: add child.on('error') handlers so a missing notify binary
  (e.g. /bin/true on NixOS) can no longer take down pi via uncaughtException
- scripts/oc-notify.sh: real notifier (notify-send + ntfy) replacing the no-op
- oc-notify.sh also deployed to ~/.local/state/falcode-zellij/ on all machines
2026-08-04 06:31:26 +10:00
6d15e14550 nixos-workflow: document /config-add runbook for adding extensions & skills (vendoring, discovery, worked pi-langfuse example) 2026-08-03 20:10:52 +10:00
bc91a15905 Add pi-langfuse extension (Langfuse LLM observability for pi) — vendored from npm 1.5.8 2026-08-03 20:09:58 +10:00
0603c29216 dashboard.ts: move task file to project-local .pi/dashboard/tasks/todo.txt (per-project, matches pi session organization) 2026-08-02 09:31:46 +10:00
06b2773a00 dashboard.ts: add local notify-send popups (desktop notifications) alongside NTFY/Apprise 2026-07-31 14:53:17 +10:00
d475607011 Add dashboard.ts extension (pi dashboard state collection) + sync models.json with OmniRoute model list 2026-07-31 14:25:00 +10:00
88b892935b Update all 19 sub-agents to use provider: omniroute, route coder/devops through OCG Flash and DeepSeek Pro 2026-07-28 14:53:40 +10:00
b82cbf056e fix: tavily-search extension — universal AuthStorage compat for @mariozechner/@earendil-works pi packages 2026-07-28 10:55:38 +10:00
06e9e4ee75 Add ste-writing skill (STE100 Simplified Technical English) 2026-07-27 20:40:03 +10:00
8537a0952c all for .13 machine to pull 2026-07-08 11:01:58 +10:00
77df74286b video-maker: drop Hailuo, use only Seedance models (ByteDance) — cheapest is Seedance 2.0 Fast for social 2026-06-28 13:02:47 +10:00
e0ac3216b0 Add hard guardrails to image-maker and video-maker — NEVER generate locally, API only 2026-06-28 12:49:41 +10:00
cfa81b587d video-maker: add Seedance (ByteDance) models + Hailuo 2.3, multi-model selection guide 2026-06-28 12:12:27 +10:00
f16763523d Add video-maker agent — MiniMax Hailuo 2.3 video generation via OpenRouter 2026-06-28 12:00:07 +10:00
7c101368a0 Make image inline display explicit in design-explore — must call read() after save 2026-06-27 12:53:52 +10:00
e2afe5862a Fix design-build output: use ./designs/ (per-project) instead of hardcoded path 2026-06-27 12:37:31 +10:00
8e531e506f Add design-build skill — code generation from DESIGN.md + spec 2026-06-27 12:28:44 +10:00
19135e10c2 Add design-explore skill — image mockups with optional DESIGN.md tokens 2026-06-27 12:28:14 +10:00
b22bbf15f3 add memory: project to all agents, remove custom subagent-registry skill 2026-06-14 18:00:46 +10:00
1c64a53c03 update subagent-registry skill with explicit file operations 2026-06-14 16:14:11 +10:00
371c2e6dc7 add subagent-registry skill and update coder-pro with memory 2026-06-14 15:37:12 +10:00
4085add586 lock provider routing: use only [...] for cache continuity on deepseek, kimi, minimax, qwen 2026-06-14 14:00:22 +10:00
6c2f36b69d fix provider routing: use correct slugs (baidu, streamlake, moonshotai, minimax, qwen) 2026-06-14 08:53:09 +10:00
94381fdd93 remove deprecated smart-router extension 2026-06-13 16:03:10 +10:00
aaa21a4f2f add 11 new sub-agent types, fix model routing, add models.json
New agents (11):
- chat-search, code-analysis, code-ingest, database
- document-writer, home-automation, image-maker
- iot-coder, iot-hardware, video-analyze, vscode-setup

Fixes:
- Remove broken :deepseek suffix from coder-basic, coder-pro,
  devops-basic, devops-pro (caused silent fallback to parent model)
- Add models.json with openRouterRouting for DeepSeek, Qwen,
  MiniMax, Moonshot AI provider cache targeting

Additions:
- headroom-bridge extension (compress_for_agent tool)
- models.json with provider routing config

Cleanup:
- Remove old pi-subagents extension (replaced by @tintinweb/pi-subagents)
2026-06-13 12:14:17 +10:00
b62d25bd8d add 7 persistent subagent definitions for @tintinweb/pi-subagents 2026-06-12 20:00:32 +10:00
18125553ae temp: all routes → owl-alpha to stop cost drain. Comments document restore map for cost-aware routing. 2026-06-11 05:44:17 +10:00
0e3837dfc3 fix: cost reduction - switch most routes to v4-flash/free, only use v4-pro + high thinking for genuinely complex code. Shorten footer status to avoid truncation. 2026-06-10 21:29:40 +10:00
f6a4fc03b1 fix: point headroom proxy from localhost to 192.168.20.13 (Docker on server) 2026-06-10 20:16:07 +10:00
9be87dd8a9 feat: integrate Headroom compression - compress large analysis/code/devops contexts (≥5K tokens) via context event 2026-06-10 14:55:33 +10:00
07ec1dbd90 feat: add thinking levels per routing tag - economy-code=low, precision-devops=medium, precision-code-high=high, precision-react=high 2026-06-10 13:38:28 +10:00
3a4db35b16 fix: try provider/model-id fallback in /lock-model for OpenRouter models 2026-06-09 14:24:22 +10:00
375c796d28 perf: use openrouter/free for router-eval and free-core (faster than owl-alpha) 2026-06-09 13:14:46 +10:00
bfbe2d4079 perf: use deepseek-v4-flash for intent analysis (faster than owl-alpha) 2026-06-09 12:53:57 +10:00
05cb99bc78 feat: show routing decisions in footer status bar instead of hidden messages 2026-06-08 19:44:29 +10:00
028d70fe7d fix: remove double provider prefix in model label 2026-06-08 19:32:23 +10:00
cdd121cd62 feat: add router-status output to smart-router extension 2026-06-08 19:03:18 +10:00
a3bc572c37 chore: remove incorrectly placed smart-router files (moved to ~/.agents) 2026-06-08 17:59:18 +10:00
cb32a363dc feat: add smart-router extension for dynamic prompt routing 2026-06-08 17:59:18 +10:00
1ef640374d feat: add smart-router extension for dynamic prompt routing 2026-06-08 17:55:48 +10:00
d88ccf551a skill: auto-source OpenRouter key, add markitdown-vision wrapper 2026-06-08 11:57:10 +10:00
d3ce7f12de skill: add image analysis with Qwen 2.5 VL via OpenRouter 2026-06-08 11:37:31 +10:00
1619206398 skill: add markitdown file converter 2026-06-07 17:26:02 +10:00
b6bf904152 Add tavily-search extension 2026-06-06 09:15:53 +10:00
c413aab820 add npm-security skill + add to config-setup defaults 2026-06-05 14:40:58 +10:00
129ae0849d skill: add keyboard troubleshooting section (VIA Web, udev, caps lock) 2026-06-04 20:09:35 +10:00