@brimveyn/aimux-config 0.10.5 → 0.10.7
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/package.json +1 -1
- package/src/types.ts +2 -0
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -1252,6 +1252,8 @@ export type StatusBarSeparator = 'arrow' | 'round' | 'slant' | 'flame' | 'none'
|
|
|
1252
1252
|
|
|
1253
1253
|
export interface StatusBarConfig {
|
|
1254
1254
|
aiUsage?: AIUsageToolConfig
|
|
1255
|
+
/** Second row of keybinding hints under the bar. Default `true`. */
|
|
1256
|
+
hints?: boolean
|
|
1255
1257
|
/**
|
|
1256
1258
|
* Powerline-style glyph used between status bar sections.
|
|
1257
1259
|
* - `arrow` (default): solid triangles ( / )
|