feat(core): update Copilot for token-based billing (#30181)

This commit is contained in:
Aiden Cline 2026-06-01 14:55:23 -05:00 committed by GitHub
commit ae92f3158f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 336 additions and 73 deletions

View file

@ -294,6 +294,7 @@ export interface Hooks {
system: string[]
},
) => Promise<void>
"experimental.provider.small_model"?: (input: { provider: ProviderV2 }, output: { model?: ModelV2 }) => Promise<void>
/**
* Called before session compaction starts. Allows plugins to customize
* the compaction prompt.