start-jibril 1.0.1 → 1.0.2
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/index.js +5 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -251,13 +251,13 @@ async function main() {
|
|
|
251
251
|
log(` ${B}${G}╚══════════════════════════════════════╝${X}`);
|
|
252
252
|
log();
|
|
253
253
|
log(` ${B}Start Jibril:${X}`);
|
|
254
|
-
log(` ${G}jibril${X}
|
|
254
|
+
log(` ${G}jibril${X}`);
|
|
255
255
|
log();
|
|
256
|
-
log(` ${
|
|
257
|
-
log(`
|
|
258
|
-
log(` ${G}./jibril-start-web.sh${X} ${D}# opens http://localhost:3333${X}`);
|
|
256
|
+
log(` ${D}This one command starts everything:${X}`);
|
|
257
|
+
log(` ${D} Claude Code + mobile web UI (localhost:3333) + tunnel${X}`);
|
|
259
258
|
log();
|
|
260
|
-
log(` ${D}
|
|
259
|
+
log(` ${D}Open ${B}http://localhost:3333${X}${D} on your phone (same WiFi)${X}`);
|
|
260
|
+
log(` ${D}If cloudflared is installed, a public URL prints for anywhere access.${X}`);
|
|
261
261
|
log(` ${D}On first launch Jibril will introduce itself.${X}`);
|
|
262
262
|
log();
|
|
263
263
|
}
|