osai-agent 4.1.11 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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` | Open slash command menu |
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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.1.11",
3
+ "version": "4.1.12",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",