Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: aoersen/OurCode

Release list

OurCode IDE 0.2.8

Choose a tag to compare

@aoersen aoersen released this 14 Aug 06:47

OurCode IDE 0.2.8

涵盖 0.2.4 ~ 0.2.8 的主要更新(自 v0.2.3 以来)。

AI 编辑体验

  • 编辑锚点自愈:edit_file / multi_edit_file 支持 context 消歧、空白/标点归一化唯一匹配、多匹配拒绝并列出位置、near-miss 行号提示、CRLF 行尾自适应
  • 工具管线五段重构(guards → pre → around+core → post → observers),审批对话框 FIFO 串行化修复并发覆盖
  • 协作式工具超时:deadline signal + 硬 race 双保险,返回结构化 TOOL_TIMEOUT
  • 工具输出 Spill 外溢:超预算输出落盘(0600 + 配额 + TTL sweep),模型看到有界预览并可 read_file 读回

上下文与模型

  • 统一思考档位 thinkingLevel(关闭/低/中/高/最高),取代 thinking + reasoningEffort 双字段,新会话默认 high
  • 真实 contextWindow:自定义模型窗口优先于静态元数据表
  • Compaction durable 锁 + 压缩按真实请求体预算触发
  • 子进程环境清扫 + 错误/日志全链路脱敏(覆盖 Gemini URL-key 形式)

会话与项目

  • 扩展市场 → MCP 管理中心(管理服务器/工具/资源/提示词)
  • 会话编辑模式、排序锚点持久化、项目从列表移除、脏文件保存确认
  • 会话阶段感知状态(准备上下文 / 压缩历史 / 等待首 token + 阶段耗时)

工程化

  • 借鉴 deepseek-harness 的 8 项工程化改进 + 配套修复(631+ 单测,typecheck/lint 全绿)

Windows 包:NSIS 安装包 + 便携版。macOS Intel 包稍后补传。