fix(desktop): enable Windows mesh-llm builds and address Compute Share startup/MeshLLM debug logging/non-image models trying to parse image input - #3223
Open
stevepresley wants to merge 1 commit into
Conversation
Contributor
|
@stevepresley thanks - that is a big change and not all windows related is it? |
Author
It started as mostly Windows related, but these three items are cross-platform.
I'll update the title |
Author
|
@michaelneale opened #3300 to track the 3 other issues fixed in this PR. Let me know if you want me to split it out into a second PR |
Signed-off-by: stevepresley <github@stevepresley.net>
stevepresley
force-pushed
the
fix/windows-mesh-llm-2836-upstream
branch
from
July 28, 2026 12:30
cb8e386 to
006c158
Compare
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.
fix: enable Windows mesh-llm desktop builds
Closes #2836
Closes #3300
Summary
mesh-llmfeature for Windows release and canary desktop builds.Validation
Validated locally on Windows 11:
cargo fmt --manifest-path desktop/src-tauri/Cargo.toml --allcargo check --manifest-path desktop/src-tauri/Cargo.toml --features mesh-llmpnpm typecheckcargo check -p buzz-agentcargo build -p buzz-agent --release --target x86_64-pc-windows-msvcbash scripts/bundle-sidecars.sh x86_64-pc-windows-msvcpnpm tauri build --target x86_64-pc-windows-msvc --bundles nsis --features mesh-llm --config "{\"bundle\":{\"createUpdaterArtifacts\":false}}"Manual validation:
buzz-agentstarts from the installed app.422caused by replayed tool-result images.Related/out of scope findings
Windows relay-mesh validation also reproduced existing ACP/agent delivery behavior where a model may produce Activity/final text without publishing a DM/channel message, and failed ACP turns can be retried later. That is out of scope for this Windows mesh-llm packaging/runtime PR.
Refs #2698
Refs #2421
Refs #2681