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
28 changes: 14 additions & 14 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
".": "0.2.23",
"packages/deepctl-core": "0.2.11",
"packages/deepctl-shared-utils": "0.1.11",
"packages/deepctl-telemetry": "0.0.3",
".": "0.2.24",
"packages/deepctl-core": "0.2.12",
"packages/deepctl-shared-utils": "0.1.12",
"packages/deepctl-telemetry": "0.0.4",
"packages/deepctl-cmd-api": "0.0.2",
"packages/deepctl-cmd-login": "0.1.14",
"packages/deepctl-cmd-login": "0.1.15",
"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.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-audio": "0.1.13",
"packages/deepctl-cmd-debug-browser": "0.1.12",
"packages/deepctl-cmd-debug-network": "0.1.12",
"packages/deepctl-cmd-debug-probe": "0.0.2",
"packages/deepctl-cmd-debug-toolkit": "0.1.0",
"packages/deepctl-cmd-ffprobe": "0.0.2",
"packages/deepctl-cmd-mcp": "0.1.13",
"packages/deepctl-cmd-update": "0.2.4",
"packages/deepctl-cmd-plugin": "0.1.11",
"packages/deepctl-cmd-skills": "0.0.5",
"packages/deepctl-cmd-update": "0.2.5",
"packages/deepctl-cmd-plugin": "0.1.12",
"packages/deepctl-cmd-skills": "0.0.6",
"packages/deepctl-cmd-init": "0.0.4",
"packages/deepctl-cmd-models": "0.0.2",
"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.12",
"packages/deepctl-cmd-listen": "0.0.13",
"packages/deepctl-cmd-requests": "0.0.2",
"packages/deepctl-cmd-billing": "0.0.2",
"packages/deepctl-cmd-members": "0.0.3",
"packages/deepctl-cmd-completion": "0.0.2",
"packages/deepctl-plugin-example": "0.1.11"
"packages/deepctl-cmd-completion": "0.0.3",
"packages/deepctl-plugin-example": "0.1.12"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.24](https://github.com/deepgram/cli/compare/v0.2.23...v0.2.24) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))
* **telemetry:** track per-command usage via Sentry tags ([490b37e](https://github.com/deepgram/cli/commit/490b37e8787f90616ccbc37e228e5bd81fa90b6e))
* **telemetry:** turn on full Sentry observability for the CLI ([cc2c208](https://github.com/deepgram/cli/commit/cc2c2080d8b7ea22b5cb25d954d31b6cc0fe489d))
* **web:** swap Sentry for Heap + GA4 on cli.deepgram.com ([e736528](https://github.com/deepgram/cli/commit/e73652877b3671812f2160dcc20939d4378f50dd))
* **web:** swap Sentry for Heap + GA4 on cli.deepgram.com ([#76](https://github.com/deepgram/cli/issues/76)) ([b12a55b](https://github.com/deepgram/cli/commit/b12a55ba74ad2b4b95d4f7d2a38a338664e052de))
* **web:** wire real GA4 measurement ID G-TYPC1TBCKT ([a6468e4](https://github.com/deepgram/cli/commit/a6468e4a30cc87f5861ac2e203ace89567672888))


### Bug Fixes

* **telemetry:** explicitly start session after init ([8dd2843](https://github.com/deepgram/cli/commit/8dd2843c18014c8e9712768ee04e51318440da98))
* **telemetry:** explicitly start session after init ([#74](https://github.com/deepgram/cli/issues/74)) ([ad75efa](https://github.com/deepgram/cli/commit/ad75efa541d79145e6fbd95e7eabcbc666b854d8))
* uniform 'any arg = non-interactive' rule across all commands ([#78](https://github.com/deepgram/cli/issues/78)) ([6370f32](https://github.com/deepgram/cli/commit/6370f323fb3250e2d48dae9d0fe67907f1a09134))

## [0.2.23](https://github.com/deepgram/cli/compare/v0.2.22...v0.2.23) (2026-05-08)


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

## [0.0.3](https://github.com/deepgram/cli/compare/deepctl-cmd-completion-v0.0.2...deepctl-cmd-completion-v0.0.3) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

## [0.0.2](https://github.com/deepgram/cli/compare/deepctl-cmd-completion-v0.0.1...deepctl-cmd-completion-v0.0.2) (2026-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-completion/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-completion"
version = "0.0.2" # x-release-please-version
version = "0.0.3" # x-release-please-version
description = "Shell completion command for deepctl"
readme = "README.md"
license = "MIT"
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.13](https://github.com/deepgram/cli/compare/deepctl-cmd-debug-audio-v0.1.12...deepctl-cmd-debug-audio-v0.1.13) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

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


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.12" # x-release-please-version
version = "0.1.13" # x-release-please-version
description = "Audio debug subcommand for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions packages/deepctl-cmd-debug-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))


### Bug Fixes

* uniform 'any arg = non-interactive' rule across all commands ([#78](https://github.com/deepgram/cli/issues/78)) ([6370f32](https://github.com/deepgram/cli/commit/6370f323fb3250e2d48dae9d0fe67907f1a09134))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-debug-browser/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-browser"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Browser debug subcommand for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-debug-network/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-network-v0.1.11...deepctl-cmd-debug-network-v0.1.12) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-debug-network/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-network"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Network debug subcommand for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-listen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.13](https://github.com/deepgram/cli/compare/deepctl-cmd-listen-v0.0.12...deepctl-cmd-listen-v0.0.13) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

## [0.0.12](https://github.com/deepgram/cli/compare/deepctl-cmd-listen-v0.0.11...deepctl-cmd-listen-v0.0.12) (2026-05-08)


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.12" # x-release-please-version
version = "0.0.13" # x-release-please-version
description = "Listen (live speech-to-text) command for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions packages/deepctl-cmd-login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.15](https://github.com/deepgram/cli/compare/deepctl-cmd-login-v0.1.14...deepctl-cmd-login-v0.1.15) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))


### Bug Fixes

* uniform 'any arg = non-interactive' rule across all commands ([#78](https://github.com/deepgram/cli/issues/78)) ([6370f32](https://github.com/deepgram/cli/commit/6370f323fb3250e2d48dae9d0fe67907f1a09134))

## [0.1.14](https://github.com/deepgram/cli/compare/deepctl-cmd-login-v0.1.13...deepctl-cmd-login-v0.1.14) (2026-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-login/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-login"
version = "0.1.14" # x-release-please-version
version = "0.1.15" # x-release-please-version
description = "Login command for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-plugin/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-plugin-v0.1.11...deepctl-cmd-plugin-v0.1.12) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "deepctl-cmd-plugin"
description = "Plugin management command for deepctl"
readme = "README.md"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
requires-python = ">=3.10"
authors = [{ name = "Deepgram DevRel", email = "devrel@deepgram.com" }]
dependencies = [
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.6](https://github.com/deepgram/cli/compare/deepctl-cmd-skills-v0.0.5...deepctl-cmd-skills-v0.0.6) (2026-05-09)


### Bug Fixes

* uniform 'any arg = non-interactive' rule across all commands ([#78](https://github.com/deepgram/cli/issues/78)) ([6370f32](https://github.com/deepgram/cli/commit/6370f323fb3250e2d48dae9d0fe67907f1a09134))

## [0.0.5](https://github.com/deepgram/cli/compare/deepctl-cmd-skills-v0.0.4...deepctl-cmd-skills-v0.0.5) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-skills/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "deepctl-cmd-skills"
description = "AI coding assistant skill management for deepctl"
readme = "README.md"
version = "0.0.5" # x-release-please-version
version = "0.0.6" # x-release-please-version
requires-python = ">=3.10"
authors = [{ name = "Deepgram DevRel", email = "devrel@deepgram.com" }]
dependencies = [
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-cmd-update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/deepgram/cli/compare/deepctl-cmd-update-v0.2.4...deepctl-cmd-update-v0.2.5) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

## [0.2.4](https://github.com/deepgram/cli/compare/deepctl-cmd-update-v0.2.3...deepctl-cmd-update-v0.2.4) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-cmd-update/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-update"
version = "0.2.4" # x-release-please-version
version = "0.2.5" # x-release-please-version
description = "Update command for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
13 changes: 13 additions & 0 deletions packages/deepctl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.12](https://github.com/deepgram/cli/compare/deepctl-core-v0.2.11...deepctl-core-v0.2.12) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))
* **telemetry:** track per-command usage via Sentry tags ([490b37e](https://github.com/deepgram/cli/commit/490b37e8787f90616ccbc37e228e5bd81fa90b6e))


### Bug Fixes

* uniform 'any arg = non-interactive' rule across all commands ([#78](https://github.com/deepgram/cli/issues/78)) ([6370f32](https://github.com/deepgram/cli/commit/6370f323fb3250e2d48dae9d0fe67907f1a09134))

## [0.2.11](https://github.com/deepgram/cli/compare/deepctl-core-v0.2.10...deepctl-core-v0.2.11) (2026-05-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-core/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-core"
version = "0.2.11" # x-release-please-version
version = "0.2.12" # x-release-please-version
description = "Core components for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-plugin-example/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-plugin-example-v0.1.11...deepctl-plugin-example-v0.1.12) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-plugin-example/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-plugin-example"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Example plugin for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/deepctl-shared-utils/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-shared-utils-v0.1.11...deepctl-shared-utils-v0.1.12) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-shared-utils/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-shared-utils"
version = "0.1.11" # x-release-please-version
version = "0.1.12" # x-release-please-version
description = "Shared utilities for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"validate_url",
]

__version__ = "0.1.11" # x-release-please-version
__version__ = "0.1.12" # x-release-please-version
14 changes: 14 additions & 0 deletions packages/deepctl-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.0.4](https://github.com/deepgram/cli/compare/deepctl-telemetry-v0.0.3...deepctl-telemetry-v0.0.4) (2026-05-09)


### Features

* **telemetry:** full Sentry observability + per-command usage tags ([#75](https://github.com/deepgram/cli/issues/75)) ([0fe43d2](https://github.com/deepgram/cli/commit/0fe43d2e00c58d8101ef2bd4b5aaf4437db9f0cf))
* **telemetry:** turn on full Sentry observability for the CLI ([cc2c208](https://github.com/deepgram/cli/commit/cc2c2080d8b7ea22b5cb25d954d31b6cc0fe489d))


### Bug Fixes

* **telemetry:** explicitly start session after init ([8dd2843](https://github.com/deepgram/cli/commit/8dd2843c18014c8e9712768ee04e51318440da98))
* **telemetry:** explicitly start session after init ([#74](https://github.com/deepgram/cli/issues/74)) ([ad75efa](https://github.com/deepgram/cli/commit/ad75efa541d79145e6fbd95e7eabcbc666b854d8))

## [0.0.3](https://github.com/deepgram/cli/compare/deepctl-telemetry-v0.0.2...deepctl-telemetry-v0.0.3) (2026-05-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/deepctl-telemetry/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-telemetry"
version = "0.0.3" # x-release-please-version
version = "0.0.4" # x-release-please-version
description = "Opt-out phone-home telemetry for deepctl"
readme = "README.md"
license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"render_notice",
]

__version__ = "0.0.3" # x-release-please-version
__version__ = "0.0.4" # x-release-please-version
Loading
Loading