@quantiya/codevibe 1.0.0 → 1.0.1

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 +4 -4
package/README.md CHANGED
@@ -20,9 +20,9 @@ This installs all three agent plugins:
20
20
  If you only use specific agents:
21
21
 
22
22
  ```bash
23
- npm install -g @quantiya/codevibe-claude
24
- npm install -g @quantiya/codevibe-gemini
25
- npm install -g @quantiya/codevibe-codex
23
+ npm install -g codevibe-claude-plugin
24
+ npm install -g codevibe-gemini-plugin
25
+ npm install -g codevibe-codex-plugin
26
26
  ```
27
27
 
28
28
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantiya/codevibe",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CodeVibe - Monitor and control AI coding agents (Claude Code, Gemini CLI, Codex CLI) from your mobile device",
5
5
  "bin": {
6
6
  "codevibe": "./bin/codevibe",
@@ -15,9 +15,9 @@
15
15
  ],
16
16
  "dependencies": {
17
17
  "@quantiya/codevibe-core": "^1.0.0",
18
- "codevibe-claude-plugin": "^1.0.0",
19
- "codevibe-gemini-plugin": "^1.0.0",
20
- "codevibe-codex-plugin": "^1.0.0"
18
+ "@quantiya/codevibe-claude-plugin": "^1.0.0",
19
+ "@quantiya/codevibe-gemini-plugin": "^1.0.0",
20
+ "@quantiya/codevibe-codex-plugin": "^1.0.0"
21
21
  },
22
22
  "keywords": [
23
23
  "codevibe",