mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 21:01:06 -05:00
Use 'user credits' header to update balance and show user under task header
This commit is contained in:
@@ -696,6 +696,10 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
|
||||
return history
|
||||
}
|
||||
|
||||
async updateKoduCredits(credits: number) {
|
||||
await this.updateGlobalState("koduCredits", credits)
|
||||
}
|
||||
|
||||
// global
|
||||
|
||||
private async updateGlobalState(key: GlobalStateKey, value: any) {
|
||||
|
||||
Reference in New Issue
Block a user