Skip to content

Releases: e6qu/funveil

v0.5.0

Choose a tag to compare

@e6qu e6qu released this 17 Mar 20:30
237a868

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.0

WASM (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-10

Note: 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: resolve BUG-202–214, add profiles, globs, and progressive disclosure by @e6qu in #90

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@e6qu e6qu released this 17 Mar 15:58
1a16f8d

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.0

WASM (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-10

Note: 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: resolve BUG-186–201, add AST metadata caching by @e6qu in #88

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@e6qu e6qu released this 17 Mar 08:41
dcaacc7

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.0

WASM (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-10

Note: 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

Choose a tag to compare

@github-actions github-actions released this 13 Mar 08:49
5a41cb5

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.0

WASM (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-10

Note: 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