osai-agent 4.1.10 → 4.1.12
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -247,7 +247,7 @@ Run the OS AI Agent MCP server for any MCP-compatible client:
|
|
|
247
247
|
|-----|--------|
|
|
248
248
|
| `Enter` | Submit input |
|
|
249
249
|
| `Escape` | Cancel current task / close modal |
|
|
250
|
-
| `Tab` |
|
|
250
|
+
| `Tab` | Toggle between PLAN and EXEC modes |
|
|
251
251
|
| `Ctrl+C` | Auto-save session and exit |
|
|
252
252
|
| `PageUp` | Pause auto-scroll |
|
|
253
253
|
| `PageDown` / `End` | Resume auto-scroll |
|