Skip to content

Releases: yaroslavyaroslav/CodexSublime

1.104.1

20 Feb 16:48

Choose a tag to compare

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 proto to codex 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.
  • 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.

Compatibility

  • Plugin 1.104.1
  • codex-cli 0.104.0

1.36.1

09 Nov 17:17
3788827

Choose a tag to compare

What's Changed

Full Changelog: 1.36.0...1.36.1

1.36.0

18 Sep 12:49

Choose a tag to compare

What's Changed

New Contributors

  • @kaste made their first contribution in #19

Full Changelog: 1.25.0...1.36.0

1.2.0

19 Aug 20:54

Choose a tag to compare

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