Skip to content

LingShu v0.1.0-alpha.9

Pre-release
Pre-release

Choose a tag to compare

@RoyZhao1991 RoyZhao1991 released this 21 Jul 02:08

LingShu v0.1.0-alpha.9

English | 简体中文

English

This alpha embeds the Grok-derived agent source as LingShu's own in-process native Loop Runtime. It starts with the app, remains available for tasks, and drives both delivery Maker and independent checker sessions without launching an external Grok CLI.

What changed

  • Makes the embedded Runtime the default native Loop engine and hides the legacy native engine from normal settings.
  • Uses one Loop-engine selection for both Maker and checker, with isolated sessions and visible progress events for each role.
  • Preserves explicit external-agent overrides: Codex or another registered agent can still be selected independently as Maker or checker.
  • Keeps model access provider-neutral. OpenAI, Anthropic, xAI, DeepSeek, Kimi/Moonshot, MiniMax, and compatible endpoints use user-supplied credentials rather than requiring xAI authorization.
  • Prevents failed or inconclusive checker outcomes from being delivered as completed work.
  • Pins and checksum-verifies the bundled ripgrep tool, then validates the embedded Runtime as signed Universal arm64 + x86_64 code during release.

Verification and release integrity

  • GitHub Swift tests passed on the release branch.
  • Build 12 was compiled from clean source commit 84d62e1521720af49df5ff1c594d52cacf06b35d for Apple silicon and Intel.
  • The app, bundled CLI, and embedded Loop Runtime passed Developer ID signature validation.
  • The app and DMG were separately accepted by Apple notarization and carry stapled tickets.
  • The notarized DMG passed remount, Gatekeeper, installed-payload signature, and disposable clean-user launch checks.
  • All 11 machine-readable clean-user checks are true; inspect clean-user-smoke-result.json in the release assets.
  • DMG SHA-256: c2735cd762926fe9b0b55bdde5bfebacfb06b4d95c6f5338285e7c21e3107c2d.

Install

Download the signed Universal DMG directly:

LingShu-0.1.0-12-macOS-universal.dmg

Then verify it with the accompanying checksum file:

shasum -a 256 -c LingShu-0.1.0-12-macOS-universal.dmg.sha256

Requires macOS 14 or later and a supported provider token or compatible custom endpoint for model-backed tasks. LingShu remains alpha software; keep backups and review high-impact actions and generated deliverables.

简体中文

本次 Alpha 将 Grok 派生的 Agent 源码内嵌为灵枢自己的进程内原生 Loop Runtime。它随 App 启动并保持在线,直接承载交付 Maker 与独立 checker 会话,不再通过外部 Grok CLI 临时拉起。

本次改动

  • 将内嵌 Runtime 设为默认原生 Loop 引擎,并在普通配置界面隐藏旧原生引擎。
  • 一个 Loop 引擎选项同时控制 Maker 与 checker;两者使用隔离会话,并分别输出可见的执行过程。
  • 保持外部 Agent 覆盖机制不变:Codex 或其他已注册 Agent 仍可单独指定为 Maker 或 checker。
  • 模型接入保持厂商中立。OpenAI、Anthropic、xAI、DeepSeek、Kimi/Moonshot、MiniMax 与兼容端点均使用用户自行填写的凭据,不强制要求 xAI 授权。
  • checker 失败或证据不足时不再把任务作为已完成交付。
  • 发布构建固定并校验内嵌 ripgrep 工具,同时验证 Runtime 为已签名的 arm64 + x86_64 Universal 二进制。

验证与发布完整性

  • 发布分支的 GitHub Swift 测试已通过。
  • Build 12 从干净源码提交 84d62e1521720af49df5ff1c594d52cacf06b35d 构建,同时覆盖 Apple 芯片与 Intel。
  • App、内置 CLI 与内嵌 Loop Runtime 均通过 Developer ID 签名验证。
  • App 与 DMG 分别通过 Apple 公证并装订公证票据。
  • 公证 DMG 通过重新挂载、Gatekeeper、安装后签名与一次性全新用户启动验证。
  • 机器可读结果中的 11 项全新用户检查全部为 true,可在 Release 资产 clean-user-smoke-result.json 中查看。
  • DMG SHA-256:c2735cd762926fe9b0b55bdde5bfebacfb06b4d95c6f5338285e7c21e3107c2d

安装

直接下载已签名的 Universal DMG:

LingShu-0.1.0-12-macOS-universal.dmg

再使用同时发布的校验文件验证:

shasum -a 256 -c LingShu-0.1.0-12-macOS-universal.dmg.sha256

需要 macOS 14 或更高版本。使用模型驱动任务时,还需要受支持服务商的 Token 或兼容自定义端点。灵枢仍处 Alpha 阶段,请保留重要文件备份,并检查高影响操作与生成产物。