@tekmidian/pai 0.26.0 → 0.27.0

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.
@@ -28,6 +28,7 @@ pai pause [target] [options]
28
28
  | `--session-id <uuid>` | Claude Code session UUID — recorded as the `claude --resume` handle | |
29
29
  | `--no-body` | Deliberately write a metadata-only checkpoint (no content) | |
30
30
  | `--exit` | (pause all only) Also send /exit to each session after pausing | |
31
+ | `--only <name>` | (pause all only) Pause just the sessions whose name or id contains <name>. For rehearsing the real thing against one session before trusting it with every open tab — a dry run exercises enumeration but never sends anything, which is exactly how a broken send survived until it was needed. | |
31
32
  | `--wait <ms>` | (pause all only) Max milliseconds to wait for a session to finish its checkpoint before /exit. Not a fixed delay — sessions are exited as soon as they return to the prompt, and any still busy at the deadline are left open rather than killed mid-write. (default: 180000) | `180000` |
32
33
 
33
34
  ## See also
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekmidian/pai",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "PAI Knowledge OS — Personal AI Infrastructure with federated memory and project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",