chore: release main - #90
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
2 times, most recently
from
August 17, 2026 11:25
16dd34b to
53ec63a
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
August 17, 2026 11:26
53ec63a to
b5f9baf
Compare
GregHolmes
approved these changes
Aug 17, 2026
Contributor
Author
GregHolmes
added a commit
that referenced
this pull request
Aug 18, 2026
CI installs with `uv sync --group testing --locked`, and uv.lock pins the version of all 31 workspace members. release-please bumps those versions in each pyproject.toml (plus src/deepctl/__init__.py and the manifest) but has no updater for uv.lock, so the lock still claimed deepctl 0.2.27 while pyproject.toml said 0.2.28. `--locked` refuses to resolve against a stale lock, so every job failed at the install step before running a single test -- 32 failing checks that looked like test failures but were not. This is the first release PR since uv.lock was committed in #95 (997cd36); the previous one (#90, 76ccdaf) predates it. Every future release PR will hit the same wall until release.yml regenerates the lock itself. `uv lock` changed only the 11 workspace member versions -- no third-party dependency drift -- and all 31 now agree with .release-please-manifest.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
📦 deepctl 0.2.27 — what's in this release
Ships the Deepgram Python SDK 7.7.0 upgrade, makes Flux the default text-to-speech model, expands redaction/formatting controls for speech-to-text, and hardens the MCP proxy against host disconnects. All feature areas were exercised end-to-end against the live API before cutting this release.
✨ Features
dg speaknow defaults to Flux TTS (flux-alexis-en). Text-to-speech streams via Flux (Speak v2 WebSocket) by default instead of Aura 2, with new Flux-only controls:--speed(0.85–1.15) and--expressivity(−2…2, beta). Aura voices remain available via-m aura-2-*(REST batch). (feat(speak): default to Flux TTS (flux-alexis-en) instead of Aura 2 #89, feat: SDK 7.7.0 — Flux TTS controls, Flux STT fix, listen redact/numerals #92)dg listenredaction & numerals on files and live streams. New--redactand--numerals. Flux STT (v2) accepts--redact numbers/aggressive_numbers; v1 models also acceptpci,ssn, etc. and are repeatable. (feat: SDK 7.7.0 — Flux TTS controls, Flux STT fix, listen redact/numerals #92)--mic, stdin (-), or a v1 model (e.g.nova-3) for pre-recorded audio, instead of erroring opaquely. (feat: SDK 7.7.0 — Flux TTS controls, Flux STT fix, listen redact/numerals #92)🐛 Bug Fixes
dg mcpnow swallows broken/closed-pipe errors during startup notifications and on the error path, so a host disconnect exits cleanly with no Python traceback. (fix(mcp): swallow broken/closed-pipe on dg mcp startup notifications and error path #88)🔧 Internal
dg speakoutput now comes from Flux (flux-alexis-en) by default rather than Aura 2 — expect a different default voice and rawlinear16(auto-wrapped to WAV) instead of Aura's MP3 default. To keep the previous behavior, pass-m aura-2-asteria-en(add--encoding mp3for MP3 output).The machine-generated release manifest below is required by Release Please and is left unchanged.
0.2.27
0.2.27 (2026-08-17)
Features
Bug Fixes
deepctl-core: 0.2.15
0.2.15 (2026-08-17)
Features
deepctl-telemetry: 0.0.6
0.0.6 (2026-08-17)
Bug Fixes
deepctl-cmd-login: 0.1.17
0.1.17 (2026-08-17)
Features
deepctl-cmd-projects: 0.1.13
0.1.13 (2026-08-17)
Features
deepctl-cmd-usage: 0.1.13
0.1.13 (2026-08-17)
Features
deepctl-cmd-update: 0.2.6
0.2.6 (2026-08-17)
Bug Fixes
deepctl-cmd-skills: 0.0.7
0.0.7 (2026-08-17)
Bug Fixes
deepctl-cmd-speak: 0.0.4
0.0.4 (2026-08-17)
Features
deepctl-cmd-listen: 0.0.14
0.0.14 (2026-08-17)
Features
This PR was generated with Release Please. See documentation.