Commit eb9c958
authored
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- .github
- packages
- deepctl-cmd-api
- deepctl-cmd-debug-audio
- deepctl-cmd-debug-browser
- deepctl-cmd-debug-network
- deepctl-cmd-debug-probe
- deepctl-cmd-debug
- deepctl-cmd-ffprobe
- deepctl-cmd-init
- deepctl-cmd-login
- deepctl-cmd-mcp
- deepctl-cmd-plugin
- deepctl-cmd-projects
- deepctl-cmd-skills
- deepctl-cmd-transcribe
- deepctl-cmd-update
- deepctl-cmd-usage
- deepctl-core
- deepctl-plugin-example
- src/deepctl
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments