feat: export improvements — Phase A + Phase B #75

Merged
chihlasm merged 19 commits from feat/export-phase-a into main 2026-02-13 23:30:32 +00:00
Showing only changes of commit ea0f79fac0 - Show all commits

View File

@@ -89,6 +89,9 @@ class SessionExport(BaseModel):
include_outcome_notes: bool = True
include_next_steps: bool = True
max_step_index: Optional[int] = Field(None, ge=1, description="1-based inclusive step cutoff")
# Phase B
include_summary: bool = False
detail_level: Literal["standard", "full"] = "standard"
class SessionComplete(BaseModel):