feat(coding-agent): allow project trust extensions to defer
This commit is contained in:
@@ -199,7 +199,7 @@ Project skill`,
|
||||
join(userExtDir, "user.ts"),
|
||||
`globalThis[${JSON.stringify(loadCountKey)}] = (globalThis[${JSON.stringify(loadCountKey)}] ?? 0) + 1;
|
||||
export default function(pi) {
|
||||
pi.on("project_trust", () => ({ trusted: true }));
|
||||
pi.on("project_trust", () => ({ trusted: "yes" }));
|
||||
pi.registerCommand("user-trust", {
|
||||
description: "user trust",
|
||||
handler: async () => {},
|
||||
|
||||
Reference in New Issue
Block a user