@devness/useai-cli 0.3.5 → 0.3.6
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/dist/index.js +0 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -705,13 +705,6 @@ var AI_TOOLS = [
|
|
|
705
705
|
detect: () => hasBinary("claude") || existsSync4(join2(home, ".claude.json")),
|
|
706
706
|
instructions: { method: "append", path: join2(home, ".claude", "CLAUDE.md") }
|
|
707
707
|
}),
|
|
708
|
-
createTool({
|
|
709
|
-
id: "claude-desktop",
|
|
710
|
-
name: "Claude Desktop",
|
|
711
|
-
configFormat: "standard",
|
|
712
|
-
configPath: join2(appSupport, "Claude", "claude_desktop_config.json"),
|
|
713
|
-
detect: () => existsSync4(join2(appSupport, "Claude")) || existsSync4("/Applications/Claude.app")
|
|
714
|
-
}),
|
|
715
708
|
createTool({
|
|
716
709
|
id: "cursor",
|
|
717
710
|
name: "Cursor",
|