10 Commits
Author SHA1 Message Date
B Harper 164b6b9f1e Fix workflow: Use version from package.json instead of tag 2025-11-18 13:40:48 +11:00
B Harper f8115fae53 Fix workflow: Add contents write permission for GitHub releases 2025-10-26 18:35:54 +11:00
B Harper 4cb6434584 Fix workflow: Package .vsix file before creating GitHub release 2025-10-26 18:33:55 +11:00
B Harper a3bd6662e4 Fix workflow: Use correct secret name VCSE_PAT 2025-10-26 18:29:34 +11:00
B Harper fb62ffbcd2 Fix workflow: Update Node.js version to 20 for vsce compatibility 2025-10-26 18:27:08 +11:00
B Harper 87ae328e31 Update workflow to trigger on git tags instead of releases 2025-10-26 18:24:54 +11:00
B Harper d5878d9f32 Fix: Add GitHub Actions workflow for automated publishing 2025-10-26 18:22:02 +11:00
B Harper 347485a822 Add .gitignore to exclude .github and .vscode folders, remove them from tracking 2025-10-26 17:50:58 +11:00
B Harper dc1ee54ecd 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
2025-10-24 11:17:46 +11:00
B Harper a414a4f70d Fix sessionless HumanAgent chat functionality
- Remove session management complexity from MCP server and UI
- Update chatWebviewProvider for direct messaging without sessions
- Fix MCP tool response format to use content array as per specification
- Restore cog icon for MCP configuration (install global/local)
- Add safety checks for message content handling
- Resolve 'o.content is not iterable' error by using proper MCP format
2025-10-22 11:49:17 +11:00