Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-pr-checkout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-update-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/config-based-detection.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hook-security-validation.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# worktree-cli

## 1.5.0

### Minor Changes

- f725a59: Add `worktree pr` command to checkout PRs by number or GitHub URL
- 830b9f0: Add `worktree update` command to update CLI to the latest version
- ad3c6d8: Add security validation for hook commands before execution. Blocks dangerous patterns (curl|sh, sudo, eval, unsafe rm -rf) and prompts for confirmation on unrecognized commands. Use --trust-hooks to bypass validation.

### Patch Changes

- 8954bd7: Fix worktree detection to use config file instead of checking worktrees directory

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fnebenfuehr/worktree-cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "A modern CLI tool for managing git worktrees with ease",
"type": "module",
"main": "./dist/index.js",
Expand Down