Releases: mikotokuroko/Ark-codex-skill
Release list
Ark Codex Deskpet v.0.2.1
Ark Codex Deskpet v.0.2.1
新功能
- 在设置中显示或隐藏菜单栏图标,重启后保留选择。
- 点击「更换图标…」选择本地 PNG、WebP、JPEG 等图片,无需手动替换应用资源或转换 PNG。
- 提供图标预览与「恢复默认」。点击 OK 后立即生效;选择新图片会勾选「显示菜单栏图标」。
- 自定义图标保存在当前 Mac 的 Application Support 中,图片不会上传网络。
无需 Git 更新
- 下载下方 Ark-Codex-Deskpet-v.0.2.1-source.zip,解压到新文件夹。
- 建议先备份
~/Library/Application Support/Ark Codex Deskpet/。 - 打开 Terminal,输入
cd,将解压后的文件夹拖入窗口,按 Return。 - 运行:
./ark-codex-skill/scripts/install_macos.sh安装器替换应用,保留用户桌宠和设置。保存在旧项目目录或 .app 内部的自定义宠物请先另行备份;这些位置不属于受保留的用户桌宠库。无需卸载旧应用,不要运行带 --purge-data 的卸载命令。
安装完成后,右键桌宠 → 设置… → 更换图标…。
环境与验证
- Apple silicon Mac,macOS 13+,Homebrew Python 3.11 和 Xcode Command Line Tools。
- 这是完整源码包,安装器在本机构建并 ad-hoc 签名;不是预编译或公证应用。
- 92 项 Python 测试通过,PNG 选择、图标显示和恢复默认检查通过。
SHA256SUMS.txt提供 ZIP 校验值。
Ark Codex Deskpet v0.2.2-beta.1
Ark Codex Deskpet v0.2.2-beta.1
First packaged source release of the macOS fork. Includes the Codex skill, desktop pet templates, bundled pet assets, build configuration, and installation scripts.
Download and install
Download Ark-Codex-Deskpet-v0.2.2-beta.1-source.zip below, extract it, and follow the README. On Apple silicon macOS 13+, run ./ark-codex-skill/scripts/install_macos.sh from the extracted project folder. Homebrew Python 3.11 and Xcode Command Line Tools are required. This builds and ad-hoc signs the app locally; this is not a prebuilt or notarized application.
Install the Codex skill
npx skills add mikotokuroko/Ark-codex-skill --skill ark-codex-skill --agent codex --globalInstall the Mac application separately using the source package above. Keep the extracted project for its Python environment and build files.
Adoption metrics
GitHub counts downloads of the attached source ZIP. skills.sh reports eligible installations through its CLI. These are separate metrics, not unique users or skill invocation counts. The app has no new usage-reporting feature.
This is a beta source distribution. Existing platform requirements and asset attribution remain in the README. SHA256SUMS.txt provides the source ZIP checksum.
Ark Codex Deskpet v.0.2.0
Ark Codex Deskpet v.0.2.0
Source package for the macOS desktop pet application and Codex skill, including optional installation and successful pet-generation counters.
Download and install
Download Ark-Codex-Deskpet-v.0.2.0-source.zip, extract it, and follow the README. On Apple silicon macOS 13+, install Homebrew Python 3.11 and Xcode Command Line Tools, then run from the extracted folder:
./ark-codex-skill/scripts/install_macos.shThis is a complete source package, not a prebuilt application. The installer builds and ad-hoc signs the app locally. Keep the extracted project for its Python environment and pet-generation scripts.
Changes
- Optional reporting for successful Mac app installations and completed direct pet exports, disabled by default.
- Private Cloudflare totals, duplicate-event protection, and best-effort retries. Reports contain only an event ID and type; no prompts, character names, or file paths.
- Updated README download link and release badges; retained the skills.sh badge.
npx skills add alone does not report an app installation. Reporting requires explicit user consent. See docs/adoption-metrics.md for scope, privacy, and controls.
Validation
92 Python tests and 2 service tests passed. Source ZIP contents and checksum verified before publication. SHA256SUMS.txt contains the archive checksum.