agent_ui: Remove count for user rules in context tooltip#57456
Merged
Conversation
MartinYe1234
approved these changes
May 22, 2026
Member
Author
|
/cherry-pick preview |
zed-zippy Bot
added a commit
that referenced
this pull request
May 27, 2026
…erry-pick to preview) (#57819) Cherry-pick of #57456 to preview ---- The circular progress in the agent panel's message editor would previously display the number of default user rules auto-embedded into the thread. However, given default rules are all migrated to a global AGENTS.md file, that feature doesn't make a lot of sense anymore. So, this PR fixes it by adding a button that opens up the global file when it exists. Release Notes: - N/A Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
This was referenced May 27, 2026
kylekz
pushed a commit
to kylekz/zed
that referenced
this pull request
May 29, 2026
Sync fork up to the latest zed-industries/zed upstream (6bca213, zed-industries#58037), on top of the existing partial sync already on main (which reached zed-industries#57456). Resolved conflicts: - .gitignore: kept both the fork (/claude-code-ext/) and upstream (.nixos-test-history) entries. - crates/proto/proto/zed.proto: integrated upstream Envelope fields 453-456 (document links) alongside the fork's reserved claude-code-ide range (10000-10004). Cargo.lock reconciled with cargo so it matches upstream's pins plus the fork's claude_code_ide / claude_code_ide_server dependencies; verified with `cargo metadata --locked`.
TomPlanche
pushed a commit
to TomPlanche/zed
that referenced
this pull request
Jun 2, 2026
…ies#57456) The circular progress in the agent panel's message editor would previously display the number of default user rules auto-embedded into the thread. However, given default rules are all migrated to a global AGENTS.md file, that feature doesn't make a lot of sense anymore. So, this PR fixes it by adding a button that opens up the global file when it exists. Release Notes: - N/A
This was referenced Jun 3, 2026
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.
The circular progress in the agent panel's message editor would previously display the number of default user rules auto-embedded into the thread. However, given default rules are all migrated to a global AGENTS.md file, that feature doesn't make a lot of sense anymore. So, this PR fixes it by adding a button that opens up the global file when it exists.
Release Notes: