Add live agent views and improve Codex monitoring

This commit is contained in:
William Valentin
2026-03-20 13:59:51 -07:00
parent a87bbc6983
commit 687a7aa79d
10 changed files with 1408 additions and 184 deletions
+18
View File
@@ -17,6 +17,24 @@
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler notification"
}
],
"userpromptsubmit": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
],
"userPromptSubmit": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
],
"userPromptSubmitted": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
]
}
}