Skip to content

Commit f9691f1

Browse files
committed
rebase
1 parent 4f19b39 commit f9691f1

6 files changed

Lines changed: 4 additions & 463 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.34.0"
2+
".": "0.33.1"
33
}

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Features
11-
12-
* **php:** add PHPUnit support with compact output (65%+ token savings). Handles `phpunit`, `vendor/bin/phpunit`, `bin/phpunit` (Symfony), and `php ...` variants. State-machine filter captures failures with test names and assertion messages, ignoring header/progress/timing noise. Integrates with `rtk discover` and tee output recovery.
13-
14-
## [0.34.0](https://github.com/rtk-ai/rtk/compare/v0.33.1...v0.34.0) (2026-03-26)
15-
16-
17-
### Features
18-
19-
* **init:** add --copilot flag for GitHub Copilot integration ([9e19aac](https://github.com/rtk-ai/rtk/commit/9e19aac75e790ecbfd1dc5b2d01786f6b9edf506)), closes [#823](https://github.com/rtk-ai/rtk/issues/823)
20-
21-
22-
### Bug Fixes
23-
24-
* **diff:** correct truncation overflow count in condense_unified_diff ([5399f83](https://github.com/rtk-ai/rtk/commit/5399f836a5c642121f0f6e7812ff4131d84d0509))
25-
* **diff:** never truncate diff content — show all changes in full ([80fc29a](https://github.com/rtk-ai/rtk/commit/80fc29a839f51ef605474037e1a8fd86b4aac05a)), closes [#827](https://github.com/rtk-ai/rtk/issues/827)
26-
* **git:** replace vague truncation markers with exact counts ([185fb97](https://github.com/rtk-ai/rtk/commit/185fb97061517922ea5844d8c6008f2eb86fd55d))
27-
* **merge:** resolve conflict with develop in diff_cmd.rs ([6a5ae14](https://github.com/rtk-ai/rtk/commit/6a5ae1484b32c38bd99baca925175ae610e3d1e3))
28-
* **read:** default to no filtering — show full file content ([5e0f3ba](https://github.com/rtk-ai/rtk/commit/5e0f3ba774eab52f8ca2ac603e2ae4eae79b2edc)), closes [#822](https://github.com/rtk-ai/rtk/issues/822)
29-
* **read:** detect binary files and prevent empty output on filter failure ([8886c14](https://github.com/rtk-ai/rtk/commit/8886c14c9cf97fb4413efec3be8e50fdb84824e9)), closes [#822](https://github.com/rtk-ai/rtk/issues/822)
30-
* rewrite swift test commands ([599ad25](https://github.com/rtk-ai/rtk/commit/599ad25deb0f8dc9ecab37f4bbe26324dac07b2e))
31-
* truncation accuracy + Copilot init + binary file detection ([966bcbe](https://github.com/rtk-ai/rtk/commit/966bcbe638be18bbaba4298df985804643f82c85))
32-
* **truncation:** accurate overflow counts and omission indicators ([58a9633](https://github.com/rtk-ai/rtk/commit/58a963347467613d48db05ad56bc8f1f3a06b65d))
33-
34-
## [Unreleased]
35-
3610
### Bug Fixes
3711

3812
* **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))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtk"
3-
version = "0.34.0"
3+
version = "0.33.1"
44
edition = "2021"
55
authors = ["Patrick Szymkowiak"]
66
description = "Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption"

scripts/test-all.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -459,17 +459,7 @@ else
459459
skip_test "rtk rake" "rake not installed"
460460
fi
461461

462-
# ── 31. PHP (conditional) ───────────────────────────
463-
464-
section "PHP (conditional)"
465-
466-
if command -v phpunit &>/dev/null || [ -f vendor/bin/phpunit ] || [ -f bin/phpunit ]; then
467-
assert_help "rtk phpunit" rtk phpunit --help
468-
else
469-
skip_test "rtk phpunit" "phpunit not installed"
470-
fi
471-
472-
# ── 32. Global flags ────────────────────────────────
462+
# ── 31. Global flags ────────────────────────────────
473463

474464
section "Global flags"
475465

0 commit comments

Comments
 (0)