code-aide 1.14.0__tar.gz → 1.15.0__tar.gz

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 (52) hide show
  1. {code_aide-1.14.0 → code_aide-1.15.0}/PKG-INFO +4 -4
  2. {code_aide-1.14.0 → code_aide-1.15.0}/README.md +3 -3
  3. {code_aide-1.14.0 → code_aide-1.15.0}/script-archive/claude-install.sh +4 -4
  4. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/__init__.py +1 -1
  5. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/commands_tools.py +1 -1
  6. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/data/tools.json +1 -1
  7. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/entry.py +4 -4
  8. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_commands_tools.py +5 -5
  9. {code_aide-1.14.0 → code_aide-1.15.0}/.github/workflows/ci.yml +0 -0
  10. {code_aide-1.14.0 → code_aide-1.15.0}/.github/workflows/publish.yml +0 -0
  11. {code_aide-1.14.0 → code_aide-1.15.0}/.gitignore +0 -0
  12. {code_aide-1.14.0 → code_aide-1.15.0}/.gitlab-ci.yml +0 -0
  13. {code_aide-1.14.0 → code_aide-1.15.0}/.pre-commit-config.yaml +0 -0
  14. {code_aide-1.14.0 → code_aide-1.15.0}/AGENTS.md +0 -0
  15. {code_aide-1.14.0 → code_aide-1.15.0}/CLAUDE.md +0 -0
  16. {code_aide-1.14.0 → code_aide-1.15.0}/LICENSE +0 -0
  17. {code_aide-1.14.0 → code_aide-1.15.0}/TODO.md +0 -0
  18. {code_aide-1.14.0 → code_aide-1.15.0}/pyproject.toml +0 -0
  19. {code_aide-1.14.0 → code_aide-1.15.0}/script-archive/README.md +0 -0
  20. {code_aide-1.14.0 → code_aide-1.15.0}/script-archive/amp-install.sh +0 -0
  21. {code_aide-1.14.0 → code_aide-1.15.0}/script-archive/cursor-install.sh +0 -0
  22. {code_aide-1.14.0 → code_aide-1.15.0}/specs/auto-migrate-deprecated-installs.md +0 -0
  23. {code_aide-1.14.0 → code_aide-1.15.0}/specs/claude-native-installer-migration.md +0 -0
  24. {code_aide-1.14.0 → code_aide-1.15.0}/specs/missing-coding-llm-cli-tools.md +0 -0
  25. {code_aide-1.14.0 → code_aide-1.15.0}/specs/pre-commit-uv-setup.md +0 -0
  26. {code_aide-1.14.0 → code_aide-1.15.0}/specs/remove-bundled-version-baseline.md +0 -0
  27. {code_aide-1.14.0 → code_aide-1.15.0}/specs/unify-upgrade-eligibility-with-shared-evaluator.md +0 -0
  28. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/__main__.py +0 -0
  29. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/commands_actions.py +0 -0
  30. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/config.py +0 -0
  31. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/console.py +0 -0
  32. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/constants.py +0 -0
  33. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/detection.py +0 -0
  34. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/install.py +0 -0
  35. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/install_types.py +0 -0
  36. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/operations.py +0 -0
  37. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/package_managers.py +0 -0
  38. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/prereqs.py +0 -0
  39. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/status.py +0 -0
  40. {code_aide-1.14.0 → code_aide-1.15.0}/src/code_aide/versions.py +0 -0
  41. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_commands_actions.py +0 -0
  42. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_config.py +0 -0
  43. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_console.py +0 -0
  44. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_constants.py +0 -0
  45. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_detection.py +0 -0
  46. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_install.py +0 -0
  47. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_install_types.py +0 -0
  48. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_operations.py +0 -0
  49. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_package_managers.py +0 -0
  50. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_status.py +0 -0
  51. {code_aide-1.14.0 → code_aide-1.15.0}/tests/test_versions.py +0 -0
  52. {code_aide-1.14.0 → code_aide-1.15.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-aide
3
- Version: 1.14.0
3
+ Version: 1.15.0
4
4
  Summary: Manage AI coding CLI tools (Claude, Copilot, Cursor, Gemini, Amp, Codex)
5
5
  Project-URL: Homepage, https://github.com/dajobe/code-aide
6
6
  Project-URL: Repository, https://github.com/dajobe/code-aide
@@ -52,11 +52,11 @@ pipx install code-aide
52
52
  # List available tools and their status
53
53
  code-aide list
54
54
 
55
- # Show detailed status for installed tools
55
+ # Show compact one-line-per-tool status
56
56
  code-aide status
57
57
 
58
- # Show compact one-line-per-tool status
59
- code-aide status -c
58
+ # Show detailed status for installed tools
59
+ code-aide status -l
60
60
 
61
61
  # Install specific tools
62
62
  code-aide install claude gemini
@@ -25,11 +25,11 @@ pipx install code-aide
25
25
  # List available tools and their status
26
26
  code-aide list
27
27
 
28
- # Show detailed status for installed tools
28
+ # Show compact one-line-per-tool status
29
29
  code-aide status
30
30
 
31
- # Show compact one-line-per-tool status
32
- code-aide status -c
31
+ # Show detailed status for installed tools
32
+ code-aide status -l
33
33
 
34
34
  # Install specific tools
35
35
  code-aide install claude gemini
@@ -11,7 +11,7 @@ if [[ -n "$TARGET" ]] && [[ ! "$TARGET" =~ ^(stable|latest|[0-9]+\.[0-9]+\.[0-9]
11
11
  exit 1
12
12
  fi
13
13
 
14
- GCS_BUCKET="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"
14
+ DOWNLOAD_BASE_URL="https://downloads.claude.ai/claude-code-releases"
15
15
  DOWNLOAD_DIR="$HOME/.claude/downloads"
16
16
 
17
17
  # Check for required dependencies
@@ -105,10 +105,10 @@ fi
105
105
  mkdir -p "$DOWNLOAD_DIR"
106
106
 
107
107
  # Always download latest version (which has the most up-to-date installer)
108
- version=$(download_file "$GCS_BUCKET/latest")
108
+ version=$(download_file "$DOWNLOAD_BASE_URL/latest")
109
109
 
110
110
  # Download manifest and extract checksum
111
- manifest_json=$(download_file "$GCS_BUCKET/$version/manifest.json")
111
+ manifest_json=$(download_file "$DOWNLOAD_BASE_URL/$version/manifest.json")
112
112
 
113
113
  # Use jq if available, otherwise fall back to pure bash parsing
114
114
  if [ "$HAS_JQ" = true ]; then
@@ -125,7 +125,7 @@ fi
125
125
 
126
126
  # Download and verify
127
127
  binary_path="$DOWNLOAD_DIR/claude-$version-$platform"
128
- if ! download_file "$GCS_BUCKET/$version/$platform/claude" "$binary_path"; then
128
+ if ! download_file "$DOWNLOAD_BASE_URL/$version/$platform/claude" "$binary_path"; then
129
129
  echo "Download failed" >&2
130
130
  rm -f "$binary_path"
131
131
  exit 1
@@ -1,3 +1,3 @@
1
1
  """code-aide - Manage AI coding CLI tools."""
2
2
 
3
- __version__ = "1.14.0"
3
+ __version__ = "1.15.0"
@@ -214,7 +214,7 @@ def cmd_status_compact() -> None:
214
214
 
215
215
  def cmd_status(args: argparse.Namespace) -> None:
216
216
  """Handle status command."""
217
- if getattr(args, "compact", False):
217
+ if not getattr(args, "long", False):
218
218
  cmd_status_compact()
219
219
  return
220
220
  ensure_versions_cache(TOOLS)
@@ -28,7 +28,7 @@
28
28
  "command": "claude",
29
29
  "install_type": "script",
30
30
  "install_url": "https://claude.ai/install.sh",
31
- "install_sha256": "431889ac7d056f636aaf5b71524666d04c89c45560f80329940846479d484778",
31
+ "install_sha256": "b315b46925a9bfb9422f2503dd5aa649f680832f4c076b22d87c39d578c3d830",
32
32
  "version_url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest",
33
33
  "prerequisites": [],
34
34
  "min_node_version": null,
@@ -32,13 +32,13 @@ def main() -> None:
32
32
  list_parser.set_defaults(func=cmd_list)
33
33
 
34
34
  status_parser = subparsers.add_parser(
35
- "status", help="Show detailed status for installed tools"
35
+ "status", help="Show tool status (compact by default)"
36
36
  )
37
37
  status_parser.add_argument(
38
- "-c",
39
- "--compact",
38
+ "-l",
39
+ "--long",
40
40
  action="store_true",
41
- help="Show compact one-line-per-tool status",
41
+ help="Show detailed multi-line status",
42
42
  )
43
43
  status_parser.set_defaults(func=cmd_status)
44
44
 
@@ -58,7 +58,7 @@ class TestCmdStatus(unittest.TestCase):
58
58
  "usage": None,
59
59
  "errors": [],
60
60
  }
61
- args = type("Args", (), {})()
61
+ args = type("Args", (), {"long": True})()
62
62
  with (
63
63
  mock.patch.dict(commands_tools.TOOLS, tools, clear=True),
64
64
  mock.patch.object(
@@ -104,7 +104,7 @@ class TestCmdStatus(unittest.TestCase):
104
104
  "usage": None,
105
105
  "errors": [],
106
106
  }
107
- args = type("Args", (), {})()
107
+ args = type("Args", (), {"long": True})()
108
108
  with (
109
109
  mock.patch.dict(commands_tools.TOOLS, tools, clear=True),
110
110
  mock.patch.object(
@@ -161,7 +161,7 @@ class TestCmdStatus(unittest.TestCase):
161
161
  "usage": None,
162
162
  "errors": [],
163
163
  }
164
- args = type("Args", (), {})()
164
+ args = type("Args", (), {"long": True})()
165
165
  with (
166
166
  mock.patch.dict(commands_tools.TOOLS, tools, clear=True),
167
167
  mock.patch.object(
@@ -208,7 +208,7 @@ class TestCmdStatus(unittest.TestCase):
208
208
  "usage": None,
209
209
  "errors": [],
210
210
  }
211
- args = type("Args", (), {})()
211
+ args = type("Args", (), {"long": True})()
212
212
  with (
213
213
  mock.patch.dict(commands_tools.TOOLS, tools, clear=True),
214
214
  mock.patch.object(
@@ -254,7 +254,7 @@ class TestCmdStatus(unittest.TestCase):
254
254
  "usage": None,
255
255
  "errors": [],
256
256
  }
257
- args = type("Args", (), {"compact": True})()
257
+ args = type("Args", (), {})()
258
258
  with (
259
259
  mock.patch.dict(commands_tools.TOOLS, tools, clear=True),
260
260
  mock.patch.object(
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes