Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api
Submodule api updated 261 files
2 changes: 1 addition & 1 deletion chat
Submodule chat updated 69 files
+0 −17 app/chat/[roomId]/page.tsx
+0 −136 app/docs/account/constants.ts
+0 −64 app/docs/account/page.tsx
+0 −56 app/docs/base/constants.ts
+0 −55 app/docs/base/page.tsx
+0 −181 app/docs/fans/constants.ts
+0 −162 app/docs/fans/page.tsx
+0 −133 app/docs/posts/constants.ts
+0 −161 app/docs/posts/page.tsx
+1 −1 app/global-error.tsx
+2 −2 app/layout.tsx
+1 −1 app/privacy/page.tsx
+1 −1 app/terms/page.tsx
+2 −1 components/ApiKeyPage/ApiKeyManager.tsx
+0 −12 components/DeferredAnalytics.tsx
+8 −12 components/Header/Artist.tsx
+9 −6 components/Sidebar/RecentChats/useRecentChats.ts
+4 −3 components/Sidebar/UserProfileDropdown/ExternalLinksGroup.tsx
+15 −5 components/VercelChat/ChatInput.tsx
+33 −26 components/VercelChat/NewChatBootstrap.tsx
+71 −0 components/VercelChat/WorkspaceStatusIndicator.tsx
+36 −13 components/VercelChat/chat.tsx
+1 −1 components/VercelChat/tools/ArtistSocial.tsx
+1 −1 components/VercelChat/tools/GetArtistSocialsResult.tsx
+0 −22 components/docs/AuthSection.tsx
+0 −40 components/docs/CodeBlock.tsx
+0 −34 components/docs/LanguageSelector.tsx
+0 −54 components/docs/ResponseTable.tsx
+0 −14 components/docs/ViewAgentSection.tsx
+64 −0 hooks/useArtistFromChat.ts
+0 −42 hooks/useArtistFromRoom.ts
+39 −51 hooks/useChatTransport.ts
+13 −3 hooks/useCreateArtistTool.ts
+1 −1 hooks/useElapsedMs.ts
+3 −7 hooks/useMessageLoader.ts
+52 −0 hooks/usePersistSelectedModel.ts
+56 −19 hooks/useVercelChat.ts
+13 −0 lib/api/safeJsonParse.ts
+10 −0 lib/chat/__tests__/getChatPath.test.ts
+10 −0 lib/chat/__tests__/getChatUrl.test.ts
+12 −0 lib/chat/__tests__/isActiveChatRoomPath.test.ts
+3 −0 lib/chat/getChatPath.ts
+6 −0 lib/chat/getChatUrl.ts
+1 −1 lib/chat/getConversations.tsx
+9 −0 lib/chat/isActiveChatRoomPath.ts
+25 −0 lib/chats/__tests__/buildPatchChatBody.test.ts
+38 −0 lib/chats/__tests__/shouldPersistChatModel.test.ts
+22 −0 lib/chats/buildPatchChatBody.ts
+0 −30 lib/chats/getChatArtist.ts
+25 −0 lib/chats/shouldPersistChatModel.ts
+6 −3 lib/chats/updateChat.ts
+12 −0 lib/composio/__tests__/allowedArtistConnectors.test.ts
+33 −0 lib/composio/__tests__/connectorDisplay.test.ts
+6 −3 lib/composio/allowedArtistConnectors.ts
+2 −0 lib/composio/connectorMetadata.ts
+2 −0 lib/composio/formatConnectorName.ts
+7 −1 lib/composio/getConnectorIcon.tsx
+5 −2 lib/consts.ts
+4 −1 lib/email/generateTxtFileEmail.ts
+50 −0 lib/sessions/getSessionById.ts
+1 −1 lib/tasks/deleteTask.ts
+1 −1 lib/tasks/getTasks.ts
+1 −1 lib/tasks/updateTask.ts
+2 −2 package.json
+1,614 −1,440 pnpm-lock.yaml
+5 −7 providers/OrganizationProvider.tsx
+3 −1 providers/PrivyProvider.tsx
+16 −3 providers/VercelChatProvider.tsx
+1 −0 types/Social.ts
2 changes: 1 addition & 1 deletion cli
2 changes: 1 addition & 1 deletion docs
2 changes: 1 addition & 1 deletion marketing
Submodule marketing updated 108 files
2 changes: 1 addition & 1 deletion open-agents
2 changes: 1 addition & 1 deletion skills
Submodule skills updated 618 files
2 changes: 1 addition & 1 deletion strategy