deps: repin MyOwnMesh v0.3.1 and AllMyStuff v0.2.44#43
Merged
Conversation
Move the client onto the fixed dependencies:
* MyOwnMesh v0.3.1 — the topology-shaper fix that stops a CEC support
session being pruned and redialed on a loop (dropped video + control).
* AllMyStuff v0.2.44 — the technician chat-send registration (customers
can now see the tech's chat lines) and the CEC consent-sweep change.
Pin sites, only some of which are .rev files:
* .myownmesh-rev / .allmystuff-rev — the bundled daemon + node sidecar
binaries the installer stages.
* gui/src-tauri/Cargo.toml — the linked source crates (allmystuff-node,
-cec-protocol, -cec-consent) carry their own hardcoded git tags outside
.rev; bumped in lockstep so the compiled-in code matches the sidecars.
Both target tags are cut separately; until the releases exist the Tauri
build's git deps won't resolve (this repo's check CI builds only the
frontend + service crate, so it is unaffected).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GiGnE5ucyTgqdVrhKVJSUm
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.
What
Moves the CEC Support client onto the fixed upstream dependencies:
cec_chat_sendregistration (so customers can finally see the tech's chat lines) plus the CEC consent-sweep change.Pins changed
Only some pins live in
.revfiles — flagging the ones that don't:.myownmesh-rev→ v0.3.1.revmyownmeshdaemon sidecar binary.allmystuff-rev→ v0.2.44.revallmystuff-servenode sidecar binaryallmystuff-node/-cec-protocol/-cec-consent→ v0.2.44gui/src-tauri/Cargo.toml.revfile — the linked source crates carry their own hardcoded git tags; bumped in lockstep so the compiled-in code matches the sidecarsSequencing note
Both target tags are cut separately (MyOwnMesh v0.3.1, AllMyStuff v0.2.44). Until those releases exist, the full Tauri build's git deps won't resolve — but this repo's check CI builds only the frontend (
pnpm check) and thecec-support-servicecrate, neither of which touchesgui/src-tauri, so CI here is unaffected.🤖 Generated with Claude Code
https://claude.ai/code/session_01GiGnE5ucyTgqdVrhKVJSUm
Generated by Claude Code