Releases: e6qu/funveil
Release list
v0.5.0
Installation
Binary
Download the appropriate binary for your platform and add to PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | fv-linux-amd64.tar.gz |
| Linux ARM64 | fv-linux-arm64.tar.gz |
| macOS x86_64 | fv-darwin-amd64.tar.gz |
| macOS ARM64 | fv-darwin-arm64.tar.gz |
Container
docker pull ghcr.io/e6qu/funveil:0.5.0WASM (Experimental — WASIp2)
Download fv-wasm.tar.gz and run with a WASI-compatible runtime:
# Using wasmtime (https://wasmtime.dev)
wasmtime fv.wasm --help
wasmtime --dir=. fv.wasm veil src/main.rs#1-10Note: WASM support is experimental. File system access requires granting the runtime access to your working directory (e.g., --dir=. for wasmtime).
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Installation
Binary
Download the appropriate binary for your platform and add to PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | fv-linux-amd64.tar.gz |
| Linux ARM64 | fv-linux-arm64.tar.gz |
| macOS x86_64 | fv-darwin-amd64.tar.gz |
| macOS ARM64 | fv-darwin-arm64.tar.gz |
Container
docker pull ghcr.io/e6qu/funveil:0.4.0WASM (Experimental — WASIp2)
Download fv-wasm.tar.gz and run with a WASI-compatible runtime:
# Using wasmtime (https://wasmtime.dev)
wasmtime fv.wasm --help
wasmtime --dir=. fv.wasm veil src/main.rs#1-10Note: WASM support is experimental. File system access requires granting the runtime access to your working directory (e.g., --dir=. for wasmtime).
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Installation
Binary
Download the appropriate binary for your platform and add to PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | fv-linux-amd64.tar.gz |
| Linux ARM64 | fv-linux-arm64.tar.gz |
| macOS x86_64 | fv-darwin-amd64.tar.gz |
| macOS ARM64 | fv-darwin-arm64.tar.gz |
Container
docker pull ghcr.io/e6qu/funveil:0.3.0WASM (Experimental — WASIp2)
Download fv-wasm.tar.gz and run with a WASI-compatible runtime:
# Using wasmtime (https://wasmtime.dev)
wasmtime fv.wasm --help
wasmtime --dir=. fv.wasm veil src/main.rs#1-10Note: WASM support is experimental. File system access requires granting the runtime access to your working directory (e.g., --dir=. for wasmtime).
What's Changed
- feat: gVisor/runsc smoke tests and documentation by @e6qu in #81
- feat: automatic update check via GitHub Releases by @e6qu in #82
- fix: resolve all 18 open bugs and expand test coverage by @e6qu in #83
- feat: undo/redo system, action history, and LLM-agent CLI ergonomics by @e6qu in #84
- feat: progressive disclosure, query unveiling, budget mode, and 10-bug fix pass by @e6qu in #85
- fix: resolve 9 parser bugs and 3 structural correctness issues by @e6qu in #86
- chore: remove dead code, fix BUG-177, close coverage gaps by @e6qu in #87
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Installation
Binary
Download the appropriate binary for your platform and add to PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | fv-linux-amd64.tar.gz |
| Linux ARM64 | fv-linux-arm64.tar.gz |
| macOS x86_64 | fv-darwin-amd64.tar.gz |
| macOS ARM64 | fv-darwin-arm64.tar.gz |
Container
docker pull ghcr.io/e6qu/funveil:0.2.0WASM (Experimental — WASIp2)
Download fv-wasm.tar.gz and run with a WASI-compatible runtime:
# Using wasmtime (https://wasmtime.dev)
wasmtime fv.wasm --help
wasmtime --dir=. fv.wasm veil src/main.rs#1-10Note: WASM support is experimental. File system access requires granting the runtime access to your working directory (e.g., --dir=. for wasmtime).
What's Changed
- fix: filter release artifact download to binary assets by @e6qu in #79
- fix: upgrade WASM target from wasip1 to wasip2 by @e6qu in #80
Full Changelog: https://github.com/e6qu/funveil/commits/v0.2.0