Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
".": "0.2.16",
".": "0.2.17",
"packages/deepctl-core": "0.2.7",
"packages/deepctl-shared-utils": "0.1.11",
"packages/deepctl-cmd-api": "0.0.2",
"packages/deepctl-cmd-login": "0.1.14",
"packages/deepctl-cmd-projects": "0.1.11",
"packages/deepctl-cmd-transcribe": "0.1.12",
"packages/deepctl-cmd-usage": "0.1.11",
"packages/deepctl-cmd-debug": "0.1.11",
"packages/deepctl-cmd-debug-audio": "0.1.11",
"packages/deepctl-cmd-debug": "0.1.12",
"packages/deepctl-cmd-debug-audio": "0.1.12",
"packages/deepctl-cmd-debug-browser": "0.1.11",
"packages/deepctl-cmd-debug-network": "0.1.11",
"packages/deepctl-cmd-debug-probe": "0.0.2",
Expand All @@ -22,7 +22,7 @@
"packages/deepctl-cmd-speak": "0.0.2",
"packages/deepctl-cmd-keys": "0.0.3",
"packages/deepctl-cmd-read": "0.0.2",
"packages/deepctl-cmd-listen": "0.0.8",
"packages/deepctl-cmd-listen": "0.0.9",
"packages/deepctl-cmd-requests": "0.0.2",
"packages/deepctl-cmd-billing": "0.0.2",
"packages/deepctl-cmd-members": "0.0.3",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.17](https://github.com/deepgram/cli/compare/v0.2.16...v0.2.17) (2026-03-31)


### Bug Fixes

* **debug:** correct debug audio example to use --file/-f flag ([42dcdad](https://github.com/deepgram/cli/commit/42dcdad195ecf000fb1304fd79885109269739ce))
* **listen:** emit metadata as WebVTT NOTE block in header, suppress status lines during caption streams ([58808e2](https://github.com/deepgram/cli/commit/58808e282090716aa0f808fa63bce82aa872813b))
* **listen:** show captions before JSON output path so --webvtt and --srt work on pre-recorded files ([16b4445](https://github.com/deepgram/cli/commit/16b44457fb7e1a4bbc5e8452358ab1029712ee57))
* **listen:** suppress JSON summary after live caption streams (--mic/stdin --webvtt/--srt) ([27c29e7](https://github.com/deepgram/cli/commit/27c29e759f44fb6055045a37800c099ea4f5cd8c))

## [0.2.16](https://github.com/deepgram/cli/compare/v0.2.15...v0.2.16) (2026-03-31)


Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-debug-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.12](https://github.com/deepgram/cli/compare/deepctl-cmd-debug-audio-v0.1.11...deepctl-cmd-debug-audio-v0.1.12) (2026-03-31)


### Bug Fixes

* **debug:** correct debug audio example to use --file/-f flag ([42dcdad](https://github.com/deepgram/cli/commit/42dcdad195ecf000fb1304fd79885109269739ce))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-debug-audio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepctl-cmd-debug-audio"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Audio debug subcommand for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.12](https://github.com/deepgram/cli/compare/deepctl-cmd-debug-v0.1.11...deepctl-cmd-debug-v0.1.12) (2026-03-31)


### Bug Fixes

* **debug:** correct debug audio example to use --file/-f flag ([42dcdad](https://github.com/deepgram/cli/commit/42dcdad195ecf000fb1304fd79885109269739ce))

## [0.1.11](https://github.com/deepgram/cli/compare/deepctl-cmd-debug-v0.1.10...deepctl-cmd-debug-v0.1.11) (2026-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-debug/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepctl-cmd-debug"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Debug command group for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
9 changes: 9 additions & 0 deletions packages/deepctl-cmd-listen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.9](https://github.com/deepgram/cli/compare/deepctl-cmd-listen-v0.0.8...deepctl-cmd-listen-v0.0.9) (2026-03-31)


### Bug Fixes

* **listen:** emit metadata as WebVTT NOTE block in header, suppress status lines during caption streams ([58808e2](https://github.com/deepgram/cli/commit/58808e282090716aa0f808fa63bce82aa872813b))
* **listen:** show captions before JSON output path so --webvtt and --srt work on pre-recorded files ([16b4445](https://github.com/deepgram/cli/commit/16b44457fb7e1a4bbc5e8452358ab1029712ee57))
* **listen:** suppress JSON summary after live caption streams (--mic/stdin --webvtt/--srt) ([27c29e7](https://github.com/deepgram/cli/commit/27c29e759f44fb6055045a37800c099ea4f5cd8c))

## [0.0.8](https://github.com/deepgram/cli/compare/deepctl-cmd-listen-v0.0.7...deepctl-cmd-listen-v0.0.8) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-listen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepctl-cmd-listen"
version = "0.0.8" # x-release-please-version
version = "0.0.9" # x-release-please-version
description = "Listen (live speech-to-text) command for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepctl"
version = "0.2.16" # x-release-please-version
version = "0.2.17" # x-release-please-version
description = "Official Deepgram CLI for speech recognition and audio intelligence"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/deepctl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""deepctl - Official command-line interface for Deepgram's speech
recognition API."""

__version__ = "0.2.16" # x-release-please-version
__version__ = "0.2.17" # x-release-please-version
__author__ = "Deepgram"
__email__ = "devrel@deepgram.com"
__license__ = "MIT"
Expand Down