Skip to content

v2.24.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:59
Immutable release. Only release title and notes can be modified.

Published to npm as @bitkyc08/opencodex@2.24.0 with dist-tag latest.

Bug Fixes

  • Bound legacy response headers (#1879)
  • Retain admission lease through native streams (#1873)
  • Preserve scheduled-task elevation launcher arguments (#1860)
  • Stop service loop on missing install (#1877)

Other Changes

  • Merge dev into main: v2.24.0 release (d6354fc3)

Changelog

Full Changelog: v2.23.0...v2.24.0

  • #1860 fix(windows): preserve scheduled-task elevation launcher arguments @ulrich-zogo
  • #1873 fix(chat): retain admission lease through native streams @luvs01
  • #1877 fix(windows): stop service loop on missing install @Ingwannu
  • #1879 fix(http): bound legacy response headers @luvs01
  • d6354fc3 Merge dev into main: v2.24.0 release