Skip to content

v0.1.27

Choose a tag to compare

@github-actions github-actions released this 21 Jul 09:02
6421c45

Platform notes

  • macOS 12+: these test builds are not signed or notarized. After moving the app to Applications, clear Gatekeeper quarantine with:

    xattr -dr com.apple.quarantine /Applications/Tcode.app

  • Windows: Microsoft Edge WebView2 Runtime is required. It is included with Windows 11.

  • Linux: requires ALSA, Fontconfig, Wayland/X11 client libraries, libgbm, the Vulkan loader, and a working Vulkan ICD/graphics driver.

Packages are uploaded as soon as each platform build completes. macOS artifacts are
architecture-specific. Windows MSI/NSIS and Linux AppImage packages are not currently
produced. SHA256SUMS.txt is added after every platform package has finished.

What's Changed

  • fix(ui): reserve steering border in user bubble width by @Tryanks in #102
  • feat(ui): per-profile provider settings dialog + per-profile status probes by @Tryanks in #103
  • fix(app): quit guard counts background-task sessions as working by @Tryanks in #104
  • fix(agent): make AgentEvent::Warning a struct variant so it serializes by @Tryanks in #126
  • fix(ui): repair the image attachment pipeline end to end by @Tryanks in #127
  • fix(ui): diff panel scroll freeze + click-to-navigate changed files by @Tryanks in #128
  • feat: fork conversations into new threads by @Tryanks in #129
  • feat: auto-archive idle threads beyond the per-list keep window by @Tryanks in #130

Full Changelog: v0.1.26...v0.1.27