chore(deps): update dorny/paths-filter action to v4#741
Merged
Conversation
e4c8db2 to
aac83da
Compare
wpfleger96
approved these changes
May 23, 2026
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This was referenced May 28, 2026
tlongwell-block
pushed a commit
that referenced
this pull request
Jun 5, 2026
Tyler's fork (disable-iroh-relays knobs) merged to upstream main via #782->#736, which also landed the native Rust SDK and split-readiness doctor. Repin off the fork back to upstream so we stop maintaining a fork. Both workspaces repinned: desktop/src-tauri (mesh-llm feature) and the sprout-relay dev-dependency (used in mesh_signaling tests). Only API drift: SDK feature 'serve' renamed to 'serving' on main (serving transitively pulls node+client). Updated both manifests. Verified against ebc3ab4c with --features mesh-llm: - sprout-desktop: cargo check + clippy (zero warnings, #741 gate) + full suite (440 passed) - sprout-relay: full suite incl. mesh_signaling tests (271 passed) Commit 1 of the mesh unification (PLANS/MESH_IDEAL_ARCHITECTURE.md). Signed-off-by: npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d <011987e296fd5006292d2f930b574be47c7801048d1983c46c425d3c95f0cffd@sprout-oss.stage.blox.sqprod.co>
tlongwell-block
pushed a commit
that referenced
this pull request
Jun 5, 2026
Route the saved/manual relay-mesh start path through the coordinator's start_client so it publishes a paired connect-request (kind:24621), making the peer dial back. This is the original flakiness root cause: saved agents did a one-sided dial into a NAT and never told the peer to dial back, so they could not hole-punch on restart. - resolve_mesh_bootstrap_target / pick_serve_target_for_model now return the full MeshServeTarget (was just the endpoint addr) so the caller has the reporter pubkey to address the 24621. - ensure_relay_mesh_for_record takes &AppHandle: resolves the live target, brings up the local client node (whose status yields our own invite token), then start_client(target.reporter_pubkey, target.endpoint_addr, self_addr) publishes the 24621 + drives attempt-scoped retry. start_client blocks on the listener being active, so the cold-launch race stays closed. - Degrades gracefully: if the target has no reporter pubkey or we have no invite token, the one-sided dial already happened — no worse than old behavior — so the connect-request is skipped (logged) rather than failing the spawn. - Threaded &AppHandle through both callers (restore.rs auto-start, agents.rs start_local_agent_with_preflight + its no-mesh stub). - start_client re-exported; allow(dead_code) markers removed now that it has a consumer. Verified: cargo check (mesh-llm AND default no-feature builds) + clippy (0 warnings, #741 gate) + full sprout-desktop suite (447 passed) against ebc3ab4c. Commit 4 of the mesh unification (PLANS/MESH_IDEAL_ARCHITECTURE.md). Signed-off-by: npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d <011987e296fd5006292d2f930b574be47c7801048d1983c46c425d3c95f0cffd@sprout-oss.stage.blox.sqprod.co>
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.
This PR contains the following updates:
v3.0.2→v4.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dorny/paths-filter (dorny/paths-filter)
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: dorny/paths-filter@v4.0.0...v4.0.1
v4.0.0Compare Source
v4Compare Source
v3.0.3Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.