Skip to content

chore: release v0.1.35 - #99

Merged
alexkroman merged 1 commit into
mainfrom
release/v0.1.35
Jul 29, 2026
Merged

chore: release v0.1.35#99
alexkroman merged 1 commit into
mainfrom
release/v0.1.35

Conversation

@alexkroman

Copy link
Copy Markdown
Collaborator

Version bump for v0.1.35. Merge, then re-run scripts/release.sh 0.1.35 to build and publish.

Copilot AI review requested due to automatic review settings July 29, 2026 02:58
@alexkroman
alexkroman enabled auto-merge July 29, 2026 02:58

Copilot AI 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.

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 CFBundleShortVersionString from 0.1.340.1.35.
  • Bumped CFBundleVersion (build) from 3536.

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.

@alexkroman
alexkroman added this pull request to the merge queue Jul 29, 2026
Merged via the queue into main with commit 9d7649a Jul 29, 2026
8 checks passed
@alexkroman
alexkroman deleted the release/v0.1.35 branch July 29, 2026 03:22
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>
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.

3 participants