Skip to content

Commit b534225

Browse files
authored
Chore/chat stub (#84)
* chore: chat stub * chat entities storage * storage, validation, api * progress * messages v0 * indexes, frontend progress * progress on websocket * dependency updates * progress on ws updates * ws functionality on frontend * message input adjustments * progress * removed message attachment entities * added attachment to chat message model * authorize invitations * added chat name and message to invitation * lint fix * progress on invitation * reload on invitation state change * improve invitation list * prettier fix
1 parent b1d1e55 commit b534225

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5391
-515
lines changed

common/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"vitest": "^3.2.4"
3232
},
3333
"dependencies": {
34-
"@furystack/core": "^15.0.20",
35-
"@furystack/rest": "^8.0.20"
34+
"@furystack/core": "^15.0.22",
35+
"@furystack/rest": "^8.0.22",
36+
"ollama": "^0.5.16"
3637
}
3738
}

0 commit comments

Comments
 (0)