code-aide 1.15.0__tar.gz → 1.15.1__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.
- {code_aide-1.15.0 → code_aide-1.15.1}/PKG-INFO +1 -1
- {code_aide-1.15.0 → code_aide-1.15.1}/script-archive/amp-install.sh +0 -8
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/__init__.py +1 -1
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/data/tools.json +1 -1
- {code_aide-1.15.0 → code_aide-1.15.1}/.github/workflows/ci.yml +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/.github/workflows/publish.yml +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/.gitignore +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/.gitlab-ci.yml +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/.pre-commit-config.yaml +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/AGENTS.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/CLAUDE.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/LICENSE +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/README.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/TODO.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/pyproject.toml +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/script-archive/README.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/script-archive/claude-install.sh +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/script-archive/cursor-install.sh +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/auto-migrate-deprecated-installs.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/claude-native-installer-migration.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/missing-coding-llm-cli-tools.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/pre-commit-uv-setup.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/remove-bundled-version-baseline.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/specs/unify-upgrade-eligibility-with-shared-evaluator.md +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/__main__.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/commands_actions.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/commands_tools.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/config.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/console.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/constants.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/detection.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/entry.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/install.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/install_types.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/operations.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/package_managers.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/prereqs.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/status.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/src/code_aide/versions.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_commands_actions.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_commands_tools.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_config.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_console.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_constants.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_detection.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_install.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_install_types.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_operations.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_package_managers.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_status.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/tests/test_versions.py +0 -0
- {code_aide-1.15.0 → code_aide-1.15.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-aide
|
|
3
|
-
Version: 1.15.
|
|
3
|
+
Version: 1.15.1
|
|
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
|
|
@@ -240,18 +240,10 @@ install_amp_binary() {
|
|
|
240
240
|
log "Installing version: $version"
|
|
241
241
|
fi
|
|
242
242
|
|
|
243
|
-
# Use versioned URLs if available, fall back to root for backwards compatibility
|
|
244
243
|
local binary_url="$STORAGE_BASE/cli/${version}/amp-${platform}"
|
|
245
244
|
local checksum_url="$STORAGE_BASE/cli/${version}/${platform}-amp.sha256"
|
|
246
245
|
local minisign_signature_url="$binary_url.minisig"
|
|
247
246
|
|
|
248
|
-
# Check if versioned path exists, fall back to root path
|
|
249
|
-
if ! curl -fsSL --head "$checksum_url" >/dev/null 2>&1; then
|
|
250
|
-
binary_url="$STORAGE_BASE/cli/amp-${platform}"
|
|
251
|
-
checksum_url="$STORAGE_BASE/cli/${platform}-amp.sha256"
|
|
252
|
-
minisign_signature_url="$binary_url.minisig"
|
|
253
|
-
fi
|
|
254
|
-
|
|
255
247
|
# Add .exe for Windows downloads
|
|
256
248
|
if [[ "$platform" == *"windows"* ]]; then
|
|
257
249
|
binary_url="${binary_url}.exe"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"command": "amp",
|
|
65
65
|
"install_type": "script",
|
|
66
66
|
"install_url": "https://ampcode.com/install.sh",
|
|
67
|
-
"install_sha256": "
|
|
67
|
+
"install_sha256": "8fcc17808b55b1a6ec6b54aa28877dbff9a5cab4fef8e992c1cf82d8ceaf1e46",
|
|
68
68
|
"install_script_path_prepend": [
|
|
69
69
|
"~/.local/bin"
|
|
70
70
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_aide-1.15.0 → code_aide-1.15.1}/specs/unify-upgrade-eligibility-with-shared-evaluator.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|