Skip to content

Release v1.0.5#1740

Closed
zerob13 wants to merge 7 commits into
mainfrom
release/v1.0.5
Closed

Release v1.0.5#1740
zerob13 wants to merge 7 commits into
mainfrom
release/v1.0.5

Conversation

@zerob13
Copy link
Copy Markdown
Collaborator

@zerob13 zerob13 commented Jun 5, 2026

Summary

  • Prepare DeepChat v1.0.5 release metadata on dev
  • Refresh bundled Provider DB snapshot to 142 providers and 6,964 models
  • Cut release/v1.0.5 from the same commit already pushed to origin/dev

Checks

  • pnpm run format
  • pnpm run i18n
  • pnpm run lint
  • pnpm run typecheck

Release Notes

After this PR is reviewed and approved, publish with:

pnpm run release:ff -- release/v1.0.5 --tag v1.0.5
git tag v1.0.5 release/v1.0.5
git push origin v1.0.5

Do not use the GitHub merge button for this release PR.

zerob13 and others added 7 commits June 3, 2026 17:39
* docs(shortcuts): add sidebar shortcut spec

* feat(sidebar): add chat number shortcuts

* fix(sidebar): ignore repeated shortcut keys
* chore: update markdown vue

* fix(chat): stabilize streaming interactions

* docs(agents): default prs to dev

* fix(chat): address review feedback
* fix: macos active window service

* fix(mac): restore app foreground identity
* feat(chat): content-visibility message windowing

  Replace DOM-removal/DynamicScroller virtualization with CSS
  content-visibility windowing, and unify streaming and persisted
  messages into a single render track to remove the completion flash
  and fix auto-scroll during generation.

  Rendering & layout
  - Add MessageListRow as the single row renderer; apply
    content-visibility:auto + contain-intrinsic-size so the browser
    skips painting off-screen markdown/code/mermaid. Force the last
    row visible while generating for smooth streaming.
  - Add useMessageWindow composable: per-message estimated/measured
    heights and top/bottom offsets for anchor jumps and a future
    minimap. Rows report height via a measure event (ResizeObserver).
  - Strip DynamicScroller/spacer windowing out of MessageList.

  Single-track streaming (fixes flash + duplicate render)
  - Fold live streaming blocks into their message record in place
    (applyStreamingBlocksToMessage) so the generating message and the
    finished message are the same id/DOM node. Stream end just swaps
    the record's content — no node remount, no blank gap.
  - Restore hasInlineStreamingTarget guard so the virtual streaming
    row is only appended when the record isn't in the store yet,
    preventing the same content (e.g. a generated image) rendering
    twice after a mid-stream loadMessages.

  Scroll behavior
  - Add scroll modes: initial-bottom / auto-follow / anchored-reading
    / manual-jump, with bottom-anchored DOM scroll via
    scrollTop = scrollHeight - clientHeight (reaches true bottom past
    the sticky input, unlike anchor.scrollIntoView).
  - Only a real user scroll may flip auto-follow <-> anchored-reading;
    programmatic metric reads from streaming height growth no longer
    break bottom-follow during generation.
  - Preserve line of sight on height changes and when prepending
    older history; keep session-restore settle behavior.

  Robustness & perf
  - Guard MessageListRow measure against a transient undefined item
    during the streaming->persisted node swap
  - MarkdownRenderer: two-stage debounce (32ms fast / 96ms slow for
    long streaming content) and contain:layout style paint on prose
    and tables to reduce reflow jank.
  - Add lazy markdown worker lifecycle helper (KaTeX/Mermaid created
    on first use) for cold-start.

* chore: update

* chore: update

---------

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 5, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d9acea17-e89b-4405-bae0-bdcf827e2d7f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.0.5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zerob13 zerob13 closed this Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants