Skip to content

Prism Vesicle v1.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 09:22
· 63 commits to main since this release
b1091f8

Beta channel and known limits / Beta 频道与已知限制

npm's latest dist-tag intentionally tracks the newest beta during the beta line, so npm install -g prism-vesicle installs 1.0.0-beta.2 once publication completes. Pin an explicit older version to remain on an alpha build. This policy will be reconsidered before an RC or stable 1.0.0 release.

Beta 阶段中,npm 的 latest dist-tag 会有意跟随最新 Beta,因此发布完成后 npm install -g prism-vesicle 会安装 1.0.0-beta.2。如需继续停留在 Alpha 构建,请显式固定旧版本。进入 RC 或稳定 1.0.0 前会重新评估该策略。

Provider-native search is explicit and provider-scoped: /websearch on sends queries to the selected provider without a per-call tool approval, and is admitted only for configured Gemini generateContent, OpenAI Responses openai-public, and deepseek-subset-2026-08-19 models with capabilities.builtinWebSearch. Citations are optional provider behavior. Existing deepseek-subset-2026-07-31 configurations are not migrated automatically and remain search-disabled until changed deliberately. The applicable OpenAI, DeepSeek, Gemini, and Tavily dogfood evidence is dated 2026-08-20; opt-in real-endpoint suites report missing prerequisites as unavailable, never passed.

供应商原生搜索必须显式开启且受供应商范围限制:/websearch on 会将查询发送给当前供应商,不会逐次弹出工具批准;仅在模型声明 capabilities.builtinWebSearch 且使用已支持的 Gemini generateContent、OpenAI Responses openai-publicdeepseek-subset-2026-08-19 时可用。引用由供应商选择是否返回。现有 deepseek-subset-2026-07-31 配置不会自动迁移,必须主动修改后才能使用搜索。适用的 OpenAI、DeepSeek、Gemini 与 Tavily dogfood 证据日期为 2026-08-20;可选真实端点测试在前置条件缺失时记为不可用,不计为通过。

MCP resource, audio, URL/link, and unknown result kinds remain deferred: Vesicle omits them without auto-fetch or prompt injection. See STATUS.md and Issue #177 for the current boundary.

MCP resource、audio、URL/link 与未知结果类型仍处于延后状态:Vesicle 会忽略它们,不自动抓取,也不注入提示。当前边界见 STATUS.md 与 Issue #177

Windows code-signing status / Windows 代码签名状态

The Windows executable and installer in 1.0.0-beta.2 are not Authenticode-signed. Windows signing is deferred until the project has a stronger basis for a signing provider, with no version deadline. Download only from this official GitHub Release and verify the file against SHA256SUMS.txt. Do not disable Windows security features globally.

1.0.0-beta.2 中的 Windows 可执行文件和安装器没有 Authenticode 签名。Windows 签名推迟到项目具备引入签名服务的条件后再考虑,不设版本截止期限。请只从本 GitHub Release 官方页面下载,并使用 SHA256SUMS.txt 核对文件;不要在系统范围内关闭 Windows 安全功能。

See the Code Signing Policy / 参见代码签名政策

What's Changed

  • chore(release): forward-sync v1.0.0-beta.1 to develop by @3aKHP in #236
  • docs(readme): adopt compact brand masthead by @3aKHP in #237
  • fix(tools): surface delete/move mutations via bundled Harness 10.3.0-alpha.2 by @3aKHP in #240
  • feat(session): explicit Harness migration with offline preflight by @3aKHP in #241
  • fix(session): splice indeterminate process results next to their carrier by @3aKHP in #244
  • fix(providers): keep gemini_part thinking blocks across session reload by @3aKHP in #245
  • release: v1.0.0-beta.2 by @3aKHP in #246

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2