@naarang/ccc 3.1.0-beta.1 → 3.1.0-beta.11
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 +69 -29
- package/dist/index.js +373 -101
- package/dist/scripts/postinstall.cjs +1 -1
- package/package.json +2 -1
- package/scripts/postinstall.cjs +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# C3 - A Complete Mobile IDE for Coding Agents
|
|
2
2
|
|
|
3
|
-
**Control Claude Code and
|
|
3
|
+
**Control Claude Code, OpenCode, and Codex from your mobile device**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
C3 is a complete mobile IDE that bridges coding agents — [Claude Code](https://claude.com/product/claude-code), [OpenCode](https://opencode.ai), and [OpenAI Codex](https://developers.openai.com/codex/cli) — to your mobile device, allowing you to chat, execute code operations, and manage your development environment remotely.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@naarang/ccc)
|
|
8
8
|
|
|
9
|
-

|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/
|
|
13
|
-
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/
|
|
14
|
-
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/
|
|
15
|
-
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/
|
|
16
|
-
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/
|
|
12
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170302.png?alt=media&token=fdc54646-0fbf-4b0d-9d7a-7ff2a45ae516" width="150" style="margin-right: 8px;" />
|
|
13
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170328.png?alt=media&token=b1af5ee7-1a55-4bd5-9fdf-1596278bfaa7" width="150" style="margin-right: 8px;" />
|
|
14
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170429.png?alt=media&token=4f7d05bc-2b41-4f88-96d5-8836165dea38" width="150" style="margin-right: 8px;" />
|
|
15
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170454.png?alt=media&token=b4ce9795-8cae-4049-8d31-e83be6fb1f7f" width="150" style="margin-right: 8px;" />
|
|
16
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170514.png?alt=media&token=2b3c8416-8ff8-4348-b871-c4cabd880b4f" width="150" style="margin-right: 8px;" />
|
|
17
|
+
<img src="https://firebasestorage.googleapis.com/v0/b/cc-chat-ui.firebasestorage.app/o/v3%2FScreenshot_20260403-170551.png?alt=media&token=5e30d9cb-8441-44af-ba5a-3fb01cee8e98" width="150" style="margin-right: 8px;" />
|
|
17
18
|
</p>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -55,19 +56,34 @@ CCC is a complete mobile IDE and more that creates a bridge between [Claude Code
|
|
|
55
56
|
|
|
56
57
|
## Features
|
|
57
58
|
|
|
58
|
-
|
|
59
|
-
- **
|
|
59
|
+
### Core
|
|
60
|
+
- **Multi-Provider Support** - Switch between Claude Code, OpenCode, and Codex within the same app
|
|
61
|
+
- **Mobile Control** - Chat with any coding agent from your phone or tablet
|
|
62
|
+
- **Real-time Sync** - See responses instantly with streaming support
|
|
60
63
|
- **Smart Permission System** - Fine-grained control over code modifications
|
|
61
64
|
- **Web Terminal Access** - Full terminal access with auto-generated secure credentials
|
|
62
|
-
- **Checkpoints & Rewind** - Rewind
|
|
65
|
+
- **Checkpoints & Rewind** - Rewind changes to any checkpoint
|
|
63
66
|
- **Git Integration** - View diffs, commit, push, and create PRs from mobile
|
|
64
67
|
- **File Explorer & Editor** - Browse and edit project files with syntax highlighting
|
|
65
68
|
- **Session Resume** - Resume sessions and seamlessly switch between devices
|
|
66
69
|
- **Context Window Monitor** - Track token usage and context breakdown
|
|
67
|
-
- **Model Switcher** - Switch between
|
|
68
|
-
- **Push Notifications** - Get notified when
|
|
70
|
+
- **Model Switcher** - Switch between models during conversations
|
|
71
|
+
- **Push Notifications** - Get notified when the agent needs attention
|
|
69
72
|
- **Remote Access** - Optional ngrok integration for access from anywhere
|
|
70
|
-
- **
|
|
73
|
+
- **End-to-End Encryption** - All communication between app and backend is encrypted
|
|
74
|
+
|
|
75
|
+
### Codex-Specific
|
|
76
|
+
- **Collaboration Modes** - Plan, Pair, and Execute modes with dynamic discovery from Codex app-server
|
|
77
|
+
- **Plugin Marketplace** - Browse, install, and manage Codex plugins (Skills, Apps, MCP Servers)
|
|
78
|
+
- **App Connectors** - Manage ChatGPT Apps/connectors (GitHub, Slack, Notion, etc.)
|
|
79
|
+
- **Reasoning Variants** - Configure reasoning effort per model (low/medium/high)
|
|
80
|
+
|
|
81
|
+
### Claude Code-Specific
|
|
82
|
+
- **Plan Mode** - Design-only mode for code review without execution
|
|
83
|
+
- **Extended Thinking** - Opus thinking with configurable effort levels
|
|
84
|
+
- **Skills & Plugins** - Manage skills, plugins, and marketplace extensions
|
|
85
|
+
- **Hooks** - Configure event-driven automation hooks
|
|
86
|
+
- **Output Styles** - Customize Claude's communication style
|
|
71
87
|
|
|
72
88
|
## Requirements
|
|
73
89
|
|
|
@@ -125,7 +141,7 @@ The server will start and display a QR code for easy mobile setup.
|
|
|
125
141
|
|
|
126
142
|
### 2. Configure the Mobile App
|
|
127
143
|
|
|
128
|
-
Download the
|
|
144
|
+
Download the C3 mobile app and scan the QR code, or manually add the server:
|
|
129
145
|
|
|
130
146
|
**For Local Network:**
|
|
131
147
|
```
|
|
@@ -139,7 +155,7 @@ ccc --ngrok-token YOUR_TOKEN --username admin --password yourpassword
|
|
|
139
155
|
|
|
140
156
|
### 3. Start Chatting
|
|
141
157
|
|
|
142
|
-
Open the app, create a project pointing to your local directory, and start chatting
|
|
158
|
+
Open the app, create a project pointing to your local directory, and start chatting! You can switch between Claude Code, OpenCode, and Codex providers from within any chat session.
|
|
143
159
|
|
|
144
160
|
## CLI Options
|
|
145
161
|
|
|
@@ -178,8 +194,9 @@ ccc --debug --router-port 9000
|
|
|
178
194
|
|
|
179
195
|
## Permission Modes
|
|
180
196
|
|
|
181
|
-
|
|
197
|
+
C3 offers permission modes that map to each provider's native controls:
|
|
182
198
|
|
|
199
|
+
### Claude Code
|
|
183
200
|
| Mode | Description | Use Case |
|
|
184
201
|
|------|-------------|----------|
|
|
185
202
|
| **Default** | Prompts for approval on first use | Balanced security |
|
|
@@ -187,9 +204,23 @@ CCC offers four permission modes to balance convenience and security:
|
|
|
187
204
|
| **Plan Mode** | Analysis only, no code changes | Code review |
|
|
188
205
|
| **Bypass All** | Skips all prompts (use with caution!) | Controlled environments |
|
|
189
206
|
|
|
207
|
+
### Codex
|
|
208
|
+
| Mode | Description | Sandbox |
|
|
209
|
+
|------|-------------|---------|
|
|
210
|
+
| **Read Only** | Can read files, approval needed for edits | read-only |
|
|
211
|
+
| **Default** | Read, edit, and run commands in workspace | workspace-write |
|
|
212
|
+
| **Full Access** | No sandbox, no approvals | danger-full-access |
|
|
213
|
+
|
|
214
|
+
### Codex Collaboration Modes
|
|
215
|
+
| Mode | Description |
|
|
216
|
+
|------|-------------|
|
|
217
|
+
| **Plan** | Design only — reads files, makes no changes |
|
|
218
|
+
| **Pair** | Interactive — reads and writes with your approval |
|
|
219
|
+
| **Execute** | Autonomous — executes changes independently |
|
|
220
|
+
|
|
190
221
|
## Terminal Access
|
|
191
222
|
|
|
192
|
-
|
|
223
|
+
C3 includes a built-in terminal accessible from the mobile app:
|
|
193
224
|
|
|
194
225
|
- Full terminal emulation with color support
|
|
195
226
|
- Auto-generated secure credentials
|
|
@@ -207,9 +238,11 @@ CCC includes a built-in terminal accessible from the mobile app:
|
|
|
207
238
|
## System Requirements
|
|
208
239
|
|
|
209
240
|
- **Bun**: v1.0.0 or higher
|
|
210
|
-
- **Claude Code**: Latest version ([Download](https://claude.com/product/claude-code))
|
|
211
|
-
- **Claude Subscription**: Active Pro / Max account or API KEY
|
|
212
241
|
- **Operating Systems**: Linux, macOS, Windows
|
|
242
|
+
- **At least one coding agent installed**:
|
|
243
|
+
- [Claude Code](https://claude.com/product/claude-code) (requires Claude Pro/Max subscription or API key)
|
|
244
|
+
- [OpenCode](https://opencode.ai) (supports multiple LLM providers)
|
|
245
|
+
- [Codex CLI](https://developers.openai.com/codex/cli) (requires OpenAI API key or ChatGPT subscription)
|
|
213
246
|
|
|
214
247
|
## Troubleshooting
|
|
215
248
|
|
|
@@ -231,11 +264,20 @@ ccc --router-port 9000 --mqtt-port 9001
|
|
|
231
264
|
3. Use correct format: `hostname:8883` (no `http://`)
|
|
232
265
|
4. Enable debug mode: `ccc --debug`
|
|
233
266
|
|
|
234
|
-
###
|
|
267
|
+
### Agent Not Responding
|
|
235
268
|
|
|
236
|
-
|
|
269
|
+
**Claude Code:**
|
|
270
|
+
1. Verify installed: `claude --version`
|
|
237
271
|
2. Check authentication: `claude auth status`
|
|
238
|
-
|
|
272
|
+
|
|
273
|
+
**Codex:**
|
|
274
|
+
1. Verify installed: `codex --version`
|
|
275
|
+
2. Check authentication: `codex auth login`
|
|
276
|
+
|
|
277
|
+
**OpenCode:**
|
|
278
|
+
1. Verify installed: `opencode --version`
|
|
279
|
+
|
|
280
|
+
For all providers, verify the project path exists and is accessible.
|
|
239
281
|
|
|
240
282
|
## Support & Community
|
|
241
283
|
|
|
@@ -245,11 +287,11 @@ ccc --router-port 9000 --mqtt-port 9001
|
|
|
245
287
|
|
|
246
288
|
## Support the Project
|
|
247
289
|
|
|
248
|
-
If you find
|
|
290
|
+
If you find C3 useful, consider supporting its development:
|
|
249
291
|
|
|
250
292
|
<p align="center">
|
|
251
293
|
<a href="https://getc3.app/support">
|
|
252
|
-
<img src="https://img.shields.io/badge/Support-
|
|
294
|
+
<img src="https://img.shields.io/badge/Support-C3-blue?style=for-the-badge" alt="Support C3">
|
|
253
295
|
</a>
|
|
254
296
|
</p>
|
|
255
297
|
|
|
@@ -257,6 +299,4 @@ If you find CCC useful, consider supporting its development:
|
|
|
257
299
|
|
|
258
300
|
**Made with ❤️ by naarang**
|
|
259
301
|
|
|
260
|
-
> **Note**: This tool requires
|
|
261
|
-
Claude & Claude Code are/may be a trademark and product of Anthropic, PBC.
|
|
262
|
-
This is an independent project built to use Claude Code in a convenient way.
|
|
302
|
+
> **Note**: This tool requires at least one supported coding agent (Claude Code, OpenCode, or Codex) installed and authenticated. This project is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, or any agent provider. Claude, Claude Code, Codex, and OpenCode are trademarks of their respective owners. This is an independent project built to provide a mobile interface for coding agents.
|