Skip to content

Latest commit

 

History

History
140 lines (76 loc) · 8.82 KB

File metadata and controls

140 lines (76 loc) · 8.82 KB

Changelog

0.2.13 (2026-05-12)

Bug Fixes

  • mcp: survive stdio host disconnect and silence handled MCP noise (#79) (e95d511)

0.2.12 (2026-05-09)

Features

  • telemetry: full Sentry observability + per-command usage tags (#75) (0fe43d2)
  • telemetry: track per-command usage via Sentry tags (490b37e)

Bug Fixes

  • uniform 'any arg = non-interactive' rule across all commands (#78) (6370f32)

0.2.11 (2026-05-08)

Bug Fixes

  • non-interactive: promote CI to hard signal, add --non-interactive flag (8da4e21)
  • non-interactive: promote CI=1 to hard signal, add --non-interactive flag (#67) (a25099d)

0.2.10 (2026-05-07)

Features

  • telemetry: opt-out phone-home telemetry for the CLI and cli.deepgram.com (#59) (8e20b16)

0.2.9 (2026-05-01)

Features

  • deepctl-core: use dg alias in plugin venv ABI mismatch warning (#47) (c7c61c0)

0.2.8 (2026-04-04)

Features

  • auth: implement JWT-based device flow with silent token refresh (0817978)

0.2.7 (2026-03-31)

Features

  • skills: fetch only repo skills, install as individual slash commands (243ca0f)

0.2.6 (2026-03-30)

Bug Fixes

  • listen: fix three root causes of missing transcript output (274aa41)

0.2.5 (2026-03-29)

Bug Fixes

  • replace dg transcribe with dg listen across web content and skill generator (4676d34)

0.2.4 (2026-03-29)

Features

  • core: add AI agent detection and --agent-friendly flag (a5de7e2)
  • listen: unified STT command with captions and transcribe alias (1c6e8d8)

0.2.3 (2026-03-25)

Features

  • skills: fetch latest skills from deepgram/skills on every install (b498311)

0.2.2 (2026-03-24)

Documentation

  • rewrite README with banner image, add logo to CLI help (8c51166)

0.2.1 (2026-03-23)

Features

  • add 8 new commands covering full Deepgram API surface (a034321)

0.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)
  • Add self-update functionality to deepctl (b2152f2)
  • Add universal plugin support for all installation methods (6c6d3c3)
  • auth: switch device flow from community server to dx-id OIDC provider (2c04fc2)
  • complete nested command architecture implementation (f3a9945)
  • core: comprehensive architecture review and test coverage (25a5409)
  • enhance performance timing and core architecture (830aa47)
  • enhance test infrastructure with flexible running options (d42a5e9)
  • ffprobe: add audio analysis via ffprobe across CLI (8e2c923)
  • mcp: fix auth, switch to streamable-http, and improve READMEs (8e76d60)
  • plugin: add install-aware plugin system with venv bridge and strategy pattern (7dd849b)
  • skills: add deepctl skills command and agent-native CLI metadata (5654d40)
  • skills: replace CLI help dump with Deepgram Developer Guide (4182d9b)
  • update authentication and core modules (1a1df1c)
  • update authentication and security implementation (44d5568)
  • update: overhaul update/upgrade system with expanded detection and startup notifications (f71437a)

Bug Fixes

  • add explicit exports to core models (2827f9a)
  • auth: decouple API key validation from project ID requirement (0f67b22)
  • auth: open browser and start polling immediately on login (ecb8271)
  • configure pytest to run tests across all workspace packages (17e1ba6)
  • resolve mypy type checking issues and modernize Python code (a93526e)
  • skills: fix entry point iteration in collect_command_metadata (7b8424f)
  • tests: make config tests cross-platform compatible for Windows (701263d)
  • tests: skip Unix-specific path tests on Windows (71ee600)
  • tooling: resolve all ruff, mypy, and Makefile issues (3500379)
  • transcribe: fix SDK response serialization and redesign output (908097c)