From d2afe48b115ef2ea5c67d3b0b8392960d6b00b4a Mon Sep 17 00:00:00 2001 From: tanglearncode Date: Mon, 10 Aug 2026 06:21:21 +0800 Subject: [PATCH] docs(pi): name auto as the default routing mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pi README still listed ask as the default. It stopped being one in PR #77, and PR #87 made that change actually reach machines whose plugin-routing.json had the old default written into it. This was the last place in the repo still describing the old behavior. Auto now leads the list, with the note that it asks first on a near-tie — which is why ask no longer has to be the default for everyone. --- plugins/pi/neatcontext/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/pi/neatcontext/README.md b/plugins/pi/neatcontext/README.md index e4ee0eb..dc4889c 100644 --- a/plugins/pi/neatcontext/README.md +++ b/plugins/pi/neatcontext/README.md @@ -49,8 +49,9 @@ work on different contexts at once without disturbing each other. With a context connected, the model sees a one-line description of every other context on the machine and can move the session to a better one: -- **ask** (default) — it proposes a switch and waits for you. -- **auto** — it switches on a clear match and tells you it did. +- **auto** (default) — it switches on a clear match and tells you it did, and + asks first when two contexts are close. +- **ask** — it proposes a switch and waits for you. - **manual** — it never routes; `/neatcontext-use` only. Decline a switch once and it will not be suggested again in that session. When