feat: enhance CLI discussion agent and multi-CLI planning with JSON string support; improve error handling and internationalization

This commit is contained in:
catlog22
2026-01-13 23:51:46 +08:00
parent 6922ca27de
commit 4fe7f6cde6
5 changed files with 75 additions and 14 deletions

View File

@@ -746,8 +746,7 @@
}
.file-browser-loading,
.file-browser-empty,
.file-browser-error {
.file-browser-empty {
display: flex;
align-items: center;
justify-content: center;
@@ -758,9 +757,28 @@
}
.file-browser-error {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
min-height: 200px;
font-size: 0.875rem;
text-align: center;
padding: 1rem;
gap: 0.5rem;
}
.file-browser-error p {
margin: 0;
color: hsl(var(--destructive));
}
.file-browser-hint {
color: hsl(var(--muted-foreground));
font-size: 0.8rem;
}
.file-browser-item {
display: flex;
align-items: center;