The latest releases from UnitVectorY Labs.

Posts

  • Introducing omarchy-plugin-llama-swap v0.1.0

    omarchy-plugin-llama-swap v0.1.0 was released on August 27, 2026 as the initial public launch of a new Omarchy Quattro bar plugin for Llama Swap. The plugin brings model management and live inference monitoring directly into the Omarchy panel, giving users a quick view of loaded models and active requests without leaving the desktop. This first release establishes the core experience: a llama icon in the bar that opens a panel to list models, toggle them on and off, and watch active...

    Read article
  • ghorgsync v0.4.2

    ghorgsync v0.4.2 was released on 2026-08-26. This release improves reliability for organizations that create repositories with an initial commit, such as a README-only start. The update fixes a false-positive empty-repository detection that previously caused newly initialized repos to be silently skipped during clone and sync operations. What’s new Empty repository detection now uses a two-step verification. Repositories with a non-zero size are processed as before. For repositories reporting size zero, ghorgsync now verifies emptiness by checking the commits endpoint. A...

    Read article
  • ghrepocfg v0.1.0 launches declarative GitHub repository configuration

    On August 26, 2026, UnitVectorY-Labs released v0.1.0 of ghrepocfg, the first public version of a standalone Go CLI for declaratively managing GitHub repository settings from a single YAML file. This launch introduces export, plan and apply workflows that let teams capture repository configuration, preview drift, and synchronize settings with confidence. ghrepocfg is built for GitHub.com repositories and focuses on practical day-to-day controls: repository settings, security controls, GitHub Actions policy, direct collaborators, team access, and repository rulesets. The design emphasizes safety...

    Read article
  • gogitup v0.5.0

    On August 24, 2026, gogitup v0.5.0 was released. This update brings private GitHub repository support to the install workflow and standardizes command-line flag ordering for consistency. Together these changes make it easier to track and maintain tools from private sources while keeping the CLI predictable across subcommands. What’s new Private GitHub installs gogitup now supports installing tools from private GitHub repositories with the new --private flag on install. When you run gogitup install --private owner/repo, gogitup resolves a GitHub token...

    Read article
  • ghorgsync v0.4.1 — graceful handling of empty repositories

    On August 24, 2026, ghorgsync v0.4.1 was released. This maintenance release adds robustness for organizations that contain newly created or uninitialized GitHub repositories. Instead of failing on clone attempts for empty repos, ghorgsync now detects them via the GitHub API and skips them cleanly, reporting the count in the summary. ghorgsync is a Go CLI tool by UnitVectorY-Labs that clones and keeps local directories in sync with all repositories from a GitHub organization or user account, with non-destructive updates and...

    Read article
  • gogitup v0.4.0: Go toolchain awareness for smarter upgrades

    gogitup v0.4.0 was released on August 21, 2026. This update adds Go toolchain awareness to the tool that keeps your Go-installed binaries up to date, making it easier to see which tools were built with an older compiler and to rebuild them when needed. gogitup tracks tools installed via go install, checks for newer releases, and runs upgrades with a single command. v0.4.0 extends that workflow with visibility into the Go version each binary was built with and an opt-in...

    Read article
  • localmodelproxy v0.9.1 Released: Configurable Model Discovery and Clearer Diagnostics

    localmodelproxy v0.9.1 was released on 2026-08-18. This maintenance release focuses on making model discovery predictable for backends that don’t expose an OpenAI-compatible models endpoint, and on improving the clarity of diagnostics in the terminal UI. The proxy continues to provide a single local OpenAI-compatible endpoint for routing chat completions to local and hosted backends while keeping credentials in YAML and tracking token usage. v0.9.1 adds a per-backend option to control discovery probing and refreshes documentation with a Quick start guide...

    Read article
  • chromadb-repo-indexer v1.2.0: Standalone Chunk Report for Local Inspection

    On 2026-08-16, chromadb-repo-indexer v1.2.0 was released. This version adds a standalone chunk-report subcommand that lets you inspect how a local repository will be chunked without requiring ChromaDB connectivity or identity configuration. The new mode runs the discovery and chunking pipeline locally and outputs human-readable or JSON statistics, making it easier to validate include/exclude rules, chunk sizes, and per-extension token distributions before indexing. What’s new v1.2.0 introduces the chromadb-repo-indexer chunk-report subcommand. It replaces an earlier flag design with a dedicated command...

    Read article
  • kube-oidc-gateway v1.1.1 Released

    kube-oidc-gateway v1.1.1 is now available as of August 13, 2026. This is a maintenance release focused on build hygiene and toolchain freshness for the OIDC discovery proxy. The gateway continues to expose Kubernetes OIDC discovery and JWKS endpoints with in-memory caching, and v1.1.1 keeps that behavior unchanged while updating the build environment and CI workflows for improved reliability. What’s new v1.1.1 contains no functional changes to the gateway binary. The update is a drop-in patch that refreshes the build pipeline:...

    Read article
  • fileparamunit v0.1.3 Released

    On August 13, 2026, UnitVectorY-Labs published fileparamunit v0.1.3. This is a maintenance release for the JUnit 5 @ListFileSource library that lets parameterized tests iterate over files in resources. There are no changes to the public API or library code — the update focuses on keeping build dependencies current and strengthening CI workflows. What’s new v0.1.3 contains no new features and no user-facing bug fixes. The source in src/main/java and src/test/java is identical to v0.1.2. The release updates project metadata and...

    Read article

subscribe via RSS