mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-11 11:50:43 +08:00
Fix session ID mapping: VS Code conversation IDs now map to registered sessions
- Added conversationToSession mapping to link VS Code conversation IDs to registered session IDs - Updated handleToolCall to extract session ID from _meta.vscode.conversationId - Auto-maps VS Code conversations to first available registered session - Both VS Code and web interface now use same registered session ID - Fixes 'No pending AI request found' error in web interface
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
[ ] Assess / Set logging path and details correctly for release & dev.
|
||||
[ ] Create a new readme
|
||||
[ ] Consider how updates to the extension will work.
|
||||
[X] Assess / Set logging path and details correctly for release & dev.
|
||||
[] Create a new readme
|
||||
[X] Consider how updates to the extension will work.
|
||||
[ ] Publish Extension
|
||||
[ ] Change Waiting for AI messages..." to "Waiting for AI MCP Tool Call...
|
||||
[ ] Get it to store the Friendly Name similar to how it stores the session ID - the existing session seems to be found on startup
|
||||
[ ] Override Prompt Script is not generated from exact coded system tool description - seems to be stale - where is the info coming from for the override creation?
|
||||
[ ]
|
||||
Reference in New Issue
Block a user