@nextuplodsonnpm/modelwise-pi 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextuplodsonnpm/modelwise-pi",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "Automatic repository investigation with cheaper worker models for Pi",
6
6
  "keywords": [
package/src/index.ts CHANGED
@@ -60,7 +60,7 @@ export default function (pi: ExtensionAPI) {
60
60
  if (!ctx.hasUI) return;
61
61
  // Footer statuses are joined with other plugins. A widget owns its row.
62
62
  ctx.ui.setStatus("modelwise", undefined);
63
- ctx.ui.setWidget("modelwise", [text], { placement: "belowEditor" });
63
+ ctx.ui.setWidget("modelwise", [text], { placement: "aboveEditor" });
64
64
  };
65
65
  const status = (ctx: ExtensionContext) => showStatus(ctx, statusLabel(ctx));
66
66