Merge remote-tracking branch 'origin/dev' into feat/request-aware-provider-fetch

# Conflicts:
#	packages/opencode/src/provider/provider.ts
This commit is contained in:
Aiden Cline
2026-05-26 22:10:41 -05:00
12 changed files with 292 additions and 10 deletions
+1
View File
@@ -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?: {