osai-agent 4.1.9 → 4.1.10

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,13 +25,13 @@ Execution sub-modes: **PLAN** (read-only, no modifications) and **EXEC** (full e
25
25
 
26
26
  ## Screenshots
27
27
 
28
- ![Welcome](assets/screenshots/welcome.png)
28
+ ![Welcome](https://raw.githubusercontent.com/King03-sam/osai-agent/main/osai-agent/assets/screenshots/welcome.png)
29
29
  *Welcome screen with logo and available commands*
30
30
 
31
- ![Terminal Session](assets/screenshots/terminal.png)
31
+ ![Terminal Session](https://raw.githubusercontent.com/King03-sam/osai-agent/main/osai-agent/assets/screenshots/terminal.png)
32
32
  *Interactive agent session in the terminal*
33
33
 
34
- ![Slash Menu](assets/screenshots/terminal-slash-menu.png)
34
+ ![Slash Menu](https://raw.githubusercontent.com/King03-sam/osai-agent/main/osai-agent/assets/screenshots/terminal-slash-menu.png)
35
35
  *Slash command menu for mode switching and actions*
36
36
 
37
37
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",