pi-scoped-models-extra-info 1.0.0 → 1.0.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/package.json +8 -4
- package/.idea/compiler.xml +0 -6
- package/.idea/encodings.xml +0 -6
- package/.idea/misc.xml +0 -36
- package/.pi/extensions/guardrails.json +0 -8
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-scoped-models-extra-info",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pi coding agent extension — interactive table of your scoped models with pricing, context window, thinking levels, modalities, and coding benchmarks",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Koen de Jager",
|
|
7
|
-
"keywords": [
|
|
7
|
+
"keywords": [
|
|
8
|
+
"pi-package"
|
|
9
|
+
],
|
|
8
10
|
"repository": {
|
|
9
11
|
"type": "git",
|
|
10
12
|
"url": "git+https://github.com/kdejaeger/pi-scoped-models-extra-info.git"
|
|
@@ -14,7 +16,9 @@
|
|
|
14
16
|
},
|
|
15
17
|
"homepage": "https://github.com/kdejaeger/pi-scoped-models-extra-info#readme",
|
|
16
18
|
"pi": {
|
|
17
|
-
"extensions": [
|
|
19
|
+
"extensions": [
|
|
20
|
+
"index.ts"
|
|
21
|
+
],
|
|
18
22
|
"image": "https://raw.githubusercontent.com/kdejaeger/pi-scoped-models-extra-info/main/screenshot.png"
|
|
19
23
|
},
|
|
20
24
|
"peerDependencies": {
|
|
@@ -27,4 +31,4 @@
|
|
|
27
31
|
"@earendil-works/pi-ai": "^0.74.0",
|
|
28
32
|
"@earendil-works/pi-tui": "^0.74.0"
|
|
29
33
|
}
|
|
30
|
-
}
|
|
34
|
+
}
|
package/.idea/compiler.xml
DELETED
package/.idea/encodings.xml
DELETED
package/.idea/misc.xml
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
|
4
|
-
<entry key="Project Default">
|
|
5
|
-
<profile-state>
|
|
6
|
-
<expanded-state>
|
|
7
|
-
<State />
|
|
8
|
-
<State>
|
|
9
|
-
<id>Internationalization</id>
|
|
10
|
-
</State>
|
|
11
|
-
<State>
|
|
12
|
-
<id>InternationalizationJava</id>
|
|
13
|
-
</State>
|
|
14
|
-
<State>
|
|
15
|
-
<id>Java</id>
|
|
16
|
-
</State>
|
|
17
|
-
<State>
|
|
18
|
-
<id>Numeric issuesJava</id>
|
|
19
|
-
</State>
|
|
20
|
-
<State>
|
|
21
|
-
<id>WebSocket</id>
|
|
22
|
-
</State>
|
|
23
|
-
</expanded-state>
|
|
24
|
-
<selected-state>
|
|
25
|
-
<State>
|
|
26
|
-
<id>Angular</id>
|
|
27
|
-
</State>
|
|
28
|
-
</selected-state>
|
|
29
|
-
</profile-state>
|
|
30
|
-
</entry>
|
|
31
|
-
</component>
|
|
32
|
-
<component name="SshConsoleOptionsProvider">
|
|
33
|
-
<option name="myEncoding" value="UTF-8" />
|
|
34
|
-
<option name="myConnectionType" value="NONE" />
|
|
35
|
-
</component>
|
|
36
|
-
</project>
|