Skip to content

Releases: JUNJOONHWAN/vectorbuild-releases

VectorBuild v1.2.0-vectorbuild.15

Choose a tag to compare

@JUNJOONHWAN JUNJOONHWAN released this 18 Aug 04:33

VectorBuild v1.2.0-vectorbuild.15

Cross-platform quick-fix release for terminal paste behavior.

  • Two or more pasted text lines are shown as one atomic paste group in both normal and compact layouts.
  • Windows PowerShell and Command Prompt can use Alt+V for clipboard text or images when the terminal consumes Ctrl+V itself.
  • Single-line text paste, image payload handling, Native providers, Task execution, and model behavior are unchanged.
  • Mac ARM64, Linux ARM64, and Windows x86_64 packages were built from the same tagged source on the Mac release host.
  • Every package includes the release README, installer, Native gateway, offline E5 cache, build manifest, and internal checksums.

Validation completed before publication:

  • Mac and DGX installation from the packaged artifacts
  • Grok 4.6 Medium Native inference on Mac and DGX
  • Codex 0.144.1 and OpenCode 1.17.18 Native gateway health on Mac
  • Actual macOS clipboard-image PTY and two-line bracketed-paste PTY tests
  • Package checksum, CycloneDX SBOM, provenance, and secret-scan gates

Windows PE/COFF and package integrity were verified on the Mac build host. Physical Windows runtime evaluation remains the explicit post-release platform gate.

VectorBuild v1.2.0-vectorbuild.14

Choose a tag to compare

@JUNJOONHWAN JUNJOONHWAN released this 18 Aug 01:19

VectorBuild v1.2.0-vectorbuild.14

This public-release rebuild preserves the VectorBuild 1.2 runtime from the
previous private validation release while closing binary hygiene gaps found by
the pre-public audit.

  • Mac ARM64, Linux ARM64, and Windows x86_64 are built on one Mac ARM64 host.
  • Rust debug symbols are removed and build paths are remapped before codegen.
  • Windows native C/C++ dependencies use matching file/debug prefix maps so
    AWS-LC cannot embed the builder's private home or repository path.
  • Packaging fails closed on oversized Core/gateway binaries or private build
    paths in binary strings.
  • Windows runtime execution remains a post-download physical-Windows
    validation boundary; PE architecture, imports, manifest, checksums, and
    package structure are validated on the Mac build host.