code-aide 1.14.1__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.
- {code_aide-1.14.1 → code_aide-1.15.0}/PKG-INFO +4 -4
- {code_aide-1.14.1 → code_aide-1.15.0}/README.md +3 -3
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/__init__.py +1 -1
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/commands_tools.py +1 -1
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/entry.py +4 -4
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_commands_tools.py +5 -5
- {code_aide-1.14.1 → code_aide-1.15.0}/.github/workflows/ci.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/.github/workflows/publish.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/.gitignore +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/.gitlab-ci.yml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/.pre-commit-config.yaml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/AGENTS.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/CLAUDE.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/LICENSE +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/TODO.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/pyproject.toml +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/script-archive/README.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/script-archive/amp-install.sh +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/script-archive/claude-install.sh +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/script-archive/cursor-install.sh +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/auto-migrate-deprecated-installs.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/claude-native-installer-migration.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/missing-coding-llm-cli-tools.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/pre-commit-uv-setup.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/remove-bundled-version-baseline.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/specs/unify-upgrade-eligibility-with-shared-evaluator.md +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/__main__.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/commands_actions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/config.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/console.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/constants.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/data/tools.json +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/detection.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/install.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/install_types.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/operations.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/package_managers.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/prereqs.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/status.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/src/code_aide/versions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_commands_actions.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_config.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_console.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_constants.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_detection.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_install.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_install_types.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_operations.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_package_managers.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_status.py +0 -0
- {code_aide-1.14.1 → code_aide-1.15.0}/tests/test_versions.py +0 -0
- {code_aide-1.14.1 → 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.
|
|
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
|
|
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
|
|
@@ -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)
|
|
@@ -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
|
|
File without changes
|
{code_aide-1.14.1 → code_aide-1.15.0}/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
|