voice-vibecoder 2.16.0__tar.gz → 2.17.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.
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/CHANGELOG.md +8 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/PKG-INFO +1 -1
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/pyproject.toml +1 -1
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/__init__.py +1 -1
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/cli_serve.py +6 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/.github/workflows/ci.yml +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/.github/workflows/release.yml +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/.gitignore +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/LICENSE +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/README.md +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/app.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/index.html +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/app_config.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/audio.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/__init__.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/claude.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/cursor.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/openclaw.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/registry.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/config.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/instances.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/server.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/session.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/__init__.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/agent_task.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/definitions.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/dispatch.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/file_tree.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/tools/handlers.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/__init__.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/callbacks.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/diff_view.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/help_modal.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/panels.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/screen.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/setup.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/state.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/styles.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/update_modal.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/ui/wizard.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/__init__.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/gemini.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/openai.py +0 -0
- {voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/worktrees.py +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v2.17.0 (2026-02-22)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Add VOICE_DEFAULT_AGENT environment variable support
|
|
10
|
+
([`155827c`](https://github.com/snokam/voice-vibecoder/commit/155827cdbbe621441eed215d3268b0616c55d1e9))
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## v2.16.0 (2026-02-22)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voice-vibecoder
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.17.0
|
|
4
4
|
Summary: Olaf The Vibecoder — a voice-controlled coding assistant using OpenAI Realtime API + Claude Code
|
|
5
5
|
Project-URL: Homepage, https://github.com/snokam/voice-vibecoder
|
|
6
6
|
Project-URL: Repository, https://github.com/snokam/voice-vibecoder
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "voice-vibecoder"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.17.0"
|
|
8
8
|
description = "Olaf The Vibecoder — a voice-controlled coding assistant using OpenAI Realtime API + Claude Code"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -95,6 +95,12 @@ def main(voice_config: VoiceConfig | None = None) -> None:
|
|
|
95
95
|
repo_root = Path(args.repo) if args.repo else _detect_git_root()
|
|
96
96
|
config = voice_config or VoiceConfig()
|
|
97
97
|
|
|
98
|
+
# Apply VOICE_DEFAULT_AGENT environment variable
|
|
99
|
+
default_agent_env = os.environ.get("VOICE_DEFAULT_AGENT")
|
|
100
|
+
if default_agent_env:
|
|
101
|
+
config.default_agent = default_agent_env
|
|
102
|
+
logger.info("Using VOICE_DEFAULT_AGENT from environment: %s", default_agent_env)
|
|
103
|
+
|
|
98
104
|
configure_config_paths(config.config_dir)
|
|
99
105
|
configure_instance_paths(config.data_dir)
|
|
100
106
|
worktrees_env = os.environ.get("VOICE_WORKTREES_DIR")
|
|
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
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/__init__.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/claude.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/cursor.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/openclaw.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/code_providers/registry.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
|
|
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
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/__init__.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/gemini.py
RENAMED
|
File without changes
|
{voice_vibecoder-2.16.0 → voice_vibecoder-2.17.0}/src/voice_vibecoder/voice_providers/openai.py
RENAMED
|
File without changes
|
|
File without changes
|