Skip to content

Agent Signal Bar v1.5.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:55

Agent Signal Bar v1.5.1

English

Highlights

  • Maintenance release for the v1.5 account, usage, debug, and release-packaging work.
  • Tightens release validation so app bundles are packaged and verified outside FileProvider-backed workspace paths.

Fixes

  • Fixed known bugs in account switching, usage refresh, debug settings, light effects, and release packaging.
  • Fixed the local integration verifier so done correctly resolves a prior needs-review session as completed.
  • Clarified Keychain migration notes for Codex accounts and manual OpenAI Cookie storage.
  • Disabled the automatic-update toggle in unconfigured development builds so Sparkle settings match real capability.
  • Added a confirmation before diagnostics export and documented the local path metadata included in diagnostic bundles.
  • Removed stale local release-artifact risk by making release packaging use a strict, temporary app bundle path for signing verification.

Release verification

  • git diff --check
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer swift test --scratch-path .build-test
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/build_and_run.sh --verify
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/verify_local_integrations.sh
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/verify_release_all.sh

Downloads

简体中文

亮点

  • v1.5 账户、用量、调试和发布打包工作的维护版本。
  • 强化发布验证:发布 App bundle 会在非 FileProvider 工作区的临时路径中完成签名校验。

修复

  • 修复账户切换、用量刷新、调试设置、灯效和发布打包中的已知 bug。
  • 修复本地集成验证脚本,使 done 能正确把先前的需确认会话收敛为完成状态。
  • 收紧 Codex 账户和手动 OpenAI Cookie 的 Keychain 迁移说明,避免 release note 夸大启动自动迁移。
  • 未配置 Sparkle 的开发构建中禁用自动更新开关,让设置项与真实能力一致。
  • 导出诊断前增加确认,并在诊断 manifest 中说明会包含本机路径元数据。
  • 发布打包改用严格的临时 App bundle 路径做签名验证,降低本地旧产物和 FileProvider xattr 污染风险。

发布验证

  • git diff --check
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer swift test --scratch-path .build-test
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/build_and_run.sh --verify
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/verify_local_integrations.sh
  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer ./script/verify_release_all.sh