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:
@@ -16,7 +16,7 @@ export function createCli() {
|
||||
program
|
||||
.name("fireclaw")
|
||||
.description("Run commands in ephemeral Firecracker microVMs")
|
||||
.version("0.1.2");
|
||||
.version("0.1.3");
|
||||
|
||||
program
|
||||
.command("run")
|
||||
|
||||
Reference in New Issue
Block a user