WIP: All changes including session and toolcall improvements

This commit is contained in:
yiliang114
2025-12-06 16:53:40 +08:00
parent 541d0b22e5
commit 57a684ad97
18 changed files with 622 additions and 230 deletions

View File

@@ -52,6 +52,11 @@ export default {
ivory: '#f5f5ff',
slate: '#141420',
green: '#6bcf7f',
// Status colors used by toolcall components
success: '#74c991',
error: '#c74e39',
warning: '#e1c08d',
loading: 'var(--app-secondary-foreground)',
},
},
borderRadius: {