v1.0.0: New Dawn
wisp-science v1.0.0
v1.0.0 is the first stable release of wisp-science: the Beta label is removed, and it introduces the core Exploration Branches capability — create isolated branches from any historical turn and safely promote or discard them, so trial-and-error in scientific analysis no longer pollutes the mainline conversation. This release also includes a comprehensive UI polish pass, frontend performance optimizations, and multiple stability fixes.
Downloads
- macOS (.dmg, signed + notarized): choose the Apple Silicon (aarch64) or Intel (x86_64) build; compatible versions can update in-app.
- Windows installers (MSI / NSIS): not yet signed and may trigger SmartScreen; choose "Run anyway".
See Assets below.
Highlights
Exploration Branches
- Create isolated exploration branches from any historical turn; each branch has its own context snapshot and does not affect the mainline conversation.
- Restore the state of historical turns, manage isolated exploration branches in the UI, and safely promote branch conclusions back to the mainline or discard them.
- New exploration checkpoint storage and workspace snapshot isolation underneath keep branch data fully separated.
UI Polish & Usability
- Comprehensive visual polish: a quieter composer, scrollable tabs, more compact artifact cards, and a unified font scale.
- Sidebar row actions now appear on hover; status dots only show while tasks are running, for a cleaner interface.
- Open project folders in place; copy workspace paths directly from the Files panel.
- Sample projects are now read-only; completed run cards can be dismissed manually; the plan card revision flow is clearer.
- Removed the Beta label from the project landing page.
Performance & Stability
- Bounded frontend payload and transcript transfer sizes; more efficient Markdown rendering of live steps makes long sessions smoother.
- Project imports/exports are now non-blocking and no longer freeze the UI.
- Fixed interrupted turns being incorrectly marked as complete.
- Fixed generated-artifact reply attribution, workspace switcher behavior, side-chat evidence retrieval, literature research quick actions, and more.
- Fixed composer picker handling of Chinese IME punctuation; fixed clipped pet status labels on Windows.
Scientific Skills & Engineering
- New evidence-governed research workflow skills.
- CI now includes a Windows test-signing flow; fixed GitHub Pages asset deployment.
Full Changes
All commits since v0.36.0:
v0.36.0...v1.0.0
wisp-science v1.0.0
v1.0.0 是 wisp-science 的首个正式版本:移除 Beta 标识,并带来探索分支(Exploration Branches)这一核心能力——可以从任意历史轮次创建隔离分支、安全地提升或丢弃,让科学分析中的"试错"不再污染主线会话。本版本还包含一轮全面的界面打磨、前端性能优化与多项稳定性修复。
下载
- macOS(.dmg,已签名 + 公证):请选择 Apple Silicon(aarch64)或 Intel(x86_64)对应架构;兼容版本可从应用内更新。
- Windows 安装包(MSI / NSIS):当前尚未签名,可能触发 SmartScreen;可选择「仍要运行」。
见下方 Assets。
核心亮点
探索分支(Exploration Branches)
- 可从任意历史轮次创建隔离的探索分支,分支拥有独立的上下文快照,不影响主线会话。
- 支持恢复历史轮次状态、在界面中管理隔离的探索分支,并可安全地将分支结论提升回主线或直接丢弃。
- 底层新增探索检查点存储与工作区快照隔离,保证分支间的数据互不干扰。
界面打磨与易用性
- 全面的视觉打磨:更安静的输入框、可滚动的标签页、更紧凑的产物卡片与统一的字体比例。
- 侧边栏行操作改为悬停时显示,状态点仅在任务运行中出现,界面更干净。
- 支持原地打开项目文件夹;文件面板可直接复制工作区路径。
- 示例项目改为只读;已完成的运行卡片可手动收起;计划卡片的修订流程更加清晰。
- 移除项目落地页的 Beta 标识。
性能与稳定性
- 限制前端负载与会话记录的传输体积,实时步骤的 Markdown 渲染更高效,长会话更流畅。
- 项目传输改为非阻塞,不再卡住界面。
- 修复被中断的回合被错误标记为完成的问题。
- 修复生成产物的回复归属、工作区切换器行为、侧聊证据检索、文献研究快捷操作等问题。
- 修复输入框选择器对中文输入法标点(IME)的处理;修复 Windows 下宠物状态标签被裁切的问题。
科学技能与工程
- 新增"证据治理"研究工作流技能(evidence-governed research workflows)。
- CI 新增 Windows 测试签名流程;修复 GitHub Pages 产物部署。
完整变更
自 v0.36.0 以来的全部提交见:
v0.36.0...v1.0.0
What's Changed
- Fix Generated artifact attribution by @xuzhougeng in #735
- feat: add isolated exploration branches by @xuzhougeng in #736
- Fix composer picker for Windows IME punctuation by @xuzhougeng in #737
- Fix side chat evidence retrieval across compacted history by @xuzhougeng in #738
- Fix workspace switcher behavior by @xuzhougeng in #739
- Fix Generated artifact attribution after follow-up tools by @xuzhougeng in #740
- Allow dismissing completed run cards by @xuzhougeng in #742
- chore: remove unreachable Tauri and preview code by @xuzhougeng in #743
- Fix literature research in the current conversation by @xuzhougeng in #744
- chore: remove unused UI DTO fields by @xuzhougeng in #745
- Remove beta label from project landing by @xuzhougeng in #746
- perf: bound frontend payload and transcript churn by @xuzhougeng in #747
- Fix interrupted turns being marked complete by @xuzhougeng in #748
- feat(skills): add evidence-governed book distillation and biomedical paper audit by @jarxunlai in #749
- ui: visual polish pass — quieter composer, scrollable tabs, compact artifact cards, unified font scale by @xuzhougeng in #752
- Make project imports and exports non-blocking by @xuzhougeng in #753
- Fix clipped Windows pet status labels by @xuzhougeng in #754
- feat: copy workspace paths from Files by @xuzhougeng in #755
- ui: reveal sidebar row actions on hover only; status dots hidden until running by @xuzhougeng in #756
- Open existing project folders in place by @xuzhougeng in #757
Full Changelog: v0.36.0...v1.0.0