@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -7
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai-cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "CLI tool for useai.dev — stats, sync, publish your AI development workflow",
5
5
  "author": "nabeelkausari",
6
6
  "license": "MIT",