What's new
- [new] Added the
deletesubcommand to permanently remove saved sessions by ID or name. It supports a--forceflag to skip the confirmation prompt when the target is a UUID. - [new] New tool handlers
get_context_remainingandnew_context_windowfor finer control over session context usage.
Under the hood
- Introduced dedicated modules for image preparation and session token budget tracking.
- Added an authentication subsystem in the model provider with updated credential handling structures.
- Refined several core data models and enums to support the new session and context features.
Upgrade notes
Shell completion scripts have been updated to include the new delete subcommand and its options.