Reusable rendering for thread events and tool activity.
Location
packages/thread-ui in the Condensate monorepo. Its manifest name is @condensate/thread-ui.
Commands
Run these from packages/thread-ui after installing dependencies at the repository root.
| Script | Command |
|---|---|
typecheck | tsc --noEmit |
test | bun test |
demo | bun demo/serve.ts |
capture | bun scripts/capture-fixtures.ts |
Exports
| Import suffix | Source |
|---|---|
. | ./src/index.ts |
./core | ./src/core/index.ts |
./components | ./src/components/index.ts |
./theme.css | ./src/theme/thread-ui.css |
./tokens.css | ./src/theme/tokens.css |
./chat.css | ./src/theme/chat.css |
./react | ./src/components/marginalia.tsx |
./marginalia.css | ./src/theme/marginalia.css |
Workspace dependencies
@condensate/agents-sdk@condensate/orbkit
Source of truth
These tables are generated from the package manifest. Follow the application guides for setup, and the linked source for exported interfaces.