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
fix: truncate lines in terminal spinner
* Adds line compression if the agent prompt is extremly large
* fixes issue with q and the interactive init step
fix: update checking logic
Fixes update checking logic so that it now compares the correct os
arch string in the releases. Also sets the background logic to not run
if using the `update` command so race conditions are not hit.
fix: add support for gpt-5
Adds support for gpt-5 to the openai provider. Along with this change
i've also added support for `max_tokens` diagnostics. This will show a
warning to the user when max_length is reached. gpt-5 uses thinking inferred
from the max_tokens so we often hit max_length with a non trivial max_tokens
set.