Commit a72bc88
fix: new chat + seo og img + share link track (#452)
* fix: change toggler wording + util hook (#424)
* impr: makes threads open on profile page and profile tweaks (#421)
* update
* fix: update
* update
* update
* update
* update
* fix: opening threads
* fix: rm threads dropdwon & added back link to bot page thread view page
* fix: rm threads dropdwon & added back link to bot page thread view page
* fix: update
* fix: added back to profile page
* fix: added sticky and color
* fix: codeblock ctas refactor markdown rendering, sidebar nav, code block & clipboard hook (#425)
* fix: codeblock ctas
* fix: ts build
* fix: continue thread + allMessages sequence + mobile chat css tweak (#426)
* fix: css handleCLick condition
* fix: get latest search params, continuous thread
* fix(impr): all messages sorting
* perf(impr): sign in & up redirection tweak
* perf(impr): mobile chat css
* chore: next + react security ver upt (#427)
* refactor: use chat and continue thread + continue conversation fallback (#432)
* refactor: use chat and continue generation
* fix: uniq slug and id gen (#433)
* fix: uniq thread + msg slug gen
* style: formatting
* fix: thread user attachments state upt
* perf: impr thread component at all pages + mobile tweaks
* refactor: thread-component card
* chore: restore continue generation v1
* feat(impr): thread component card
* fix: admin panel n actions
* fix: fetch getThreads
* chore: continue conversation v1.2
* chore: continue and update thread content
* chore: add ui control continue generation state
* chore: fix infinity loop
* chore(impr): enable upt msg table permission
* fix: seo thread fetch
* chore: style formating
* fix(impr): continued thread title + thread component reusability
* chore: refactor loadings + extending sonners
---------
Co-authored-by: bran18 <andreyfdez18@gmail.com>
---------
Co-authored-by: Roberto Lucas <andler@bitcash.org>
* feat: add gemini provider (#437)
* feat: add gemini provider
* chore: update icons
* feat: impr continuing thread tags + accordion first msg toggle (#435)
* feat(wip): impr continuing thread tags + accordion first msg toggle
* feat(impr): continuing thread tags + accordion at first message + header mobile tweak
* style(impr): mobile thread-component x-axis space
* perf(style): coderabbitai feedbacks
* fix: css typo
* perf: sendMessageFromResponse clicked guard + continued thread tags label tweak
* chore: user thread panel clean up
* fix: user-thread-panel infinite loader
* perf: impr shared accordion animation and ux
* style: defaultAccordionState comments loc
* fix: record type warning, hasura updateMessage
* fix: getThread user data, shared-accordion
* fix: coderabbitai observations
* fix: impr file management per llm, multimodel feat flag, chat tool labels, parent thread guard
* fix: tunningUserContent parentThread condition
* fix: feature flag typo
* feat: profile page thread popup feature flag and tweaks (#434)
* update
* fix: update
* update
* update
* update
* update
* refactor: profile page threads pop up
* fix: update config
* fix: update
* fix: update
* fix: make profile page scroll on hero
* fix: bot make popup and scroll
* fix: make profile page sidebar scroll independently
* fix: make profile page sidebar scroll independently
* fix: check the category along the chatbot when it's not checked
* fix: check the category along the chatbot when it's not checked
---------
Co-authored-by: Roberto Lucas <andler.dev@gmail.com>
Co-authored-by: Roberto Lucas <andler@bitcash.org>
* feat: add new llm models (#444)
* feat-add-models
* feat-add-models
* feat-add-models
* chore: add model
* fix: typo
* chore: add toggler color
* perf(impr): thread llm context, last question & response + new models seeds (#447)
* feat(wip): thread llm context, prev questions
* fix: previousQuestionsString slice
* fix: clickedContentId in followingQuestionsPrompt
* feat: isContinued + model type in message table
* fix: ts typo + sendMessageFromResponse callback call
* fix: ts typo
* fix: bot profile page view (#449)
* fix(wip): bot profile thread list
* style: formatting
* fix: new chats and share + og img (#451)
* fix: new chat state reset
* fix: genql gen + share link check
* fix: og img
* fix: duplicate role permission in msg table
---------
Co-authored-by: Brandon Fernández <31634868+Bran18@users.noreply.github.com>
Co-authored-by: Jimoh sherifdeen <63134009+sheriffjimoh@users.noreply.github.com>1 parent b77dcd1 commit a72bc88
File tree
28 files changed
+4067
-3563
lines changed- apps
- hasura
- metadata/databases/masterbots/tables
- migrations/masterbots
- 1744868817288_alter_table_public_thread_add_column_short_link
- 1744868922210_alter_table_public_message_add_column_short_link
- seeds/masterbots
- masterbots.ai
- app
- actions
- api/og
- b/[botSlug]
- u/[userSlug]/t
- components
- routes
- bot
- chat
- thread
- lib/hooks
- services/hasura
- packages
- mb-env/src
- mb-genql/generated
28 files changed
+4067
-3563
lines changedLines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| 62 | + | |
59 | 63 | | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| 81 | + | |
76 | 82 | | |
| 83 | + | |
77 | 84 | | |
78 | 85 | | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| |||
90 | 98 | | |
91 | 99 | | |
92 | 100 | | |
| 101 | + | |
93 | 102 | | |
| 103 | + | |
94 | 104 | | |
95 | 105 | | |
| 106 | + | |
96 | 107 | | |
97 | 108 | | |
98 | 109 | | |
| |||
107 | 118 | | |
108 | 119 | | |
109 | 120 | | |
| 121 | + | |
110 | 122 | | |
| 123 | + | |
111 | 124 | | |
112 | 125 | | |
| 126 | + | |
113 | 127 | | |
114 | 128 | | |
115 | 129 | | |
| |||
122 | 136 | | |
123 | 137 | | |
124 | 138 | | |
| 139 | + | |
125 | 140 | | |
126 | 141 | | |
127 | 142 | | |
128 | 143 | | |
129 | 144 | | |
130 | 145 | | |
131 | 146 | | |
| 147 | + | |
132 | 148 | | |
133 | 149 | | |
134 | 150 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| 151 | + | |
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
40 | 60 | | |
41 | 61 | | |
42 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
46 | 80 | | |
47 | 81 | | |
48 | 82 | | |
49 | 83 | | |
50 | 84 | | |
51 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
52 | 91 | | |
53 | 92 | | |
54 | 93 | | |
| |||
72 | 111 | | |
73 | 112 | | |
74 | 113 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 114 | | |
84 | 115 | | |
85 | 116 | | |
| |||
0 commit comments