Skip to content

v1.5.0: Share

Choose a tag to compare

@github-actions github-actions released this 19 Aug 08:11

wisp-science v1.5.0

v1.5.0 is the Share release. Conversations can leave the app as a long PNG or a self-contained HTML page that matches the live chat, from /share, the topbar, or the composer menu. It also adds Grok Imagine image and video generation, isolates Python/R runtimes per conversation, and tightens session, browser, and upgrade reliability.

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): signed; if SmartScreen still triggers, choose "Run anyway".
  • Linux (deb / AppImage): available for both x86_64 and aarch64.

See Assets below.

Highlights

Share Conversations as PNG or HTML

  • /share, the topbar share button, and the composer + menu open the same message picker.
  • Choose which turns to include. Thinking is listed but hidden from the export by default.
  • Redact keywords before export so names and other sensitive terms become xxx.
  • Export a long PNG with a configurable canvas width (default 840 px).
  • Export a standalone HTML page that reuses the current chat styles, including assistant Markdown.

Image & Video Generation

  • Added Grok Imagine image 2.0 as a selectable image model, with image-model settings.
  • Added video generation for Grok Imagine video models, with an inline player for the resulting MP4.

Isolation & Project Controls

  • Python and R runtimes are isolated per conversation, so parallel sessions no longer share variables or overwrite each other's files.
  • Concurrent sessions no longer credit each other's file writes.
  • Project settings can be opened from a home-screen card, including rename, without opening the project first.

Reliability

  • Live browser retrieval is judged per turn, so a later successful scan no longer leaves a stale offline banner.
  • Mid-turn guidance interrupts run-monitor waits, and the run-review prompt is reserved for submitted tasks.
  • The store survives version-skip upgrades when older keys are missing.
  • Session rename, draft resume, leftover stopping banners, Windows tray localization, title-bar double-click maximize, and rounded Win/Linux launcher icons are fixed.

Full Changes

All commits since v1.4.0:
v1.4.0...v1.5.0


wisp-science v1.5.0

v1.5.0 是分享版本。会话可通过 /share、顶栏按钮或输入框 + 菜单导出为 PNG 长图或与当前对话样式一致的独立 HTML。本版同时加入 Grok Imagine 图片与视频生成,按会话隔离 Python/R 运行时,并加固会话、浏览器与跨版本升级的稳定性。

下载

  • macOS(.dmg,已签名 + 公证):请选择 Apple Silicon(aarch64)或 Intel(x86_64)对应架构;兼容版本可从应用内更新。
  • Windows 安装包(MSI / NSIS):已签名;如仍触发 SmartScreen,可选择「仍要运行」。
  • Linux(deb / AppImage):提供 x86_64 与 aarch64 两个架构。

见下方 Assets。

核心亮点

将会话分享为 PNG 或 HTML

  • /share、顶栏分享按钮和输入框 + 菜单打开同一个消息选择器。
  • 可勾选要导出的回合;思考过程会列出,但默认不包含在导出中。
  • 导出前可打码关键词,把姓名等敏感词替换为 xxx
  • 可导出 PNG 长图,并设置画布宽度(默认 840 px)。
  • 可导出独立 HTML 网页,沿用当前对话样式,助手回复的 Markdown 也会按原样渲染。

图片与视频生成

  • 新增 Grok Imagine image 2.0 作为可选图片模型,并提供图片模型设置。
  • 新增 Grok Imagine 视频模型的视频生成,结果 MP4 可在对话中直接播放。

隔离与项目操作

  • Python 与 R 运行时按会话隔离,并行会话不再共享变量或互相覆盖文件。
  • 并行会话不会再把彼此的文件写入记到对方名下。
  • 主页项目卡片可直接打开项目设置(含重命名),不必先进入项目。

稳定性

  • 浏览器实时检索按整轮判定,后续成功扫描不再留下过期的离线横幅。
  • 回合中途的引导会打断任务监控等待;运行审查提示只在已提交任务后出现。
  • 跨版本升级时,即使缺少旧键也不会导致存储崩溃。
  • 修复会话重命名、草稿恢复、停止横幅残留、Windows 托盘本地化、标题栏双击最大化,以及 Windows/Linux 圆角启动图标。

完整变更

v1.4.0 以来的全部提交见:
v1.4.0...v1.5.0

What's Changed

  • test(ui): correct skill counts after a fourth mock skill was added by @Emberwhirl in #890
  • fix: make renaming a fresh session take effect immediately by @Emberwhirl in #891
  • fix(sessions): resume a used conversation, not a named unused draft by @xuzhougeng in #892
  • feat(models): add grok-imagine-image-2.0 and image-model settings by @xuzhougeng in #896
  • fix(windows): restore title-bar double-click maximize after snap by @xuzhougeng in #893
  • fix(browser): keep live-retrieval mark after a later successful scan by @xuzhougeng in #895
  • fix(ui): drop leftover stopping banner once the turn is idle by @xuzhougeng in #894
  • docs: add MedUni Wien logo to the trusted-by strip by @Emberwhirl in #908
  • fix(browser): wait for document complete before open and scan by @xuzhougeng in #906
  • fix(windows): localize tray menu by @xuzhougeng in #909
  • feat(ui): configure projects from the home card by @xuzhougeng in #910
  • fix(store): survive version-skip upgrades with missing keys by @xuzhougeng in #914
  • test(ui): keep Settings distinct from cards by @xuzhougeng in #915
  • fix(llm): fail fast leftover proxy hangs by @xuzhougeng in #916
  • feat: add video generation model support (grok-imagine-video) by @xuzhougeng in #918
  • Fix parallel-session state and provenance bleed within one project (#911) by @xuzhougeng in #919
  • feat(ui): limit /share to long-image export with configurable width by @xuzhougeng in #920
  • fix(browser): 修复联网检索成功后仍弹出「未联网检索」提示 by @xuzhougeng in #922
  • fix(runs): interrupt monitor waits on mid-turn guidance by @xuzhougeng in #923
  • fix: reserve run-review auto-prompt for submitted tasks at turn end (#897) by @xuzhougeng in #924

Full Changelog: v1.4.0...v1.5.0