feat: tray-app phase 1 — daemon/shared/cli improvements - #2
Closed
zzhan111 wants to merge 4 commits into
Closed
Conversation
Trace tab 新增当前标签页的连续 MCP 命令流(CommandLog),命令流不随 录制开始清空,而是在流中插入 ▶/⏹ 戳标记录制窗口,窗口内命令高亮显 示为已录制。导出管线不变,仍走原 trace 事件。 daemon: CommandRecord 增加 tab 字段;finish 回调从响应 data.tab 归属命令到具体标签页短 id。panel: 新增 CommandLog 组件 + 样式; TracePage 2s 轮询命令、录制窗口戳提升至全局 store。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add communityUpdateBlocker() to detect common git pull --ff-only failure conditions (no upstream, ahead commits, dirty worktree) before the fire-and-forget background pull, avoiding silent staleness. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
bbTabId/progressto ResponseData protocol; fix screenshot response field namecommunityUpdateBlocker()pre-check before silent git pullMA_BROWSER_CONNECT_ONLYenv to stop daemon auto-spawn raceFiles changed
29 files, +430/-100 lines across 6 packages.
Test plan
pnpm buildpasses (all 6 packages)pnpm testpasses (daemon: 146 pass, 0 fail)ma-browser site statusworks with new update blocker🤖 Generated with Claude Code