chore: release v0.1.35 - #99
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Version bump PR preparing the macOS app shell (App/Blurt/) for the v0.1.35 release by updating the app’s Info.plist version metadata (short version + build number) in the XcodeGen source of truth and the generated plist.
Changes:
- Bumped
CFBundleShortVersionStringfrom0.1.34→0.1.35. - Bumped
CFBundleVersion(build) from35→36.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| App/Blurt/project.yml | Updates XcodeGen Info.plist properties for the new release version/build. |
| App/Blurt/Blurt/Info.plist | Updates the generated Info.plist to match the new release version/build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dylan-duan-aai
pushed a commit
to dylan-duan-aai/blurt
that referenced
this pull request
Aug 3, 2026
Rolls the tree back to e08a9ce (v0.1.34) by reverting everything merged since, newest first: - AssemblyAI#101 chore: bump to v0.1.36 - AssemblyAI#100 feat(stt): stop sending anything about the running app to the LLM - AssemblyAI#99 chore: bump to v0.1.35 - AssemblyAI#98 Add app-kind guidance to transcription prompts AssemblyAI#98 and AssemblyAI#100 partly cancelled — AssemblyAI#100 removed the app-kind clause AssemblyAI#98 added — but AssemblyAI#98 carried much more than that, and all of it is undone here. Restored as a result: - `config.prompt` is sent again, built by `TranscriptionPrompt` from the focused app, window, and field plus the user's key terms and the text around the cursor. - `TranscriptionSteering` is gone, and with it the split into `conversation_context`, `keyterms_prompt`, and `llm.instruction`. Key terms are back to a `Keywords: a, b, c.` clause inside the prompt; prior-cursor text is contextual priming in the prompt rather than a conversation turn. - `DictationLog` records the assembled prompt again, alongside the frontmost app's bundle ID. - `AppKindPriming` returns with AssemblyAI#98 and is not re-removed: AssemblyAI#100's removal was reverted too, so the bundle-ID → app-kind table is live again. Docs (AGENTS.md, BLURTENGINE.md, README.md, the project-guardrails skill) go back to describing that design. `CFBundleShortVersionString` is 0.1.34. `git diff e08a9ce` is empty, so this is an exact rollback rather than an approximation. Verified: swift test (424 tests, 67 suites) and the Debug app build both pass. scripts/check.sh as a whole does not pass on this machine — it aborts in the XCUITest suite with the "harness window was not presented" failures that predate all of this work. Co-authored-by: Alex Kroman <alex@assemblyai.com> Co-authored-by: Claude Opus 5 (1M context) <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.
Version bump for v0.1.35. Merge, then re-run
scripts/release.sh 0.1.35to build and publish.