Skip to content

fix(gateway): /resume N uses search result index instead of session ID match (#60136) - #60283

Closed
webtecnica wants to merge 1 commit into
NousResearch:mainfrom
webtecnica:fix/60136-resume-numbering
Closed

fix(gateway): /resume N uses search result index instead of session ID match (#60136)#60283
webtecnica wants to merge 1 commit into
NousResearch:mainfrom
webtecnica:fix/60136-resume-numbering

Conversation

@webtecnica

Copy link
Copy Markdown
Contributor

Gateway /sessions search now stores result mapping so /resume N resolves against search result index, not session ID. Stores {display_number→session_id} after search and checks it in resume handler. Closes #60136

…D match

/sessions search displayed numbered results but /resume interpreted
the number as a session ID prefix, not a search result index. Now
/resume N resolves against the last search result list when N is
small (< 1000).

Closes NousResearch#60136
@alt-glitch alt-glitch added type/bug Something isn't working comp/gateway Gateway runner, session dispatch, delivery duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists labels Jul 7, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

Duplicate of #60138 — both fix #60136 by making gateway /resume <number> resolve against the /sessions search result numbering (storing a per-session display-number→session-id map). #60138 (same author, earlier) is the more complete canonical version with tests and footer-wording changes.

@webtecnica

Copy link
Copy Markdown
Contributor Author

Closing as duplicate — the sweeper identified this as already covered by another PR. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gateway /resume <number> ignores /sessions search result numbering

2 participants