pi-input-history 1.1.1 → 1.1.2

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
@@ -100,7 +100,7 @@ export default function (pi: ExtensionAPI) {
100
100
  ctx.ui.setEditorComponent((tui, theme, keybindings) => {
101
101
  const editor =
102
102
  prevComponentFactory?.(tui, theme, keybindings) ??
103
- new CustomEditor(tui, theme, keybindings);
103
+ new CustomEditor(tui, theme, keybindings, { embedWorkingStatus: true });
104
104
 
105
105
  for (let i = items.length - 1; i >= 0; i--) {
106
106
  editor.addToHistory?.(items[i]!);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-input-history",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Cross-session prompt history and fuzzy reverse search for pi.",
5
5
  "keywords": [
6
6
  "pi",