Releases: suiflex/arsy-code
Releases · suiflex/arsy-code
Release list
v0.1.2
Bug Fixes
- compile the sandbox on aarch64 Linux (338bc08)
- sandbox: deny fork and vfork only where the kernel has them (7e0dda5)
What's Changed
- fix: compile the sandbox on aarch64 Linux by @mulhamna in #45
- chore(main): release 0.1.2 by @mulhamna in #46
Full Changelog: v0.1.1...v0.1.2
What's Changed
- fix: compile the sandbox on aarch64 Linux by @mulhamna in #45
- chore(main): release 0.1.2 by @mulhamna in #46
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
0.1.0 (2026-09-14)
Features
- acp: an editor can drive a session over stdio (07ab402)
- add compatibility and supervised runtime foundations (#21) (88f6417)
- add npm distribution and release-please CI (1c776c6)
- agent: enforce Plan Mode at the tool-execution boundary (#36) (268c4f0)
- cli: add interactive /auth menu, effort dials, and model reasoning events (#26) (d880938)
- cli: arsy migrate reaches the store migration engine (6773f8a)
- cli: improve tui responsiveness, tool boxes, and themes (#33) (13d511c)
- close the 2026-09-11 coding-agent completeness audit (3f3027a)
- close the 2026-09-11 coding-agent completeness audit (4d5bd23)
- code: semantic navigation the model can actually reach (fdb6730)
- compatibility and supervised runtime foundations (#23) (de5ab43)
- debug: a breakpoint run, instead of a print statement (d5cce8e)
- eval: measure the comparison a gate asks for, instead of a pass rate (e62007a)
- harness: one path from a model tool call to an effect (8966714)
- hook: run the lifecycle engine, sourced from whichever ecosystem you already use (#31) (8826a10)
- ide: the reference thin client, and what makes it thin (b69687e)
- implement Project 3 prompt sandbox and LSP tasks (#20) (36da046)
- implement the first 30 Project 3 harness tasks (bfc7b40)
- install: add curl/PowerShell installers, checksum-only (203d714)
- kernel: add canonical domain types (aa0baec)
- kernel: add durable artifact CAS (4585930)
- kernel: add migration planning with verified backup (b30e88d)
- kernel: add optimistic event store contract (5f084c9)
- kernel: add Phase 1a runtime foundations (bfc25ab)
- kernel: add rebuildable event projections (49295c5)
- kernel: add SQLite WAL event store (1352338)
- kernel: add the capability vocabulary and grant attenuation (74cd2d0)
- kernel: add the operation contract and executor registry (902b5f7)
- kernel: add the P1b authority core (b795a2b)
- kernel: add the policy engine with an explanation trace (59162cc)
- kernel: close Phase 1a with properties and schema migration (39066c0)
- kernel: stamp and gate the SQLite schema version (ddc531d)
- lsp: the semantic tier speaks the protocol a real server answers (05db32f)
- memory: a workspace remembers, and the model is told what it remembers (96c455a)
- npm: add npm distribution package for the CLI (0cc18a4)
- OAuth login presets (Codex, Antigravity) and a selectable theme system (#27) (5c3eab3)
- overhaul sessions, providers, and TUI execution (#29) (33be63a)
- plugin: an installed WASM plugin can actually be run (481d7da)
- provider: replay a recorded conversation, so a measurement can hold the model still (c4e9833)
- reach any OpenAI- or Anthropic-compatible endpoint natively (#24) (3525d79)
- refresh ARSY branding and TUI logo (7656e6e)
- release: build Windows on ARM and ship the installers as assets (8eca1d0)
- release: publish the formula and manifest to the tap and bucket (544cc20)
- release: sign an aggregate SHA256SUMS with keyless Sigstore (fd13454)
- repair the release pipeline and enable CI for v0.1.0 (d8cb699)
- review: arsy review reads the change and says what it deserves (b5c04f4)
- runtime: a run is a leased task in a durable graph, and resume finishes it (f395d59)
- session/evidence/policy CLI, MCP client and server, extensions (ab752b7)
- subagent: a child task that holds less than the parent that made it (a7a0a27)
- telemetry: a run reports what it spent and why it stopped (7f620e1)
- TUI slash commands, reasoning effort, and an optional keychain (#25) (aca83ca)
Bug Fixes
- address the review findings on the completeness-audit branch (5480bcb)
- address the twelve review findings on the extensions branch (#32) (c0e436d)
- agent: a half-applied patch now says what it already wrote (3177ac6)
- agent: remove a cancellation flag nothing consulted, and two dead paths (b7f8313)
- cli: keep TUI composer responsive (cd0aa60)
- cli: review and migrate take the arguments they were documented to take (c253d3c)
- code: the rename staleness check was checking nothing (ffb05f1)
- com...