augint-shell 0.84.2__tar.gz → 0.84.3__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.
- {augint_shell-0.84.2 → augint_shell-0.84.3}/PKG-INFO +1 -1
- {augint_shell-0.84.2 → augint_shell-0.84.3}/pyproject.toml +1 -1
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/__init__.py +1 -1
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/commands/tools.py +1 -1
- {augint_shell-0.84.2 → augint_shell-0.84.3}/README.md +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/assets/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/assets/comfyui/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/assets/comfyui/provision.sh +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/__main__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/commands/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/commands/llm.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/cli/commands/manage.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/config.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/container.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/defaults.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/exceptions.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/gpu.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/interactive.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/local_chrome.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/scaffold.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/selector.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/ai-shell.toml +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/ai-shell.yaml +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/aider/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/claude/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/claude/settings.json +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/codex/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/n8n/workflows/chat_with_ollama.json +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/n8n/workflows/text_to_speech.json +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/n8n/workflows/transcribe_audio.json +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/opencode/__init__.py +0 -0
- {augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/tmux.py +0 -0
|
@@ -1240,7 +1240,7 @@ def shell(ctx, shell_name):
|
|
|
1240
1240
|
shell_name = shell_name.lower()
|
|
1241
1241
|
shell_path = SUPPORTED_SHELLS[shell_name]
|
|
1242
1242
|
console.print(f"[bold]Opening {shell_name} in {name}...[/bold]")
|
|
1243
|
-
manager.exec_interactive(name, [shell_path], extra_env=exec_env)
|
|
1243
|
+
manager.exec_interactive(name, [shell_path, "-l"], extra_env=exec_env)
|
|
1244
1244
|
|
|
1245
1245
|
|
|
1246
1246
|
@click.command(context_settings=CONTEXT_SETTINGS)
|
|
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
|
{augint_shell-0.84.2 → augint_shell-0.84.3}/src/ai_shell/templates/n8n/workflows/text_to_speech.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|