@naarang/ccc 3.3.0-beta.15 → 3.3.0-beta.16

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.
@@ -23,10 +23,9 @@ function header(label: string): void {
23
23
  }
24
24
 
25
25
  async function main(): Promise<void> {
26
- header('1. Where is Pi installed and what version?');
26
+ header('1. Pi SDK source');
27
27
  const resolved = await loadPiSdk();
28
28
  console.log('install path:', resolved.installPath);
29
- console.log('version :', resolved.version);
30
29
 
31
30
  header('2. What does ~/.pi/agent/auth.json look like?');
32
31
  const authPath = path.join(os.homedir(), '.pi', 'agent', 'auth.json');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naarang/ccc",
3
- "version": "3.3.0-beta.15",
3
+ "version": "3.3.0-beta.16",
4
4
  "description": "Code Chat Connect - Control Claude Code from your mobile device",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,10 +23,9 @@ function header(label: string): void {
23
23
  }
24
24
 
25
25
  async function main(): Promise<void> {
26
- header('1. Where is Pi installed and what version?');
26
+ header('1. Pi SDK source');
27
27
  const resolved = await loadPiSdk();
28
28
  console.log('install path:', resolved.installPath);
29
- console.log('version :', resolved.version);
30
29
 
31
30
  header('2. What does ~/.pi/agent/auth.json look like?');
32
31
  const authPath = path.join(os.homedir(), '.pi', 'agent', 'auth.json');