Conversation
Introduce bare/standard/full help levels with --full flag for the complete command reference. Add --target/--codex/--skill-dir flags to skill commands for Codex and custom skill directory support. Replace document-skills path with per-agent skill directories, add dry-run preview for skill install, and restructure skills list/get with JSON output and runtime skill registry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ore skill Add --align flag (whisper-token, whisper-dtw) for Whisper word-level timing with DTW/flash-attention mutual exclusion and VAD bypass when token timestamps are active. Extract token timings from whisper.cpp and merge into word-level outputs. Split agent skill into core and timestamps guides. Allow --align none as a no-op with Parakeet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
--align <none|whisper-token|whisper-dtw>flag for Whisper word-level timing with DTW/flash-attention mutual exclusion and VAD bypass when token timestamps are activeWhisperWordTimingBuildercoreandtimestampsguides; refactor core skill to be concise with cross-reference to timestamps skill--align noneas a no-op with Parakeet (only error on non-none alignment modes)Test plan
swift buildsucceedsswift test --quietpassesminiwhispercli transcribe <audio> --model whisper --align whisper-token --format jsonproduces word timingsminiwhispercli transcribe <audio> --model whisper --align whisper-dtw --format jsonproduces DTW word timings--align nonewith Parakeet proceeds without error--align whisper-tokenwith Parakeet returns usage errorminiwhispercli skills get timestampsprints the timestamps guideminiwhispercli skills list --jsonincludes the timestamps skill🤖 Generated with Claude Code