mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-09 11:14:27 +08:00
Add tab notification features and timeout improvements
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user