@any-sync/cli 0.2.8 → 0.2.9

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/lib/onboard.js +1 -1
  2. package/package.json +1 -1
package/lib/onboard.js CHANGED
@@ -56,7 +56,7 @@ function write(output, text) {
56
56
  function detectTools() {
57
57
  return {
58
58
  gh: isToolInstalled('gh'),
59
- claude: isToolInstalled('claude'),
59
+ claude: isToolInstalled('claude') || !!process.env.CLAUDE_CODE_ENTRYPOINT,
60
60
  openclaw: isToolInstalled('openclaw'),
61
61
  code: isToolInstalled('code'),
62
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@any-sync/cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "CLI and core library for Any Sync — bidirectional GitHub file sync",
5
5
  "main": "lib/index.js",
6
6
  "exports": {