pi-powerline-footer 0.2.5 → 0.2.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.6] - 2026-01-16
4
+
5
+ ### Fixed
6
+ - Removed invalid `?` keyboard shortcut tip, replaced with `Shift+Tab` for cycling thinking level
7
+
3
8
  ## [0.2.5] - 2026-01-16
4
9
 
5
10
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-powerline-footer",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Powerline-style status bar extension for pi coding agent",
5
5
  "type": "module",
6
6
  "bin": {
package/welcome.ts CHANGED
@@ -121,9 +121,9 @@ export class WelcomeComponent implements Component {
121
121
  // Right column
122
122
  const rightLines = [
123
123
  ` ${this.bold(fgOnly("accent", "Tips"))}`,
124
- ` ${this.dim("?")} for keyboard shortcuts`,
125
124
  ` ${this.dim("/")} for commands`,
126
125
  ` ${this.dim("!")} to run bash`,
126
+ ` ${this.dim("Shift+Tab")} cycle thinking`,
127
127
  separator,
128
128
  ` ${this.bold(fgOnly("accent", "Loaded"))}`,
129
129
  ...countLines,