code-aide 1.14.1__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.14.1 → code_aide-1.15.1}/PKG-INFO +4 -4
- {code_aide-1.14.1 → code_aide-1.15.1}/README.md +3 -3
- {code_aide-1.14.1 → code_aide-1.15.1}/script-archive/amp-install.sh +0 -8
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/__init__.py +1 -1
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/commands_tools.py +1 -1
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/data/tools.json +1 -1
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/entry.py +4 -4
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_commands_tools.py +5 -5
- {code_aide-1.14.1 → code_aide-1.15.1}/.github/workflows/ci.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/.github/workflows/publish.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/.gitignore +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/.gitlab-ci.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/.pre-commit-config.yaml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/AGENTS.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/CLAUDE.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/LICENSE +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/TODO.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/pyproject.toml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/script-archive/README.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/script-archive/claude-install.sh +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/script-archive/cursor-install.sh +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/auto-migrate-deprecated-installs.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/claude-native-installer-migration.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/missing-coding-llm-cli-tools.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/pre-commit-uv-setup.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/remove-bundled-version-baseline.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/specs/unify-upgrade-eligibility-with-shared-evaluator.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/__main__.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/commands_actions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/config.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/console.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/constants.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/detection.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/install.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/install_types.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/operations.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/package_managers.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/prereqs.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/status.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/src/code_aide/versions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_commands_actions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_config.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_console.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_constants.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_detection.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_install.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_install_types.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_operations.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_package_managers.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_status.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.1}/tests/test_versions.py +0 -0
- {code_aide-1.14.1 → 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.
|
|
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
|
|
@@ -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
|
|
55
|
+
# Show compact one-line-per-tool status
|
|
56
56
|
code-aide status
|
|
57
57
|
|
|
58
|
-
# Show
|
|
59
|
-
code-aide status -
|
|
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
|
|
28
|
+
# Show compact one-line-per-tool status
|
|
29
29
|
code-aide status
|
|
30
30
|
|
|
31
|
-
# Show
|
|
32
|
-
code-aide status -
|
|
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
|
|
@@ -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"
|
|
@@ -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, "
|
|
217
|
+
if not getattr(args, "long", False):
|
|
218
218
|
cmd_status_compact()
|
|
219
219
|
return
|
|
220
220
|
ensure_versions_cache(TOOLS)
|
|
@@ -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
|
],
|
|
@@ -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
|
|
35
|
+
"status", help="Show tool status (compact by default)"
|
|
36
36
|
)
|
|
37
37
|
status_parser.add_argument(
|
|
38
|
-
"-
|
|
39
|
-
"--
|
|
38
|
+
"-l",
|
|
39
|
+
"--long",
|
|
40
40
|
action="store_true",
|
|
41
|
-
help="Show
|
|
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", (), {
|
|
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
|
|
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.14.1 → 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
|