pi-pwsh-native 0.1.0 → 0.1.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented here.
4
4
 
5
+ ## 0.1.1 — 2026-07-30
6
+
7
+ ### Added
8
+
9
+ - Pi package gallery preview metadata and the PowerShell 7 preview image.
10
+
5
11
  ## 0.1.0 — 2026-07-30
6
12
 
7
13
  ### Added
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # pi-pwsh-native
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/pi-pwsh-native.svg)](https://www.npmjs.com/package/pi-pwsh-native)
4
+ [![CI](https://github.com/takomine/pi-pwsh-native/actions/workflows/ci.yml/badge.svg)](https://github.com/takomine/pi-pwsh-native/actions/workflows/ci.yml)
5
+
3
6
  Native PowerShell 7 tooling for the [Pi coding agent](https://pi.dev/) on Windows.
4
7
 
5
8
  `pi-pwsh-native` replaces Pi's model-callable `bash` tool with a tool named `pwsh` and routes interactive `!`/`!!` commands through the same verified PowerShell executable. It does not translate Bash syntax and does not silently fall back to another shell.
@@ -33,7 +36,7 @@ The initial implementation is developed and tested against:
33
36
  Install the pinned npm release:
34
37
 
35
38
  ```powershell
36
- pi install npm:pi-pwsh-native@0.1.0
39
+ pi install npm:pi-pwsh-native@0.1.1
37
40
  ```
38
41
 
39
42
  Alternatively, install the public GitHub package directly:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-pwsh-native",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Native PowerShell 7 tooling for the Pi coding agent on Windows",
5
5
  "license": "MIT",
6
6
  "author": "Tako (https://github.com/takomine)",
@@ -31,6 +31,7 @@
31
31
  ],
32
32
  "files": [
33
33
  "src",
34
+ "public",
34
35
  "README.md",
35
36
  "LICENSE",
36
37
  "THIRD_PARTY_NOTICES.md",
@@ -39,7 +40,8 @@
39
40
  "pi": {
40
41
  "extensions": [
41
42
  "./src/index.ts"
42
- ]
43
+ ],
44
+ "image": "https://raw.githubusercontent.com/takomine/pi-pwsh-native/main/public/img.png"
43
45
  },
44
46
  "scripts": {
45
47
  "typecheck": "node ./node_modules/typescript/bin/tsc --noEmit",
package/public/img.png ADDED
Binary file