adhdev 0.7.0 → 0.7.1

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/cli/index.js CHANGED
@@ -43495,7 +43495,7 @@ var init_adhdev_daemon = __esm({
43495
43495
  fs12 = __toESM(require("fs"));
43496
43496
  path14 = __toESM(require("path"));
43497
43497
  import_chalk2 = __toESM(require("chalk"));
43498
- pkgVersion = "0.7.0";
43498
+ pkgVersion = "0.7.1";
43499
43499
  if (pkgVersion === "unknown") {
43500
43500
  try {
43501
43501
  const possiblePaths = [
@@ -44429,7 +44429,12 @@ var init_supported = __esm({
44429
44429
  SUPPORTED_CLI_AGENTS = [
44430
44430
  { id: "claude-cli", name: "Claude Code", icon: "\u{1F7E0}" },
44431
44431
  { id: "gemini-cli", name: "Gemini CLI", icon: "\u2728" },
44432
- { id: "codex-cli", name: "Codex CLI", icon: "\u{1F4E6}" }
44432
+ { id: "codex-cli", name: "Codex CLI", icon: "\u{1F4E6}" },
44433
+ { id: "aider-cli", name: "Aider", icon: "\u{1F6E0}\uFE0F" },
44434
+ { id: "cursor-cli", name: "Cursor CLI", icon: "\u26A1" },
44435
+ { id: "github-copilot-cli", name: "GitHub Copilot CLI", icon: "\u{1F916}" },
44436
+ { id: "goose-cli", name: "Goose CLI", icon: "\u{1FABF}" },
44437
+ { id: "opencode-cli", name: "OpenCode CLI", icon: "\u{1F9E9}" }
44433
44438
  ];
44434
44439
  SUPPORTED_EXTENSIONS = [
44435
44440
  { id: "copilot", name: "GitHub Copilot", icon: "\u{1F916}" },