feat: create named branch in remote workspace after provisioning#96
Merged
wesbillman merged 1 commit intomainfrom Feb 13, 2026
Merged
feat: create named branch in remote workspace after provisioning#96wesbillman merged 1 commit intomainfrom
wesbillman merged 1 commit intomainfrom
Conversation
After `sq blox ws start` succeeds, run `git checkout -b <branch_name>` inside the workspace via `sq blox ws exec` so work happens on the intended feature branch rather than the base ref. Co-Authored-By: Claude Opus 4.6 <[email protected]>
loganj
added a commit
that referenced
this pull request
Feb 26, 2026
* fix: register claude-plans source type and fix SourceTypeName lookup Register a dedicated claude-plans source type so .claude/plans files are correctly classified as "plan" instead of "other". Also fix scanProjectSources to use SourceTypeName for source type lookup, matching how server.go already resolves source types. Co-Authored-By: Claude Opus 4.6 <[email protected]> * feat: display H1 titles for markdown files Extract H1 headings from markdown files during cache scan and display them as the primary name in file lists, with the original filename shown below as a subtitle. Add on-demand title enrichment via EnrichTitles() so titles appear immediately when viewing a project. Align badges and timestamps with the title line (flex-start) rather than centering them across the two-line row height. Co-Authored-By: Claude Opus 4.6 <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
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.
Summary
branch_name) inside it usinggit checkout -bso work happens on the correct branch rather than the detached base ref.Test plan
🤖 Generated with Claude Code