pi-solo
Pi extension for Solo (soloterm.com) — registers every Solo MCP tool as a first-class Pi tool, auto-binds to SOLO_PROCESS_ID, idle-closes the helper, and renders Solo keyboard shortcuts in tool results.
File Explorer
- SKILL.md
- settings.json
- pre-commit
- pi-subagent
- index.ts
- profiles.ts
- solo-surface.ts
- header.ts
- index.ts
- notifications.ts
- rendering.ts
- integration.test.ts
- test.ts
- solo.json
- .editorconfig
- .gitignore
- LICENSE
- package.json
- README.md
- vite.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
solo
View Details ▼
solo
Interact with Solo hardware security keys.
solo ls
List connected Solos:
solo key update
Update the currently connected Solo's firmware to the latest version:
solo key wink --serial {{serial_number}}
Blink the LED of a specific Solo:
task
View Details ▼
task
To-do list manager.
task add {{description}} due:{{tomorrow}}
Add a new task which is due tomorrow:
task {{task_id}} modify priority:{{H|M|L}}
Update a task's priority:
task {{task_id}} done
Complete a task:
