@janvitos/pi-plan-build 0.1.9 → 0.1.10

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -494,7 +494,7 @@ export default function planBuildModes(pi: ExtensionAPI): void {
494
494
  const metadata = truncateToWidth(
495
495
  formatModeMetadata(selectedMode, pi.getThinkingLevel(), ctx.ui.theme, this.borderColor, {
496
496
  modelName: ctx.model?.id ?? "no-model",
497
- modelColor: (text) => ctx.ui.theme.fg("dim", text),
497
+ modelColor: (text) => ctx.ui.theme.fg("text", text),
498
498
  }),
499
499
  width,
500
500
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janvitos/pi-plan-build",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Plan safely, approve explicitly, then implement here or in a clean session.",
5
5
  "type": "module",
6
6
  "license": "MIT",