Skip to content

Prism Vesicle v1.0.0-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:46
· 138 commits to main since this release
9b8afa7

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

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

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

What's Changed

  • fix(skills): decouple script permissions from shell exec by @3aKHP in #190
  • feat(skills): add update-config Skill and vesicle config CLI surface by @3aKHP in #191
  • fix(skills): consume VESICLE_HOST_CONFIG_DIR and mask .env comment secrets by @3aKHP in #192
  • feat(cli): extend update-config provider and model management by @3aKHP in #193
  • refactor(config): single-owner write primitives and schema validation by @3aKHP in #195
  • refactor(scripts): reorganize scripts/ into build/check/smoke subdirectories by @3aKHP in #196
  • feat(claude-code): add vesicle-cr-reviewer Independent CR subagent by @3aKHP in #197
  • feat(claude-code): add Tier 2 deep-cr multi-agent review by @3aKHP in #198
  • fix(providers): codex-http-relay relay compatibility (terminal subset + service_tier) by @3aKHP in #199
  • docs(responses): record openai-public real-provider gate pass (#187) by @3aKHP in #200
  • feat(providers): promote codex-beta to a first-class profile; fix WS-only downgrade by @3aKHP in #201
  • feat(assets): bundle harness 10.2.1 by @3aKHP in #203
  • feat(session): regenerate turns as switchable horizontal candidates (#88) by @3aKHP in #204
  • fix(tools): unify directory discovery for #205/#206 by @3aKHP in #207
  • fix(assets): pin v10.3 harness to merged NN source by @3aKHP in #208
  • feat(providers): admit deepseek-v4-pro in the dated DeepSeek Responses subset by @3aKHP in #210
  • feat(session): per-candidate file coexistence for #88 Phase 2 by @3aKHP in #211
  • fix(tui): exit cleanly on second Ctrl+C under bun run dev by @3aKHP in #212
  • feat: any-depth candidate tree with full-manifest file switching by @3aKHP in #213
  • fix: cancel permission continuations and busy-mode Esc interrupt by @3aKHP in #215
  • release: v1.0.0-alpha.10 readiness by @3aKHP in #214

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10