Skip to content

Locus v0.5.8

Choose a tag to compare

@r1n7aro r1n7aro released this 14 Jul 07:56
· 106 commits to main since this release

English

Added

  • Standalone plan review. Plan approvals can open automatically in a dedicated window selected from Display settings. The window supports reviewing the Markdown plan, approving implementation, or sending it back with an optional note.

Fixed

  • Resolved intermittent DeepSeek HTTP 400 failures on Windows. Upgraded schannel from 0.1.28 to 0.1.29, preventing pending request data from being resent during TLS 1.3 renegotiation and corrupting large JSON bodies. This resolves the 400 Bad Request: Failed to parse the request body as JSON failures tracked in issue #48. (PR #110)
  • Plan approval flow. Approval cards now render Markdown, attach optional feedback to Send back, and preserve approved plans or send-back feedback in the transcript with the correct lifecycle state. Selecting /plan in an idle session immediately enters sticky Plan mode.
  • Fast-capable Codex models now show Fast in their model labels while Fast mode is enabled.
  • Exact edit tool contracts. edit and knowledge_edit now expose one exact replacement per call. knowledge_read can return the stored summary, body, or maintenanceRules section verbatim—including whitespace and empty content—so edits can match the selected section exactly. Existing persisted batch file-edit calls remain executable.

Removed

  • None.

中文

新增

  • 独立计划审阅窗口。 可在显示设置中选择将计划审批呈现在审批卡或独立窗口;选择独立窗口后会自动打开计划审阅窗口,可审阅 Markdown 计划、批准并开始实现,或附带说明退回修改。

修复

  • 已解决 Windows 上 DeepSeek 请求间歇性 HTTP 400。schannel 从 0.1.28 升级到 0.1.29,避免 TLS 1.3 重新协商期间重复发送待处理请求数据并破坏较大的 JSON 请求体,解决 issue #48 集中记录的 400 Bad Request: Failed to parse the request body as JSON 问题。(PR #110)
  • 计划审批流程。 审批卡现在以 Markdown 展示计划,退回说明会随“退回修改”一并发送,批准后的计划与退回反馈会以正确状态保留在会话记录中。空闲会话选择 /plan 后会立即进入持续性规划模式。
  • 启用 Fast 模式时,支持 Fast 的 Codex 模型会在模型标签中显示 Fast 状态。
  • 精确编辑工具契约。 editknowledge_edit 的公开工具定义现按每次一处精确替换执行。knowledge_read 可原样返回 summarybodymaintenanceRules 分区,保留空白与空内容,供后续编辑逐字匹配目标分区;已有的历史批量文件编辑调用继续兼容。

移除

  • 无。