Commit 8246468
committed
## New Features
- Steer mode is now stable and enabled by default, so `Enter` sends immediately during running tasks while `Tab` explicitly queues follow-up input. (openai#10690)
## Bug Fixes
- Fixed `resumeThread()` argument ordering in the TypeScript SDK so resuming with local images no longer starts an unintended new session. (openai#10709)
- Fixed model-instruction handling when changing models mid-conversation or resuming with a different model, ensuring the correct developer instructions are applied. (openai#10651, openai#10719)
- Fixed a remote compaction mismatch where token pre-estimation and compact payload generation could use different base instructions, improving trim accuracy and avoiding context overflows. (openai#10692)
- Cloud requirements now reload immediately after login instead of requiring a later refresh path to take effect. (openai#10725)
## Chores
- Restored the default assistant personality to Pragmatic across config and related tests/UI snapshots. (openai#10705)
- Unified collaboration mode naming and metadata across prompts, tools, protocol types, and TUI labels for more consistent mode behavior and messaging. (openai#10666)
## Changelog
Full Changelog: openai/codex@rust-v0.97.0...rust-v0.98.0
- openai#10709 fix: ensure resume args precede image args @cryptonerdcn
- openai#10705 chore(config) Default Personality Pragmatic @dylan-hurd-oai
- openai#10651 fix(core) switching model appends model instructions @dylan-hurd-oai
- openai#10666 Sync collaboration mode naming across Default prompt, tools, and TUI @charley-oai
- openai#10690 Make steer stable by default @aibrahim-oai
- openai#10692 Fix remote compaction estimator/payload instruction small mismatch @charley-oai
- openai#10725 Reload cloud requirements after user login @xl-openai
- openai#10719 fix(core,app-server) resume with different model @dylan-hurd-oai1 parent fe8b474 commit 8246468
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments