fix: better session handling

This commit is contained in:
2026-02-11 19:35:33 +01:00
parent 498bda542f
commit 898a90b864
4 changed files with 110 additions and 57 deletions

View File

@@ -207,6 +207,8 @@
padding: 10px 14px;
border-radius: 12px;
background-color: var(--vscode-input-background);
user-select: text;
cursor: text;
}
.chat-message.user .chat-message-text {