mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-12 12:00:51 +08:00
Fix AI response storage and add message source tracking
Key changes: - Fixed sessionId detection in HumanAgent_Chat tool (use sessionToUse instead of params.sessionId) - Added source field to ChatMessage interface for tracking web vs vscode origin - Updated web interface to show message source in headers - Removed incorrect storage of human responses as assistant messages - AI responses need proper capture mechanism (not human answers stored as AI responses) Issue: Still need to eliminate redundant /chat endpoint causing potential duplicates
This commit is contained in:
@@ -14,3 +14,6 @@
|
||||
2025-10-24T00:44:34.053Z - RESPONSE ENDPOINT CALLED - RequestID: 5-1761266631221
|
||||
2025-10-24T00:45:57.000Z - RESPONSE ENDPOINT CALLED - RequestID: 6-1761266677885
|
||||
2025-10-24T00:53:39.981Z - RESPONSE ENDPOINT CALLED - RequestID: 7-1761266763696
|
||||
2025-10-24T02:07:33.092Z - RESPONSE ENDPOINT CALLED - RequestID: 3-1761271635573
|
||||
2025-10-24T02:11:21.217Z - RESPONSE ENDPOINT CALLED - RequestID: 4-1761271658716
|
||||
2025-10-24T02:11:58.017Z - RESPONSE ENDPOINT CALLED - RequestID: 5-1761271885279
|
||||
|
||||
Reference in New Issue
Block a user