Skip to content

Releases: rongxinzy/VeriGen

v0.79.17

11 Jun 12:43

Choose a tag to compare

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, --sof options. (#?)
  • 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

11 Jun 10:03

Choose a tag to compare

Fixed

  • Fixed the npm publish path to exclude test-generated bundled native tools from the tarball.

v0.79.15

11 Jun 09:30

Choose a tag to compare

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

11 Jun 05:41

Choose a tag to compare

Changed

  • Restored the VeriGen TUI startup identity with a compact colored logo header and responsive narrow-terminal fallback.

v0.79.13

11 Jun 04:47

Choose a tag to compare

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 agent resident 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

10 Jun 11:42

Choose a tag to compare

Fixed

  • Fixed Python worker bootstrap to keep uv managed Python downloads on the official source instead of an incomplete npm mirror.

v0.79.11

10 Jun 11:37

Choose a tag to compare

Fixed

  • Fixed binary compilation by externalizing Vectra's unused optional Transformers peer dependency.

v0.79.7

10 Jun 06:53

Choose a tag to compare

Fixed

  • Fixed the release test for verigen --version so it passes from both the repository root and the package directory.

v0.79.6

10 Jun 06:47

Choose a tag to compare

Added

  • Added bundled native fd and ripgrep packaging 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-coding Anthropic-compatible provider registration and /verigen-models setup 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 verigen updates instead of pi updates.

v0.79.5

10 Jun 05:45

Choose a tag to compare

Added

  • Added a compact VERIGEN ASCII startup banner for the chat-first TUI header.

Changed

  • Changed bare verigen to launch the chat-first coding-agent TUI instead of the product workbench dashboard.
  • Passed leading agent options such as --approve and -p through to the coding-agent default path.
  • Stopped auto-mounting the S15 product workbench dashboard in coding-agent sessions; use /verigen-workbench show when 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.