The latest releases from UnitVectorY Labs.

Posts

  • ghprmerge v0.2.1: Real-time Feedback for Bulk PR Management

    Managing pull requests across an entire organization can often feel like a black box, especially when dealing with bulk updates from tools like Dependabot. On March 14, 2026, we released ghprmerge v0.2.1, a quality-of-life update designed to bring transparency and immediate feedback to your automation workflow. What’s new The headline feature of this release is Real-time Action Streaming. Previously, when performing bulk merge or rebase operations, you often had to wait for the entire process to complete or enable verbose...

    Read article
  • gogitup v0.1.5: Better Control Over CGO

    Released on March 11, 2026, gogitup v0.1.5 brings a targeted but powerful improvement to how you manage your Go toolchain. This update focuses on providing developers with more precise control over their build environments, ensuring that the tools you install are exactly as you need them. What’s new The headline feature of v0.1.5 is the introduction of the cgo_enabled configuration parameter. Previously, gogitup relied on the CGO_ENABLED environment variable of your current process. Now, you can explicitly define this behavior...

    Read article
  • Introducing gowebshot: Effortless Webpage Captures from Your Terminal

    On March 7, 2026, we are excited to announce the launch of gowebshot, a powerful command-line tool designed to make capturing webpage screenshots fast, flexible, and intuitive. Whether you need a quick snapshot for a report or a precision-engineered capture for design work, gowebshot brings professional-grade viewport control directly to your terminal. Core Capabilities Since this is our first release, we are introducing a comprehensive suite of features to get you started: Dual Execution Modes: Choose between a streamlined CLI...

    Read article
  • Reliability First: Introducing Schema Profile Validation in prompt2json v0.6.0

    Released on March 6, 2026, prompt2json v0.6.0 is all about reliability. This update introduces a powerful “pre-flight” check that ensures your JSON schemas are compatible with your chosen LLM provider before a single byte is sent over the wire. By catching schema errors locally, we’re helping you eliminate wasteful API calls and reduce the frustration of runtime failures. What’s new Schema Profile Validation The standout feature of v0.6.0 is the integration of schema profiles. Different LLM providers support different subsets...

    Read article
  • Introducing jsonschemaprofiles: Ensuring LLM Structured Output Compatibility

    On March 5, 2026, we are excited to announce the launch of jsonschemaprofiles, a specialized toolset designed to bridge the gap between standard JSON Schema and the strict requirements of Large Language Model (LLM) providers. As “Structured Outputs” become a cornerstone of reliable AI applications, developers have encountered a recurring frustration: a JSON Schema that is technically valid according to the spec can still trigger API errors because it uses keywords or structures unsupported by a specific provider. jsonschemaprofiles solves...

    Read article
  • ghook2pubsub v0.2.0: Optimize Your Webhook Pipeline with Payload Compression

    Released on March 3, 2026, ghook2pubsub v0.2.0 introduces payload compression, allowing users to significantly reduce the data volume of GitHub webhooks published to Google Cloud Pub/Sub. This update is designed for high-volume event streams where reducing egress and storage costs is a priority. What’s new The headline feature of this release is the introduction of optional payload compression. You can now compress webhook payloads before they reach Pub/Sub using two industry-standard algorithms: gzip: The reliable baseline for maximum compatibility with...

    Read article
  • kube-oidc-gateway v1.1.0: Better Control Over Client Caching

    Released on March 2, 2026, kube-oidc-gateway v1.1.0 brings improved flexibility to how your cluster exposes OIDC discovery and JWKS endpoints. This release focuses on giving operators more granular control over how external clients cache identity information, ensuring a better balance between performance and freshness. What’s new The headline feature of v1.1.0 is the introduction of configurable client cache response headers. Previously, the gateway’s internal caching logic was tightly coupled with the headers sent to the client. Now, you can independently...

    Read article
  • Simplifying Go Tool Management with gogitup v0.1.4

    On March 2, 2026, we released gogitup v0.1.4. This update focuses on reducing the friction of managing your Go toolchain by introducing a more integrated installation workflow and enhanced environment control. What’s new One-Step Installation and Tracking The highlight of this release is the new install command. Previously, adding a tool to gogitup required you to install the binary via Go and then manually register it for tracking. Now, you can do both in a single step: gogitup install UnitVectorY-Labs/gogitup...

    Read article
  • prompt2json v0.5.1: Smarter Timeouts for Remote and Local LLMs

    Released on March 1, 2026, prompt2json v0.5.1 introduces significant improvements to how the tool handles network requests. This release focuses on robustness and flexibility, ensuring that whether you are calling a powerful remote API or running a local model, your JSON generation workflows remain stable and reliable. What’s new The headline feature of this release is the introduction of Automatic HTTP Timeout Logic. Instead of a one-size-fits-all timeout, prompt2json now intelligently determines the best timeout based on your destination: Remote...

    Read article
  • gogitup v0.1.3: Cleaner Updates and Better Visibility

    Released on March 1, 2026, gogitup v0.1.3 focuses on refining the update experience. This release brings a cleaner terminal output by default while giving power users the detailed visibility they need, ensuring that managing your binaries is more intuitive than ever. What’s new The headline feature of this release is the introduction of the --verbose flag for the update command. Previously, the update process provided a consistent level of detail regardless of whether a binary actually needed updating. In v0.1.3,...

    Read article

subscribe via RSS