osai-agent 4.0.4 → 4.0.6

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
@@ -224,7 +224,7 @@ Run the OS AI Agent MCP server for any MCP-compatible client:
224
224
 
225
225
  ## Slash Commands
226
226
 
227
- Available within a running session via the `Tab` key or by typing `/`:
227
+ Available within a running session via the `Tab` key or by typing `/` and pressing `Enter`:
228
228
 
229
229
  | Command | Action |
230
230
  |---------|--------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",