Commit Graph

  • 0924356b4c Merge pull request #3728 from esidorenko-sl/fix/windows-msys-child-arg-quoting develop dev-0.50.0-rc.444 #3979 Nicolas Le Cam 2026-09-19 01:11:20 +02:00
  • 0022842eb2 Merge pull request #3008 from deqingLv/feat/trae-hook-integration dev-0.50.0-rc.443 Nicolas Le Cam 2026-09-19 00:31:35 +02:00
  • 64a7010b21 fix(hooks): identify Trae registrations by where they fire, not just by command #3008 Nicolas Le Cam 2026-09-19 00:19:19 +02:00
  • eb11789de9 fix(core): quote child arguments so MSYS children receive them intact #3728 Egor Sidorenko 2026-08-27 16:46:35 +05:00
  • ceae215ff7 test(hooks): scope Trae audit assertion to Unix as reviewed lvdeqing 2026-09-18 15:23:56 +08:00
  • 0184ba2425 fix(hooks): address Trae portability and partial install diagnostics lvdeqing 2026-09-18 15:08:49 +08:00
  • 651441cb52 chore: merge latest develop into Trae hook integration lvdeqing 2026-09-18 14:47:34 +08:00
  • e988098e22 fix(hooks): identify Trae registrations by command alone lvdeqing 2026-09-18 14:32:36 +08:00
  • dbecb980f9 fix(hooks): honor audit directory override for portable Trae tests lvdeqing 2026-09-18 14:26:58 +08:00
  • 6d104308c5 Merge pull request #776 from mvanhorn/osc/682-suppress-hook-warning-config dev-0.50.0-rc.442 Nicolas Le Cam 2026-09-18 02:24:05 +02:00
  • d2e906a0fe fix(gain): honour suppress_hook_warning, and pin the env/config composition #776 Nicolas Le Cam 2026-09-18 01:44:29 +02:00
  • 0a71fcf3b6 Merge pull request #4048 from TechWizard9999/fix/4037-flaky-dotnet-trx-mtime dev-0.50.0-rc.441 Nicolas Le Cam 2026-09-18 01:31:23 +02:00
  • 8495f63bf7 Merge pull request #3275 from breisnerlopez/fix/pnpm-strip-global-opts Nicolas Le Cam 2026-09-18 01:24:17 +02:00
  • 1281273e6e fix(tests): set trx mtimes via std instead of a new dev-dependency #4048 Nicolas Le Cam 2026-09-18 01:12:08 +02:00
  • a41cc10349 fix(tokenizer): pin the contracts the new presets rely on #4008 feat/tokenizer-dialect-axes Nicolas Le Cam 2026-09-13 00:53:01 +02:00
  • e376615ad2 refactor(tokenizer): name presets after the parser library Nicolas Le Cam 2026-09-13 00:47:02 +02:00
  • 8c21105092 fix(tokenizer): derive the /flag guard from the attach axis Nicolas Le Cam 2026-09-13 00:38:37 +02:00
  • 76ee68a714 refactor(tokenizer): make Dialect a struct of independent grammar axes Nicolas Le Cam 2026-09-13 00:33:07 +02:00
  • 4e53f760fe fix: scope suppress_hook_warning to missing hooks and parse the env override Matt Van Horn 2026-09-16 07:46:02 -07:00
  • 0e7a41eb52 feat(config): add suppress_hook_warning option Matt Van Horn 2026-03-21 13:57:00 -07:00
  • ca24862484 chore: merge latest develop into Trae hook integration lvdeqing 2026-09-15 20:24:01 +08:00
  • 913d32ff5b fix(docs): add git repo badges #4075 fix/add-repo-badge aesoft 2026-09-15 11:15:46 +02:00
  • 105f62a0fc chore(deps): bump dirs from 5.0.1 to 7.0.0 #3822 dependabot/cargo/develop/dirs-6.0.0 dependabot[bot] 2026-09-14 18:24:02 +00:00
  • 86c9a6c288 chore(deps): bump serde_json from 1.0.149 to 1.0.151 #3820 dependabot/cargo/develop/serde_json-1.0.151 dependabot[bot] 2026-09-14 18:23:58 +00:00
  • 78af5a85aa chore(deps): bump anyhow from 1.0.102 to 1.0.104 #3818 dependabot/cargo/develop/anyhow-1.0.104 dependabot[bot] 2026-09-14 18:23:56 +00:00
  • d53ffb8f02 chore(deps): bump libc from 0.2.182 to 0.2.189 #3817 dependabot/cargo/develop/libc-0.2.189 dependabot[bot] 2026-09-14 18:23:56 +00:00
  • 5e0f92cd10 Merge pull request #3782 from KuSh/chore/rust-edition-2024 dev-0.50.0-rc.439 Nicolas Le Cam 2026-09-14 20:21:46 +02:00
  • 9082031924 fix(tests): make dotnet_trx mtime-dependent tests deterministic TechWizard9999 2026-09-14 16:35:33 +05:30
  • 6c84b82388 fix(pnpm): gate global-opt strip to the rtk pnpm rule (review round 1) #3275 breisnerlopez 2026-09-14 07:08:19 +02:00
  • bf2f7c7c12 chore: ignore the style-edition reformat in git blame #3782 Nicolas Le Cam 2026-09-14 01:27:25 +02:00
  • 75b30a442c fix(hooks): don't abort init --status on an unreadable Cursor hook Nicolas Le Cam 2026-09-02 18:53:00 +02:00
  • d00c514edd refactor: adopt let-chains Nicolas Le Cam 2026-09-14 01:27:25 +02:00
  • 7c18567155 chore: migrate to Rust edition 2024 Nicolas Le Cam 2026-08-31 01:19:25 +02:00
  • 70ec493d0d chore: list command modules explicitly instead of via automod Nicolas Le Cam 2026-09-14 01:26:43 +02:00
  • ad63139576 chore: reformat under rustfmt style edition 2024 Nicolas Le Cam 2026-09-14 01:26:21 +02:00
  • d402152ffa Merge pull request #1422 from JackDanger/fix/suppress-hook-warn-during-init dev-0.50.0-rc.438 Nicolas Le Cam 2026-09-14 01:20:47 +02:00
  • 06d538728c test: cover which commands get the daily hook reminder #1422 Nicolas Le Cam 2026-09-14 01:01:14 +02:00
  • cfe248c1f6 Merge pull request #3941 from iliaal/fix/faithful-head-tail-windows dev-0.50.0-rc.437 Nicolas Le Cam 2026-09-14 00:59:57 +02:00
  • 784d347011 test(read): isolate the rewrite test from the developer's rtk config #3941 Nicolas Le Cam 2026-09-14 00:45:35 +02:00
  • e224b159af docs(read): point the head/tail rewrite docs at --head-lines Nicolas Le Cam 2026-09-14 00:45:35 +02:00
  • 2ff2f71711 Merge pull request #1298 from rtk-ai/fix/tracking-weighted-aggregations dev-0.50.0-rc.436 Nicolas Le Cam 2026-09-14 00:37:18 +02:00
  • cb5e5994e1 fix(tracking): align the telemetry rates with rtk gain and pin them in memory #1298 Nicolas Le Cam 2026-09-13 20:54:15 +02:00
  • 4b6c0f00ef Merge remote-tracking branch 'upstream/develop' into pr-1298-merge Nicolas Le Cam 2026-09-13 20:35:13 +02:00
  • b6a171242c Merge pull request #891 from rtk-ai/fix/gain-weighted-avg dev-0.50.0-rc.435 Nicolas Le Cam 2026-09-13 20:30:32 +02:00
  • 23a1be622f test(read): isolate rewrite permission settings Ilia Alshanetsky 2026-09-13 12:35:05 -04:00
  • 6f4913b37b fix(read): preserve non-UTF-8 head and tail windows Ilia Alshanetsky 2026-09-13 12:27:47 -04:00
  • 9573488935 test(tracking): cover the weighted rate with isolated in-memory cases #891 Nicolas Le Cam 2026-09-13 17:29:05 +02:00
  • 86668b065a Merge remote-tracking branch 'upstream/develop' into pr-891 Nicolas Le Cam 2026-09-13 17:25:52 +02:00
  • d0c2985155 Merge pull request #1122 from carlosdagos/fix/gh-pr-no-early-exit dev-0.50.0-rc.434 Nicolas Le Cam 2026-09-13 15:17:12 +02:00
  • d105227193 fix(gh): account for every check bucket in the pr checks summary #1122 Nicolas Le Cam 2026-09-13 14:54:43 +02:00
  • 83b1957cca Merge remote-tracking branch 'upstream/develop' into pr-1122-clean Nicolas Le Cam 2026-09-13 15:04:33 +02:00
  • 0cd3eba80b Merge pull request #3542 from uuzzrm/fix/gh-checks-watch-deduplicate dev-0.50.0-rc.433 Nicolas Le Cam 2026-09-13 14:47:27 +02:00
  • 718c18530d Merge pull request #3857 from Micaso/feat/ast-grep-support dev-0.50.0-rc.432 Nicolas Le Cam 2026-09-13 14:37:39 +02:00
  • 83f87f92f3 test(gh): use gh's real row shape in the pr checks tests #3542 Nicolas Le Cam 2026-09-13 12:32:55 +02:00
  • 3d2d244406 fix(ast-grep): account for every dropped line and stop wrecking scan output #3857 Nicolas Le Cam 2026-09-13 12:14:33 +02:00
  • f64d1d4808 fix(ast-grep): adopt PipelineSafety after merging develop Nicolas Le Cam 2026-09-13 12:11:52 +02:00
  • 8b4c445815 Merge branch 'develop' into feat/ast-grep-support Nicolas Le Cam 2026-09-13 12:11:52 +02:00
  • 5626e94a63 Merge pull request #3552 from yeahjack/feat/codex-direct-hook dev-0.50.0-rc.431 Nicolas Le Cam 2026-09-13 12:01:14 +02:00
  • ce6e277cce refactor(permissions): group rule-less hosts into one match arm #3552 Nicolas Le Cam 2026-09-13 11:42:31 +02:00
  • 0d7e4fba32 fix(codex): use shared hook decisions and preserve audit reasons Yijie Xu 2026-09-13 16:57:04 +08:00
  • 484b7ce583 fix(codex): adapt upstream changes and explain sandbox tracking access Yijie Xu 2026-09-11 08:28:25 +08:00
  • d597302268 fix(hooks): preserve best-effort multi-file cleanup Yijie Xu 2026-08-28 11:50:26 +08:00
  • eefcb23fb4 refactor(hooks): share PreToolUse rewrite payload builder Yijie Xu 2026-08-28 09:04:31 +08:00
  • 1cf7df68d0 refactor(hooks): centralize hook JSON file I/O Yijie Xu 2026-08-20 12:04:03 +08:00
  • 285fb68717 fix(hooks): address Codex integration review feedback Yijie Xu 2026-08-17 11:40:43 +08:00
  • 7f2788a1b4 feat(hooks): add direct Codex command rewrite Yijie Xu 2026-08-13 06:07:04 +08:00
  • 0f8b26c7cf Merge pull request #3087 from lntutor/fix/2663-npm-subcommands dev-0.50.0-rc.430 Nicolas Le Cam 2026-09-13 03:13:40 +02:00
  • 79b96a44c2 Merge pull request #3772 from KuSh/fix/stdout-only-filters-swallow-stderr dev-0.50.0-rc.429 Nicolas Le Cam 2026-09-12 23:16:47 +02:00
  • baf3a10aeb test(core): pin stdout-only stderr handling #3772 Nicolas Le Cam 2026-08-30 14:18:00 +02:00
  • 3a4daef6f3 fix(core): forward stderr from stdout-only filters and count it Nicolas Le Cam 2026-08-30 14:17:51 +02:00
  • 8b891a5cf4 Merge pull request #3681 from KuSh/feat/arg-tokenizer dev-0.50.0-rc.428 Nicolas Le Cam 2026-09-12 22:58:13 +02:00
  • 6e16ad847f Merge upstream/develop into feat/arg-tokenizer #3681 Nicolas Le Cam 2026-09-12 22:49:00 +02:00
  • fc19d7a778 Merge pull request #3836 from KuSh/fix/prisma-migrate-status-panic dev-0.50.0-rc.427 Nicolas Le Cam 2026-09-11 20:10:47 +02:00
  • bc1108bc47 Merge pull request #3923 from rtk-ai/test/diff-mutation-gaps Nicolas Le Cam 2026-09-11 20:08:29 +02:00
  • 66eeb10bdf Merge pull request #3265 from breisnerlopez/feat/git-show-large-blob-preview dev-0.50.0-rc.425 Nicolas Le Cam 2026-09-11 17:21:52 +02:00
  • 96a8ecf1a6 fix(telemetry): drop the stale >= 0 floor on the signed saved-token sums #3265 Nicolas Le Cam 2026-09-11 14:01:05 +02:00
  • f849ef3c28 Merge pull request #3955 from KuSh/refactor/hook-decision-consolidation dev-0.50.0-rc.424 Nicolas Le Cam 2026-09-11 13:55:21 +02:00
  • 6eb915bf6f fix(hooks): route rtk hook check through the real decision #3955 Nicolas Le Cam 2026-09-09 04:10:16 +02:00
  • d6ce8f71b6 refactor(hooks): extract the shared hook decision Nicolas Le Cam 2026-09-09 04:10:16 +02:00
  • 22d49e327f Merge pull request #1318 from kerta1n/feat/winget-automation dev-0.50.0-rc.423 Nicolas Le Cam 2026-09-11 12:37:41 +02:00
  • b1c0dc0064 Merge pull request #3978 from rtk-ai/release-please--branches--master--components--rtk v0.49.0 latest master aesoft 2026-09-11 10:52:10 +02:00
  • bb86eafd30 chore(master): release 0.49.0 #3978 release-please--branches--master--components--rtk rtk-release-bot[bot] 2026-09-11 08:40:46 +00:00
  • a1ebafa134 Merge pull request #3868 from rtk-ai/develop aesoft 2026-09-11 10:38:55 +02:00
  • 0fe63b3924 fix(pnpm): rewrite pnpm commands with global flags before the subcommand breisnerlopez 2026-07-28 05:58:20 +02:00
  • 1ba6f1a64f fix(telemetry): let savings assertions tolerate honest negative savings breisnerlopez 2026-09-11 10:10:44 +02:00
  • e8a1ef823e ci(release): pin winget-releaser to a maintained commit #1318 Nicolas Le Cam 2026-09-10 23:10:58 +02:00
  • 79347d5e0e Merge branch 'master' into develop dev-0.49.0-rc.420 #3868 aesoft 2026-09-10 17:25:43 +02:00
  • 52ed9fe400 Merge pull request #3937 from rtk-ai/feat/process-wrapper-prefixes dev-0.49.0-rc.419 aesoft 2026-09-10 13:29:28 +02:00
  • 5b1d523ad2 fix(runner): die by the relayed signal after flushing #3937 Adrien Eppling 2026-09-10 11:53:47 +02:00
  • 9418aa87a1 fix(runner): keep an inherited SIG_IGN when relaying signals Adrien Eppling 2026-09-10 10:17:41 +02:00
  • 7be287958e docs: list winget in the installation page description kerta1n 2026-09-09 14:21:43 -04:00
  • 7b09caadbe chore(cicd): fail-isolate and pin the winget job kerta1n 2026-09-09 14:21:39 -04:00
  • af28c37216 test(hooks): characterize the hook decision paths end to end Nicolas Le Cam 2026-09-09 04:06:37 +02:00
  • f806137930 build(deps): bump ignore from 0.4.25 to 0.4.32 #3824 dependabot/cargo/develop/ignore-0.4.32 dependabot[bot] 2026-09-09 00:31:01 +00:00
  • 48d712dfb2 build(deps): bump softprops/action-gh-release from 2 to 3 #3816 dependabot/github_actions/develop/softprops/action-gh-release-3 dependabot[bot] 2026-09-09 00:31:01 +00:00
  • a780d4377b build(deps): bump actions/stale from 9 to 11 #3821 dependabot/github_actions/develop/actions/stale-11 dependabot[bot] 2026-09-09 00:30:44 +00:00
  • 806c0df361 build(deps): bump actions/github-script from 7.1.0 to 9.0.0 #3823 dependabot/github_actions/develop/actions/github-script-9.0.0 dependabot[bot] 2026-09-09 00:30:42 +00:00
  • 088ceda99e build(deps): bump actions/setup-go from 5 to 7 #3819 dependabot/github_actions/develop/actions/setup-go-7 dependabot[bot] 2026-09-09 00:30:30 +00:00
  • 593ed62082 build(deps): bump actions/upload-artifact from 4 to 7 #3815 dependabot/github_actions/develop/actions/upload-artifact-7 dependabot[bot] 2026-09-09 00:29:59 +00:00
  • 8e9aa04cb2 Merge pull request #3258 from breisnerlopez/fix/grep-l-max-len-collision dev-0.49.0-rc.418 Nicolas Le Cam 2026-09-09 02:06:09 +02:00