mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Focus textarea when webview becomes visible; add getApiMetrics
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
export interface ExtensionMessage {
|
||||
type: "action" | "state"
|
||||
text?: string
|
||||
action?: "plusButtonTapped" | "settingsButtonTapped"
|
||||
action?: "plusButtonTapped" | "settingsButtonTapped" | "didBecomeVisible"
|
||||
state?: { didOpenOnce: boolean, apiKey?: string, maxRequestsPerTask?: number, claudeMessages: ClaudeMessage[] }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user