feat(frontend): codex 资产页 FineTune 风(五子区)— Stage 4 (Vue 重构)#506
Closed
Cmochance wants to merge 1 commit into
Closed
feat(frontend): codex 资产页 FineTune 风(五子区)— Stage 4 (Vue 重构)#506Cmochance wants to merge 1 commit into
Cmochance wants to merge 1 commit into
Conversation
…rsations)— Stage 4 逐字移植旧 app.js 第 4271-7372 行(~45% 旧应用)到 Vue 3 SFC,功能等价: - ManagedMarkdownPanel 参数化 agents/memories/skills(resource prop + features + chipsFor), 消除旧 codexDocActiveResource 全局态 bug 源;path picker/preview/edit/backup/history/reveal - McpPanel 三 subpane(servers JSON 编辑器 + plugins + marketplace), 完整保留 MOC-106 写盘前安全二次确认(stdio cmdline+cwd+env / http url+凭据+header) - ConversationsPanel 列表/详情(8 item 类型)/导出(targetPath + blob/JSON 双响应)/删除(部分失败) - HistoryModal 共享(LCS 行 diff,managed→restore-raw / mcp→servers/restore 分流) - 共享 lib/miniMd.ts(XSS-safe markdown)+ useToast/ToastHost + i18n tFmt - CodexPage 5 子 tab + KeepAlive 保活 + ?tab= query - 丢弃旧 dead code(legacy row-form / skills 文件快照 / codex-skills-restore 死按钮) Refs MOC-254
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f6602fc09
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Owner
Author
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.
Stage 4 of the Vue 3 frontend rewrite (stacked on #505). Migrates the Codex assets half (~45% of the old
app.js, L4271-7372) to Vue SFCs — functionally equivalent.内容
验证
npm run build(vue-tsc + vite)绿;dist 零内联 script(CSP 合规);无 eval/Function合并策略
stacked,不单独 merge — 全部 stage 完成 + e2e 验收后逐个合并。
Refs MOC-254