Skip to content

v1.0.92

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:16
· 21 commits to main since this release
58b1ea6

变更 / Changes

Added

  • 设置页语气档案区补回「从我的消息生成/更新档案」(owner 授权代拍 D47):点一下就在后台跑几分钟的 act.voice_gen(只读 Slack 工具搜你自己发过的 100–200 条消息,按出厂模板骨架归纳出你的语气档案,旧档案先备份),按钮期间显示「生成中…」并禁用,跑完在按钮下方给出那一句结果(成功绿字 / 失败橙字,原文照抄),「当前生效」一行随之刷新;刷新页面回来也接着显示进行中。走的是既有的 inbox 动作路(voice_generate → actd 分离起子进程 → state/voice_gen/job.jsonGET /api/voice/generate-status):server 不起长进程,同一时刻只跑一份;后台没在跑(90 s 没人接手)或子进程丢了(15 分钟没回执)都会说人话并解锁按钮。设置目录里「启用语气注入」的说明不再把人指去终端。

安装 / Install

macOS

下载下方的 ZelinAIAssistant-*.pkg 双击安装。装完后菜单栏会自动出现小图标(首启弹权限设置页)。

这个安装包目前没有 Apple 开发者签名,所以 macOS 第一次会拦下它说"无法打开"。这不是故障,也不是恶意软件——用 3 步绕过(只需做这一次):

  1. 在 Finder 里右键点击 .pkg 文件 → 选「打开」;
  2. 弹窗里再点一次「打开」;
  3. 如果 macOS Sequoia 仍然拒绝:打开 系统设置 → 隐私与安全性,拉到底部,点「仍要打开」,输一次密码。

Download ZelinAIAssistant-*.pkg below and double-click it. The build is not yet signed with an Apple Developer ID, so macOS blocks the first open — expected, not malware. Bypass it once: right-click the .pkg in Finder → Open → Open; if macOS Sequoia still refuses, go to System Settings → Privacy & Security, scroll to the bottom, click Open Anyway and enter your password.

Windows / Linux

Windows 和 Linux 是纯 Python(无需编译)。下载对应的源码包,解压,然后从解压出的目录里运行安装脚本:

  • Windows:下载 ZelinAIAssistant-*-windows.zip,解压后运行 install.ps1(指南:docs/WINDOWS.md)。
  • Linux:下载 ZelinAIAssistant-*-linux.tar.gz,解压后运行 bash install-linux.sh(指南:docs/LINUX.md)。

Windows and Linux are pure Python (no build step). Download the matching source bundle, unpack it, and run the install script from the extracted folder:

  • Windows: download ZelinAIAssistant-*-windows.zip, extract, run install.ps1 — see docs/WINDOWS.md.
  • Linux: download ZelinAIAssistant-*-linux.tar.gz, unpack, run bash install-linux.sh — see docs/LINUX.md.

完整安装指南 / full install guide: docs/INSTALL.md · 卸载 / uninstall: bash uninstall.sh

What's Changed

Other changes

  • feat: 「从我的消息生成/更新档案」 runs act.voice_gen as an inbox-driven job with busy state and result (D47) by @Wan-ZL in #279

Full Changelog: v1.0.91...v1.0.92