chore(release): publish 1.3.12#743
Merged
Merged
Conversation
- add OpenCode CLI provider support for voice agent workflows - improve updater fallback/error visibility and compatibility - bump app, Tauri, and Cargo versions to 1.3.12
Contributor
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Collaborator
Author
|
Release readiness update:\n\n- CI is green: Android cargo check, Linux checks, macOS checks, Windows checks, PR-Agent all passed.\n- Local verification passed: npm run build, cargo check, cargo test --lib, and the release contract checks.\n- Blocked only by required review: GitHub does not allow the PR author (appergb) to approve their own PR.\n\nAfter approval/merge into beta, tag v1.3.12-tauri on the merged beta commit to trigger the formal release workflow. |
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.
User description
Summary
Verification
Notes
checkForUpdates,installUpdate,useAutoUpdate,UpdateDialog).PR Type
Bug fix, Enhancement
Description
Bump app, Tauri, and Cargo versions to 1.3.12
Refactor Android auto update to remove unused state and simplify installation
Clean up unused imports and parameter warnings
Integrate latest beta features: Apple Speech ASR fix, Chinese script enforcement, OpenCode CLI adapter
File Walkthrough
opencode.rs
Remove unused AtomicBool importopenless-all/app/src-tauri/src/coding_agent/opencode.rs
Orderingimport, keeping onlyAtomicBooldictation.rs
Rename unused parameter in finalize_polished_textopenless-all/app/src-tauri/src/coordinator/dictation.rs
modeparameter with underscore to suppress unused warning; nologic change
AutoUpdate.tsx
Refactor Android auto update logicopenless-all/app/src/components/AutoUpdate.tsx
androidDownloadActiveRefstateappDownloadAndInstallAndroidUpdateexisting translation
installUpdatefunction aftercheckForUpdatesfor claritypackage.json
Bump app version to 1.3.12openless-all/app/package.json
Cargo.toml
Bump crate version to 1.3.12openless-all/app/src-tauri/Cargo.toml
tauri.conf.json
Bump Tauri app version to 1.3.12openless-all/app/src-tauri/tauri.conf.json