Add transcript virtualization to Foundry UI (#255)

This commit is contained in:
Nathan Flurry 2026-03-14 17:55:05 -07:00 committed by GitHub
parent 5ea9ec5e2f
commit 400f9a214e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 780 additions and 576 deletions

View file

@ -10,11 +10,12 @@
"test": "vitest run"
},
"dependencies": {
"@sandbox-agent/react": "workspace:*",
"@sandbox-agent/foundry-client": "workspace:*",
"@sandbox-agent/foundry-shared": "workspace:*",
"@sandbox-agent/react": "workspace:*",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-router": "^1.132.23",
"@tanstack/react-virtual": "^3.13.22",
"baseui": "^16.1.1",
"lucide-react": "^0.542.0",
"react": "^19.1.1",