A new omp release changed the surface this guide documents. Review the diff below and update the affected pages.
diff --git a/data/settings.json b/data/settings.json
index 1e9c6bd..0a6c54d 100644
--- a/data/settings.json
+++ b/data/settings.json
@@ -417,7 +417,7 @@
"composer.shape": {
"description": "Visual layout of the input editor and status line",
"type": "string",
- "value": "box"
+ "value": "band"
},
"computer.display": {
"description": "Composite all displays or select a native display id",
@@ -517,6 +517,11 @@
"type": "boolean",
"value": false
},
+ "display.showTurnTime": {
+ "description": "Show the total prompt-to-yield time (including tool calls) on assistant message usage rows",
+ "type": "boolean",
+ "value": false
+ },
"display.smoothStreaming": {
"description": "Reveal assistant text and streamed tool input smoothly while chunks arrive",
"type": "boolean",
@@ -625,7 +630,7 @@
"extendedContext": {
"description": "Use premium long-context windows on models that bill extra past a threshold (e.g. GPT-5.6 1M charges 2x input above 272K); off caps them at the standard-pricing window",
"type": "boolean",
- "value": true
+ "value": false
},
"extensionHandlers.toolCallTimeoutMs": {
"description": "Positive finite active-work timeout for extension tool_call handlers; invalid values use 30000ms, and time awaiting OMP-owned dialogs does not count",
@@ -1180,7 +1185,7 @@
"value": 300
},
"memory.backend": {
- "description": "Off, local summary pipeline, Mnemopi SQLite, or Hindsight remote memory",
+ "description": "Off, local summary pipeline, Mnemopi SQLite, Hindsight remote memory, or Sharpshooter",
"type": "enum",
"value": "off"
},
@@ -1729,6 +1734,20 @@
"type": "enum",
"value": "blob"
},
+ "sharpshooter.injectionTokenLimit": {
+ "description": "",
+ "type": "number",
+ "value": 15000
+ },
+ "sharpshooter.intervalMinutes": {
+ "description": "",
+ "type": "number",
+ "value": 5
+ },
+ "sharpshooter.model": {
+ "description": "Model selector for extraction/consolidation, empty = smol role",
+ "type": "string"
+ },
"shellMinimizer.enabled": {
"description": "Compress verbose shell output (git, npm, cargo, etc.) before returning it to the agent",
"type": "boolean",
@@ -1914,7 +1933,7 @@
"statusLine.compactThinkingLevel": {
"description": "Show the thinking level as a single icon on the model name instead of a separate ` · <level>` suffix.",
"type": "boolean",
- "value": false
+ "value": true
},
"statusLine.contextLine": {
"description": "How the line between the left and right segments reflects context usage (box composer only)",
diff --git a/data/subcommands.txt b/data/subcommands.txt
index 75629c9..473617b 100644
--- a/data/subcommands.txt
+++ b/data/subcommands.txt
@@ -11,7 +11,7 @@ COMMANDS
compress Rewrite a text file into the dense prompt register, reporting what it drops
config Manage configuration settings
dry-balance Dry-run OAuth account balancing across random session ids
- gallery Preview tool renderers across streaming, in-progress, success, and failure states
+ gallery Preview tool, composer, and status-line renderers in a deterministic visual gallery
gc Run storage garbage collection
git Interactive fullscreen git UI: split diff viewer, staging sidebar, and commit composer
grep Test grep tool
diff --git a/data/version.txt b/data/version.txt
index afa2e08..e115ea4 100644
--- a/data/version.txt
+++ b/data/version.txt
@@ -1 +1 @@
-18.0.7
+18.0.11
A new omp release changed the surface this guide documents. Review the diff below and update the affected pages.
Release notes: https://github.com/can1357/oh-my-pi/releases