feat(aux-panel): native sub-agent child tabs, right-edge rail, two-column session details - #784
Open
leehom0123 wants to merge 4 commits into
Open
leehom0123 wants to merge 4 commits into
leehom0123 wants to merge 4 commits into
Conversation
…ve child tabs - add the right-edge icon rail (s1) and retire the old right-edge chrome overlay; rework the Windows/Linux caption-overhang reserve to sit beside the new rail column (s2) - session-details tab: move the sub-agent rows INTO the details content via a beforeTokens slot (identifiers -> sub-agents -> tokens -> timestamps -> tasks); shared PlanEntryRow / DelegationRow / NativeSubAgentRow components - unified child-session open: clicking any agent's native sub-agent row idempotently upserts a hidden delegate conversation (open_native_subagent_session, also exposed over the web API) and opens a pinned child tab beside the parent, reusing the full chat window; the composer only appears once the connection lands on the child's own handle - tab store: register native child tabs with parent-cascade close - i18n: new copy across all 10 locales
The aux-panel tab was one field per row; half-width columns fit ids, model names, branches and token counts. Genuinely wide values (external id, the used / max (pct) context-window form) keep the full row, and timestamps stay one-up since date+time strings would wrap. Drops the container-query variants that made the narrow tab single-column.
# Conflicts: # src/lib/tool-call-normalization.test.ts
main added `powershell` to EXACT_TOOL_NAME_ALIASES; the branch's block added the same key plus `pwsh`, so the merged literal carried duplicates (TS1117). Keep main's entry and fold `pwsh` in beside it.
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.
@
两个提交:
提交 1 — 子代理进侧边栏
beforeTokens插槽进入详情正文(标识 → 子代理 → token 用量 → 时间戳 → 任务);共享 PlanEntryRow / DelegationRow / NativeSubAgentRowopen_native_subagent_session,web API 同步暴露),在父 tab 旁开固定子 tab,完整复用聊天窗口;composer 仅在连接落到子句柄后出现提交 2 — 会话详情两列省空间
说明
@