Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:39
· 19 commits to main since this release
  • Model Picker

  • Markdown Rendering

    • GitHub-style alert blockquotes (NOTE, TIP, WARNING, CAUTION, IMPORTANT) are now rendered with styled headers and colored borders (5f59dd83) by @afollestad
    • Images inside Markdown table cells now scale to fit the column width instead of rendering inline and overflowing (6a997e08) by @afollestad
    • Fixed two layout defects in bot comment rendering (5f59dd83) by @afollestad
  • Pull Request Pane

    • A hairline divider now appears below the pull-request pane's tab bar when content scrolls underneath it (420d6378) by @afollestad
  • Provider / Sign-In

    • Provider readiness is now gated on Claude's sign-in state; expired or invalid credentials surface a recoverable error prompt instead of silently failing (bc12e19d) by @afollestad
  • Composer

    • Opened up line spacing in the message composer and fixed a phantom scroll range that caused unnecessary scrolling (8d598d4c) by @afollestad
    • File mentions in the composer no longer collapse an auto-generated thread title to just "In…" (86911f7b) by @afollestad
  • Performance

    • Transcript width is now measured only once on mount, eliminating redundant layout passes when opening a thread (349dbca3) by @afollestad
    • Provider discovery no longer runs on every New Thread click, reducing unnecessary work at startup (9fbaaf51) by @afollestad

Full Changelog: v0.2.4...v0.2.5