v0.2.5
-
Model Picker
- Added specific Claude model version options to the model picker (
55dee5a7) by @afollestad
- Added specific Claude model version options to the 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
- GitHub-style alert blockquotes (NOTE, TIP, WARNING, CAUTION, IMPORTANT) are now rendered with styled headers and colored borders (
-
Pull Request Pane
- A hairline divider now appears below the pull-request pane's tab bar when content scrolls underneath it (
420d6378) by @afollestad
- A hairline divider now appears below the pull-request pane's tab bar when content scrolls underneath it (
-
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
- Provider readiness is now gated on Claude's sign-in state; expired or invalid credentials surface a recoverable error prompt instead of silently failing (
-
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
- Opened up line spacing in the message composer and fixed a phantom scroll range that caused unnecessary scrolling (
-
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
- Transcript width is now measured only once on mount, eliminating redundant layout passes when opening a thread (
Full Changelog: v0.2.4...v0.2.5