Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: create named branch in remote workspace after provisioning#96

Merged
wesbillman merged 1 commit intomainfrom
make-remote-branch
Feb 13, 2026
Merged

feat: create named branch in remote workspace after provisioning#96
wesbillman merged 1 commit intomainfrom
make-remote-branch

Conversation

@wesbillman
Copy link
Collaborator

Summary

  • After a remote workspace is started, automatically creates the feature branch (branch_name) inside it using git checkout -b so work happens on the correct branch rather than the detached base ref.
  • Logs a warning if branch creation fails but does not block workspace startup.

Test plan

  • Provision a new remote workspace and verify the feature branch is created inside it
  • Verify that if branch creation fails (e.g., branch already exists), the workspace still starts successfully

🤖 Generated with Claude Code

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]>
@wesbillman wesbillman merged commit ca8b0e4 into main Feb 13, 2026
3 checks passed
@wesbillman wesbillman deleted the make-remote-branch branch February 13, 2026 02:32
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]>
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.

1 participant