Skip to content

Commit 8927807

Browse files
waleedlatif1claude
andcommitted
feat(mothership): knowledge base resource extraction + Resource/ResourceTable refactor
- Extract KB resources from knowledge subagent respond format (knowledge_bases array) - Add knowledge_base tool to RESOURCE_TOOL_NAMES and TOOL_UI_METADATA - Extract ResourceTable as independently composable memoized component - Move contentOverride/overlay to Resource shell level (not table primitive) - Remove redundant disableHeaderSort and loadingRows props - Rename internal sort state for clarity (sort → internalSort, sortOverride → externalSort) - Export ResourceTable and ResourceTableProps from barrel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38ee79d commit 8927807

File tree

8 files changed

+285
-192
lines changed

8 files changed

+285
-192
lines changed

apps/sim/app/workspace/[workspaceId]/components/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type {
2121
ResourceCell,
2222
ResourceColumn,
2323
ResourceRow,
24+
ResourceTableProps,
2425
SelectableConfig,
2526
} from './resource/resource'
26-
export { Resource } from './resource/resource'
27+
export { Resource, ResourceTable } from './resource/resource'

0 commit comments

Comments
 (0)