Skip to content

chore(release): v1.0.6-beta.6#1774

Closed
zerob13 wants to merge 11 commits into
mainfrom
release/v1.0.6-beta.6
Closed

chore(release): v1.0.6-beta.6#1774
zerob13 wants to merge 11 commits into
mainfrom
release/v1.0.6-beta.6

Conversation

@zerob13

@zerob13 zerob13 commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Prepare DeepChat v1.0.6-beta.6 release metadata
  • Add changelog notes for Agent Memory, Tape view manifests, drag-and-drop skill installation, watcher reliability, provider/model refreshes, and related fixes

Checks

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

Release Flow

  • Review this PR from release/v1.0.6-beta.6 to main
  • Do not use the GitHub merge button
  • After approval, publish with the documented fast-forward release flow and create tag v1.0.6-beta.6

zhangmo8 and others added 11 commits June 11, 2026 18:06
* feat: support drop skill

* chore: update

---------

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
#1765)

* refactor(ipc): migrate presenter transport

* Guard background exec host from shared logger imports

* refactor(ipc): address pr review followups

* chore(ipc): remove stale event constants

* docs: clean stale SDD artifacts

* chore(ipc): remove dead window ipc handlers

* refactor(ipc): remove legacy renderer path

* fix(remote): clone settings payloads
* docs: add tape systems design

* feat(tape): implement view manifest flow

* fix: address tape view manifest review feedback

* fix(tape): address view manifest review
* docs: add tape systems design

* feat(tape): implement view manifest flow

* fix: address tape view manifest review feedback

* fix(tape): address view manifest review

* fix(settings): clone save payloads

Serialize renderer config payloads before IPC invokes and restore MCP auto-approve checkbox rendering.

* fix(tape): address review feedback

Preserve tape view metadata across truncation and resumes, make replay slice hashing deterministic, localize trace fallbacks, and tighten MCP/TraceDialog tests.
Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
* fix(model): handle minimax m3

* fix(model): preserve minimax m3 context
* fix(session): exclude subagents from sidebar pagination

侧边栏只展示 regular 会话,但分页请求携带 includeSubagents:true,
使一页 30 条结果混入子代理会话并被显示层过滤,导致可见会话远少于一页。
改为 includeSubagents:false,让后端按 session_kind='regular' 分页。

Refs #1762

* fix(sidebar): auto-fill session list viewport to resume pagination

首屏返回的 regular 会话过少时列表内容不足以撑出滚动条,scroll 事件
永不触发,loadNextPage 永远不会被调用。新增 ensureSessionListFilled,
加载/过滤变化后检测视口是否填满,未满且仍有更多数据则继续加载,
并以重入锁与轮数上限兜底。

Closes #1762

---------

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
* fix(workspace): use parcel watcher

* fix(workspace): address watcher review

* fix(workspace): fallback file search

* fix(workspace): bound search fallback

* fix(skills): tolerate watcher startup failure

* chore(config): update resource data
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

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: 485e0384-c7dd-4547-96de-dab1f6828a5d

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.6-beta.6

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 16, 2026
@zerob13 zerob13 deleted the release/v1.0.6-beta.6 branch June 16, 2026 10:33
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