pi-spark 0.9.4 → 0.9.5

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.
@@ -117,7 +117,8 @@ export default function (pi: ExtensionAPI) {
117
117
  if (models.length > 0 && expanded) {
118
118
  models.forEach((model) => {
119
119
  const label = formatModel(model.provider, model.id);
120
- container.addChild(new Text(theme.fg(model.available ? "muted" : "dim", label), 0, 0));
120
+ const noAuthHint = !model.available ? theme.fg("dim", " (unavailable)") : "";
121
+ container.addChild(new Text(theme.fg("muted", label) + noAuthHint, 0, 0));
121
122
  });
122
123
 
123
124
  container.addChild(new Spacer(1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-spark",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "A small, opinionated collection of pi extensions",
5
5
  "keywords": [
6
6
  "pi-coding-agent",