Merge remote-tracking branch 'origin/dev' into feat/request-aware-provider-fetch
# Conflicts: # packages/opencode/src/provider/provider.ts
This commit is contained in:
commit
68f0350afa
12 changed files with 292 additions and 10 deletions
|
|
@ -244,6 +244,7 @@ export type ProviderHook = {
|
|||
export type AuthOuathResult = AuthOAuthResult
|
||||
|
||||
export interface Hooks {
|
||||
dispose?: () => Promise<void>
|
||||
event?: (input: { event: Event }) => Promise<void>
|
||||
config?: (input: Config) => Promise<void>
|
||||
tool?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue