Releases: rongxinzy/VeriGen
Releases · rongxinzy/VeriGen
v0.79.17
Added
- Added Quartus Tcl full-flow runner with stage selection: project, map (synthesis), fit (place & route), asm (assembly), sta (timing analysis), compile (full flow), pgm (programming). Supports
--family,--device,--rev,--64bit,--jvm-heap,--lic,--cable,--pgm-mode,--sofoptions. (#?) - Added 10 Quartus design rule Playbook entries:
comb-always-complete,case-default-complete,avoid-transparent-latch,register-power-up,clock-mux-glitch-free,tri-state-top-level-only,sync-reset-design,metastability-sync,ram-inference-quartus,quartus-help-authority.
v0.79.16
Fixed
- Fixed the npm publish path to exclude test-generated bundled native tools from the tarball.
v0.79.15
Changed
- Reduced the npm package size by downloading bundled uv/uvx at install time instead of publishing native tool binaries in the tarball.
- Reworked the Windows installer to bootstrap Node.js through Chocolatey, download verified Astral uv/uvx binaries, and then install
verigen@latest.
v0.79.14
Changed
- Restored the VeriGen TUI startup identity with a compact colored logo header and responsive narrow-terminal fallback.
v0.79.13
Changed
- Reduced VeriGen TUI startup noise and changed the agent workbench integration into an on-demand status panel, preserving the pi editor flow while keeping the full product workbench as a dogfood/debug TUI.
- Reduced
verigen agentresident prompt context by loading only the system prompt and extension at startup, with expert phase prompts and Playbook rules injected on demand through extension commands.
v0.79.12
Fixed
- Fixed Python worker bootstrap to keep uv managed Python downloads on the official source instead of an incomplete npm mirror.
v0.79.11
Fixed
- Fixed binary compilation by externalizing Vectra's unused optional Transformers peer dependency.
v0.79.7
Fixed
- Fixed the release test for
verigen --versionso it passes from both the repository root and the package directory.
v0.79.6
Added
- Added bundled native
fdandripgreppackaging for common Windows, macOS, and Linux targets so fresh installs do not download them on first TUI startup. - Added a default
verigen-kimi/kimi-for-codingAnthropic-compatible provider registration and/verigen-modelssetup guidance for the chat-first TUI.
Changed
- Changed the chat-first agent launcher to disable inherited pi startup update/download checks, prepend bundled native tools to PATH, and check
verigenupdates instead of pi updates.
v0.79.5
Added
- Added a compact
VERIGENASCII startup banner for the chat-first TUI header.
Changed
- Changed bare
verigento launch the chat-first coding-agent TUI instead of the product workbench dashboard. - Passed leading agent options such as
--approveand-pthrough to the coding-agent default path. - Stopped auto-mounting the S15 product workbench dashboard in coding-agent sessions; use
/verigen-workbench showwhen needed.
Fixed
- Resolved the bundled pi coding-agent launcher from installed npm dependencies instead of falling back to PATH.
- Added VeriGen playbook skill metadata so the chat-first TUI starts without a VeriGen skill warning.