Skip to content

chore: sync fork with upstream master (14 commits) - #22

Merged
cameronsjo merged 15 commits into
masterfrom
sync-upstream-20260823
Aug 23, 2026
Merged

chore: sync fork with upstream master (14 commits)#22
cameronsjo merged 15 commits into
masterfrom
sync-upstream-20260823

Conversation

@cameronsjo

Copy link
Copy Markdown
Owner

Periodic rebuild of this fork on top of herdrdev/herdr master, via scripts/sync-upstream.sh. Supersedes #20, which had herdrdev:master as its head branch — conflict resolutions can't be pushed to upstream's branch, so that PR could never be finished in place.

14 upstream commits in, against 68 fork-only commits.

Conflicts resolved (3)

  • README.md — auto-resolved by the script, keeping the fork's own notice.
  • src/api/subscriptions.rs — upstream refactored every match arm through a new event_subscription closure that threads event_start_sequence (fix(api): start lifecycle subscriptions from live events, fix(api): start lifecycle subscriptions from live events herdrdev/herdr#3134); the fork had added a TabMovedAcrossWorkspaces arm. Took upstream's refactor and re-expressed the fork's arm in the new style. It now uses event_start_sequence rather than the old last_sequence: 0, matching what upstream did to all 24 sibling arms — that is the point of fix(api): start lifecycle subscriptions from live events herdrdev/herdr#3134, so the fork's arm should not be the one exception.
  • docs/next/CHANGELOG.md — both sides appended to an empty base in the same two sections, so this is the union case, not the release-cut case that has silently dropped fork entries before. Verified after resolution that all 18 fork-only lines and all 15 upstream lines survive.

Verification

bash scripts/docker-check.sh from this worktree: PASS. The 14 failures are exactly the script's KNOWN_ENV_FAILURES set, with no unexpected entries; maintenance suite 95/95. cargo fmt --check and cargo clippy --all-targets --locked -- -D warnings are green — the clippy gate is what catches this fork's characteristic failure mode, where upstream adds call sites to a signature the fork has widened and the textual merge succeeds anyway.

akbash-bot and others added 15 commits August 21, 2026 15:16
refs herdrdev#3054

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
refs herdrdev#3100

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
* fix(windows): preserve non-us shifted text

refs herdrdev#3045

* fix(windows): retain shifted key repeat lifecycle

refs herdrdev#3045
* feat: add per-mode theme overrides

allow [theme.custom.light] and [theme.custom.dark] blocks so custom
overrides can differ per resolved appearance when auto_switch flips.
precedence: theme defaults, then [theme.custom], then the block for
the active mode. configs without the new blocks resolve unchanged.

refs herdrdev#837

* docs: complete per-mode theme documentation

---------

Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
* fix(windows): add local cmd installer bootstrap

refs herdrdev#2751

* fix(windows): bound installer downloads

refs herdrdev#2751
# Conflicts:
#	README.md
#	docs/next/CHANGELOG.md
#	src/api/subscriptions.rs
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your current included review allowance is based on your included PR review attempts over the past 7 days.

Next review available in: 38 minutes

Limit details: You’ve used the included review currently available. Your 66 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f6848215-145e-45f3-8999-e83e69c9bcdf

📥 Commits

Reviewing files that changed from the base of the PR and between 951300c and e2bd6d7.

⛔ Files ignored due to path filters (3)
  • website/assets/favicon.png is excluded by !**/*.png
  • website/assets/favicon.svg is excluded by !**/*.svg
  • website/favicon.ico is excluded by !**/*.ico
📒 Files selected for processing (63)
  • README.zh-CN.md
  • docs/next/CHANGELOG.md
  • docs/next/README.md
  • docs/next/README.zh-CN.md
  • docs/next/website/src/content/docs/configuration.mdx
  • docs/next/website/src/content/docs/install.mdx
  • docs/next/website/src/content/docs/ja/configuration.mdx
  • docs/next/website/src/content/docs/ja/install.mdx
  • docs/next/website/src/content/docs/ja/socket-api.mdx
  • docs/next/website/src/content/docs/ja/troubleshooting.mdx
  • docs/next/website/src/content/docs/ja/windows-beta.mdx
  • docs/next/website/src/content/docs/socket-api.mdx
  • docs/next/website/src/content/docs/troubleshooting.mdx
  • docs/next/website/src/content/docs/windows-beta.mdx
  • docs/next/website/src/content/docs/zh-cn/configuration.mdx
  • docs/next/website/src/content/docs/zh-cn/install.mdx
  • docs/next/website/src/content/docs/zh-cn/socket-api.mdx
  • docs/next/website/src/content/docs/zh-cn/troubleshooting.mdx
  • docs/next/website/src/content/docs/zh-cn/windows-beta.mdx
  • docs/next/website/src/data/config-reference.json
  • docs/versions/0.8.2/website/src/content/docs/install.mdx
  • docs/versions/0.8.2/website/src/content/docs/ja/install.mdx
  • docs/versions/0.8.2/website/src/content/docs/ja/windows-beta.mdx
  • docs/versions/0.8.2/website/src/content/docs/windows-beta.mdx
  • docs/versions/0.8.2/website/src/content/docs/zh-cn/install.mdx
  • docs/versions/0.8.2/website/src/content/docs/zh-cn/windows-beta.mdx
  • scripts/windows_install_conpty_package_test.ps1
  • src/api/server.rs
  • src/api/subscriptions.rs
  • src/api/wait.rs
  • src/app/api/worktrees.rs
  • src/app/input/clipboard.rs
  • src/app/input/lease.rs
  • src/app/input/navigate.rs
  • src/app/mod.rs
  • src/app/state.rs
  • src/app/worktrees.rs
  • src/client/input/windows_vti.rs
  • src/client/mod.rs
  • src/config.rs
  • src/config/theme.rs
  • src/detect/manifests/claude.toml
  • src/input/encode.rs
  • src/integration/assets/herdr-agent-state.test.ts
  • src/integration/assets/omp/herdr-agent-state.ts
  • src/integration/mod.rs
  • src/main.rs
  • src/pane.rs
  • src/pane/terminal.rs
  • src/raw_input.rs
  • src/server/headless.rs
  • tests/api_ping.rs
  • tests/client_mode.rs
  • website/_headers
  • website/agent-detection/claude.toml
  • website/agent-guide.md
  • website/astro.config.mjs
  • website/index.html
  • website/install.cmd
  • website/install.ps1
  • website/scripts/prepare-docs.mjs
  • website/src/components/MarketingLayout.astro
  • website/src/components/SiteLayout.astro

Comment @coderabbitai help to get the list of available commands.

@cameronsjo
cameronsjo merged commit 8038308 into master Aug 23, 2026
9 checks passed
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.

6 participants