mlx-code 0.0.5__tar.gz → 0.0.6__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.
- {mlx_code-0.0.5 → mlx_code-0.0.6}/PKG-INFO +1 -1
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code/main.py +2 -2
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/PKG-INFO +1 -1
- {mlx_code-0.0.5 → mlx_code-0.0.6}/setup.py +1 -1
- {mlx_code-0.0.5 → mlx_code-0.0.6}/LICENSE +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/README.md +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code/__init__.py +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code/log.py +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code/pie.py +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code/symgraph.py +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/SOURCES.txt +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/dependency_links.txt +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/entry_points.txt +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/requires.txt +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/mlx_code.egg-info/top_level.txt +0 -0
- {mlx_code-0.0.5 → mlx_code-0.0.6}/setup.cfg +0 -0
|
@@ -1456,8 +1456,8 @@ def main():
|
|
|
1456
1456
|
parser.add_argument("-a", "--api", type=str, default="default")
|
|
1457
1457
|
parser.add_argument("-H", "--harness", default=None)
|
|
1458
1458
|
parser.add_argument("-s", "--system", type=str, default='You are a helpful assistant')
|
|
1459
|
-
# parser.add_argument("--tools", nargs="+", default=
|
|
1460
|
-
parser.add_argument("--tools", nargs="+", default=
|
|
1459
|
+
# parser.add_argument("--tools", nargs="+", default=['Bash', 'run_shell_command', 'exec_command'])
|
|
1460
|
+
parser.add_argument("--tools", nargs="+", default=None, help="Allow all tools if None (default None)")
|
|
1461
1461
|
parser.add_argument("--cache", type=str, default='cache')
|
|
1462
1462
|
parser.add_argument("--work", default=os.getcwd())
|
|
1463
1463
|
parser.add_argument("--nocc", action="store_true", help="Disable Claude Code subprocess and run server only")
|
|
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
|