Skip to content

Conversation

@stippi
Copy link
Owner

@stippi stippi commented Oct 24, 2025

GPT-5-Codex medium version

SessionModelConfig no longer persists context_token_limit or record_path. Context window size is now always loaded from
the provider config at runtime. Recording/playback paths are passed as runtime options instead of being stored in
session files. Updates all affected code paths and tests.
Model existence checks are now performed at the call site, specifically in the backend handler.
SessionModelConfig::for_model is replaced with SessionModelConfig::new, which no longer returns a Result. Callers are
updated accordingly.
…flag

Switch compaction summaries to user messages tagged with is_compaction_summary instead of a dedicated ContentBlock
variant. Update message filtering, UI rendering, and tests to use the new flag. Remove all code handling
CompactionSummary blocks. Update documentation to reflect the new approach.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants