pi-spark 0.9.0 → 0.9.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.
@@ -49,7 +49,7 @@ export default function (pi: ExtensionAPI) {
49
49
  `${DEFAULT_MAX_BYTES / 1024}KB (whichever is hit first).`,
50
50
  promptSnippet: "List available models or show the current model in use",
51
51
  promptGuidelines: [
52
- "Use model when the user asks which models are available in pi or which model and thinking level are currently in use.",
52
+ "Use model when you need to know available pi models, the active provider or model, or the current thinking level.",
53
53
  ],
54
54
  parameters: Type.Object({
55
55
  action: StringEnum(["list", "current"] as const, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-spark",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "A small, opinionated collection of pi extensions",
5
5
  "keywords": [
6
6
  "pi-coding-agent",