agentstack-cli 0.7.0rc14__tar.gz → 0.7.0rc15__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.
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/PKG-INFO +1 -1
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/pyproject.toml +1 -1
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/platform.py +0 -10
- agentstack_cli-0.7.0rc15/src/agentstack_cli/data/helm-chart.tgz +0 -0
- agentstack_cli-0.7.0rc14/src/agentstack_cli/data/helm-chart.tgz +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/README.md +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/__init__.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/api.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/async_typer.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/auth_manager.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/__init__.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/agent.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/build.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/connector.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/model.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/self.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/server.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/user.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/configuration.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/console.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/data/.gitignore +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/server_utils.py +0 -0
- {agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/utils.py +0 -0
{agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/platform.py
RENAMED
|
@@ -415,16 +415,6 @@ async def start_cmd(
|
|
|
415
415
|
)
|
|
416
416
|
await run_command(["wsl.exe", "--terminate", vm_name], "Restarting Agent Stack VM")
|
|
417
417
|
await run_in_vm(vm_name, ["/usr/bin/setsid", "-f", "/usr/bin/sleep", "infinity"], "Ensuring persistence of Agent Stack VM")
|
|
418
|
-
await run_in_vm(
|
|
419
|
-
vm_name,
|
|
420
|
-
[
|
|
421
|
-
"bash",
|
|
422
|
-
"-c",
|
|
423
|
-
"rm /etc/resolv.conf && cp /etc/resolv.conf-override /etc/resolv.conf && chattr +i /etc/resolv.conf",
|
|
424
|
-
],
|
|
425
|
-
"Setting up DNS configuration",
|
|
426
|
-
check=False,
|
|
427
|
-
)
|
|
428
418
|
await run_in_vm(
|
|
429
419
|
vm_name,
|
|
430
420
|
[
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentstack_cli-0.7.0rc14 → agentstack_cli-0.7.0rc15}/src/agentstack_cli/commands/connector.py
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
|