pi-powershell 1.0.1 → 1.0.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.
@@ -0,0 +1,25 @@
1
+ {"ts":1779521252798,"requestId":"rmpi10af2-31","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
2
+ {"ts":1779521253015,"requestId":"rmpi10al3-32","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
3
+ {"ts":1779521253558,"requestId":"rmpi10b06-33","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
4
+ {"ts":1779521253822,"requestId":"rmpi10b7i-34","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
5
+ {"ts":1779521254567,"requestId":"rmpi10bs7-35","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
6
+ {"ts":1779521254971,"requestId":"rmpi10c3e-36","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":1,"result":"empty"}],"shown":false}
7
+ {"ts":1779521255500,"requestId":"rmpi10ci4-37","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
8
+ {"ts":1779521255700,"requestId":"rmpi10cno-38","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
9
+ {"ts":1779521255883,"requestId":"rmpi10csr-39","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
10
+ {"ts":1779521256365,"requestId":"rmpi10d65-40","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
11
+ {"ts":1779521256596,"requestId":"rmpi10dck-41","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
12
+ {"ts":1779521256769,"requestId":"rmpi10dhd-42","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
13
+ {"ts":1779521257138,"requestId":"rmpi10drm-43","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
14
+ {"ts":1779521266748,"requestId":"rmpi10l6k-44","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
15
+ {"ts":1779521267308,"requestId":"rmpi10lm4-45","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
16
+ {"ts":1779521267868,"requestId":"rmpi10m1o-46","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
17
+ {"ts":1779521268167,"requestId":"rmpi10m9z-47","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
18
+ {"ts":1779521268768,"requestId":"rmpi10mqo-48","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
19
+ {"ts":1779521269078,"requestId":"rmpi10mza-49","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
20
+ {"ts":1779521269480,"requestId":"rmpi10nag-50","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
21
+ {"ts":1779521269651,"requestId":"rmpi10nf7-51","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
22
+ {"ts":1779521269900,"requestId":"rmpi10nm4-52","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
23
+ {"ts":1779521270597,"requestId":"rmpi10o5h-53","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
24
+ {"ts":1779521271510,"requestId":"rmpi10ouu-54","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
25
+ {"ts":1779521272115,"requestId":"rmpi10pbn-55","mode":"llm","result":"empty","providers":[{"provider":"ghost-mercury-edit","latencyMs":0,"result":"empty"}],"shown":false}
@@ -0,0 +1,4 @@
1
+ {"ts":1779521257493,"kind":"ngram","n":3,"tokens":["update","readme","bump"],"weight":1}
2
+ {"ts":1779521257493,"kind":"ngram","n":3,"tokens":["readme","bump","version"],"weight":1}
3
+ {"ts":1779521272185,"kind":"ngram","n":3,"tokens":["remove","option","3"],"weight":1}
4
+ {"ts":1779521272185,"kind":"ngram","n":3,"tokens":["option","3","installation"],"weight":1}
package/README.md CHANGED
@@ -36,20 +36,13 @@ Native PowerShell cmdlets pass through unchanged:
36
36
 
37
37
  ## Installation
38
38
 
39
- ### Option 1: Install via npm
40
39
  ```bash
41
- npm install -g @marcfargas/pi-powershell
40
+ npm install -g pi-powershell
42
41
  ```
43
42
 
44
- ### Option 2: Add to your project
43
+ Or in pi:
45
44
  ```bash
46
- cd your-project
47
- pi install @marcfargas/pi-powershell
48
- ```
49
-
50
- ### Option 3: Local extension
51
- ```bash
52
- pi -e ./pi-powershell-extension.ts
45
+ pi install pi-powershell
53
46
  ```
54
47
 
55
48
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-powershell",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "PowerShell extension for pi - replaces bash with PowerShell on Windows and auto-translates bash commands",
5
5
  "keywords": [
6
6
  "pi-package",