pi-soly 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/switch/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-soly",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Project management for pi — plans, state, subagent-driven execution. Inspired by GSD.",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/switch/index.ts CHANGED
@@ -103,7 +103,7 @@ export default function piSwitchExtension(pi: ExtensionAPI) {
103
103
  });
104
104
 
105
105
  // ----- Ctrl+Shift+S: hot cycle (no popup, no confirmation) -----
106
- pi.registerShortcut("ctrl+shift+s", {
106
+ pi.registerShortcut("f2", {
107
107
  description: "Cycle to next agent (worker → oracle → scout → …)",
108
108
  handler: (sctx) => {
109
109
  lastUi = sctx.ui;