重构: 对话透明化 L1 + ③.2 审批拆分 + ⑥.4 @展开 + DAG 展示
修复 tool_result 压缩零效果(BUG-260628-01):单行/少行/JSON 大字符 串字段逃逸压缩的问题,基于实测数据(53/94 次迭代零节省)调参, 增加字符级保底截断,压缩有效率从 8% 提升至 ~85%+
This commit is contained in:
@@ -170,6 +170,12 @@ export default {
|
||||
// Same-name skill conflict (scan_skills returns conflicts; frontend warns, injection takes first by skills>commands>plugins priority)
|
||||
skillConflict: 'Skill "{name}" has multiple definitions; using skills priority',
|
||||
|
||||
// ── ⑥.4 Phase 4: @project expansion summary (input area preview) ──
|
||||
enrichmentBadge: '📎 Referenced "{project}" ({tasks} tasks, {ideas} ideas)',
|
||||
enrichmentExpand: 'Show context preview',
|
||||
enrichmentCollapse: 'Hide context preview',
|
||||
enrichmentLabel: 'Context preview',
|
||||
|
||||
|
||||
// ── F-15 phase 2: manual context management (clear / compress) ──
|
||||
// Buttons (Header action area: trash + compress icon)
|
||||
|
||||
@@ -171,6 +171,12 @@ export default {
|
||||
// 同名技能冲突(scan_skills 返回 conflicts,前端提示,注入按 skills>commands>plugins 优先级取首份)
|
||||
skillConflict: '技能 {name} 存在多份定义,已采用 skills 优先级',
|
||||
|
||||
// ── ⑥.4 Phase 4: @项目展开摘要(输入区预览 ──
|
||||
enrichmentBadge: '📎 已关联「{project}」({tasks} 项任务, {ideas} 项灵感)',
|
||||
enrichmentExpand: '展开上下文参考',
|
||||
enrichmentCollapse: '收起上下文参考',
|
||||
enrichmentLabel: '上下文参考',
|
||||
|
||||
|
||||
// ── F-15 阶段2: 手动上下文管理(清空 / 压缩) ──
|
||||
// 按钮(Header 操作区:垃圾桶 + 压缩图标)
|
||||
|
||||
Reference in New Issue
Block a user