Skip to content

codeg v0.13.4-1

Choose a tag to compare

@github-actions github-actions released this 16 May 04:01
· 1415 commits to main since this release

Changes since v0.13.2-2.

Features

  • feat(chat): support file attachments in web mode (efc3fbe)
  • feat(chat): support file attachments in remote workspace mode (4ecb8db)
  • feat(uploads): cap total upload storage and fix Windows path navigation (426022c)
  • feat(chat): support retry editing cancelled prompts (8bc6a73)

Bug Fixes

  • fix(acp): recover web session state across browser refresh via subscribe-with-snapshot (1fb7bf0)
  • fix(server): pin CODEG_DATA_DIR to the resolved data root at startup (571a55b)
  • fix(acp): route remote-desktop attach frames and guarantee lifecycle DB writes (f9dff83)
  • fix(uploads): enforce hard total-size cap and surface quota config (4db4229)
  • fix(chat): add history message copy menu (be8bb1c)
  • fix(uploads): unify desktop data root and add strict quota mode (90697e4)
  • fix(uploads): unify effective data dir and scope strict-mode aborts (d5ba29a)
  • fix(acp): apply saved selector preferences on the backend at connect (d11a7f4)
  • fix(server): harden uploads and remote desktop websockets (3383c3c)
  • fix(acp): seed saved mode on conversation mount (0751106)
  • fix(acp): implement default for connection manager (3cf7f4b)
  • fix(server): preserve uploaded attachment filenames (326aa74)