Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/hooks/rtk-rewrite.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"PreToolUse": [
{
"type": "command",
"command": "rtk hook",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Features

* `rtk init --agent copilot` — one-command setup for GitHub Copilot (VS Code + CLI): installs `.github/copilot-instructions.md` and `.github/hooks/rtk-rewrite.json` PreToolUse hook; idempotent; `--uninstall --agent copilot` removes both

### Bug Fixes

* **diff:** correct truncation overflow count in condense_unified_diff ([#833](https://github.com/rtk-ai/rtk/pull/833)) ([5399f83](https://github.com/rtk-ai/rtk/commit/5399f83))
* **git:** replace vague truncation markers with exact counts in log and grep output ([#833](https://github.com/rtk-ai/rtk/pull/833)) ([185fb97](https://github.com/rtk-ai/rtk/commit/185fb97))
* **hook:** `rtk hook copilot` now correctly registered in `RTK_META_COMMANDS` — bare `rtk hook` no longer falls through to passthrough mode (exit 127); `.github/hooks/rtk-rewrite.json` corrected to invoke `rtk hook copilot`

## [0.33.1](https://github.com/rtk-ai/rtk/compare/v0.33.0...v0.33.1) (2026-03-25)

Expand Down
Loading
Loading