Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
96e0c7f
feat(mesh): upgrade to mesh-llm 0.76.0-rc3 and recommend Qwen3.8 27B
michaelneale Aug 18, 2026
0eecc0c
fix(desktop): stop abandoning healthy mesh prefills at four minutes
michaelneale Aug 17, 2026
0cd224c
feat(mesh): move mesh-llm dependency to 0.76.0-rc4
michaelneale Aug 20, 2026
92ecac2
fix(dev): honor mesh=1 in desktop-standalone
michaelneale Aug 20, 2026
a6b4756
feat(mesh): move mesh-llm dependency to 0.76.0-rc6
Aug 21, 2026
d99cba5
fix(mesh): run the mesh unenforced on relays that do not enforce memb…
michaelneale Aug 25, 2026
8cffb88
Merge remote-tracking branch 'origin/main' into micspiral/mesh-0.76.0…
michaelneale Aug 25, 2026
ceaaced
fix(mesh): make open-relay mode consistent across discovery, reconcil…
michaelneale Aug 25, 2026
fa252b5
feat(mesh): move mesh-llm dependency to 0.76.0-rc7
Aug 25, 2026
49efb1c
fix(mesh): restore hardware model ladder
Aug 25, 2026
78e3e16
Merge origin/main into mesh rc7 upgrade
Aug 25, 2026
abc594c
Merge commit '78e3e1684ba688bd851114785d3a36a58588e8cb' into local/pr…
michaelneale Aug 25, 2026
109e553
fix(mesh): classify relay mode in model discovery
Aug 26, 2026
cbba755
Merge remote-tracking branch 'origin/main' into local/pr-6189-fresh
Aug 26, 2026
96dd6a9
fix(mesh): refresh relay admission mode safely
Aug 27, 2026
1eba2f0
Merge remote-tracking branch 'origin/main' into local/pr-6189-fresh
Aug 27, 2026
3e78b29
fix(mesh): keep closed availability helper test-only
Aug 27, 2026
34e31f7
test(mesh): prove relay mode probes are refreshed
Aug 27, 2026
dd43464
Merge origin/main into mesh relay admission branch
Aug 27, 2026
0f1798e
fix(mesh): fail closed after proven relay tightening
Aug 27, 2026
358ca97
fix(mesh): reject unsuccessful NIP-11 responses
Aug 28, 2026
f1a4eb7
Merge origin/main into mesh relay admission branch
Aug 28, 2026
4022485
fix(mesh): bound admission mode transitions
Aug 28, 2026
502eed9
fix(mesh): close admission restart loop
Aug 28, 2026
d0ebf66
revert(mesh): drop open-relay unenforced mode; mesh stays allowlist-only
michaelneale Aug 29, 2026
d30959c
Refine shared compute setup experience
sandro-sq Aug 29, 2026
8f391de
Revert "Refine shared compute setup experience"
sandro-sq Aug 29, 2026
92ecc7e
feat(mesh): move mesh-llm dependency to 0.76.0-rc8
Aug 29, 2026
ed59a20
Merge origin/main into mesh relay admission branch
Aug 31, 2026
dc0238b
fix(mesh): recommend Qwen3.8 on 64 GB Macs
Aug 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ jobs:
run: just desktop-tauri-test
env:
CMAKE_POLICY_VERSION_MINIMUM: "3.5"
- name: Desktop Mesh feature tests
run: cargo test --manifest-path desktop/src-tauri/Cargo.toml --features mesh-llm --lib
env:
CMAKE_POLICY_VERSION_MINIMUM: "3.5"
- name: Desktop Tauri compiled-flag verification
run: just desktop-tauri-test-compiled-flags
env:
Expand Down
Loading