mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat: add permission decision options, tool allowlisting, and refactored chat UI components
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
--app-badge-success-bg: rgba(34, 197, 94, 0.2);
|
||||
--app-badge-success-text: #15803d;
|
||||
--app-badge-success-border: rgba(34, 197, 94, 0.3);
|
||||
--app-badge-error-bg: rgba(239, 68, 68, 0.18);
|
||||
--app-badge-error-text: #b91c1c;
|
||||
--app-badge-error-border: rgba(239, 68, 68, 0.3);
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
@@ -51,6 +54,9 @@
|
||||
--app-badge-success-bg: rgba(74, 222, 128, 0.2);
|
||||
--app-badge-success-text: #4ade80;
|
||||
--app-badge-success-border: rgba(74, 222, 128, 0.3);
|
||||
--app-badge-error-bg: rgba(248, 113, 113, 0.2);
|
||||
--app-badge-error-text: #fca5a5;
|
||||
--app-badge-error-border: rgba(248, 113, 113, 0.35);
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
Reference in New Issue
Block a user