Add startup notification feature with user configuration option

This commit is contained in:
B Harper
2025-10-28 08:55:12 +11:00
parent 6b49a4f230
commit 2f45e2f723
2 changed files with 31 additions and 0 deletions
+5
View File
@@ -141,6 +141,11 @@
"type": "boolean",
"default": true,
"description": "Enable visual flashing notifications when AI agents send messages"
},
"humanagent-mcp.notifications.showStartup": {
"type": "boolean",
"default": true,
"description": "Show startup notification when HumanAgent MCP extension is activated"
}
}
}