Releases: yaroslavyaroslav/CodexSublime
Releases · yaroslavyaroslav/CodexSublime
1.104.1
Codex for Sublime Text - 1.104.1
This release includes everything from 1.104.0 plus streaming assistant output
in the transcript UI.
Highlights
-
App-server migration and stability updates from
1.104.0:- Bridge moved from legacy
prototocodex app-server. - Approval handling fixed for legacy and v2 request flows.
- Duplicate approval prompt paths suppressed.
- Transcript noise reduced for infra/delta events.
- Better error propagation for failed message sends.
- Debug traces gated by
"log_level": "debug". - Windows compatibility hardening for process launch and writable roots.
- Bridge moved from legacy
-
New in
1.104.1:- Assistant message streaming in transcript (
agent_message_content_delta). - Typewriter-like incremental rendering while response is generated.
- Final message now reconciles with stream output to avoid duplicate full
message blocks.
- Assistant message streaming in transcript (
Compatibility
- Plugin
1.104.1 - codex-cli
0.104.0
1.36.1
What's Changed
- Try to fix `Error loading syntax file "Packages/Codex.sublime-package… by @yaroslavyaroslav in #29
- Merge pull request #29 from yaroslavyaroslav/bugfix/wrong-package-reference by @yaroslavyaroslav in #30
Full Changelog: 1.36.0...1.36.1
1.36.0
What's Changed
- Remove outdated Windows settings by @kaste in #19
- Small README patch by @kaste in #16
- Do not call
destroy_output_panelby @kaste in #17 - Do not check and die on the
tokensetting by @kaste in #15 - Automatically find globally installed "codex" by @kaste in #21
- Fix README.md after merge by @kaste in #22
- Friendly stream decoding by @kaste in #18
- Harden Codex bridge startup handshake by @yaroslavyaroslav in #25
- Handle apply patch approvals in Sublime UI by @yaroslavyaroslav in #24
- Better printing of unhandled messages by @kaste in #20
- Fix
codex_pathhandling by @kaste in #27
New Contributors
Full Changelog: 1.25.0...1.36.0
1.2.0
Features
In this release plugin migrated from configure_session call which was a way hot session was configured before codex 0.22.0, to -c whatever-option attributes passing, as it seems that it's the way how to configure session now. This fixes annoying "approve patch" popup.
Fixes
- Fixed broken MCP tool cal layout
- Fixed permissions policy setup