Feat/frontend page preview - #53
Merged
Merged
Conversation
- 每个 Page 新增 React 版本(TypeScript 组件化重写) - 每个 Page 新增 Interactive 版本(含按钮交互逻辑) - App.tsx 切换至 Interactive 版本入口 - 保留原始 HTML iframe Shell 版本
- 删除中间态 React 副本 (*PageReact.tsx) - Interactive 版本重命名为主文件 (*Page.tsx) - 原始 HTML iframe Shell 重命名为副本 (*PageShell.tsx) - App.tsx 导入路径恢复至主文件名
- 导入 dev-loop skill: SKILL.md + references/model-strategy.md + review-checklist.md - dev-loop 覆盖: 模型分配策略(opus/sonnet/haiku)、标准工作循环、交叉审查、worktree指南 - 删除旧 set-goal skill(5 文件,已收敛至 dev-loop) - .gitignore 白名单更新: set-goal → dev-loop - AGENTS.md 同步: 加载规则、Skill 白名单、隐私例外 - 其他开发者克隆仓库后直接可用,无个人路径/凭据
docs: 统一技能体系 — 引入 dev-loop 引擎替代 set-goal
.agents 适用任意 Agent CLI,不绑定 Codex 品牌。其他开发者克隆即可用。
refactor: 技能目录迁移 .codex/skills → .agents/skills
以 Group Workspace 为基准,统一以下属性: - sidebar padding: 统一为 18px(Private Chats 0px, Workbench 16px) - subtitle margin-top: 统一为 0px(消除 Private Chats/Project/Workbench 的 4px 额外 gap) - subtitle line-height: Agent Square 显式设为 1.236 匹配标准 13.6px 渲染高度 - Project 修复 :first-child 选择器错误(p 在嵌套 div 内,非直接子元素)
- subtitle line-height: normal → 1.236 - 修复 Hanken Grotesk 字体下 normal 渲染高度 14.4px 的问题 - 统一为 13.59px(标准 13.6px,差异 <0.01px 肉眼不可见)
- 缺失 Hanken Grotesk 和 Material Symbols 的 @import - 导致使用了本地安装的字体版本,字形宽度与其他页面不一致 - 添加后所有页面从同一来源加载字体,渲染完全统一
- 新增 apiClient.ts:REST API 客户端封装(Edge Server HTTP 请求) - 新增 eventClient.ts:WebSocket 事件客户端(实时事件订阅) - 新增 mock.ts:本地开发 mock 数据(Project/Thread/Agent/Run) - 扩展 types.ts:Project/Thread/Run/Approval/Artifact 类型定义 - 扩展 events.ts:project/thread/run/approval 事件类型 - 更新 index.ts:导出新模块和 mock 数据 - 更新 package.json:注册 apiClient/eventClient/mock 模块入口
This was referenced Sep 2, 2026
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.
摘要
关联 issue
Closes #
验证
api/、AGENTS.md或三份主文档检查命令