Closed
Conversation
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.51.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
lingcoder
added a commit
that referenced
this pull request
Apr 11, 2026
Complete the ccb-alignment window: TUI event flow refactor, tool userFacingName convention, component extraction, and fuzzy matching. TUI (crates/tui): - translate_event / apply_event reducer split (#13) - content_buffer mirror fix for streaming chunks (#22) - Renderable trait + component extraction: Header, MessageList, InputArea, BottomBar, StatusLine (Phase 1) - AppEvent bus + FrameRequester (Phase 2) - Overlay trait + stack: CommandPalette, HistorySearch, ModelPicker, Transcript, GlobalSearch, ApprovalQueue (Phases 3-7) - EventBroker pause/resume for external editor (Phase 5) - Theme system consolidation with new role fields (#12, #21) - Delete ContextualKeybindings dead code (#17, #18) - Delete response_started + render_thinking_state dead code (#23, #24) Tools (crates/tools): - Adopt ccb userFacingName convention: Bash->Run, Grep->Search, Read->Read (path . lines N-M), PowerShell, etc. - Extract str_utils::truncate_chars for codepoint-safe truncation - Fix byte-slice panics in tool summary truncation (#10, #20) Core + API + Agent + CLI: - Wire ApprovalQueue + ModelPicker SwitchSession (#4) - Dedupe strip_trailing_tool_json + TOOL_ARG_INDEX_BASE (#5) - Fix BLOCKER: translate_agent_event empty tool name (#9) - Fix run_repl missing registry arg under --no-default-features Dependencies: - Add nucleo-matcher 0.3 for fuzzy matching (#11, #15) Docs: - Bump test count to 3900+ and crate count to 17 in README/README.zh-CN Verified end-to-end: cargo build + test (3934+ pass) + clippy clean, non-interactive -p mode + live interactive TUI via winpty driving real Windows conpty, all tool-use cells rendering correct ccb wrappers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tokio from 1.51.0 to 1.51.1.
Release notes
Sourced from tokio's releases.
Commits
98df02dchore: prepare Tokio v1.51.1 (#8023)3ea11e2sync: fix semaphore reopens after forget (#8021)c791213rt: do not leak fd when cancelling io_uring open operation (#7983)ad8c59anet: surface errors fromSO_ERRORonrecvfor UDP sockets on Linux (#8001)654d38bmetrics: fixworker_local_schedule_counttest (#8008)857ba80docs: improve contributing docs on how to specify crates dependency versions ...95b9342chore: remove path deps for tokio-macros 2.7.0 (#8007)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)