wip: agui integration

This commit is contained in:
2026-02-25 19:51:58 +01:00
parent 5efbcfe03a
commit fcdf869a7c
59 changed files with 3467 additions and 267 deletions

View File

@@ -0,0 +1,27 @@
.chat-surface {
min-height: 0;
}
.chat-surface-scroll {
min-height: 0;
overflow-y: auto;
}
.chat-surface-input {
border-radius: 6px;
border: 1px solid var(--vscode-input-border, transparent);
background: var(--vscode-input-background);
color: var(--vscode-input-foreground);
font: inherit;
}
.chat-surface-error {
margin: 0;
color: var(--vscode-errorForeground);
font-size: 12px;
}
.chat-surface-section {
border-top: 1px solid var(--vscode-panel-border);
padding-top: 8px;
}