feat: launch orchestrator from worktree

This commit is contained in:
2026-06-11 17:10:22 +09:00
parent 02979cb76f
commit 00e11b3df7
2 changed files with 533 additions and 21 deletions
+4 -1
View File
@@ -1584,7 +1584,10 @@ mod tests {
assert!(orchestrator.feature.ticket.enabled);
assert!(orchestrator.feature.ticket_orchestration.enabled);
assert_eq!(orchestrator.scope.allow[0].permission, Permission::Read);
assert_eq!(orchestrator.model.ref_.as_deref(), Some("codex-oauth/gpt-5.5"));
assert_eq!(
orchestrator.model.ref_.as_deref(),
Some("codex-oauth/gpt-5.5")
);
assert!(orchestrator.web.is_some());
assert_eq!(
orchestrator.delegation_scope.allow[0].permission,