Skip to content

Releases: clems4ever/llmbox

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:32
a916050

Changelog

  • 030fd04 feat(spoke): add --copy to stage host files into boxes at creation

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:16
e8880d6

Changelog

  • 1166e1c feat(firecracker): auto-size and zstd-compress the payload (and compress the kernel)

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:06
7b2f316

Changelog

  • 8b355d1 fix(firecracker): pre-create agent-owned ~/.claude in the payload entrypoint
  • a332aff fix(guest): chown the ~/.claude parent created for the skills install

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:25
0539d0d

Changelog

  • 7c6fcb5 feat(firecracker): keep box VMs alive across a spoke restart

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:12
32af8f5

Changelog

  • 80d1fec feat(firecracker): publish the base rootfs zstd-compressed
  • e8a325e feat(firecracker): resizable per-box disk grown from a small base image
  • 0d10b16 feat(guest): install an embedded agent skill advertising the box API

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:04
746545a

Changelog

  • 7aaaeac refactor: reduce llmbox to agent-agnostic box infrastructure

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:41
b86ae78

Changelog

  • 86ef714 feat(spoke): --publish-port to expose a box port as a proxy at creation

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:47
a4507b8

Changelog

  • 451833d fix(guest): make the Firecracker box API socket reachable by the box user

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:29
e95c5b4

Changelog

  • 3e4effd fix(guest): run the init script from outside the 0700 control-socket dir

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 11 Jul 17:56
1218403

Changelog

  • e4b3627 feat: surface a broken box when the init script fails