@quantiya/codevibe-gemini-plugin 1.0.5 โ 1.0.7
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 +57 -80
- package/dist/server.js +13 -1424
- package/package.json +10 -12
- package/dist/appsync-client.d.ts +0 -66
- package/dist/appsync-client.d.ts.map +0 -1
- package/dist/appsync-client.js +0 -819
- package/dist/appsync-client.js.map +0 -1
- package/dist/auth-cli.d.ts +0 -18
- package/dist/auth-cli.d.ts.map +0 -1
- package/dist/auth-cli.js +0 -472
- package/dist/auth-cli.js.map +0 -1
- package/dist/command-executor.d.ts +0 -20
- package/dist/command-executor.d.ts.map +0 -1
- package/dist/command-executor.js +0 -127
- package/dist/command-executor.js.map +0 -1
- package/dist/config.d.ts +0 -25
- package/dist/config.d.ts.map +0 -1
- package/dist/config.js +0 -106
- package/dist/config.js.map +0 -1
- package/dist/crypto-service.d.ts +0 -115
- package/dist/crypto-service.d.ts.map +0 -1
- package/dist/crypto-service.js +0 -278
- package/dist/crypto-service.js.map +0 -1
- package/dist/http-api.d.ts +0 -63
- package/dist/http-api.d.ts.map +0 -1
- package/dist/http-api.js +0 -582
- package/dist/http-api.js.map +0 -1
- package/dist/key-manager.d.ts +0 -87
- package/dist/key-manager.d.ts.map +0 -1
- package/dist/key-manager.js +0 -287
- package/dist/key-manager.js.map +0 -1
- package/dist/logger.d.ts +0 -2
- package/dist/logger.d.ts.map +0 -1
- package/dist/logger.js +0 -18
- package/dist/logger.js.map +0 -1
- package/dist/prompt-responder.d.ts +0 -22
- package/dist/prompt-responder.d.ts.map +0 -1
- package/dist/prompt-responder.js +0 -132
- package/dist/prompt-responder.js.map +0 -1
- package/dist/server.d.ts +0 -9
- package/dist/server.d.ts.map +0 -1
- package/dist/server.js.map +0 -1
- package/dist/token-storage.d.ts +0 -39
- package/dist/token-storage.d.ts.map +0 -1
- package/dist/token-storage.js +0 -169
- package/dist/token-storage.js.map +0 -1
- package/dist/transcript-watcher.d.ts +0 -111
- package/dist/transcript-watcher.d.ts.map +0 -1
- package/dist/transcript-watcher.js +0 -324
- package/dist/transcript-watcher.js.map +0 -1
- package/dist/types.d.ts +0 -119
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -16
- package/dist/types.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,117 +1,94 @@
|
|
|
1
|
-
# CodeVibe Gemini
|
|
1
|
+
# CodeVibe for Gemini CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Control Gemini CLI from your iPhone and Android.** See your agent's work, approve file edits, dictate prompts by voice โ all from your phone, anywhere you are.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
๐ **[quantiya.ai/codevibe](https://quantiya.ai/codevibe)** โ landing page, demo video, and one-liner installer
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
- **Approve or deny file edits from your phone** - See file diffs before approving
|
|
9
|
-
- View Gemini conversations on your phone in real-time
|
|
10
|
-
- Send prompts to Gemini from your phone
|
|
11
|
-
- Send image attachments from iOS (Gemini analyzes them)
|
|
12
|
-
- Monitor multiple coding sessions from anywhere
|
|
13
|
-
- Works alongside Claude Code sessions in the same app
|
|
7
|
+
๐ฑ **[Download on the App Store](https://apps.apple.com/app/id6756500217)** ยท **[Get it on Google Play](https://play.google.com/store/apps/details?id=ai.quantiya.app.codevibe)**
|
|
14
8
|
|
|
15
|
-
|
|
9
|
+
---
|
|
16
10
|
|
|
17
|
-
|
|
18
|
-
- **Node.js 18+**
|
|
19
|
-
- **tmux** (`brew install tmux`)
|
|
20
|
-
- **Gemini CLI** installed and authenticated
|
|
21
|
-
- **CodeVibe mobile app** installed on your iPhone
|
|
11
|
+
## Why CodeVibe for Gemini CLI
|
|
22
12
|
|
|
23
|
-
|
|
13
|
+
- **๐ Real-time sync** โ every prompt, response, and tool call shows up on your phone in 100โ500ms
|
|
14
|
+
- **โ
Approve from anywhere** โ review full file diffs and approve or reject tool execution from your phone
|
|
15
|
+
- **๐๏ธ Voice prompts** โ dictate your next prompt with speech-to-text
|
|
16
|
+
- **๐ท Image attachments** โ send screenshots and photos; Gemini analyzes them directly (uses `@./path` format)
|
|
17
|
+
- **๐ Push notifications** โ get notified when your agent needs input
|
|
18
|
+
- **๐ End-to-end encrypted** โ AES-256-GCM with ECDH key exchange
|
|
19
|
+
- **๐ Locked screen support** โ works even when your computer screen is locked (via tmux)
|
|
20
|
+
- **๐ง Multi-agent ready** โ Gemini sessions appear alongside Claude and Codex sessions in the same app
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
npm install -g @quantiya/codevibe-gemini-plugin
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### From Source (Development)
|
|
22
|
+
## Install in 30 seconds
|
|
30
23
|
|
|
31
24
|
```bash
|
|
32
|
-
|
|
33
|
-
cd quantiya-codevibe-gemini-plugin
|
|
34
|
-
npm install
|
|
35
|
-
npm run build
|
|
25
|
+
curl -fsSL https://quantiya.ai/codevibe/install.sh | bash
|
|
36
26
|
```
|
|
37
27
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### First Time Setup
|
|
28
|
+
Download the **[iOS app](https://apps.apple.com/app/id6756500217)** or **[Android app](https://play.google.com/store/apps/details?id=ai.quantiya.app.codevibe)**, sign in with the same Apple or Google account, and run:
|
|
41
29
|
|
|
42
30
|
```bash
|
|
43
|
-
|
|
44
|
-
codevibe-gemini login
|
|
45
|
-
|
|
46
|
-
# Check authentication status
|
|
47
|
-
codevibe-gemini status
|
|
31
|
+
codevibe-gemini
|
|
48
32
|
```
|
|
49
33
|
|
|
50
|
-
|
|
34
|
+
Your session appears on your phone automatically.
|
|
35
|
+
|
|
36
|
+
### Manual install
|
|
51
37
|
|
|
52
38
|
```bash
|
|
53
|
-
|
|
39
|
+
npm install -g @quantiya/codevibe
|
|
40
|
+
codevibe login
|
|
54
41
|
codevibe-gemini
|
|
55
42
|
```
|
|
56
43
|
|
|
57
|
-
|
|
44
|
+
## Requirements
|
|
58
45
|
|
|
59
|
-
|
|
46
|
+
- **macOS, Linux, or WSL Ubuntu** โ Windows without WSL is not supported
|
|
47
|
+
- **Node.js** 18.0.0+
|
|
48
|
+
- **tmux** โ `brew install tmux` on macOS, `apt install tmux` on Linux/WSL
|
|
49
|
+
- **Gemini CLI** installed and authenticated (December 2025+ stable release with hook support)
|
|
60
50
|
|
|
61
|
-
|
|
62
|
-
|---------|-------------|
|
|
63
|
-
| `codevibe-gemini` | Start Gemini with mobile sync |
|
|
64
|
-
| `codevibe-gemini login` | Authenticate with backend |
|
|
65
|
-
| `codevibe-gemini logout` | Clear stored credentials |
|
|
66
|
-
| `codevibe-gemini status` | Show authentication status |
|
|
51
|
+
## How it works
|
|
67
52
|
|
|
68
|
-
|
|
53
|
+
Gemini CLI's hook system (BeforeTool, AfterTool, BeforeAgent, AfterAgent, Notification) captures every agent event and streams it through a local HTTP daemon โ AWS AppSync โ your phone. Messages from your phone execute in the terminal via `tmux send-keys`, so they work even when your screen is locked.
|
|
69
54
|
|
|
70
|
-
|
|
55
|
+
File diffs are shown in the mobile app with the same numbered options Gemini shows in the terminal, parsed dynamically from the live terminal snapshot โ you get accurate options whether it's a file edit, shell command, or custom tool.
|
|
71
56
|
|
|
72
|
-
|
|
73
|
-
1. **BeforeTool** - Captures tool approval requests, shows file diffs on iOS, waits for your approval
|
|
74
|
-
2. **AfterTool** - Captures tool execution results
|
|
75
|
-
3. **SessionStart/SessionEnd** - Manages session lifecycle
|
|
57
|
+
## CLI commands
|
|
76
58
|
|
|
77
|
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
59
|
+
```bash
|
|
60
|
+
codevibe-gemini # Start Gemini with mobile sync
|
|
61
|
+
codevibe-gemini login # Authenticate via browser OAuth
|
|
62
|
+
codevibe-gemini status # Check auth status
|
|
63
|
+
codevibe-gemini logout # Sign out
|
|
64
|
+
```
|
|
80
65
|
|
|
81
|
-
|
|
82
|
-
- Receives prompts from iOS app via WebSocket subscriptions
|
|
83
|
-
- Executes prompts using tmux send-keys (works even when screen is locked)
|
|
66
|
+
## Troubleshooting
|
|
84
67
|
|
|
85
|
-
|
|
68
|
+
```bash
|
|
69
|
+
# Check server logs
|
|
70
|
+
tail -f /tmp/codevibe-gemini-mcp.log
|
|
86
71
|
|
|
87
|
-
|
|
88
|
-
-
|
|
72
|
+
# Verify tmux session
|
|
73
|
+
tmux list-sessions | grep codevibe-gemini
|
|
89
74
|
|
|
90
|
-
|
|
75
|
+
# Reinstall if hooks aren't firing
|
|
76
|
+
codevibe update
|
|
77
|
+
```
|
|
91
78
|
|
|
92
|
-
|
|
93
|
-
|---------|--------|-------|
|
|
94
|
-
| Interactive prompts | โ
Full | Approve/deny from iOS with file diff preview |
|
|
95
|
-
| User prompts | โ
Full | Real-time sync to iOS |
|
|
96
|
-
| Assistant responses | โ
Full | Real-time sync to iOS |
|
|
97
|
-
| File diffs | โ
Full | Preview changes before approving |
|
|
98
|
-
| Tool results | โ
Full | See what Gemini executed |
|
|
99
|
-
| Image attachments | โ
Full | Send images from iOS, uses `@./path` format |
|
|
100
|
-
| Mobile prompts | โ
Full | Send prompts from iOS, auto-submits |
|
|
79
|
+
## Support
|
|
101
80
|
|
|
102
|
-
**
|
|
81
|
+
- **Email:** support@quantiya.ai
|
|
82
|
+
- **Landing page:** [quantiya.ai/codevibe](https://quantiya.ai/codevibe)
|
|
83
|
+
- **Privacy policy:** [quantiya.ai/privacy](https://quantiya.ai/privacy)
|
|
103
84
|
|
|
104
|
-
##
|
|
85
|
+
## Part of the CodeVibe family
|
|
105
86
|
|
|
106
|
-
- **
|
|
107
|
-
- [
|
|
108
|
-
- [
|
|
87
|
+
- **[@quantiya/codevibe](https://www.npmjs.com/package/@quantiya/codevibe)** โ meta-package (install this, not this plugin directly)
|
|
88
|
+
- **[@quantiya/codevibe-core](https://www.npmjs.com/package/@quantiya/codevibe-core)** โ shared library used by all plugins
|
|
89
|
+
- **[@quantiya/codevibe-claude-plugin](https://www.npmjs.com/package/@quantiya/codevibe-claude-plugin)** โ Claude Code support
|
|
90
|
+
- **[@quantiya/codevibe-codex-plugin](https://www.npmjs.com/package/@quantiya/codevibe-codex-plugin)** โ OpenAI Codex CLI support
|
|
109
91
|
|
|
110
92
|
## License
|
|
111
93
|
|
|
112
|
-
MIT
|
|
113
|
-
|
|
114
|
-
## Support
|
|
115
|
-
|
|
116
|
-
- **Issues:** [GitHub Issues](https://github.com/hendryyeh/quantiya-codevibe-gemini-plugin/issues)
|
|
117
|
-
- **Email:** support@quantiya.ai
|
|
94
|
+
MIT
|