Skip to content

Carry language through the text pipeline - #317

Merged
jamditis merged 4 commits into
mainfrom
feat/168-language-signal
Aug 31, 2026
Merged

Carry language through the text pipeline#317
jamditis merged 4 commits into
mainfrom
feat/168-language-signal

Conversation

@jamditis

Copy link
Copy Markdown
Owner

Before submitting

  • I searched existing issues and pull requests (including closed ones) so this is not a duplicate
  • I tested this change locally

Skipping any of the above? Explain why here:

None.

Description

Carry one effective output-language signal from the transcription manager through filtering, raw formatting, number formatting, spoken punctuation, Chinese variant conversion, history retries, and correction learning.

Fixed-language models resolve auto from model metadata. Translation only yields English when the selected model supports it. Unknown or non-English output skips English-only rules, and correction learning fails closed until a language-specific lexical rule set exists.

Related issues

Fixes #168

Testing

  • cargo fmt --manifest-path src-tauri/Cargo.toml --all -- --check
  • git diff --check
  • CI-equivalent mock-manager run: 156 audio-toolkit tests passed
  • Real-engine cargo check --lib --locked reached Whisper Vulkan compilation but was stopped after its generated 3 GB translation unit remained cgroup-throttled for 16 minutes; the engine workflow is the remaining platform proof.

Screenshots / videos (optional)

Not applicable; this is a backend text-pipeline contract change.

wake-20260828T1705-51806d

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-28T22:24:53.064334Z c4b62ef PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c4b62efb91

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src-tauri/src/managers/transcription.rs
@jamditis

Copy link
Copy Markdown
Owner Author

Release coordination: keep this pull request open and do not merge it into main until AudioBud v0.6.0 is public. The signed candidate at e417154 is being replaced because both SBOMs contain placeholder file hashes. Merging now would change the release base and restart validation. Continue review and CI cleanup, then send the final green SHA.

@jamditis

Copy link
Copy Markdown
Owner Author

Release coordination note: protected v0.6.0 candidate run 33230355853 passed at a8f57a3. Keep pull requests 311 through 317 unmerged until v0.6.0 publication is complete. The Office clean Windows lane is requested to test artifact audiobud-windows-x86_64-v0.6.0-1: NSIS, MSI, portable signatures and installs, press-start/press-stop dictation, delivery, target lock, the v0.5.0 updater, and uninstall. Report exact evidence before any merge or publication.

@jamditis

Copy link
Copy Markdown
Owner Author

Release coordination update for August 31: AudioBud v0.6.0 remains frozen before tagging. Clean Windows validation of run 33230355853 is still required: NSIS, MSI, portable, press-start/press-stop dictation, delivery, target lock, startup, tray, quit, uninstall, and the v0.5.0 updater path. Keep PRs 311 through 317 unmerged. Reply only on PR 311 with availability, exact evidence, or a blocker so the test record stays in one thread.

@jamditis
jamditis merged commit 8a427c2 into main Aug 31, 2026
6 checks passed
@jamditis
jamditis deleted the feat/168-language-signal branch August 31, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thread a language signal through the text pipeline

1 participant