v0.1.3 — deployment hardening
Bump to v0.1.3. Since v0.1.2: - Install script with verbose output and error handling - Uninstall script - Alpine rootfs in setup.ts (was Ubuntu) - DNS fix for all chroot operations - Stale tap cleanup before every createTap - Dynamic binary paths (no hardcoded /usr/local/bin) - Node.js upgrade handling - Shellcheck clean - !status command and web search tool - Battle-tested on Ubuntu GPU server deployment Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fireclaw",
|
"name": "fireclaw",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Multi-agent system powered by Firecracker microVMs",
|
"description": "Multi-agent system powered by Firecracker microVMs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export function createCli() {
|
|||||||
program
|
program
|
||||||
.name("fireclaw")
|
.name("fireclaw")
|
||||||
.description("Run commands in ephemeral Firecracker microVMs")
|
.description("Run commands in ephemeral Firecracker microVMs")
|
||||||
.version("0.1.2");
|
.version("0.1.3");
|
||||||
|
|
||||||
program
|
program
|
||||||
.command("run")
|
.command("run")
|
||||||
|
|||||||
Reference in New Issue
Block a user