fix(desktop): refresh managed agent presence guidance - #7655
Draft
mrlong0129 wants to merge 1 commit into
Draft
mrlong0129 wants to merge 1 commit into
mrlong0129 wants to merge 1 commit into
Conversation
Signed-off-by: mrlong0129 <148730491+mrlong0129@users.noreply.github.com>
🔐 Codex Security Review
|
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.
Summary
Managed agents are still told that
buzz users set-presenceis broken, although #876 moved ephemeral publishing to authenticated WebSocket connections. Update the embedded skill and CLI testing note to describe the current behavior.Bump
NEST_SKILL_VERSIONfrom 5 to 6 so existing managed-agent installations receive the corrected skill, and add a regression test that upgrades an installed version-5 skill throughensure_nest_at.Related issue
Fixes #7641. The underlying CLI transport was already fixed in #876; this change updates its guidance and installation refresh behavior. Searched open PRs for #7641 and presence-skill corrections; no duplicate fix found.
Testing
managed_agents::nest::testspass.git diff --checkpasses.just ciwas attempted. Formatting, lint/static checks, and multiple Rust unit suites passed. The firstbuzz-acprun had two failures (claude_named_adapter_wire_lifecycle_records_prompt_and_costandpi_launch_preserves_existing_skills_in_explicit_workspace); its subsequent run passed with 934 tests.No desktop UI was changed.