ccsini 0.1.47 → 0.1.48

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28020,7 +28020,7 @@ var {
28020
28020
  } = import__.default;
28021
28021
 
28022
28022
  // src/version.ts
28023
- var VERSION = "0.1.47";
28023
+ var VERSION = "0.1.48";
28024
28024
 
28025
28025
  // src/commands/init.ts
28026
28026
  init_source();
@@ -30714,6 +30714,7 @@ async function showInteractiveMenu(program2) {
30714
30714
  { label: "Sync Pull", desc: "Pull changes from cloud", args: ["sync", "pull"] },
30715
30715
  { label: "Sync Status", desc: "Show sync status", args: ["sync", "status"] },
30716
30716
  { label: "Sessions", desc: "Configure session sync", args: ["sessions", "status"] },
30717
+ { label: "Conflicts", desc: "Resolve sync conflicts", args: ["conflicts"] },
30717
30718
  { label: "Doctor", desc: "Check system health", args: ["doctor"] },
30718
30719
  { label: "Hooks Fix", desc: "Repair broken hooks", args: ["hooks", "fix"] },
30719
30720
  { label: "Help", desc: "Show all commands", args: ["--help"] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsini",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "Claude Code seamless sync across devices",
5
5
  "type": "module",
6
6
  "bin": {