chore: include pre-built dist for github install
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Agent tool restrictions for session.prompt calls.
|
||||
* OpenCode SDK's session.prompt `tools` parameter expects boolean values.
|
||||
* true = tool allowed, false = tool denied.
|
||||
*/
|
||||
export declare function getAgentToolRestrictions(agentName: string): Record<string, boolean>;
|
||||
export declare function hasAgentToolRestrictions(agentName: string): boolean;
|
||||
Reference in New Issue
Block a user