You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local branches dev and fix/36-azure-reasoning-effort-alias still carry the same extra patch that is not represented by current origin/main. The commit subject on both branches is:
Fix runtime model switching and normalize Copilot Claude tool wrappers
Evidence
git cherry -v origin/main dev shows a unique + 6cae2aca2 ... Fix runtime model switching and normalize Copilot Claude tool wrappers
git cherry -v origin/main fix/36-azure-reasoning-effort-alias shows a unique + ec5be6b44 ... Fix runtime model switching and normalize Copilot Claude tool wrappers
The two commits share the same patch content but different SHAs
These branches are not safe to delete yet, but they are also not ready to merge as-is because the patch is stale and has not been revalidated on current main.
Acceptance criteria
Decide whether the residual patch is still needed on top of current main
If needed, port it to a fresh branch and validate it against current runtime model switching behavior
If not needed, explicitly retire the stale local branches
Summary
Local branches
devandfix/36-azure-reasoning-effort-aliasstill carry the same extra patch that is not represented by currentorigin/main. The commit subject on both branches is:Fix runtime model switching and normalize Copilot Claude tool wrappersEvidence
git cherry -v origin/main devshows a unique+ 6cae2aca2 ... Fix runtime model switching and normalize Copilot Claude tool wrappersgit cherry -v origin/main fix/36-azure-reasoning-effort-aliasshows a unique+ ec5be6b44 ... Fix runtime model switching and normalize Copilot Claude tool wrappersWhy this matters
These branches are not safe to delete yet, but they are also not ready to merge as-is because the patch is stale and has not been revalidated on current
main.Acceptance criteria
main