Conversation
— 插件配置 — - CmdPermMatrix 命令权限矩阵编辑器 - CmdLimitsTable 命令限流表组件 - PluginConfigWorkspace 集成权限/限流编辑 — 插件商店 — - PluginStorePage 社区插件浏览/安装/卸载 - 扩展 consoleApi/pallasTypes 类型定义 — UI — - CommonConfigPage 瘦身拆分至独立组件 - 控制台样式同步
抽出字段壳层与 layout 规则,迁移通用配置高频分区;将 AI 配置拆为运行模型、Provider、路由与 Bot 策略四层,并统一配置/检测/运行态入口文案与跳转。
新增 extensionActivationSemantics,商店状态与详情按热加载、Worker 重启、全栈重启区分提示。
列表卡片编辑改为弹窗聚合治理与配置;README 优先读主仓 docs/plugins,商店仓库说明作回退。
对接 /system/restart API,含二次确认与窄屏全宽按钮布局。
抽取 usePluginConfigFieldPopover 供插件配置与通用配置共用; 窄屏帮助改为 sheet 弹层,CommonConfigPage 补齐编辑入口。
抽取 useBotSystemRestart 统一调用重启 API;首页环境区、更新页运维区与插件商店安装结果均可触发重启,并修复商店「立即重启」误触发更新的问题。
在 AI 历史「观测」工作区接入 kernel status/traces API,与既有反馈样本、behavior 记录同屏展示运行态开关与决策 trace。
在观测工作区展示 promotion candidate 列表,支持批准/拒绝并复用反馈群号筛选与 summary 待晋升计数。
扩展 agent_trace 类型,展示 request_snapshot_id 与阶段摘要,支持复制 mock_tools replay payload。
把插件运行态开关、命令权限、冷却与群白名单收口到统一治理面板,减少跨标签切换与状态分散。 同时让运行态开关通过同一治理保存链路落盘,便于后续继续扩展插件治理能力。
为 AI 历史页补齐 replay 执行、trace 展示与记忆/知识管理入口,让排障与观测能在同一页完成。 同步收敛相关文案与工作区布局,减少调试信息分散在多个入口的切换成本。
会话明细并行拉 decision traces 并在 assistant turn 展示判定条;统计区补回复路径排行与失败分布;560px 下 tabs 可滚动、筛选与规则操作单列布局。
新增 /setup 与 /ai/wizard 完整流程,接入 setup guard 与生成类型, 并把 wizard/runtime/provider 诊断接口接到真实检查动作上。
基于 runtime-overview 展示 LLM/绘图/点歌/媒体的 health、circuit、队列与降级, 并优先用 overview 数据填充首页扩展状态;窄屏表格改为卡片行布局。
补齐 UiCard 分区标题栏窄屏 grid,避免按钮被全局规则拉成全宽竖排;权限矩阵与商店详情 footer 双列换行。
落地 P1 WebUI:ui_group 动态分组、unexpected keys、表单/TOML 双模式、 Last-Event-ID 日志流与官方扩展异步安装进度展示。
通用配置表单/Raw TOML 双模式;Runtime 总览展示拒单状态与 fallback 链; 日志 SSE 续传、商店安装进度与 Bot 重启阶段反馈;修复 AI 页/商店图标/README 图。
consoleOpenapiClient 覆盖插件/配置/实例/catalog 域;raw GET schema 对齐; 窄屏修复 cmd 矩阵/商店详情/Raw TOML;插件配置页展示 activation_policy 提示。
consoleApi 除 Blob 下载与 EventSource 外全量迁至 codegen 客户端;Setup Wizard 补齐改密、协议端与 AI 体检三步及使用须知。
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
consoleApi.ts全量迁移(Blob/SSE 除外)+ CI drift 门禁Test plan
npm run build:ci+npm run test:smokedev-v2OpenAPI spec 联调无 404/类型漂移