File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.131 — 2026-06-07
4+
5+ Copilot fix: the Assistant now operates on the ** currently-loaded network** .
6+
7+ - The Assistant sends the UI's current edge list to the agent service, so
8+ "analyze the network / this network / the current network" runs
9+ ` spinner_analyze ` on what's on screen (previously the stateless service had
10+ no knowledge of the loaded graph and replied "no network analyzed yet").
11+ - The local-vs-copilot router no longer treats ` analyze ` / ` geneterrain ` /
12+ ` rescore ` as local UI commands — those reach the copilot; pure UI toggles
13+ and routing stay local.
14+
315## 1.130 — 2026-06-07
416
517Assistant copilot. The Assistant drawer can now drive the full
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " spinner-net"
7- version = " 1.130 "
7+ version = " 1.131 "
88description = " network SPINNER: Seeded Protein Interaction Network Neighborhood Expansion and Ranking"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments