wisp-science v0.17.1
wisp-science v0.17.1
这是 v0.17.0 的修复版本,重点让 Manual、Assisted 和 Automatic 三种 Agent 委派模式拥有真正不同的规划与执行语义,并修复近期界面中的布局、滚动和草稿操作问题。
下载
- macOS(.dmg,已签名 + 公证):区分 Apple Silicon(aarch64)与 Intel(x86_64),请下载对应架构。
- Windows 安装包(MSI / NSIS):尚未签名,可能触发 SmartScreen,可选择「仍要运行」。
见下方 Assets。
修复内容
Agent 委派模式
- Manual 不再自动生成相同计划:必须显式选择并排序 Agent,步骤按顺序运行;Reviewer 可选,但选择后始终位于最后。
- Assisted 使用真实模型规划:当前激活模型会结合最近对话,从受控模板中选择最小可用团队,生成可审查的 Draft;用户批准前不会运行。
- Automatic 按风险决定是否启动:低风险、本地、只读计划会自动批准并在后台运行;ACP、文件写入、网络访问或高预算计划会暂停,等待一次“批准并运行”。
- 重新规划保持自动语义:高风险自动草稿重新生成成低风险计划后会直接启动,不会意外停留在 Draft。
- 规划边界仍由 Wisp 控制:模型只能返回白名单模板 ID;工具、权限、后端、预算、依赖和 Reviewer 均由 Wisp 构造并再次校验,不能由模型扩权或嵌套委派。
- 计划状态更清晰:创建按钮和提示文本会区分手动建稿、模型规划和自动启动,避免把瞬间出现的计划卡片误认为已经得到 Agent 结果。
界面与交互稳定性
- 修复 Delegation 模式选择器状态、草稿撤销操作和 Recent Sessions 列表裁切。
- 修复长回复流式输出时聊天视图上下跳动的问题。
- 修复右侧面板标签菜单、DOCX 页面、Office 预览路径栏和最近列表被容器裁切的问题。
- 改进窄窗口下的右侧标签收缩、拖动排序和紧凑导航标签对齐。
兼容性与升级说明
- 可直接覆盖安装
v0.17.0;项目、会话、模型、Agent 工作流和连接配置会继续保留。 - 本版没有新的数据库迁移,也没有破坏性的配置格式变化。
- Assisted 和 Automatic 的规划阶段现在需要可用的当前模型配置;如果模型不可用,界面会显示真实规划错误,而不是退回到相同的本地模拟结果。
- Delegation 仍按会话显式开启;升级不会自动授权尚未开启委派的会话。
测试与交付
- 增加 Manual、Assisted、低风险 Automatic、高风险 Automatic、批准后自动启动和重新规划自动启动的 UI 回归覆盖。
- 增加模板白名单、手动顺序、自动风险阈值、模型 JSON 解析和后台启动的 Rust 测试。
- 发布前通过 Rust workspace 测试、Rust 格式检查和 WASM UI 编译;Playwright 全量回归中的一次首次启动超时已单独复跑通过。
- 推送
v0.17.1标签后,GitHub Actions 会构建 macOS Apple Silicon / Intel DMG 与 Windows MSI / NSIS,并附加到本 Release。
变更统计
v0.17.0..v0.17.1包含 6 个非合并修复提交,涉及 17 个文件和 2 位贡献者。
English: wisp-science v0.17.1 gives Manual, Assisted, and Automatic Agent delegation distinct real semantics, adds risk-gated automatic execution, and fixes recent panel, scrolling, clipping, and draft-control regressions.
What's Changed
- Manual workflows now require an explicit ordered Agent team and run sequentially.
- Assisted workflows use the active model and recent conversation context to produce a reviewable draft.
- Automatic workflows start low-risk local read-only plans, while ACP, write, network, or high-budget plans pause for one explicit approval.
- Wisp continues to construct and validate all permissions, tools, backends, budgets, dependencies, and Reviewer steps from a fixed template whitelist.
- Fixed Delegation mode state, draft discard, streaming chat bounce, right-pane and document clipping, tab overflow and drag ordering, and compact label alignment.
Compatibility: No database migration is required. Existing projects and workflows remain compatible. Assisted and Automatic planning now require a working active model configuration.
Full Changelog: v0.17.0...v0.17.1