fix: open agent
This commit is contained in:
@@ -14,3 +14,4 @@ export function ConsoleWrapper() {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -121,3 +121,4 @@ export function ConfirmDialog({
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ export function CopyButton({ text, className, label = 'Copied!', showOnHover = t
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ export function RelativeTime({ date, className }: RelativeTimeProps) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -87,3 +87,4 @@ export function ShimmerText({ lines = 3, className }: ShimmerProps & { lines?: n
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ export function getRuntimeTaskDefaults(): { model?: string; budget_cents?: numbe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ export function formatRelativeTime(date: Date): string {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -129,3 +129,4 @@ struct EmbeddingUsage {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -632,3 +632,4 @@ Note: GitHub code search requires authentication. Set GH_TOKEN env var."
|
||||
Ok(format!("## Search results for '{}'\n\n{}", query, stdout))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user