Add tab notification features and timeout improvements

This commit is contained in:
B Harper
2025-11-01 17:37:01 +11:00
parent fb9251f793
commit ea62ebfbf3
8 changed files with 207 additions and 28 deletions
+10
View File
@@ -57,6 +57,11 @@
"command": "humanagent-mcp.restartServer",
"title": "Restart MCP Server",
"icon": "$(debug-restart)"
},
{
"command": "humanagent-mcp.reportIssue",
"title": "Report Issue / Suggestion",
"icon": "$(github)"
}
],
"viewsContainers": {
@@ -109,6 +114,11 @@
"command": "humanagent-mcp.configureMcp",
"when": "view == humanagent-mcp.chatSessions",
"group": "navigation"
},
{
"command": "humanagent-mcp.reportIssue",
"when": "view == humanagent-mcp.chatSessions",
"group": "navigation"
}
]
},