mirror of
https://github.com/theniceboy/.config.git
synced 2026-02-22 21:05:57 +08:00
opencode+claude config updates
This commit is contained in:
parent
76bc5b83b4
commit
a97e3a5e20
15 changed files with 226 additions and 2443 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue