osai-agent 4.1.5 → 4.1.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 +14 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # OS AI Agent v4.0.0
1
+ # OS AI Agent
2
2
 
3
3
  > Intelligent system administration, software engineering, and network management — all in one terminal agent.
4
4
 
@@ -23,6 +23,19 @@ Execution sub-modes: **PLAN** (read-only, no modifications) and **EXEC** (full e
23
23
 
24
24
  ---
25
25
 
26
+ ## Screenshots
27
+
28
+ ![Welcome](assets/screenshots/welcome.png)
29
+ *Welcome screen with logo and available commands*
30
+
31
+ ![Terminal Session](assets/screenshots/terminal.png)
32
+ *Interactive agent session in the terminal*
33
+
34
+ ![Slash Menu](assets/screenshots/terminal-slash-menu.png)
35
+ *Slash command menu for mode switching and actions*
36
+
37
+ ---
38
+
26
39
  ## Quick Start
27
40
 
28
41
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",