opencode+claude config updates

This commit is contained in:
David Chen 2026-02-03 17:20:41 -08:00
parent 76bc5b83b4
commit a97e3a5e20
15 changed files with 226 additions and 2443 deletions

View file

@ -161,6 +161,15 @@ export const TrackerNotifyPlugin = async ({ client, directory, $ }) => {
const messageRoles = new Map();
return {
"tool.execute.before": async (input, output) => {
if (input.tool === "question") {
log("Question tool called:", {
questions: output.args?.questions || "no questions",
timestamp: new Date().toISOString()
});
}
},
event: async ({ event }) => {
// Track message roles from message.updated events