Skip to content

chore: release v0.1.36 - #101

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

chore: release v0.1.36#101
alexkroman merged 1 commit into
mainfrom
release/v0.1.36

Conversation

@alexkroman

Copy link
Copy Markdown
Collaborator

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

Copilot AI review requested due to automatic review settings July 29, 2026 19:20
@alexkroman
alexkroman enabled auto-merge July 29, 2026 19:21

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 for the macOS app shell (XcodeGen project) to prepare release v0.1.36, aligning both the XcodeGen spec and the tracked Info.plist with the new marketing version and build number.

Changes:

  • Bumped CFBundleShortVersionString to 0.1.36.
  • Bumped CFBundleVersion (build number) to 37 in both the XcodeGen spec and the app’s Info.plist.

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.properties version/build values for the v0.1.36 release.
App/Blurt/Blurt/Info.plist Keeps the tracked Info.plist in sync with the new marketing version and build number.

💡 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 ace586b Jul 29, 2026
8 checks passed
@alexkroman
alexkroman deleted the release/v0.1.36 branch July 29, 2026 19:43
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