Skip to content

feat(agents): local base file; fix Intel Mac build and Windows upgrade#21

Merged
Minitour merged 1 commit into
mainfrom
develop
Mar 6, 2026
Merged

feat(agents): local base file; fix Intel Mac build and Windows upgrade#21
Minitour merged 1 commit into
mainfrom
develop

Conversation

@Minitour
Copy link
Copy Markdown
Contributor

@Minitour Minitour commented Mar 6, 2026

Summary

Changes

  1. Agents base from local file: AgentFileBase supports type: local and path (relative to capabilities file). SKILL.md updated.
  2. Intel Mac: Release workflow uses Bun --target per matrix job; macOS x86_64 uses bun-darwin-x64.
  3. Windows upgrade: Upgrade sets CAPA_UPGRADE_PID; install.ps1 downloads to temp and defers replace until process exits.

Testing

bun test (224 tests) passes.

- agents.base: add type 'local' and path for file relative to capabilities file
- release: use Bun --target for cross-compile so Intel Mac gets x86_64 binary (fixes #20)
- upgrade: download to temp and defer replace on Windows when exe in use (fixes #19)
- install.ps1: CAPA_UPGRADE_PID support for deferred replacement after process exit
- SKILL.md: document agents.base.path and local type
@Minitour Minitour merged commit 31ce695 into main Mar 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade fails on Windows Does not run Intel Mac

1 participant