Skip to content

Commit 63d3e92

Browse files
authored
Merge pull request #21 from aimed-lab/release/1.131
Release 1.131: copilot current-network fix
2 parents 803929d + a01e7f2 commit 63d3e92

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

517
Assistant copilot. The Assistant drawer can now drive the full

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "spinner-net"
7-
version = "1.130"
7+
version = "1.131"
88
description = "network SPINNER: Seeded Protein Interaction Network Neighborhood Expansion and Ranking"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)