Merge remote-tracking branch 'upstream/dev' into feat/ui-revamp

This commit is contained in:
Anish Sarkar 2026-05-16 19:26:36 +05:30
commit f65bc81509
603 changed files with 45035 additions and 4652 deletions

View file

@ -395,7 +395,7 @@ class AgentToolInfo(BaseModel):
class ResumeDecision(BaseModel):
type: Literal["approve", "edit", "reject"]
type: Literal["approve", "edit", "reject", "approve_always"]
edited_action: dict[str, Any] | None = None