chore(release): v1.0.6-beta.6#1774
Closed
zerob13 wants to merge 11 commits into
Closed
Conversation
* 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
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Checks
Release Flow