@neilurk12/pi-pioneer 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/README.md +7 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Pioneer AI model provider extension for pi coding agent.
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pi
|
|
8
|
+
pi install npm:@neilurk12/pi-pioneer
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Setup
|
|
@@ -33,8 +33,13 @@ If both are set, the environment variable takes precedence.
|
|
|
33
33
|
## Available Models
|
|
34
34
|
|
|
35
35
|
Models are fetched dynamically from the Pioneer AI API. Example models include:
|
|
36
|
+
- claude-opus-4.8
|
|
37
|
+
- moonshotai/Kimi-K2.6
|
|
38
|
+
- deepseek-ai/DeepSeek-V4-Flash
|
|
39
|
+
- deepseek-ai/DeepSeek-V4-Pro
|
|
36
40
|
- XiaomiMiMo/MiMo-V2.5-Pro
|
|
41
|
+
- MiniMaxAI/MiniMax-M3
|
|
37
42
|
|
|
38
43
|
## Usage
|
|
39
44
|
|
|
40
|
-
Select a Pioneer AI model in pi with `/model` command.
|
|
45
|
+
Select a Pioneer AI model in pi with `/model` command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neilurk12/pi-pioneer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pioneer AI model provider extension for pi coding agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
"tsup": "^8.5.1",
|
|
40
40
|
"typescript": "^6.0.3"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|