feat(agents): Add identity and soul template fields to board creation

This commit is contained in:
Abhimanyu Saharan
2026-02-04 20:21:33 +05:30
parent 1c972edb46
commit c3357f92d9
117 changed files with 7899 additions and 1339 deletions

View File

@@ -12,12 +12,14 @@
},
"dependencies": {
"@clerk/nextjs": "^6.37.1",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-table": "^8.21.3",
"cmdk": "^1.1.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"