Commit Graph

  • dcedef5a97 rm hard coded debug patch-1 wassname (Michael J Clark) 2026-01-06 16:38:31 +08:00
  • f52c52ca19 fix: Remove space from MCP server name (HumanAgentMCP) master v0.0.17 B Harper 2025-11-27 12:25:16 +11:00
  • c5b1267686 feat: Add anonymous telemetry with GA4 integration v0.0.16 B Harper 2025-11-20 14:34:50 +11:00
  • 123bed4a29 chore: Bump version to 0.0.15 and add square icon v0.0.15 B Harper 2025-11-20 14:02:56 +11:00
  • 9bfce15f44 feat: Add reconnection backoff, server start notifications, issue reporting, improved README v0.0.14 B Harper 2025-11-20 12:06:50 +11:00
  • 78fbceb3f7 Bump version to 0.0.13 v0.0.13 B Harper 2025-11-19 15:35:42 +11:00
  • 0f07602b59 Merge fix/timeout-issue: Resolve tool call timeout with chunked response keepalive B Harper 2025-11-19 15:33:33 +11:00
  • accdbdc602 Fix tool call timeout by implementing chunked response with keepalive B Harper 2025-11-19 15:32:59 +11:00
  • 164b6b9f1e Fix workflow: Use version from package.json instead of tag v0.0.12 B Harper 2025-11-18 13:40:48 +11:00
  • c2129cb3ed v0.0.12: Add quick replies, remove timeout feature, keep textarea enabled, improve error handling B Harper 2025-11-18 13:32:38 +11:00
  • ea62ebfbf3 Add tab notification features and timeout improvements B Harper 2025-11-01 17:37:01 +11:00
  • fb9251f793 Add Report Issues button to startup notification v0.0.11 B Harper 2025-10-28 09:29:59 +11:00
  • 2f45e2f723 Add startup notification feature with user configuration option v0.0.10 B Harper 2025-10-28 08:55:12 +11:00
  • 6b49a4f230 Update README files with demo positioning and content v0.0.9 B Harper 2025-10-26 19:52:36 +11:00
  • d905b7a185 Add high-resolution demo GIF to README files B Harper 2025-10-26 19:48:09 +11:00
  • 9da74792d5 Update documentation and add additional README content v0.0.8 B Harper 2025-10-26 19:11:27 +11:00
  • f8115fae53 Fix workflow: Add contents write permission for GitHub releases v0.0.7 B Harper 2025-10-26 18:35:54 +11:00
  • 4cb6434584 Fix workflow: Package .vsix file before creating GitHub release v0.0.6 B Harper 2025-10-26 18:33:55 +11:00
  • a3bd6662e4 Fix workflow: Use correct secret name VCSE_PAT v0.0.5 B Harper 2025-10-26 18:29:34 +11:00
  • fb62ffbcd2 Fix workflow: Update Node.js version to 20 for vsce compatibility v0.0.4 B Harper 2025-10-26 18:27:08 +11:00
  • 87ae328e31 Update workflow to trigger on git tags instead of releases v0.0.3 B Harper 2025-10-26 18:24:54 +11:00
  • d5878d9f32 Fix: Add GitHub Actions workflow for automated publishing B Harper 2025-10-26 18:22:02 +11:00
  • 464f4e0bf4 Add GitHub Actions workflow for automated publishing and clean up unnecessary files v0.0.2 B Harper 2025-10-26 18:14:13 +11:00
  • 347485a822 Add .gitignore to exclude .github and .vscode folders, remove them from tracking B Harper 2025-10-26 17:50:58 +11:00
  • 8777d3b928 Add GPL-3.0 LICENSE and add untracked README files B Harper 2025-10-26 17:48:36 +11:00
  • 87ade947ba Update package.json for marketplace publishing - change publisher to 3DTek-xyz and add repository field B Harper 2025-10-26 17:20:33 +11:00
  • 839fc81df6 Remove problematic reload override functionality from cog menu B Harper 2025-10-26 16:51:28 +11:00
  • 94d004338a Implement version-based cache invalidation for MCP tool definitions B Harper 2025-10-26 16:40:44 +11:00
  • 60ea857b54 Fix SSE connection conflicts between webview and extension B Harper 2025-10-26 15:36:26 +11:00
  • 2de7ad2db1 Add comprehensive documentation - README.md and ReadMeDev.md B Harper 2025-10-25 11:52:58 +11:00
  • a19312c2df Remove silent timeout fallback - implement explicit timeout handling B Harper 2025-10-25 11:43:35 +11:00
  • d846f0895b Implement VS Code native MCP event system for automatic tool refreshing B Harper 2025-10-25 11:29:05 +11:00
  • 59be50e9d9 Fix VS Code MCP tool override descriptions by adding sessionId to URL B Harper 2025-10-24 20:06:49 +11:00
  • 068e745460 Fix web interface JavaScript error and complete message formatting B Harper 2025-10-24 18:39:50 +11:00
  • a0333d2dbf Add session name persistence using VS Code globalState B Harper 2025-10-24 13:52:18 +11:00
  • 100508581e Implement clean request state management system B Harper 2025-10-24 13:40:34 +11:00
  • cac8d40b66 SUCCESSFUL: Complete message synchronization between web and VS Code B Harper 2025-10-24 13:26:57 +11:00
  • bab4f4138a Fix AI response storage and add message source tracking B Harper 2025-10-24 13:16:37 +11:00
  • b5d0190474 Debug AI response storage issue B Harper 2025-10-24 11:55:42 +11:00
  • 0fcc0a7b0e Eliminate duplicate pendingHumanRequests system - use ChatManager only B Harper 2025-10-24 11:44:38 +11:00
  • dc1ee54ecd Fix session ID mapping: VS Code conversation IDs now map to registered sessions B Harper 2025-10-24 11:17:46 +11:00
  • 20fba4fb96 Fix dynamic cog menu updates and improve override file UI B Harper 2025-10-23 15:39:41 +11:00
  • 0f1b5fa820 Complete single source of truth implementation B Harper 2025-10-23 14:47:54 +11:00
  • a3b52ac593 Fix override loading system and server independence B Harper 2025-10-23 14:37:02 +11:00
  • 64d0a322cd Fix: Remove startup status notifications and improve menu routing B Harper 2025-10-23 10:11:24 +11:00
  • a414a4f70d Fix sessionless HumanAgent chat functionality B Harper 2025-10-22 11:49:17 +11:00