@quantiya/codevibe-codex-plugin 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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ This plugin enables bidirectional synchronization between Codex CLI on your Mac
|
|
|
14
14
|
## Quick Start
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install -g codevibe-codex-plugin
|
|
17
|
+
npm install -g @quantiya/codevibe-codex-plugin
|
|
18
18
|
codevibe-codex login # authenticate with CodeVibe backend
|
|
19
19
|
codevibe-codex # start Codex with mobile sync
|
|
20
20
|
```
|
|
@@ -49,7 +49,7 @@ codevibe-codex # start Codex with mobile sync
|
|
|
49
49
|
## Installation
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
npm install -g codevibe-codex-plugin
|
|
52
|
+
npm install -g @quantiya/codevibe-codex-plugin
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
### From Source (Development)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quantiya/codevibe-codex-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Mobile companion for OpenAI Codex CLI - monitor and control your Codex CLI sessions from your iPhone",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"darwin"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@quantiya/codevibe-core": "^1.0.
|
|
56
|
+
"@quantiya/codevibe-core": "^1.0.1",
|
|
57
57
|
"chokidar": "^4.0.0",
|
|
58
58
|
"dotenv": "^16.6.1",
|
|
59
59
|
"express": "^5.1.0",
|