Skip to content

Releases: 834063245-creator/HoloGram

v10.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:37

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v10.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:23

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v10.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:14

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v10.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:31

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:36

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v9.4.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 15:29

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.5.0] — 2026-08-04

⚡ Performance

  • MiniLM batch 推理 + snippet 哈希缓存,修复嵌入性能回退
  • Merge 门禁图检查改为批量统一一次 — 5-Agent 场景 5× 全图扫描降为 1×

🐛 Bug Fixes

  • Run_shell/glob/run_check 默认根目录跟随当前工作区 — 原 fallback 到应用安装目录 project_root(),切换工作区后 Agent 省略 cwd 时命令在 HoloGram 自身目录执行
  • 压缩管线自愈 — 拆永久闩锁 + 分块摘要 + 机械兜底 + 摘要模型自动选择
  • Token 计数容错特殊 token — 根治 "Disallowed special token found" 瘫痪会话流
  • Untracked 文件误判无变更 + verbatim 前缀误判 + worktree 双前缀
  • Wait 工具改为事件驱动 — 传 agentId 阻塞到子 Agent 完成
  • Split C/C++ structure queries to stop class_specifier compile errors
  • Glob_filter 路径匹配错误导致搜索永远返回 0 结果
  • 目录名含点的 .gitignore 条目(如 llama.cpp/)不再被误当文件跳过
  • 限制 ONNX Runtime 线程数,防止后台向量重建吃满 CPU 拖卡 UI
  • 多会话子 Agent 状态错位根治 — agent_spawn 绑定本 Agent、agentId 唯一化、attach 失败可见化
  • 迁移后修正 — discovery key 收窄、memory confidence enum 顺序与现状对齐
  • 收口会话 Agent 生命周期 — 句柄即所有权(dispose),消除拓扑面板孤儿堆积
  • 修复多会话 TaskBoard/DiscoveryBoard 路由 — bindSession 静态绑定取代动态重定向
  • 重设计 plan 审批卡 + 修复 ask_user 卡片悬停抽动

🚀 Features

  • MiniLM ONNX 语义嵌入回归 + 向量管线全面修复
  • 资源租约层(shell 排队可观察化)+ wait 工具 + merge 门禁信息报告化
  • Agent_board 工具 — TaskBoard 对主 Agent 可见
  • 系统提示词加多 Agent 拆分与执行准则 — 借鉴 kimi swarm 拆分智慧,适配 fork/fresh 模式
  • 工具层 zod 归拢第一步 — 契约守护测试 + 死代码清理 + zod 依赖
  • DefineTool 工厂 — zod Schema-First 基础设施(JSON Schema + 校验 + 类型三合一)

v9.4.4

Choose a tag to compare

@github-actions github-actions released this 03 Aug 06:42

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.4.4] — 2026-08-03

🐛 Bug Fixes

  • OnSessionReplaced 按属主会话路由,修复多 tab 聊天内容串台
  • TS member_expression 调用提取完整限定名,修复跨文件调用边歧义丢失 + non_defines_in_degree SQLite 持久化
  • Member_expression 属性分支 &str→String 类型修正
  • 嵌套箭头函数 scope 归属 + TS 可选链调用提取
  • 对象属性箭头函数继承 key 名,杜绝 anon@N scope 截胡
  • Ask_user 卡片队列化 + 5 分钟超时兜底,消除点击后卡死
  • 根治上下文压缩 — session 永为完整历史,压缩只作用于发送载荷
  • 移除 contextWindow 200K 硬封顶,恢复模型目录动态解析
  • 消除 const 箭头函数双节点 + Usage 边参与跨文件解析
  • 根治 shell 并发互杀 + 超时转后台输出黑洞
  • LSP 死壳自愈 + find_unused 批量验证限流
  • LSP 客户端回复服务器请求,修复查询永久超时
  • LSP 超时 30s→5s 快速失败 + find_references 暴露 lsp_error
  • Kill_tree 清理孙进程 + 后台任务 30 分钟总超时,根治 cargo 卡死
  • LSP 解析错误带上原始字节,便于诊断非 JSON 输出
  • 修复 shell 命令无限等待的三层根因 — 冒烟测试无超时/后台等待无总超时/杀进程不杀孙进程
  • 关闭路径三重防护 — 互斥锁中毒容错 + Drain 3s 超时 + kill_tree 清理孙进程
  • 根治大输出后台任务卡死 — drain 线程改用 read_to_end 读完管道,修复 Windows 管道 4KB 边界卡死
  • 流式路径 stdout/stderr 线程改 read_to_end,根治 Agent loop 无限等待 shell:done — Windows 管道 4KB 边界卡死
  • 空字符串工具结果误判为失败 — git add/git diff 等成功但无输出时不再报 "did not produce a result"
  • 恢复 autoRestoreLastSession 中被误删的磁盘会话读取
  • 管道读取改用 read_vectored — 根治裸 read() 在 Windows 手工管道二次调用永久阻塞,流式路径恢复实时输出
  • Shell:done 不依赖输出线程 join — 孙进程短暂持管导致完成事件延迟,改有界等待 3s 超时直接发 done
  • Test_handle_query_no_graph 补持 BIN_MUTEX — clear_graph 无锁清空全局图与并发测试互踩,根治 flaky
  • LSP 帧解析按字节流扫描定界,修复粘连帧错位
  • 工具输出折叠「展开全部」按钮无法展开 — 全部行渲染进 DOM(超出 40 行 inline 隐藏),委托点击替代失效的 inline onclick
  • 会话加载后默认聚焦底部 — 引入贴底挂起机制,覆盖面板 display:none 钳位与虚拟列表估算高度移位两类失效
  • 移除 lsp_manager 未使用的 BufRead 导入 — CI -D warnings 构建失败

🚀 Features

  • 图谱信噪比改进 — 过滤 defines 边 + 补齐 bridge/rpc 间接调用

v9.4.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:29

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.4.3] — 2026-07-30

🐛 Bug Fixes

  • 修复 vite 构建时 Node.js 堆内存溢出 (OOM)
  • LSP 服务器反复重启导致设置面板误报已安装 — 恢复 engine_status warm 守卫 + 跳过已运行 server + 前端轮询等全部出结果
  • UseRef inside useEffect 导致语言依赖标签页炸掉整个 UI
  • LSP 崩溃检测 + 兜底错误消息
  • 管道不可继承,防止孙子进程卡死 exec_command
  • 虚拟列表渲染修复 — 滚动即时化、测量按消息键控、估算对齐真实排版
  • 适配 Rust 1.96 — ChildStdout/ChildStderr 无 FromRawHandle,改用 OwnedHandle 中转;RawHandle 类型从 isize 变为 *mut c_void,显式 cast
  • 补回 .chat-messages 丢失的闭合花括号 —— dev 模式下整条 chat.css 加载失败

v9.4.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 02:52

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.4.2] — 2026-07-30

🐛 Bug Fixes

  • 修复 parse_cli_args missing value 测试断言与中文错误消息不匹配
  • Stabilize community IDs across re-analyses and incremental updates
  • Deterministic community ID tie-breaks + persist voted IDs
  • 替换 chars/2.5 为 gpt-tokenizer 准确计数 + API 调用前上下文预检
  • 修复 token 计数与压缩 review 问题
  • 修复 .sig 签名文件不生成的问题
  • 回退 tauri-action 到 @v1 (无 v2 tag)

🚀 Features

  • 积累式压缩 — 旧 summary 与新消息合并而非重总结

v9.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 08:53

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.4.1] — 2026-07-28

🐛 Bug Fixes

  • Linux 视觉适配 — 辉光炸屏/窗口拖动缩放/玻璃降级/WebGL2 兜底
  • 压缩触发链四处修复 + maxTokens 设置项退役
  • Sync tauri.conf.json version to 9.4.1

🚀 Features

  • Plan 模式 — 探索→写计划→审批→执行,图引擎自动注入影响面
  • OnPlanReview 复用 prompt:ask 通道,无需新 UI 组件
  • 计划卡片渲染 + 生命周期持久化
  • 正文字体更换为霞鹜文楷(圆润中文)— Noto Sans SC 退役
  • 约束面板 emoji 退役 — 新增 route/threshold SVG 图标
  • Add ASCII art welcome banner on CLI startup