Skip to content

chore: release v1.6.0#247

Merged
jdx merged 2 commits intomainfrom
release-plz-2026-02-21T17-03-31Z
Feb 21, 2026
Merged

chore: release v1.6.0#247
jdx merged 2 commits intomainfrom
release-plz-2026-02-21T17-03-31Z

Conversation

@jdx
Copy link
Owner

@jdx jdx commented Feb 21, 2026

🤖 New release

  • pitchfork-cli: 1.5.0 -> 1.6.0
Changelog

1.6.0 - 2026-02-21

Added

  • (web) add PITCHFORK_WEB_PATH support for reverse proxy path prefixes (#244)
  • add daemon lifecycle hooks and retry count env vars (#245)

Fixed

  • pass cwd to ready_cmd spawning (#243)


This PR was generated with release-plz.


Note

Low Risk
Release-only version/documentation updates; no functional code changes are included in this diff.

Overview
Prepares the pitchfork-cli v1.6.0 release by bumping the crate/version metadata from 1.5.0 to 1.6.0 (including Cargo.toml, Cargo.lock, and generated CLI docs/spec files).

Updates CHANGELOG.md with the new 1.6.0 entry summarizing the release’s added features and the ready_cmd working-directory fix.

Written by Cursor Bugbot for commit e00649e. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings February 21, 2026 17:03
@gemini-code-assist
Copy link

Summary of Changes

Hello @jdx, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request marks the official release of version 1.6.0 for pitchfork-cli. It incorporates several new features, including enhanced web path configuration and improved daemon management capabilities, alongside a crucial bug fix related to command execution context. The update ensures the project's version dependencies and changelog are accurately reflected.

Highlights

  • New Features: Added support for PITCHFORK_WEB_PATH to handle reverse proxy path prefixes for web components.
  • New Features: Introduced daemon lifecycle hooks and environment variables for configuring retry counts.
  • Bug Fix: Resolved an issue where the current working directory (cwd) was not correctly passed to ready_cmd spawning.
Changelog
  • CHANGELOG.md
    • Added new entries for version 1.6.0, detailing new features and bug fixes.
    • Included support for PITCHFORK_WEB_PATH for reverse proxy path prefixes.
    • Documented the addition of daemon lifecycle hooks and retry count environment variables.
    • Recorded the fix for passing cwd to ready_cmd spawning.
  • Cargo.lock
    • Updated the pitchfork-cli package version from 1.5.0 to 1.6.0.
  • Cargo.toml
    • Updated the project's declared version from 1.5.0 to 1.6.0.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request updates the CHANGELOG.md, Cargo.lock, and Cargo.toml files to reflect the release of version 1.6.0. The changes are straightforward version bumps and changelog additions. The code changes appear to be correct for a version release.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated release PR generated by release-plz that bumps the version from 1.5.0 to 1.6.0. The release includes three merged PRs: web path prefix support for reverse proxies, daemon lifecycle hooks with retry count environment variables, and a bug fix for ready_cmd working directory handling.

Changes:

  • Version bumped from 1.5.0 to 1.6.0 across all configuration and documentation files
  • CHANGELOG.md updated with release notes for v1.6.0 including Added and Fixed sections
  • Release date set to 2026-02-21

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Updated package version to 1.6.0
Cargo.lock Updated pitchfork-cli dependency version to 1.6.0
pitchfork.usage.kdl Updated version string to 1.6.0
docs/cli/index.md Updated version documentation to 1.6.0
docs/cli/commands.json Updated version field to 1.6.0
CHANGELOG.md Added v1.6.0 release notes with features from PRs #243, #244, #245

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jdx jdx merged commit 5f59d71 into main Feb 21, 2026
5 checks passed
@jdx jdx deleted the release-plz-2026-02-21T17-03-31Z branch February 21, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants