Skip to content

Releases: rivet-dev/agentos

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 07 Jul 03:50
5bf5901

What's Changed

  • test(actor-plugin): cover action contract by @NathanFlurry in #1638
  • fix(execution): stop presuming stdio is a TTY under kernel-stdio sync RPC by @NathanFlurry in #1643
  • fix(actor-plugin): revive rivetkit $Undefined envelopes in action args by @NathanFlurry in #1644
  • fix(native-sidecar): propagate guest wasm deletions and renames to the VM shadow root by @NathanFlurry in #1645
  • fix(native-sidecar): fix guest wasm file access on js_bridge-backed root mounts by @NathanFlurry in #1646

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:05
6256727

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:21
4af0f1e

What's Changed

  • fix(website): repair broken docs links and anchors by @NicholasKissel in #1546
  • feat(shell): native docker-run-style interactive shell (agentos-shell) by @NathanFlurry in #1547
  • fix(core): shared sidecar must not hang one-shot scripts; se 0.3.3 + agent×pkg-mgr e2e matrix by @NathanFlurry in #1551
  • feat(permissions): wire actor permission requests and warn on missing handler by @NathanFlurry in #1552
  • feat(python): Pyodide python/python3 CLI + whole-VM-root filesystem + VFS-persistent pip + file delete/rename by @NathanFlurry in #1536
  • fix(ci): pin secure-exec deps + drop unpublished shell packages by @NathanFlurry in #1554
  • docs(python): mark raw TCP/UDP sockets supported by @NathanFlurry in #1553
  • Migrate docs to @rivet-dev/docs-theme (de-Starlight) + Typesense search by @NathanFlurry in #1555
  • fix(docs): convert opencode to (fixes build) by @NathanFlurry in #1556
  • fix(docker): don't leak FA Pro token into build logs by @NathanFlurry in #1558
  • fix(deps): re-pin @secure-exec/* to a durable main release by @NathanFlurry in #1557
  • test(bench): add differential fuzz-perf benchmark harness by @NathanFlurry in #1563
  • chore(scripts): allow SECURE_EXEC_REL override for nested local checkouts by @NathanFlurry in #1564
  • feat(packages): { packageDir } software refs read from agentos-package.json by @NathanFlurry in #1561
  • feat: browser-converged runtime + real terminal client (web) by @NathanFlurry in #1565
  • chore(deps): re-pin published @agentos-software/* to { packageDir } dev build by @NathanFlurry in #1566
  • test(bench): add perf-finding regression ops for hot-path scan findings by @NathanFlurry in #1570
  • test(bench): add differential coverage for timers, udp/unix/http, async fs, and large-stdio ops by @NathanFlurry in #1571
  • feat(acp): auto-restart crashed agent adapters and surface exit events by @NathanFlurry in #1574
  • feat(shell): --actor mode + PTY line-discipline & vim test suites by @NathanFlurry in #1569
  • feat(core): opt-in high-resolution guest clock option + bench harness use by @NathanFlurry in #1575
  • test(bench): add vm-wasm lane (native-baseline wasm32-wasi) to the differential matrix by @NathanFlurry in #1576
  • chore(bench): remove benches migrated to secure-exec packages/benchmarks by @NathanFlurry in #1578
  • test(core): revive brush-interactive as a packageDir reedline integration test by @NathanFlurry in #1579
  • test(core): vim idle regression + drop interactive CPU/fuel overrides by @NathanFlurry in #1580
  • test(core): guard shared-terminal child output against double rendering by @NathanFlurry in #1581
  • chore(skills): add create-workspace skill for topic jj workspaces by @NathanFlurry in #1584
  • chore(skills): create-workspace asks for the topic when not obvious by @NathanFlurry in #1585
  • refactor(agentos)!: drop lowercase agentOs export, use agentOS only by @NathanFlurry in #1586
  • feat(examples): add browser-terminal (agentOS actor + xterm) by @NathanFlurry in #1582
  • feat(agentos-actor-plugin): add listMounts and listSoftware actionss by @abcxff in #1559
  • feat(inspector): custom actor inspector tabs on the rivetkit client by @abcxff in #1560
  • feat(agentos-actor-plugin): add readdirEntries (one-shot typed directory listingg) by @abcxff in #1572
  • chore(actor): sync actor and heall by @abcxff in #1573
  • fix(agents): pack built-in agents into versioned / layout by @NathanFlurry in #1589
  • chore(deps): pin rivetkit + @rivetkit/react to native-plugin inspectorTabs build (qkwmksyy.d2859b0) by @abcxff in #1594
  • feat(deps): commit file-based secure-exec deps with transient publish-time version swap by @NathanFlurry in #1590
  • refactor(core): fully dynamic default software from registry package manifests by @NathanFlurry in #1591
  • feat(shell): vim and vix via registry packages, delete .local-cmds by @NathanFlurry in #1597
  • chore(deps): bump secure-exec ref to per-binary cmd entry point by @NathanFlurry in #1598
  • chore(deps): bump secure-exec ref to native Makefile cleanup by @NathanFlurry in #1599
  • chore(deps): bump secure-exec ref to source-built vim + audit fixes by @NathanFlurry in #1600
  • test(core): strict vim full-screen render guard by @NathanFlurry in #1601
  • test(core): 1:1 wasm-vs-native vim PTY parity guard by @NathanFlurry in #1602
  • feat(limits): expose runtime limit config by @NathanFlurry in #1609
  • test(core): filesystem native-parity guard (fs_probe vs native Linux) by @NathanFlurry in #1610
  • ci: run heavy CI and publish builds on the self-hosted agentos-builder pool by @NathanFlurry in #1603
  • refactor(core,client): move agent resolution, command/snapshot/stub and recursive-fs logic into the sidecar by @NathanFlurry in #1612
  • chore(release): pin product versions to 0.0.1 and gate in CI by @NathanFlurry in #1613
  • feat(client): provided_commands forwarder + sidecar compile fixes + pin deps to 0.0.1 by @NathanFlurry in #1614
  • feat(browserbase): browser support example, docs, and exec env option by @NathanFlurry in #1615
  • chore: bump secure-exec ref to include browserbase package by @NathanFlurry in #1616
  • feat(sandbox): guest-native /opt/agentos tar mounts — client + sidecar by @NathanFlurry in #1617
  • feat(agentos): adapterEntrypoint in listAgents + guest-native pkgs/ agent resolution by @NathanFlurry in #1618
  • feat: flip secure-exec into agentos core by @NathanFlurry in #1619
  • fix(publish): unblock crates.io release (V8-bridge staging + aliased vfs version bump) by @NathanFlurry in #1621
  • feat(runtime): .aospkg package format — single vbare manifest, toolchain packer, packagePath refs by @NathanFlurry in #1620
  • fix(sidecar): resolve packed-agent ACP enumeration from sidecar-owned manifest state by @NathanFlurry in #1622
  • fix(runtime): harden .aospkg packers and package-ref handling from review findings by @NathanFlurry in #1623
  • docs(vfs): document package-format v1.bare fields by @NathanFlurry in #1624
  • fix(registry): compile http_get_test against the patched wasi sysroot by @NathanFlurry in #1625
  • fix(runtime): packed-agent module resolution, symlink-leaf mount semantics, and net timeout sentinel by @NathanFlurry in #1626
  • chore(registry): add registry-native-preflight recipe for CI-clean C wasm builds by @NathanFlurry in #1627
  • test(native-sidecar): bench package projection against tar extraction with cold-cache and read-all spans by @NathanFlurry in #1628
  • fix(ci): repair main CI — compat check crate rename, idempotent docs-theme clone, clippy debt by @NathanFlurry in #1629
  • fix(publish): ship common on the main release track, pin independent registry deps to npm latest, fix release asset upload glob by @NathanFlurry in #1630
  • feat(website): auto-generate registry page from registry packages by @NathanFlurry in #1632
  • fix(publish): resolve named pnpm catalogs in the version bump and fail loudly on unresolvable specs by @NathanFlurry in #1633
  • fix(agentos): pin rivetkit catalog to the feat-dylib-actor-plugin preview and adapt inspector actor hook by @NathanFlurry in #1634
  • revert(agentos): restore rivetkit inspector-tabs preview pin by @NathanFlurry in #1635

**Fu...

Read more

v0.2.5-rc.5

v0.2.5-rc.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:27
632db1f

What's Changed

  • fix(publish): ship common on the main release track, pin independent registry deps to npm latest, fix release asset upload glob by @NathanFlurry in #1630

Full Changelog: v0.2.5-rc.4...v0.2.5-rc.5

v0.2.5-rc.4

v0.2.5-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:02
b8ca993

What's Changed

  • feat(limits): expose runtime limit config by @NathanFlurry in #1609
  • test(core): filesystem native-parity guard (fs_probe vs native Linux) by @NathanFlurry in #1610
  • ci: run heavy CI and publish builds on the self-hosted agentos-builder pool by @NathanFlurry in #1603
  • refactor(core,client): move agent resolution, command/snapshot/stub and recursive-fs logic into the sidecar by @NathanFlurry in #1612
  • chore(release): pin product versions to 0.0.1 and gate in CI by @NathanFlurry in #1613
  • feat(client): provided_commands forwarder + sidecar compile fixes + pin deps to 0.0.1 by @NathanFlurry in #1614
  • feat(browserbase): browser support example, docs, and exec env option by @NathanFlurry in #1615
  • chore: bump secure-exec ref to include browserbase package by @NathanFlurry in #1616
  • feat(sandbox): guest-native /opt/agentos tar mounts — client + sidecar by @NathanFlurry in #1617
  • feat(agentos): adapterEntrypoint in listAgents + guest-native pkgs/ agent resolution by @NathanFlurry in #1618
  • feat: flip secure-exec into agentos core by @NathanFlurry in #1619
  • fix(publish): unblock crates.io release (V8-bridge staging + aliased vfs version bump) by @NathanFlurry in #1621
  • feat(runtime): .aospkg package format — single vbare manifest, toolchain packer, packagePath refs by @NathanFlurry in #1620
  • fix(sidecar): resolve packed-agent ACP enumeration from sidecar-owned manifest state by @NathanFlurry in #1622
  • fix(runtime): harden .aospkg packers and package-ref handling from review findings by @NathanFlurry in #1623
  • docs(vfs): document package-format v1.bare fields by @NathanFlurry in #1624
  • fix(registry): compile http_get_test against the patched wasi sysroot by @NathanFlurry in #1625
  • fix(runtime): packed-agent module resolution, symlink-leaf mount semantics, and net timeout sentinel by @NathanFlurry in #1626
  • chore(registry): add registry-native-preflight recipe for CI-clean C wasm builds by @NathanFlurry in #1627
  • test(native-sidecar): bench package projection against tar extraction with cold-cache and read-all spans by @NathanFlurry in #1628
  • fix(ci): repair main CI — compat check crate rename, idempotent docs-theme clone, clippy debt by @NathanFlurry in #1629

Full Changelog: v0.2.5-rc.1...v0.2.5-rc.4

v0.2.5-rc.3

v0.2.5-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 05:50
36e6630

What's Changed

  • fix(website): repair broken docs links and anchors by @NicholasKissel in #1546
  • feat(shell): native docker-run-style interactive shell (agentos-shell) by @NathanFlurry in #1547
  • fix(core): shared sidecar must not hang one-shot scripts; se 0.3.3 + agent×pkg-mgr e2e matrix by @NathanFlurry in #1551
  • feat(permissions): wire actor permission requests and warn on missing handler by @NathanFlurry in #1552
  • feat(python): Pyodide python/python3 CLI + whole-VM-root filesystem + VFS-persistent pip + file delete/rename by @NathanFlurry in #1536
  • fix(ci): pin secure-exec deps + drop unpublished shell packages by @NathanFlurry in #1554
  • docs(python): mark raw TCP/UDP sockets supported by @NathanFlurry in #1553
  • Migrate docs to @rivet-dev/docs-theme (de-Starlight) + Typesense search by @NathanFlurry in #1555
  • fix(docs): convert opencode to (fixes build) by @NathanFlurry in #1556
  • fix(docker): don't leak FA Pro token into build logs by @NathanFlurry in #1558
  • fix(deps): re-pin @secure-exec/* to a durable main release by @NathanFlurry in #1557
  • test(bench): add differential fuzz-perf benchmark harness by @NathanFlurry in #1563
  • chore(scripts): allow SECURE_EXEC_REL override for nested local checkouts by @NathanFlurry in #1564
  • feat(packages): { packageDir } software refs read from agentos-package.json by @NathanFlurry in #1561
  • feat: browser-converged runtime + real terminal client (web) by @NathanFlurry in #1565
  • chore(deps): re-pin published @agentos-software/* to { packageDir } dev build by @NathanFlurry in #1566
  • test(bench): add perf-finding regression ops for hot-path scan findings by @NathanFlurry in #1570
  • test(bench): add differential coverage for timers, udp/unix/http, async fs, and large-stdio ops by @NathanFlurry in #1571
  • feat(acp): auto-restart crashed agent adapters and surface exit events by @NathanFlurry in #1574
  • feat(shell): --actor mode + PTY line-discipline & vim test suites by @NathanFlurry in #1569
  • feat(core): opt-in high-resolution guest clock option + bench harness use by @NathanFlurry in #1575
  • test(bench): add vm-wasm lane (native-baseline wasm32-wasi) to the differential matrix by @NathanFlurry in #1576
  • chore(bench): remove benches migrated to secure-exec packages/benchmarks by @NathanFlurry in #1578
  • test(core): revive brush-interactive as a packageDir reedline integration test by @NathanFlurry in #1579
  • test(core): vim idle regression + drop interactive CPU/fuel overrides by @NathanFlurry in #1580
  • test(core): guard shared-terminal child output against double rendering by @NathanFlurry in #1581
  • chore(skills): add create-workspace skill for topic jj workspaces by @NathanFlurry in #1584
  • chore(skills): create-workspace asks for the topic when not obvious by @NathanFlurry in #1585
  • refactor(agentos)!: drop lowercase agentOs export, use agentOS only by @NathanFlurry in #1586
  • feat(examples): add browser-terminal (agentOS actor + xterm) by @NathanFlurry in #1582
  • feat(agentos-actor-plugin): add listMounts and listSoftware actionss by @abcxff in #1559
  • feat(inspector): custom actor inspector tabs on the rivetkit client by @abcxff in #1560
  • feat(agentos-actor-plugin): add readdirEntries (one-shot typed directory listingg) by @abcxff in #1572
  • chore(actor): sync actor and heall by @abcxff in #1573
  • fix(agents): pack built-in agents into versioned / layout by @NathanFlurry in #1589
  • chore(deps): pin rivetkit + @rivetkit/react to native-plugin inspectorTabs build (qkwmksyy.d2859b0) by @abcxff in #1594
  • feat(deps): commit file-based secure-exec deps with transient publish-time version swap by @NathanFlurry in #1590
  • refactor(core): fully dynamic default software from registry package manifests by @NathanFlurry in #1591
  • feat(shell): vim and vix via registry packages, delete .local-cmds by @NathanFlurry in #1597
  • chore(deps): bump secure-exec ref to per-binary cmd entry point by @NathanFlurry in #1598
  • chore(deps): bump secure-exec ref to native Makefile cleanup by @NathanFlurry in #1599
  • chore(deps): bump secure-exec ref to source-built vim + audit fixes by @NathanFlurry in #1600
  • test(core): strict vim full-screen render guard by @NathanFlurry in #1601
  • test(core): 1:1 wasm-vs-native vim PTY parity guard by @NathanFlurry in #1602

Full Changelog: v0.2.3...v0.2.5-rc.3

v0.2.5-rc.2

v0.2.5-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 04:16
36e6630

What's Changed

  • fix(website): repair broken docs links and anchors by @NicholasKissel in #1546
  • feat(shell): native docker-run-style interactive shell (agentos-shell) by @NathanFlurry in #1547
  • fix(core): shared sidecar must not hang one-shot scripts; se 0.3.3 + agent×pkg-mgr e2e matrix by @NathanFlurry in #1551
  • feat(permissions): wire actor permission requests and warn on missing handler by @NathanFlurry in #1552
  • feat(python): Pyodide python/python3 CLI + whole-VM-root filesystem + VFS-persistent pip + file delete/rename by @NathanFlurry in #1536
  • fix(ci): pin secure-exec deps + drop unpublished shell packages by @NathanFlurry in #1554
  • docs(python): mark raw TCP/UDP sockets supported by @NathanFlurry in #1553
  • Migrate docs to @rivet-dev/docs-theme (de-Starlight) + Typesense search by @NathanFlurry in #1555
  • fix(docs): convert opencode to (fixes build) by @NathanFlurry in #1556
  • fix(docker): don't leak FA Pro token into build logs by @NathanFlurry in #1558
  • fix(deps): re-pin @secure-exec/* to a durable main release by @NathanFlurry in #1557
  • test(bench): add differential fuzz-perf benchmark harness by @NathanFlurry in #1563
  • chore(scripts): allow SECURE_EXEC_REL override for nested local checkouts by @NathanFlurry in #1564
  • feat(packages): { packageDir } software refs read from agentos-package.json by @NathanFlurry in #1561
  • feat: browser-converged runtime + real terminal client (web) by @NathanFlurry in #1565
  • chore(deps): re-pin published @agentos-software/* to { packageDir } dev build by @NathanFlurry in #1566
  • test(bench): add perf-finding regression ops for hot-path scan findings by @NathanFlurry in #1570
  • test(bench): add differential coverage for timers, udp/unix/http, async fs, and large-stdio ops by @NathanFlurry in #1571
  • feat(acp): auto-restart crashed agent adapters and surface exit events by @NathanFlurry in #1574
  • feat(shell): --actor mode + PTY line-discipline & vim test suites by @NathanFlurry in #1569
  • feat(core): opt-in high-resolution guest clock option + bench harness use by @NathanFlurry in #1575
  • test(bench): add vm-wasm lane (native-baseline wasm32-wasi) to the differential matrix by @NathanFlurry in #1576
  • chore(bench): remove benches migrated to secure-exec packages/benchmarks by @NathanFlurry in #1578
  • test(core): revive brush-interactive as a packageDir reedline integration test by @NathanFlurry in #1579
  • test(core): vim idle regression + drop interactive CPU/fuel overrides by @NathanFlurry in #1580
  • test(core): guard shared-terminal child output against double rendering by @NathanFlurry in #1581
  • chore(skills): add create-workspace skill for topic jj workspaces by @NathanFlurry in #1584
  • chore(skills): create-workspace asks for the topic when not obvious by @NathanFlurry in #1585
  • refactor(agentos)!: drop lowercase agentOs export, use agentOS only by @NathanFlurry in #1586
  • feat(examples): add browser-terminal (agentOS actor + xterm) by @NathanFlurry in #1582
  • feat(agentos-actor-plugin): add listMounts and listSoftware actionss by @abcxff in #1559
  • feat(inspector): custom actor inspector tabs on the rivetkit client by @abcxff in #1560
  • feat(agentos-actor-plugin): add readdirEntries (one-shot typed directory listingg) by @abcxff in #1572
  • chore(actor): sync actor and heall by @abcxff in #1573
  • fix(agents): pack built-in agents into versioned / layout by @NathanFlurry in #1589
  • chore(deps): pin rivetkit + @rivetkit/react to native-plugin inspectorTabs build (qkwmksyy.d2859b0) by @abcxff in #1594
  • feat(deps): commit file-based secure-exec deps with transient publish-time version swap by @NathanFlurry in #1590
  • refactor(core): fully dynamic default software from registry package manifests by @NathanFlurry in #1591
  • feat(shell): vim and vix via registry packages, delete .local-cmds by @NathanFlurry in #1597
  • chore(deps): bump secure-exec ref to per-binary cmd entry point by @NathanFlurry in #1598
  • chore(deps): bump secure-exec ref to native Makefile cleanup by @NathanFlurry in #1599
  • chore(deps): bump secure-exec ref to source-built vim + audit fixes by @NathanFlurry in #1600
  • test(core): strict vim full-screen render guard by @NathanFlurry in #1601
  • test(core): 1:1 wasm-vs-native vim PTY parity guard by @NathanFlurry in #1602

Full Changelog: v0.2.3...v0.2.5-rc.2

v0.2.5-rc.1

v0.2.5-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:18
36e6630

What's Changed

  • fix(website): repair broken docs links and anchors by @NicholasKissel in #1546
  • feat(shell): native docker-run-style interactive shell (agentos-shell) by @NathanFlurry in #1547
  • fix(core): shared sidecar must not hang one-shot scripts; se 0.3.3 + agent×pkg-mgr e2e matrix by @NathanFlurry in #1551
  • feat(permissions): wire actor permission requests and warn on missing handler by @NathanFlurry in #1552
  • feat(python): Pyodide python/python3 CLI + whole-VM-root filesystem + VFS-persistent pip + file delete/rename by @NathanFlurry in #1536
  • fix(ci): pin secure-exec deps + drop unpublished shell packages by @NathanFlurry in #1554
  • docs(python): mark raw TCP/UDP sockets supported by @NathanFlurry in #1553
  • Migrate docs to @rivet-dev/docs-theme (de-Starlight) + Typesense search by @NathanFlurry in #1555
  • fix(docs): convert opencode to (fixes build) by @NathanFlurry in #1556
  • fix(docker): don't leak FA Pro token into build logs by @NathanFlurry in #1558
  • fix(deps): re-pin @secure-exec/* to a durable main release by @NathanFlurry in #1557
  • test(bench): add differential fuzz-perf benchmark harness by @NathanFlurry in #1563
  • chore(scripts): allow SECURE_EXEC_REL override for nested local checkouts by @NathanFlurry in #1564
  • feat(packages): { packageDir } software refs read from agentos-package.json by @NathanFlurry in #1561
  • feat: browser-converged runtime + real terminal client (web) by @NathanFlurry in #1565
  • chore(deps): re-pin published @agentos-software/* to { packageDir } dev build by @NathanFlurry in #1566
  • test(bench): add perf-finding regression ops for hot-path scan findings by @NathanFlurry in #1570
  • test(bench): add differential coverage for timers, udp/unix/http, async fs, and large-stdio ops by @NathanFlurry in #1571
  • feat(acp): auto-restart crashed agent adapters and surface exit events by @NathanFlurry in #1574
  • feat(shell): --actor mode + PTY line-discipline & vim test suites by @NathanFlurry in #1569
  • feat(core): opt-in high-resolution guest clock option + bench harness use by @NathanFlurry in #1575
  • test(bench): add vm-wasm lane (native-baseline wasm32-wasi) to the differential matrix by @NathanFlurry in #1576
  • chore(bench): remove benches migrated to secure-exec packages/benchmarks by @NathanFlurry in #1578
  • test(core): revive brush-interactive as a packageDir reedline integration test by @NathanFlurry in #1579
  • test(core): vim idle regression + drop interactive CPU/fuel overrides by @NathanFlurry in #1580
  • test(core): guard shared-terminal child output against double rendering by @NathanFlurry in #1581
  • chore(skills): add create-workspace skill for topic jj workspaces by @NathanFlurry in #1584
  • chore(skills): create-workspace asks for the topic when not obvious by @NathanFlurry in #1585
  • refactor(agentos)!: drop lowercase agentOs export, use agentOS only by @NathanFlurry in #1586
  • feat(examples): add browser-terminal (agentOS actor + xterm) by @NathanFlurry in #1582
  • feat(agentos-actor-plugin): add listMounts and listSoftware actionss by @abcxff in #1559
  • feat(inspector): custom actor inspector tabs on the rivetkit client by @abcxff in #1560
  • feat(agentos-actor-plugin): add readdirEntries (one-shot typed directory listingg) by @abcxff in #1572
  • chore(actor): sync actor and heall by @abcxff in #1573
  • fix(agents): pack built-in agents into versioned / layout by @NathanFlurry in #1589
  • chore(deps): pin rivetkit + @rivetkit/react to native-plugin inspectorTabs build (qkwmksyy.d2859b0) by @abcxff in #1594
  • feat(deps): commit file-based secure-exec deps with transient publish-time version swap by @NathanFlurry in #1590
  • refactor(core): fully dynamic default software from registry package manifests by @NathanFlurry in #1591
  • feat(shell): vim and vix via registry packages, delete .local-cmds by @NathanFlurry in #1597
  • chore(deps): bump secure-exec ref to per-binary cmd entry point by @NathanFlurry in #1598
  • chore(deps): bump secure-exec ref to native Makefile cleanup by @NathanFlurry in #1599
  • chore(deps): bump secure-exec ref to source-built vim + audit fixes by @NathanFlurry in #1600
  • test(core): strict vim full-screen render guard by @NathanFlurry in #1601
  • test(core): 1:1 wasm-vs-native vim PTY parity guard by @NathanFlurry in #1602

Full Changelog: v0.2.3...v0.2.5-rc.1

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:36

What's Changed

  • Website: agent beta flags, LLM credential docs, nav cleanup by @NathanFlurry in #1533
  • fix(website): use hero logo for navbar & footer (drop stale variant) by @abcxff in #1534
  • fix(core): make recursive mkdir a single write-side op (no per-component exists walk) by @NathanFlurry in #1532
  • feat(website): lead with 281x agent cost figure by @NathanFlurry in #1537
  • docs(website): add quickstart Deploy step + standardize deploy cards & nav by @NathanFlurry in #1538
  • fix: memory leaks by @NathanFlurry in #1535
  • fix: stream ACP session updates live for Pi turns by @NathanFlurry in #1539
  • feat(core): onLimitWarning hook + actor-default cranks + test fixes; pin secure-exec 0.3.2 by @NathanFlurry in #1540
  • fix(actor-plugin): live sessionEvent streaming over the RivetKit actor path by @NathanFlurry in #1541
  • fix(ci): drop the pyodide staging from agent-os release-assets by @NathanFlurry in #1544
  • test(core): remove stray internal codename from session-update-live test by @NathanFlurry in #1545

Full Changelog: v0.2.0...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:15

What's Changed

  • Website: agent beta flags, LLM credential docs, nav cleanup by @NathanFlurry in #1533
  • fix(website): use hero logo for navbar & footer (drop stale variant) by @abcxff in #1534
  • fix(core): make recursive mkdir a single write-side op (no per-component exists walk) by @NathanFlurry in #1532
  • feat(website): lead with 281x agent cost figure by @NathanFlurry in #1537
  • docs(website): add quickstart Deploy step + standardize deploy cards & nav by @NathanFlurry in #1538
  • fix: memory leaks by @NathanFlurry in #1535
  • fix: stream ACP session updates live for Pi turns by @NathanFlurry in #1539
  • feat(core): onLimitWarning hook + actor-default cranks + test fixes; pin secure-exec 0.3.2 by @NathanFlurry in #1540
  • fix(actor-plugin): live sessionEvent streaming over the RivetKit actor path by @NathanFlurry in #1541
  • fix(ci): drop the pyodide staging from agent-os release-assets by @NathanFlurry in #1544
  • test(core): remove stray internal codename from session-update-live test by @NathanFlurry in #1545

Full Changelog: v0.2.0...v0.2.3