chore(release): version packages#899
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
📄 Knowledge review✏️ Documentation updates1 page was updated by changes in this PR.
📝 03 - Add a Repository — changes@@ -9,6 +9,8 @@
3. Confirm the detected default branch (e.g., `main` or `master`).
The repository appears in your sidebar immediately. Helmor reads the Git history, branches, and file tree from disk.
+
+**Note:** Helmor supports local Git repositories with no remote configured. These repositories provide full support for branches, diffs, commits, and worktrees, with the default branch read from local HEAD.
## Add a GitHub repository
@@ -27,6 +29,8 @@
Helmor does not replace Git. It wraps Git with an agent-friendly workflow layer.
+**Git operations:** Push, pull, fetch, and pull request features are only available for repositories with a remote configured. For local-only repositories (no remote), these operations are hidden, and you will see a "Local-only repository" notice in repository settings with a local branch picker.
+
## Best practices
- Add repositories you are comfortable reviewing through Helmor. |
79c1ed2 to
fc08247
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
helmor@0.44.0
Minor Changes
#896
d172b5bThanks @natllian! - Support local git repositories that have no remote, including worktree workspaces.Patch Changes
#897
fe6108dThanks @natllian! - Fix Claude turns ending prematurely after a subagent is moved to the background — the main agent now stays paused and resumes once the background task completes.#900
ba5cee8Thanks @dohooo! - Update the bundled Claude Code, Cursor, OpenCode, and Kimi coding agents to their latest versions.#898
ebf63e4Thanks @natllian! - Hide the/compact(Claude) and/clear(all agents) slash commands, which showed up in the command menu but did nothing when run.