SessionStartOutputBytes returns a bounded session-start structure budget.
()
| 170 | |
| 171 | // SessionStartOutputBytes returns a bounded session-start structure budget. |
| 172 | func (c ProjectConfig) SessionStartOutputBytes() int { |
| 173 | return clampBudget(c.Budgets.SessionStartBytes, limits.MaxStructureOutputBytes, limits.MaxContextOutputBytes) |
| 174 | } |
| 175 | |
| 176 | // DiffOutputBytes returns a bounded diff output budget. |
| 177 | func (c ProjectConfig) DiffOutputBytes() int { |