agentmomo 0.1.1 → 0.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # AgentsMomo
2
2
 
3
- Watch your AI agents work in a 3D office. Each MCP server becomes a character at a desk �� when a tool is called, they start typing. When done, they grab coffee.
3
+ Watch your AI agents work in a 3D office. Each MCP server becomes a character at a desk �� when a tool is called, they start typing. When done, they grab coffee.
4
4
 
5
5
  ![status](https://img.shields.io/badge/status-beta-blue)
6
6
 
@@ -16,23 +16,25 @@ This starts a local proxy at `http://localhost:9001` and opens the dashboard aut
16
16
 
17
17
  ## What it does
18
18
 
19
- - **Claude Desktop** �� wraps your MCP servers to track every tool call in the 3D office
20
- - **Claude Code CLI** �� installs hooks so every `claude` terminal session is visualized
21
- - **Open WebUI** �� proxies your mcpo endpoints to capture activity
19
+ - **Claude Desktop** �� wraps your MCP servers to track every tool call in the 3D office
20
+ - **Claude Code CLI** �� installs hooks so every `claude` terminal session is visualized
21
+ - **Gemini CLI** �� installs hooks so every `gemini` terminal session is visualized
22
+ - **Codex CLI** �� tracks `codex exec` runs through a project helper with JSON event ingestion
23
+ - **Open WebUI** �� proxies your mcpo endpoints to capture activity
22
24
 
23
25
  All processing is local. No data leaves your machine except optional account sync.
24
26
 
25
27
  ## Requirements
26
28
 
27
29
  - Node.js 18 or later
28
- - Claude Desktop or Claude Code CLI (for MCP tracking)
30
+ - Claude Desktop, Claude Code CLI, Gemini CLI, or Codex CLI (for tracking)
29
31
 
30
32
  ## Setup in the dashboard
31
33
 
32
34
  1. Run `npx agentmomo`
33
35
  2. Open the dashboard at `http://localhost:9001`
34
36
  3. Go to the **Setup** panel
35
- 4. Follow the steps for Claude Desktop or Claude Code CLI
37
+ 4. Follow the steps for Claude Desktop, Claude Code CLI, Gemini CLI, or Codex CLI
36
38
 
37
39
  ## License
38
40