@henryqw/pi-open-in 0.1.2 → 0.1.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Pi extension that adds `/open` and `/set-open-in <command>` for opening current
8
8
  pi install npm:@henryqw/pi-open-in
9
9
  ```
10
10
 
11
- Run `/set-open-in XYZ` to configure `/open`. Then `/open` runs `XYZ <current-working-directory>`.
11
+ Run `/set-open-in XYZ` to configure `/open`. Then `/open` runs `XYZ <current-working-directory>`. You can invoke `/open` anytime, even while the agent is working.
12
12
 
13
13
  Command saves to `~/.pi/agent/config/pi-open-in.json`:
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-open-in",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Open the current Pi working directory with a configurable command.",
5
5
  "keywords": [
6
6
  "pi-package",