bump version to 0.14.0 - #182
Open
nwaughachukwuma wants to merge 1 commit into
Open
Conversation
Features: - --stream flag on cat for token-by-token LLM output #158 - Global --debug flag for Python + Rust tracing #168 - mm config doctor environment health check #169 - Disk-backed cache for detect_scenes + transcript_messages ~12,000x warm - memoize_file added to auto-strategy #160 - Centralized cache/storage/db paths via pydantic-settings #163 Video encoder P0 speedups across all 17 video encoders #177: - Frame.reformat replaces PIL.Image.resize 2.9x per-frame - JPEG 4:2:0 subsampling 1.7x encode ~30% smaller - Whisper runs concurrently with visual extraction - Cold-cache median win: visual-only -18% with-transcript -10% - Warm-cache chained -w-transcript calls drop >95% Breaking changes (no backward-compat aliases): - Encoder rename: base64 -> native (audio) - Encoder rename: gemini -> gemini-native (audio, video, document) - New native video encoder (base64 video_url passthrough) - Custom pipelines referencing old names will raise KeyError; shipped default pipelines (fast.yaml / accurate.yaml) are unaffected. Also: httpx declared as explicit dependency #167, auto-strategy cleanup #166, docs consolidation #170 #161, OSS-readiness scrub #175, stale artefact removal #178, CONTRIBUTING.md #176.
There was a problem hiding this comment.
Code Review
This pull request bumps the project version from 0.13.2 to 0.14.0 across Cargo.toml, Cargo.lock, pyproject.toml, and uv.lock, and updates the CHANGELOG.md to document the release notes for version 0.14.0. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
Features:
--streamflag tocatcommand for token-by-token LLM output #158mm config doctorenvironment health check #169Video encoder P0 speedups across all 17 video encoders #177:
Breaking changes (no backward-compat aliases):
Also: httpx declared as explicit dependency #167, auto-strategy cleanup #166, docs consolidation #170 #161, OSS-readiness scrub #175, stale artefact removal #178, CONTRIBUTING.md #176.