Skip to content

Commit eb9c958

Browse files
chore: release main (#2)
🤖 I have created a release *beep* *boop* --- <details><summary>0.2.0</summary> ## [0.2.0](v0.1.10...v0.2.0) (2026-03-09) ### ⚠ BREAKING CHANGES * **core:** InstallationDetector and VersionChecker moved from deepctl_core to deepctl_cmd_update ### Features * Add API key verification system ([0796b1e](0796b1e)) * Add Homebrew testing infrastructure ([27e1171](27e1171)) * add MCP server command for Gnosis AI integration ([4babddf](4babddf)) * add models module with FileInfo model ([a0cb5aa](a0cb5aa)) * add performance timing system with --timing and --timing-detailed flags ([45132ff](45132ff)) * Add plugin search command with hardcoded registry ([bd533cb](bd533cb)) * Add self-update functionality to deepctl ([b2152f2](b2152f2)) * Add universal plugin support for all installation methods ([6c6d3c3](6c6d3c3)) * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * **auth:** switch device flow from community server to dx-id OIDC provider ([2c04fc2](2c04fc2)) * **browser-debug:** add browser debug HTML interface ([e44a070](e44a070)) * **browser-debug:** add dependencies and test configuration ([6b74cd9](6b74cd9)) * **browser-debug:** implement browser capability models ([c2e3cbc](c2e3cbc)) * **browser-debug:** implement WebSocket-based browser debug command ([d4902f8](d4902f8)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * **core:** comprehensive architecture review and test coverage ([25a5409](25a5409)) * **debug-audio:** add ffmpeg-python dependency for audio file analysis ([398b2eb](398b2eb)) * **debug-audio:** implement comprehensive audio file analysis ([fb773b6](fb773b6)) * **docs:** auto-generate root README sections from pyproject.toml ([5c8cb9a](5c8cb9a)) * Enable PyPI publishing in release workflow ([d78f2e2](d78f2e2)) * enhance Makefile with better organization and documentation ([944d195](944d195)) * enhance performance timing and core architecture ([830aa47](830aa47)) * enhance test infrastructure with flexible running options ([d42a5e9](d42a5e9)) * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * Implement comprehensive network debug command ([0d6c310](0d6c310)) * implement hybrid homebrew distribution strategy ([548b65f](548b65f)) * improve update command functionality ([4a9baa0](4a9baa0)) * **init:** add dg init command to scaffold Deepgram starter apps ([60c17c3](60c17c3)) * initial commit ([7365137](7365137)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **mcp:** rearchitect as proxy to dx-api MCP endpoint ([65a62f4](65a62f4)) * **plugin:** add install-aware plugin system with venv bridge and strategy pattern ([7dd849b](7dd849b)) * setup uv workspace (monorepo) structure ([42eec32](42eec32)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * **skills:** replace CLI help dump with Deepgram Developer Guide ([4182d9b](4182d9b)) * standardize release process with Makefile commands ([79083d4](79083d4)) * update authentication and core modules ([1a1df1c](1a1df1c)) * update authentication and security implementation ([44d5568](44d5568)) * **update:** add background plugin update notifications ([5dfb906](5dfb906)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * add --find-links to release workflow for local dependency resolution ([b5f0a01](b5f0a01)) * add contents read permissions to GitHub Actions jobs ([759cd57](759cd57)) * add explicit exports to core models ([2827f9a](2827f9a)) * **auth:** decouple API key validation from project ID requirement ([0f67b22](0f67b22)) * **auth:** open browser and start polling immediately on login ([ecb8271](ecb8271)) * auto-detect CI environment in publish script to avoid EOFError ([ebfe5d4](ebfe5d4)) * complete pyproject.toml package configuration ([bf7d898](bf7d898)) * configure pytest to run tests across all workspace packages ([17e1ba6](17e1ba6)) * **debug-audio:** correct indentation in error handling blocks ([f8931a2](f8931a2)) * **debug-audio:** restore correct indentation in handle method ([e40cf29](e40cf29)) * handle graceful shutdown of MCP server to prevent threading errors ([0fbb772](0fbb772)) * improve MCP server shutdown handling to work with single Ctrl+C ([7bc1d94](7bc1d94)) * make MCP server actually exit on first Ctrl+C ([4b4a245](4b4a245)) * MCP server now exits cleanly on first Ctrl+C ([49c4aca](49c4aca)) * package verification for deepctl-cmd-plugin ([d00a792](d00a792)) * Remove duplicate entries in plugin list ([11a3fe3](11a3fe3)) * resolve all ruff and mypy linting issues ([83eaa7a](83eaa7a)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * resolve regex SyntaxWarnings in version.py script ([373911a](373911a)) * **skills:** fix entry point iteration in collect_command_metadata ([7b8424f](7b8424f)) * skip confirmation prompt in non-interactive mode ([2bf3ac5](2bf3ac5)) * **tests:** make config tests cross-platform compatible for Windows ([701263d](701263d)) * **tests:** skip Unix-specific path tests on Windows ([71ee600](71ee600)) * **tests:** update integration tests for audio command required file argument ([a12c5af](a12c5af)) * **tests:** use real tmp_path for pipx run detection test ([7b0a8d6](7b0a8d6)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) * **transcribe:** fix SDK response serialization and redesign output ([908097c](908097c)) * Update test assertions to match actual command class names and Click behavior ([c85d756](c85d756)) * use absolute path for --find-links in pipx installation instructions ([bc928ac](bc928ac)) ### Documentation * add architecture documentation for MCP server and plugin system ([b65af57](b65af57)) * Add comprehensive Homebrew testing guide ([0203e9e](0203e9e)) * add comprehensive project documentation ([ed94015](ed94015)) * add comprehensive testing and test strategy documentation ([77dd5db](77dd5db)) * Add future plans for plugin registry URL-based system ([067b658](067b658)) * Add plugin search command to main README ([e1b2548](e1b2548)) * add release documentation to README ([d73dc3d](d73dc3d)) * add versioning strategy and PyPI publishing guides ([b1e2e9c](b1e2e9c)) * **browser-debug:** add comprehensive architecture documentation ([90a0873](90a0873)) * **debug-audio:** add comprehensive documentation ([6a32c2b](6a32c2b)) * fix critical inconsistencies between documentation and code ([6455932](6455932)) * improve local installation instructions in build script ([ed04659](ed04659)) * prioritize pipx for global installation with plugin support ([0c17869](0c17869)) * **readme:** document install-aware plugin system and strategies ([3f0a8cf](3f0a8cf)) * **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](bd7170a)) * reorganize documentation structure ([0e6f279](0e6f279)) * simplify and restructure README for better clarity ([95aa5ec](95aa5ec)) * update architecture and home documentation ([56b4650](56b4650)) * update documentation to reflect current architecture and improve clarity ([bbf75b0](bbf75b0)) * update plugin example README ([1b825a6](1b825a6)) </details> <details><summary>deepctl-core: 0.2.0</summary> ## [0.2.0](deepctl-core-v0.1.10...deepctl-core-v0.2.0) (2026-03-09) ### ⚠ BREAKING CHANGES * **core:** InstallationDetector and VersionChecker moved from deepctl_core to deepctl_cmd_update ### Features * add performance timing system with --timing and --timing-detailed flags ([45132ff](45132ff)) * Add self-update functionality to deepctl ([b2152f2](b2152f2)) * Add universal plugin support for all installation methods ([6c6d3c3](6c6d3c3)) * **auth:** switch device flow from community server to dx-id OIDC provider ([2c04fc2](2c04fc2)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * **core:** comprehensive architecture review and test coverage ([25a5409](25a5409)) * enhance performance timing and core architecture ([830aa47](830aa47)) * enhance test infrastructure with flexible running options ([d42a5e9](d42a5e9)) * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **plugin:** add install-aware plugin system with venv bridge and strategy pattern ([7dd849b](7dd849b)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * **skills:** replace CLI help dump with Deepgram Developer Guide ([4182d9b](4182d9b)) * update authentication and core modules ([1a1df1c](1a1df1c)) * update authentication and security implementation ([44d5568](44d5568)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * add explicit exports to core models ([2827f9a](2827f9a)) * **auth:** decouple API key validation from project ID requirement ([0f67b22](0f67b22)) * **auth:** open browser and start polling immediately on login ([ecb8271](ecb8271)) * configure pytest to run tests across all workspace packages ([17e1ba6](17e1ba6)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **skills:** fix entry point iteration in collect_command_metadata ([7b8424f](7b8424f)) * **tests:** make config tests cross-platform compatible for Windows ([701263d](701263d)) * **tests:** skip Unix-specific path tests on Windows ([71ee600](71ee600)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) * **transcribe:** fix SDK response serialization and redesign output ([908097c](908097c)) </details> <details><summary>deepctl-shared-utils: 0.1.11</summary> ## [0.1.11](deepctl-shared-utils-v0.1.10...deepctl-shared-utils-v0.1.11) (2026-03-09) ### Features * enhance test infrastructure with flexible running options ([d42a5e9](d42a5e9)) * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) ### Bug Fixes * configure pytest to run tests across all workspace packages ([17e1ba6](17e1ba6)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **transcribe:** fix SDK response serialization and redesign output ([908097c](908097c)) </details> <details><summary>deepctl-cmd-api: 0.0.2</summary> ## [0.0.2](deepctl-cmd-api-v0.0.1...deepctl-cmd-api-v0.0.2) (2026-03-09) ### Features * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) ### Documentation * **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](bd7170a)) </details> <details><summary>deepctl-cmd-login: 0.1.11</summary> ## [0.1.11](deepctl-cmd-login-v0.1.10...deepctl-cmd-login-v0.1.11) (2026-03-09) ### Features * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * update authentication and core modules ([1a1df1c](1a1df1c)) * update authentication and security implementation ([44d5568](44d5568)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * **auth:** decouple API key validation from project ID requirement ([0f67b22](0f67b22)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) </details> <details><summary>deepctl-cmd-projects: 0.1.11</summary> ## [0.1.11](deepctl-cmd-projects-v0.1.10...deepctl-cmd-projects-v0.1.11) (2026-03-09) ### Features * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * update authentication and core modules ([1a1df1c](1a1df1c)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) </details> <details><summary>deepctl-cmd-transcribe: 0.1.11</summary> ## [0.1.11](deepctl-cmd-transcribe-v0.1.10...deepctl-cmd-transcribe-v0.1.11) (2026-03-09) ### Features * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * update authentication and core modules ([1a1df1c](1a1df1c)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **transcribe:** fix SDK response serialization and redesign output ([908097c](908097c)) </details> <details><summary>deepctl-cmd-usage: 0.1.11</summary> ## [0.1.11](deepctl-cmd-usage-v0.1.10...deepctl-cmd-usage-v0.1.11) (2026-03-09) ### Features * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * update authentication and core modules ([1a1df1c](1a1df1c)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) </details> <details><summary>deepctl-cmd-debug: 0.1.11</summary> ## [0.1.11](deepctl-cmd-debug-v0.1.10...deepctl-cmd-debug-v0.1.11) (2026-03-09) ### Features * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) ### Documentation * reorganize documentation structure ([0e6f279](0e6f279)) </details> <details><summary>deepctl-cmd-debug-audio: 0.1.11</summary> ## [0.1.11](deepctl-cmd-debug-audio-v0.1.10...deepctl-cmd-debug-audio-v0.1.11) (2026-03-09) ### Features * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * **debug-audio:** add ffmpeg-python dependency for audio file analysis ([398b2eb](398b2eb)) * **debug-audio:** implement comprehensive audio file analysis ([fb773b6](fb773b6)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * **debug-audio:** correct indentation in error handling blocks ([f8931a2](f8931a2)) * **debug-audio:** restore correct indentation in handle method ([e40cf29](e40cf29)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) ### Documentation * **debug-audio:** add comprehensive documentation ([6a32c2b](6a32c2b)) * **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](bd7170a)) </details> <details><summary>deepctl-cmd-debug-browser: 0.1.11</summary> ## [0.1.11](deepctl-cmd-debug-browser-v0.1.10...deepctl-cmd-debug-browser-v0.1.11) (2026-03-09) ### Features * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * **browser-debug:** add browser debug HTML interface ([e44a070](e44a070)) * **browser-debug:** add dependencies and test configuration ([6b74cd9](6b74cd9)) * **browser-debug:** implement browser capability models ([c2e3cbc](c2e3cbc)) * **browser-debug:** implement WebSocket-based browser debug command ([d4902f8](d4902f8)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) ### Documentation * reorganize documentation structure ([0e6f279](0e6f279)) </details> <details><summary>deepctl-cmd-debug-network: 0.1.11</summary> ## [0.1.11](deepctl-cmd-debug-network-v0.1.10...deepctl-cmd-debug-network-v0.1.11) (2026-03-09) ### Features * **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](53accd5)) * complete nested command architecture implementation ([f3a9945](f3a9945)) * Implement comprehensive network debug command ([0d6c310](0d6c310)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) ### Documentation * reorganize documentation structure ([0e6f279](0e6f279)) </details> <details><summary>deepctl-cmd-debug-probe: 0.0.2</summary> ## [0.0.2](deepctl-cmd-debug-probe-v0.0.1...deepctl-cmd-debug-probe-v0.0.2) (2026-03-09) ### Features * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) </details> <details><summary>deepctl-cmd-ffprobe: 0.0.2</summary> ## [0.0.2](deepctl-cmd-ffprobe-v0.0.1...deepctl-cmd-ffprobe-v0.0.2) (2026-03-09) ### Features * **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](8e2c923)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) </details> <details><summary>deepctl-cmd-mcp: 0.1.11</summary> ## [0.1.11](deepctl-cmd-mcp-v0.1.10...deepctl-cmd-mcp-v0.1.11) (2026-03-09) ### Features * add MCP server command for Gnosis AI integration ([4babddf](4babddf)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **mcp:** rearchitect as proxy to dx-api MCP endpoint ([65a62f4](65a62f4)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * handle graceful shutdown of MCP server to prevent threading errors ([0fbb772](0fbb772)) * improve MCP server shutdown handling to work with single Ctrl+C ([7bc1d94](7bc1d94)) * make MCP server actually exit on first Ctrl+C ([4b4a245](4b4a245)) * MCP server now exits cleanly on first Ctrl+C ([49c4aca](49c4aca)) * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) ### Documentation * fix critical inconsistencies between documentation and code ([6455932](6455932)) </details> <details><summary>deepctl-cmd-update: 0.2.0</summary> ## [0.2.0](deepctl-cmd-update-v0.1.10...deepctl-cmd-update-v0.2.0) (2026-03-09) ### ⚠ BREAKING CHANGES * **core:** InstallationDetector and VersionChecker moved from deepctl_core to deepctl_cmd_update ### Features * Add self-update functionality to deepctl ([b2152f2](b2152f2)) * **core:** comprehensive architecture review and test coverage ([25a5409](25a5409)) * improve update command functionality ([4a9baa0](4a9baa0)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * **update:** add background plugin update notifications ([5dfb906](5dfb906)) * **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](f71437a)) ### Bug Fixes * resolve all ruff and mypy linting issues ([83eaa7a](83eaa7a)) * **tests:** skip Unix-specific path tests on Windows ([71ee600](71ee600)) * **tests:** use real tmp_path for pipx run detection test ([7b0a8d6](7b0a8d6)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) </details> <details><summary>deepctl-cmd-plugin: 0.1.11</summary> ## [0.1.11](deepctl-cmd-plugin-v0.1.10...deepctl-cmd-plugin-v0.1.11) (2026-03-09) ### Features * Add plugin search command with hardcoded registry ([bd533cb](bd533cb)) * Add universal plugin support for all installation methods ([6c6d3c3](6c6d3c3)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **plugin:** add install-aware plugin system with venv bridge and strategy pattern ([7dd849b](7dd849b)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) ### Bug Fixes * Remove duplicate entries in plugin list ([11a3fe3](11a3fe3)) * resolve all ruff and mypy linting issues ([83eaa7a](83eaa7a)) * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) </details> <details><summary>deepctl-cmd-skills: 0.0.2</summary> ## [0.0.2](deepctl-cmd-skills-v0.0.1...deepctl-cmd-skills-v0.0.2) (2026-03-09) ### Features * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) * **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](5654d40)) * **skills:** replace CLI help dump with Deepgram Developer Guide ([4182d9b](4182d9b)) ### Bug Fixes * **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](3500379)) </details> <details><summary>deepctl-cmd-init: 0.0.2</summary> ## [0.0.2](deepctl-cmd-init-v0.0.1...deepctl-cmd-init-v0.0.2) (2026-03-09) ### Features * **init:** add dg init command to scaffold Deepgram starter apps ([60c17c3](60c17c3)) * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) </details> <details><summary>deepctl-plugin-example: 0.1.11</summary> ## [0.1.11](deepctl-plugin-example-v0.1.10...deepctl-plugin-example-v0.1.11) (2026-03-09) ### Features * **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](8e76d60)) ### Bug Fixes * resolve mypy type checking issues and modernize Python code ([a93526e](a93526e)) ### Documentation * prioritize pipx for global installation with plugin support ([0c17869](0c17869)) * update plugin example README ([1b825a6](1b825a6)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1822162 commit eb9c958

File tree

43 files changed

+524
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+524
-42
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
".": "0.1.10",
3-
"packages/deepctl-core": "0.1.10",
4-
"packages/deepctl-shared-utils": "0.1.10",
5-
"packages/deepctl-cmd-api": "0.0.1",
6-
"packages/deepctl-cmd-login": "0.1.10",
7-
"packages/deepctl-cmd-projects": "0.1.10",
8-
"packages/deepctl-cmd-transcribe": "0.1.10",
9-
"packages/deepctl-cmd-usage": "0.1.10",
10-
"packages/deepctl-cmd-debug": "0.1.10",
11-
"packages/deepctl-cmd-debug-audio": "0.1.10",
12-
"packages/deepctl-cmd-debug-browser": "0.1.10",
13-
"packages/deepctl-cmd-debug-network": "0.1.10",
14-
"packages/deepctl-cmd-debug-probe": "0.0.1",
15-
"packages/deepctl-cmd-ffprobe": "0.0.1",
16-
"packages/deepctl-cmd-mcp": "0.1.10",
17-
"packages/deepctl-cmd-update": "0.1.10",
18-
"packages/deepctl-cmd-plugin": "0.1.10",
19-
"packages/deepctl-cmd-skills": "0.0.1",
20-
"packages/deepctl-cmd-init": "0.0.1",
21-
"packages/deepctl-plugin-example": "0.1.10"
2+
".": "0.2.0",
3+
"packages/deepctl-core": "0.2.0",
4+
"packages/deepctl-shared-utils": "0.1.11",
5+
"packages/deepctl-cmd-api": "0.0.2",
6+
"packages/deepctl-cmd-login": "0.1.11",
7+
"packages/deepctl-cmd-projects": "0.1.11",
8+
"packages/deepctl-cmd-transcribe": "0.1.11",
9+
"packages/deepctl-cmd-usage": "0.1.11",
10+
"packages/deepctl-cmd-debug": "0.1.11",
11+
"packages/deepctl-cmd-debug-audio": "0.1.11",
12+
"packages/deepctl-cmd-debug-browser": "0.1.11",
13+
"packages/deepctl-cmd-debug-network": "0.1.11",
14+
"packages/deepctl-cmd-debug-probe": "0.0.2",
15+
"packages/deepctl-cmd-ffprobe": "0.0.2",
16+
"packages/deepctl-cmd-mcp": "0.1.11",
17+
"packages/deepctl-cmd-update": "0.2.0",
18+
"packages/deepctl-cmd-plugin": "0.1.11",
19+
"packages/deepctl-cmd-skills": "0.0.2",
20+
"packages/deepctl-cmd-init": "0.0.2",
21+
"packages/deepctl-plugin-example": "0.1.11"
2222
}

CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/deepgram/cli/compare/v0.1.10...v0.2.0) (2026-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **core:** InstallationDetector and VersionChecker moved from deepctl_core to deepctl_cmd_update
9+
10+
### Features
11+
12+
* Add API key verification system ([0796b1e](https://github.com/deepgram/cli/commit/0796b1e01f91fd1a61db595c2a3ed7dfdbac723d))
13+
* Add Homebrew testing infrastructure ([27e1171](https://github.com/deepgram/cli/commit/27e1171d82b8301a3bcd132904a720413ec35be1))
14+
* add MCP server command for Gnosis AI integration ([4babddf](https://github.com/deepgram/cli/commit/4babddf09c32c2cb954c9224f500ff6bba0ac0ae))
15+
* add models module with FileInfo model ([a0cb5aa](https://github.com/deepgram/cli/commit/a0cb5aaafaa92690d72033b7d8a79e52cea620c4))
16+
* add performance timing system with --timing and --timing-detailed flags ([45132ff](https://github.com/deepgram/cli/commit/45132ffa8e76ce714c8ac139dc6c40e235f39516))
17+
* Add plugin search command with hardcoded registry ([bd533cb](https://github.com/deepgram/cli/commit/bd533cb4b90b531fc522c4b2fd9a582d05d7861a))
18+
* Add self-update functionality to deepctl ([b2152f2](https://github.com/deepgram/cli/commit/b2152f2f4f1d9cde6ac1f822dfd53ae376ae3f50))
19+
* Add universal plugin support for all installation methods ([6c6d3c3](https://github.com/deepgram/cli/commit/6c6d3c3f87a3451c9474e8a1bcde6bd0148d4acc))
20+
* **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](https://github.com/deepgram/cli/commit/53accd5a30754711fbe615e9294d52c08546bbcc))
21+
* **auth:** switch device flow from community server to dx-id OIDC provider ([2c04fc2](https://github.com/deepgram/cli/commit/2c04fc2001d114a85073180f7c57dddb91129596))
22+
* **browser-debug:** add browser debug HTML interface ([e44a070](https://github.com/deepgram/cli/commit/e44a070c5bd1b7456c049e9febcbbdb9c1b0216c))
23+
* **browser-debug:** add dependencies and test configuration ([6b74cd9](https://github.com/deepgram/cli/commit/6b74cd92008359eaaec26a2907f85c3e202ccdf3))
24+
* **browser-debug:** implement browser capability models ([c2e3cbc](https://github.com/deepgram/cli/commit/c2e3cbc9226b7e40de7606834ff9c59f358ecf7d))
25+
* **browser-debug:** implement WebSocket-based browser debug command ([d4902f8](https://github.com/deepgram/cli/commit/d4902f86af16db16ffeaaf69916495acc9377a1c))
26+
* complete nested command architecture implementation ([f3a9945](https://github.com/deepgram/cli/commit/f3a9945d62382696047bd45b436f67e9481dd6aa))
27+
* **core:** comprehensive architecture review and test coverage ([25a5409](https://github.com/deepgram/cli/commit/25a5409304cd3e1bbb0b8101fd717401b49ae807))
28+
* **debug-audio:** add ffmpeg-python dependency for audio file analysis ([398b2eb](https://github.com/deepgram/cli/commit/398b2eb1791c0fcbc662842d7760228d69f6bb90))
29+
* **debug-audio:** implement comprehensive audio file analysis ([fb773b6](https://github.com/deepgram/cli/commit/fb773b6ab27f738741ade32851df959c8a9fe29d))
30+
* **docs:** auto-generate root README sections from pyproject.toml ([5c8cb9a](https://github.com/deepgram/cli/commit/5c8cb9a4406e7277d5e72ef27b981fc86235686f))
31+
* Enable PyPI publishing in release workflow ([d78f2e2](https://github.com/deepgram/cli/commit/d78f2e228867f55b75cb28c8829a23f46c986eb3))
32+
* enhance Makefile with better organization and documentation ([944d195](https://github.com/deepgram/cli/commit/944d19520fb3c11a25e25abddbdcce6ef81a1226))
33+
* enhance performance timing and core architecture ([830aa47](https://github.com/deepgram/cli/commit/830aa47b67398e7758f31b3957c62a400ae822e9))
34+
* enhance test infrastructure with flexible running options ([d42a5e9](https://github.com/deepgram/cli/commit/d42a5e95a1d273378c82a2648f914c3b034d8cbe))
35+
* **ffprobe:** add audio analysis via ffprobe across CLI ([8e2c923](https://github.com/deepgram/cli/commit/8e2c92387815b08f86373c49ab6c435f9d18d846))
36+
* Implement comprehensive network debug command ([0d6c310](https://github.com/deepgram/cli/commit/0d6c31076781c3ce50209781e9e7d5f01a48c17f))
37+
* implement hybrid homebrew distribution strategy ([548b65f](https://github.com/deepgram/cli/commit/548b65f01d0425dfc48ab082cef1f02514c608fd))
38+
* improve update command functionality ([4a9baa0](https://github.com/deepgram/cli/commit/4a9baa04f05010a8150a4bf3bbc3b6de6eedb39a))
39+
* **init:** add dg init command to scaffold Deepgram starter apps ([60c17c3](https://github.com/deepgram/cli/commit/60c17c305851cdc2b2489e0f80dc4c64bebd0a0d))
40+
* initial commit ([7365137](https://github.com/deepgram/cli/commit/7365137db9f8797d5aff3f4b5516c49670777903))
41+
* **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](https://github.com/deepgram/cli/commit/8e76d6096ec319b5f0c85d57b299a7f05a60b5a8))
42+
* **mcp:** rearchitect as proxy to dx-api MCP endpoint ([65a62f4](https://github.com/deepgram/cli/commit/65a62f4716a1b92d27c82a0e93d922cca522c24e))
43+
* **plugin:** add install-aware plugin system with venv bridge and strategy pattern ([7dd849b](https://github.com/deepgram/cli/commit/7dd849b6d5cc66fc6a9d54d665aad8909830b5ef))
44+
* setup uv workspace (monorepo) structure ([42eec32](https://github.com/deepgram/cli/commit/42eec32ae1327403e24a99ab869b6a12d4e4a411))
45+
* **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](https://github.com/deepgram/cli/commit/5654d40d3a6c2caf790a9de37c17ad60c150e8d3))
46+
* **skills:** replace CLI help dump with Deepgram Developer Guide ([4182d9b](https://github.com/deepgram/cli/commit/4182d9b20aa638ad031d9a6ed56c6f36b4aec292))
47+
* standardize release process with Makefile commands ([79083d4](https://github.com/deepgram/cli/commit/79083d4d90ab43bb8a50432437542b8aa7bc385e))
48+
* update authentication and core modules ([1a1df1c](https://github.com/deepgram/cli/commit/1a1df1cf0db70c902eb8c1ef3c54cc17d980605b))
49+
* update authentication and security implementation ([44d5568](https://github.com/deepgram/cli/commit/44d5568ebc8d50bf2b6d3ed31e2248da38d2565c))
50+
* **update:** add background plugin update notifications ([5dfb906](https://github.com/deepgram/cli/commit/5dfb90635fe2cd62992c46f44d50f615659e7ec8))
51+
* **update:** overhaul update/upgrade system with expanded detection and startup notifications ([f71437a](https://github.com/deepgram/cli/commit/f71437a7316d3703786cedeb00ec28cc3a54928f))
52+
53+
54+
### Bug Fixes
55+
56+
* add --find-links to release workflow for local dependency resolution ([b5f0a01](https://github.com/deepgram/cli/commit/b5f0a019b36b7d5328bb752335203b05c9adb630))
57+
* add contents read permissions to GitHub Actions jobs ([759cd57](https://github.com/deepgram/cli/commit/759cd57817c27d5d76efc386f8b211fb6d79a8a5))
58+
* add explicit exports to core models ([2827f9a](https://github.com/deepgram/cli/commit/2827f9a35b5cb93086ced446cdc76be7f61f300b))
59+
* **auth:** decouple API key validation from project ID requirement ([0f67b22](https://github.com/deepgram/cli/commit/0f67b225217f2ddeb5ef29109f878fdb4d3b589d))
60+
* **auth:** open browser and start polling immediately on login ([ecb8271](https://github.com/deepgram/cli/commit/ecb82713049b3aa348ebae8507d463ae9a063e70))
61+
* auto-detect CI environment in publish script to avoid EOFError ([ebfe5d4](https://github.com/deepgram/cli/commit/ebfe5d4f955c05be49f0473b642550547a96d3af))
62+
* complete pyproject.toml package configuration ([bf7d898](https://github.com/deepgram/cli/commit/bf7d8980756f1a210825e3dd0bb6162b2f1173f2))
63+
* configure pytest to run tests across all workspace packages ([17e1ba6](https://github.com/deepgram/cli/commit/17e1ba6230894dc4122dec55f9c23f73df886a66))
64+
* **debug-audio:** correct indentation in error handling blocks ([f8931a2](https://github.com/deepgram/cli/commit/f8931a22515fc1bd4018443ab78885e5973d21cd))
65+
* **debug-audio:** restore correct indentation in handle method ([e40cf29](https://github.com/deepgram/cli/commit/e40cf298ece2df72b1ee2b91f723349b3be3f1fe))
66+
* handle graceful shutdown of MCP server to prevent threading errors ([0fbb772](https://github.com/deepgram/cli/commit/0fbb772b36c08254fe948eabc92f2a75362c3929))
67+
* improve MCP server shutdown handling to work with single Ctrl+C ([7bc1d94](https://github.com/deepgram/cli/commit/7bc1d94eee4ca83ce6d27c23a48cc1b7c5f2213a))
68+
* make MCP server actually exit on first Ctrl+C ([4b4a245](https://github.com/deepgram/cli/commit/4b4a245e96543bf77100f93d4779681a313deed9))
69+
* MCP server now exits cleanly on first Ctrl+C ([49c4aca](https://github.com/deepgram/cli/commit/49c4aca98812d2030c08091f804f58f0ad1d13e0))
70+
* package verification for deepctl-cmd-plugin ([d00a792](https://github.com/deepgram/cli/commit/d00a79204a4b370128e7434d8a06827f56abd223))
71+
* Remove duplicate entries in plugin list ([11a3fe3](https://github.com/deepgram/cli/commit/11a3fe340e320df46c3d6ed872f469205b32163f))
72+
* resolve all ruff and mypy linting issues ([83eaa7a](https://github.com/deepgram/cli/commit/83eaa7a54093eae72e9f6f08ec021980abc2a9fd))
73+
* resolve mypy type checking issues and modernize Python code ([a93526e](https://github.com/deepgram/cli/commit/a93526eb0a3c9eb48d068f3180a6f373c8bfa0c3))
74+
* resolve regex SyntaxWarnings in version.py script ([373911a](https://github.com/deepgram/cli/commit/373911aa83a2ac168d23a1a2ebe06e86adaf438d))
75+
* **skills:** fix entry point iteration in collect_command_metadata ([7b8424f](https://github.com/deepgram/cli/commit/7b8424f91e86ff10ba591d5a58333adf7a2b795f))
76+
* skip confirmation prompt in non-interactive mode ([2bf3ac5](https://github.com/deepgram/cli/commit/2bf3ac54d844f55bac1f08d43f84571bbbd9a2bc))
77+
* **tests:** make config tests cross-platform compatible for Windows ([701263d](https://github.com/deepgram/cli/commit/701263dacb78aa2f17e9713b56e131b776cf7821))
78+
* **tests:** skip Unix-specific path tests on Windows ([71ee600](https://github.com/deepgram/cli/commit/71ee6004b585b072e5f4498eb7550d9243737e40))
79+
* **tests:** update integration tests for audio command required file argument ([a12c5af](https://github.com/deepgram/cli/commit/a12c5af583c7726b5b62cdadc077d92bde03c220))
80+
* **tests:** use real tmp_path for pipx run detection test ([7b0a8d6](https://github.com/deepgram/cli/commit/7b0a8d64bcfba11988e6321b8372c03a16cfd5b0))
81+
* **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](https://github.com/deepgram/cli/commit/35003791a94ce74b40292dad091e5139299a620e))
82+
* **transcribe:** fix SDK response serialization and redesign output ([908097c](https://github.com/deepgram/cli/commit/908097cfd3f1323d67eaa797bd00c037accfb629))
83+
* Update test assertions to match actual command class names and Click behavior ([c85d756](https://github.com/deepgram/cli/commit/c85d756935d006805f89a4870b424e224839fcab))
84+
* use absolute path for --find-links in pipx installation instructions ([bc928ac](https://github.com/deepgram/cli/commit/bc928acd9d1b9b8922f8d8e393a99101a3e269e1))
85+
86+
87+
### Documentation
88+
89+
* add architecture documentation for MCP server and plugin system ([b65af57](https://github.com/deepgram/cli/commit/b65af57fc10edfba3ff434d8d60f8875da6f141f))
90+
* Add comprehensive Homebrew testing guide ([0203e9e](https://github.com/deepgram/cli/commit/0203e9e8b4c8a20de1035b8a096b85d6dfc0d80c))
91+
* add comprehensive project documentation ([ed94015](https://github.com/deepgram/cli/commit/ed9401573edbbae0ba5398cefb8a6086c33c996f))
92+
* add comprehensive testing and test strategy documentation ([77dd5db](https://github.com/deepgram/cli/commit/77dd5dbe7d71b1a5da1ee3d39cd21dba43c90069))
93+
* Add future plans for plugin registry URL-based system ([067b658](https://github.com/deepgram/cli/commit/067b658471f6fcbe6d420d533cf5686c816a7148))
94+
* Add plugin search command to main README ([e1b2548](https://github.com/deepgram/cli/commit/e1b254898a75e56074c32295d82ee1b525ec408f))
95+
* add release documentation to README ([d73dc3d](https://github.com/deepgram/cli/commit/d73dc3da875e05a2811a12a951d904332029ac52))
96+
* add versioning strategy and PyPI publishing guides ([b1e2e9c](https://github.com/deepgram/cli/commit/b1e2e9c23d7cbc47e24d6a8472a26bd730462776))
97+
* **browser-debug:** add comprehensive architecture documentation ([90a0873](https://github.com/deepgram/cli/commit/90a0873ed3597c894e593d2207b4be75852ce871))
98+
* **debug-audio:** add comprehensive documentation ([6a32c2b](https://github.com/deepgram/cli/commit/6a32c2b379a5bdff4342a649d5d95aa408204aa9))
99+
* fix critical inconsistencies between documentation and code ([6455932](https://github.com/deepgram/cli/commit/6455932c4d1e950107279a44f6070330a8b7cde6))
100+
* improve local installation instructions in build script ([ed04659](https://github.com/deepgram/cli/commit/ed0465959a99591734346d57df1e2acc3bfcc3ca))
101+
* prioritize pipx for global installation with plugin support ([0c17869](https://github.com/deepgram/cli/commit/0c1786919ba2424a74227b0099ebae74f29185dc))
102+
* **readme:** document install-aware plugin system and strategies ([3f0a8cf](https://github.com/deepgram/cli/commit/3f0a8cf9fb402d97e176c06300bb4b01584c2e30))
103+
* **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](https://github.com/deepgram/cli/commit/bd7170af5548b36a7b0ea46fc7031503d9251837))
104+
* reorganize documentation structure ([0e6f279](https://github.com/deepgram/cli/commit/0e6f279caf11168107f09402bbd720442c1338a8))
105+
* simplify and restructure README for better clarity ([95aa5ec](https://github.com/deepgram/cli/commit/95aa5ec5622a09217381fbdc21f7bc9f2f54caec))
106+
* update architecture and home documentation ([56b4650](https://github.com/deepgram/cli/commit/56b465033961ee6bc0d22da838716ae4d92f792d))
107+
* update documentation to reflect current architecture and improve clarity ([bbf75b0](https://github.com/deepgram/cli/commit/bbf75b034d6268db891e2371f670b08578b1ef4c))
108+
* update plugin example README ([1b825a6](https://github.com/deepgram/cli/commit/1b825a684ac6e71e01792ad7e63023e1aa293fd8))
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/deepgram/cli/compare/deepctl-cmd-api-v0.0.1...deepctl-cmd-api-v0.0.2) (2026-03-09)
4+
5+
6+
### Features
7+
8+
* **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](https://github.com/deepgram/cli/commit/53accd5a30754711fbe615e9294d52c08546bbcc))
9+
* **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](https://github.com/deepgram/cli/commit/8e76d6096ec319b5f0c85d57b299a7f05a60b5a8))
10+
* **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](https://github.com/deepgram/cli/commit/5654d40d3a6c2caf790a9de37c17ad60c150e8d3))
11+
12+
13+
### Bug Fixes
14+
15+
* **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](https://github.com/deepgram/cli/commit/35003791a94ce74b40292dad091e5139299a620e))
16+
17+
18+
### Documentation
19+
20+
* **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](https://github.com/deepgram/cli/commit/bd7170af5548b36a7b0ea46fc7031503d9251837))

packages/deepctl-cmd-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deepctl-cmd-api"
7-
version = "0.0.1" # x-release-please-version
7+
version = "0.0.2" # x-release-please-version
88
description = "API command for deepctl"
99
readme = "README.md"
1010
license = "MIT"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [0.1.11](https://github.com/deepgram/cli/compare/deepctl-cmd-debug-audio-v0.1.10...deepctl-cmd-debug-audio-v0.1.11) (2026-03-09)
4+
5+
6+
### Features
7+
8+
* **api,debug:** add `deepctl api` command, `debug stream` proxy, and debug improvements ([53accd5](https://github.com/deepgram/cli/commit/53accd5a30754711fbe615e9294d52c08546bbcc))
9+
* complete nested command architecture implementation ([f3a9945](https://github.com/deepgram/cli/commit/f3a9945d62382696047bd45b436f67e9481dd6aa))
10+
* **debug-audio:** add ffmpeg-python dependency for audio file analysis ([398b2eb](https://github.com/deepgram/cli/commit/398b2eb1791c0fcbc662842d7760228d69f6bb90))
11+
* **debug-audio:** implement comprehensive audio file analysis ([fb773b6](https://github.com/deepgram/cli/commit/fb773b6ab27f738741ade32851df959c8a9fe29d))
12+
* **mcp:** fix auth, switch to streamable-http, and improve READMEs ([8e76d60](https://github.com/deepgram/cli/commit/8e76d6096ec319b5f0c85d57b299a7f05a60b5a8))
13+
* **skills:** add `deepctl skills` command and agent-native CLI metadata ([5654d40](https://github.com/deepgram/cli/commit/5654d40d3a6c2caf790a9de37c17ad60c150e8d3))
14+
15+
16+
### Bug Fixes
17+
18+
* **debug-audio:** correct indentation in error handling blocks ([f8931a2](https://github.com/deepgram/cli/commit/f8931a22515fc1bd4018443ab78885e5973d21cd))
19+
* **debug-audio:** restore correct indentation in handle method ([e40cf29](https://github.com/deepgram/cli/commit/e40cf298ece2df72b1ee2b91f723349b3be3f1fe))
20+
* resolve mypy type checking issues and modernize Python code ([a93526e](https://github.com/deepgram/cli/commit/a93526eb0a3c9eb48d068f3180a6f373c8bfa0c3))
21+
* **tooling:** resolve all ruff, mypy, and Makefile issues ([3500379](https://github.com/deepgram/cli/commit/35003791a94ce74b40292dad091e5139299a620e))
22+
23+
24+
### Documentation
25+
26+
* **debug-audio:** add comprehensive documentation ([6a32c2b](https://github.com/deepgram/cli/commit/6a32c2b379a5bdff4342a649d5d95aa408204aa9))
27+
* **readme:** regenerate READMEs for new api and debug-stream packages ([bd7170a](https://github.com/deepgram/cli/commit/bd7170af5548b36a7b0ea46fc7031503d9251837))

packages/deepctl-cmd-debug-audio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deepctl-cmd-debug-audio"
7-
version = "0.1.10" # x-release-please-version
7+
version = "0.1.11" # x-release-please-version
88
description = "Audio debug subcommand for deepctl"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)