Skip to content

v0.93.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:21
· 16 commits to main since this release
eb2dac7

v0.93.1

  • Fix (#744): sync clone into a fresh (empty) target project now defaults to the target's production branch, so --branch is optional (CLI-5). Before, repoint_manifest_project re-pointed only the project id and left the copied manifest on the SOURCE project's branch id. _resolve_branch_id then used that id, so a clone with no --branch failed with Branch id "..." does not exists. The clone path now resolves the target's default branch from the API (list_dev_branches + find_default_branch_id, the same way sync init does) and re-points the production branch onto it. It resolves the branch only when the caller passes no explicit --branch, so an explicit-branch clone makes no extra list_dev_branches call. --branch stays an override for a dev branch.

Generated from the bundled changelog — the same content kbagent changelog --full shows. Full history: all releases.