Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
d5d9873
init chat component
iamfaran Jun 30, 2025
d1d9b92
refactor component structure
iamfaran Jun 30, 2025
0c132c1
install dependencies
iamfaran Jun 30, 2025
4e7e540
add assistant-ui components
iamfaran Jul 1, 2025
c541393
fix linter error
iamfaran Jul 1, 2025
bf3810f
add thread
iamfaran Jul 1, 2025
11c98fd
add properties for chat component
iamfaran Jul 1, 2025
d6b0ef0
update folder structure and adds component actions to js console
kamalqureshi Jul 1, 2025
5f54598
Merge branch 'dev' into actions_js_console
kamalqureshi Jul 2, 2025
1583b5c
Update read me files
kamalqureshi Jul 2, 2025
aec9485
add query / new hook from assisstant ui
iamfaran Jul 2, 2025
b820f8e
use mock data
iamfaran Jul 2, 2025
0dc85d4
add edit functionality
iamfaran Jul 2, 2025
fd9dc77
fix message json issue
iamfaran Jul 2, 2025
22934c6
Merge branch 'dev' of github.com:lowcoder-org/lowcoder into feat/chat…
iamfaran Jul 2, 2025
52cdcf2
add threads logic
iamfaran Jul 2, 2025
c619f89
add alaSql to chat component
iamfaran Jul 2, 2025
01ed7dd
Updated structure and added support for nested components.
kamalqureshi Jul 2, 2025
f379cac
delete myruntime provider
iamfaran Jul 2, 2025
4197d0b
Merge branch 'dev' into actions_js_console
kamalqureshi Jul 3, 2025
e553d52
add storage support
iamfaran Jul 3, 2025
dbd901c
add delete thread functionality
iamfaran Jul 3, 2025
bf9f269
add rename thread ability
iamfaran Jul 3, 2025
0205c72
[Feat]: Add chat component
iamfaran Jul 4, 2025
be3b3ab
Merge branch 'dev' of github.com:lowcoder-org/lowcoder into feat/chat…
iamfaran Jul 4, 2025
85f8df1
Merge pull request #1841 from iamfaran/feat/chat-component
raheeliftikhar5 Jul 5, 2025
003d38e
Merge pull request #1832 from kamalqureshi/actions_js_console
raheeliftikhar5 Jul 5, 2025
2bb9ae8
update chat component to be used in bottom panel
raheeliftikhar5 Jul 7, 2025
e14a7e7
added chat option in bottom panel
raheeliftikhar5 Jul 7, 2025
18045b9
Added Styling actions (Fixed Constant)
kamalqureshi Jul 7, 2025
734b320
Merge pull request #1846 from kamalqureshi/actions_js_console
raheeliftikhar5 Jul 7, 2025
d6cea0c
workflow integration
raheeliftikhar5 Jul 8, 2025
84c165b
mapped nest_component and set_properties action
raheeliftikhar5 Jul 11, 2025
6d5fbfd
update actions
raheeliftikhar5 Jul 18, 2025
d3142c1
Adds dynamic layer indexing
kamalqureshi Jul 8, 2025
86a12f0
fixed: Layout components issue, children components depth issues
kamalqureshi Jul 8, 2025
79b5e83
Event handlers for all components.
kamalqureshi Jul 9, 2025
d13b799
Update App meta data
kamalqureshi Jul 10, 2025
8afeae1
Publish App, Test App, Apply Global JS and CSS
kamalqureshi Jul 10, 2025
38e770c
Sharing App Permissions
kamalqureshi Jul 11, 2025
caacd01
multiple new actions added
kamalqureshi Jul 14, 2025
1dddc59
Updated Global CSS
kamalqureshi Jul 14, 2025
a380978
Update App meta data
kamalqureshi Jul 10, 2025
4585d15
[feat] replace mock data with query
iamfaran Jul 7, 2025
75e635a
[Feat]: make chat component flexible
iamfaran Jul 7, 2025
56e5247
setup sse http query
iamfaran Jul 8, 2025
4664b5b
fix linter errors
iamfaran Jul 8, 2025
188f9cb
setup http streaming with dummy data
iamfaran Jul 8, 2025
7b68581
setup frontend for ssehttpquery
iamfaran Jul 9, 2025
cf0b99c
chat component refactor
iamfaran Jul 10, 2025
a349af4
add unique storage / expose convo history
iamfaran Jul 11, 2025
5d88dbe
add event listeners for the chat component
iamfaran Jul 14, 2025
ac38c66
add system prompt and improve edit UI
iamfaran Jul 15, 2025
b2dcf3f
add docs button in chat component
iamfaran Jul 15, 2025
35b0614
fix no threads infinite re render
iamfaran Jul 16, 2025
b2d9d11
fix table name for better queries
iamfaran Jul 16, 2025
aa40585
add custom loader
iamfaran Jul 16, 2025
b1bc01a
add translations for the chat component
iamfaran Jul 18, 2025
68b2802
remove console logs
iamfaran Jul 18, 2025
4f9fbba
add file attachments components
iamfaran Jul 22, 2025
2014590
Merge pull request #1853 from kamalqureshi/actions_js_console
raheeliftikhar5 Jul 22, 2025
7c291df
Merge pull request #1850 from iamfaran/feat/chat-component
raheeliftikhar5 Jul 22, 2025
3536b2b
integrations more actions
raheeliftikhar5 Jul 28, 2025
cc90557
handle event handlers
raheeliftikhar5 Aug 11, 2025
25b0f43
added delete_component action
raheeliftikhar5 Aug 20, 2025
0e765e3
updated n8n workflow url
raheeliftikhar5 Aug 20, 2025
5e855a5
Skeleton structure for real time chat component using pluv.io and yjs
kamalqureshi Aug 27, 2025
bc6ea20
test
raheeliftikhar5 Sep 1, 2025
0d5a7ab
added chat controller component to expose chat data/methods
raheeliftikhar5 Sep 12, 2025
86dec70
expose joinUser method from chat controller comp
raheeliftikhar5 Sep 15, 2025
0eb7dd2
added events in chat component
raheeliftikhar5 Sep 15, 2025
2138238
Merge pull request #1997 from kamalqureshi/chat_component
raheeliftikhar5 Sep 15, 2025
132c58a
add file attachments support for chat component
iamfaran Jul 23, 2025
02552c5
fix current message update text
iamfaran Jul 24, 2025
af7185e
optimize history
iamfaran Jul 24, 2025
e101e9b
improve attachment logic
iamfaran Jul 24, 2025
0f0a4d0
replace shadcn dialog with antD modal
iamfaran Jul 25, 2025
b11daa7
Merge pull request #1893 from iamfaran/feat/chat-file-attachments
raheeliftikhar5 Sep 15, 2025
e0a18e0
fix conversation history
iamfaran Feb 10, 2026
74f1787
fix height messages window + add height mode (auto/fixed) for chat co…
iamfaran Feb 10, 2026
b4620e5
add style customization
iamfaran Feb 11, 2026
5875702
seperate chat panel component
iamfaran Feb 12, 2026
11bb844
complete chat styles
iamfaran Feb 12, 2026
a12a9b9
refactor ai chat & chat panel component
iamfaran Feb 13, 2026
e3fe298
fix re rendering issue
iamfaran Feb 16, 2026
c970bc2
fix button forward ref + ChatProvider level
iamfaran Feb 16, 2026
64dddc0
fix styling warninings
iamfaran Feb 17, 2026
5ef4403
refactor styles and add storage cleaner for bottom chat panel
iamfaran Feb 17, 2026
a46c1f7
fix attachment file adaptor for chat component
iamfaran Feb 18, 2026
4d22430
add messageInstance for throwing errors in attachments for AI chat co…
iamfaran Feb 18, 2026
7fd74ca
remove unnecessary settings from the AI chat component
iamfaran Feb 19, 2026
0c4e885
fix image attachments preview and remove attachments from the bottom …
iamfaran Feb 20, 2026
57fd468
add chatCompv2 + new chatData store
iamfaran Feb 25, 2026
18abefb
setup basic data structure for chatv2
iamfaran Feb 26, 2026
d8a8423
add yjs support
iamfaran Feb 27, 2026
362e362
fix linter errors
iamfaran Mar 3, 2026
6a1911b
add typing indicators
iamfaran Mar 3, 2026
bf08ee3
refactor chatbox styles, modes and fix registry
iamfaran Mar 4, 2026
6a0ff47
refactor chatbox to multiple files
iamfaran Mar 5, 2026
0a4fe35
remove duplication of modes
iamfaran Mar 5, 2026
7d40041
add testing chat controller
iamfaran Mar 6, 2026
58598dc
add typing state via awareness protocol
iamfaran Mar 6, 2026
9622f2d
add LLM chat room for chatbox
iamfaran Mar 9, 2026
a8a7522
add room invites + pluv integration
iamfaran Mar 10, 2026
33b9efe
fix pluv integration issues
iamfaran Mar 11, 2026
4da29c4
add chatController architecture
iamfaran Mar 12, 2026
c1030f6
complete chatcontroller architecture
iamfaran Mar 13, 2026
c26d9b1
add rooms in the chatbox UI + fix controller issues
iamfaran Mar 13, 2026
6ae7385
fix TS errors + chatbox context
iamfaran Mar 16, 2026
d5b6b62
add online presence rooms
iamfaran Mar 16, 2026
ab37868
fix message styles, autoscroll and pluv server
iamfaran Mar 17, 2026
c2daad6
add shared state and fix date format
iamfaran Mar 18, 2026
1206216
Add custom styles for the chatbox component
iamfaran Mar 24, 2026
47efd75
fix property view layout + padding/radius issues for the chatbox comp…
iamfaran Mar 25, 2026
44779a6
add hocuspocus server
iamfaran Mar 26, 2026
5f87866
fix hocuspocus integration for chatbox issues
iamfaran Mar 27, 2026
89ce6d8
Delete legacy chatbox and chatControllerComp
iamfaran Mar 30, 2026
68195aa
add translations for chatbox and chatcontroller
iamfaran Mar 30, 2026
1ca4d85
update Chatbox and ChatController name
iamfaran Mar 31, 2026
9016da1
Merge branch 'dev' of github.com:lowcoder-org/lowcoder into feat/ai
iamfaran Mar 31, 2026
a9e37a3
fix type error publishApplication action
iamfaran Mar 31, 2026
342502d
remove outdated readme files
iamfaran Apr 1, 2026
65fc64a
fix: warning eslint unsupported version
iamfaran Apr 1, 2026
5e4127d
fix: search filter navigation in chatbox
iamfaran Apr 2, 2026
0652a07
add docs for the chat components
iamfaran Apr 2, 2026
f082c6e
fix AI Assistant flow
raheeliftikhar5 Apr 27, 2026
9abacbd
test bottom chat panel
iamfaran Apr 27, 2026
35f277b
Merge branch 'feat/ai' of github.com:lowcoder-org/lowcoder into feat/ai
iamfaran Apr 28, 2026
eec0771
upgrade agora sdk and meeting component's fixes
raheeliftikhar5 Apr 28, 2026
5717c90
optimizations
raheeliftikhar5 Apr 28, 2026
efbe2de
Merge pull request #2130 from iamfaran/feat/ai
raheeliftikhar5 Apr 29, 2026
31b21cc
Merge branch 'feat/meeting' into feat/ai-meeting-integration
raheeliftikhar5 Apr 29, 2026
1adc6cb
Merge branch 'feat/ai' into feat/ai-meeting-integration
raheeliftikhar5 Apr 29, 2026
ac1b500
Merge branch 'dev' of github.com:lowcoder-org/lowcoder into feat/ai
iamfaran Apr 29, 2026
e8843e5
Merge branch 'feat/ai' of github.com:lowcoder-org/lowcoder into feat/ai
iamfaran Apr 29, 2026
58d2a7e
add new query handler for ai assistant
iamfaran Apr 29, 2026
b4d28ad
fix automator flow + add delete component action
iamfaran May 5, 2026
9a5d631
add tools callings
iamfaran May 6, 2026
1894462
add more components support + remove unecessary code
iamfaran May 8, 2026
c82cfbe
fix UI issue for the composer automator assistant
iamfaran May 11, 2026
bf9196f
add layout / style properties
iamfaran May 13, 2026
d2fe7b1
refactor componentStyling + improve system prompt
iamfaran May 14, 2026
76fce5e
refactor componentCatlog
iamfaran May 14, 2026
c43375d
upgrade vite plugin-react package
raheeliftikhar5 May 14, 2026
f87fb0b
added username option in meeting controller + allow user to join with…
raheeliftikhar5 May 14, 2026
c8fd97d
chatbox component enhancements
raheeliftikhar5 May 14, 2026
812a0da
added kinde package and expose for usage in js
raheeliftikhar5 May 14, 2026
51cf4da
fix automator for modules + add delete query functionality
iamfaran May 15, 2026
c4218be
add card component improvment + add delay in the action
iamfaran May 15, 2026
57f7c54
fix: threadview height for ai chat
iamfaran May 19, 2026
6fbcedf
add new AUI components template
iamfaran May 20, 2026
a22df6c
install the latest AUI package
iamfaran May 20, 2026
4e00045
remove the old styles
iamfaran May 20, 2026
cd2d897
add new aui package markdown
iamfaran May 20, 2026
c60142e
add collapisble component for the reference
iamfaran May 20, 2026
3af84c3
update imports and locations for the AUI components
iamfaran May 20, 2026
1f5a0c8
update imports
iamfaran May 20, 2026
047e9a9
add styles for aui
iamfaran May 20, 2026
9e34daa
split style components
iamfaran May 20, 2026
05411f3
refactor to aui structure and fix several ui fixes for chat assistant…
iamfaran May 22, 2026
5db899e
fix height issue
iamfaran May 22, 2026
111cb38
fix height indefinite issue + remove custom json from the toolcall
iamfaran May 25, 2026
abcc256
add aihelper new
iamfaran May 26, 2026
a2b7e8e
fix: current query context + add ai helper for more queries like SQL,…
iamfaran Jun 1, 2026
e0aa540
refactor ai tools related code
iamfaran Jun 2, 2026
01a51a9
add aihelper on all main charts
iamfaran Jun 4, 2026
8ef01d0
add AI help on more controls, and querie
iamfaran Jun 5, 2026
686f8b9
fix ai help ui issues + add support for more components
iamfaran Jun 8, 2026
a17ca2b
add ai help for the json editor
iamfaran Jun 8, 2026
cd3e57a
add ai help for the table comps
iamfaran Jun 9, 2026
c6a034c
fix: title generation names
iamfaran Jun 10, 2026
3bfa33a
update meeting component to stabilize screen share playback and RTC t…
raheeliftikhar5 Jun 19, 2026
2a560ee
updated chatBox component, added per-role message/avatar styling and …
raheeliftikhar5 Jun 19, 2026
ffaaa2e
updated dropdown component, added icon-only trigger with configurable…
raheeliftikhar5 Jun 19, 2026
e7909e6
updated navLayout component, added canvas max width in aggregation apps
raheeliftikhar5 Jun 19, 2026
10b8e7d
updated nav component, added border and lineheight styles
raheeliftikhar5 Jun 19, 2026
4472aa2
fixed splitLayout component to keep column widths in sync when panels…
raheeliftikhar5 Jun 19, 2026
d35954a
updated QueryComp, added onBeforeUnload trigger and allow success not…
raheeliftikhar5 Jun 19, 2026
3a75cdd
fixed customComponent, postMessage to window.parent instead of window…
raheeliftikhar5 Jun 19, 2026
a5c9686
updated styles and translations
raheeliftikhar5 Jun 19, 2026
11b72ef
Merge branch 'feat/ai-meeting-integration' into feat/ai-automator
raheeliftikhar5 Jun 19, 2026
7179bab
Merge pull request #2154 from iamfaran/feat/ai-automator
raheeliftikhar5 Jun 19, 2026
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
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"shelljs": "^0.8.5",
"svgo": "^3.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.8.4",
"typescript": "^5.6.2",
"whatwg-fetch": "^3.6.2"
},
"lint-staged": {
Expand All @@ -73,6 +73,7 @@
"eslint-plugin-only-ascii@^0.0.0": "patch:eslint-plugin-only-ascii@npm%3A0.0.0#./.yarn/patches/eslint-plugin-only-ascii-npm-0.0.0-29e3417685.patch"
},
"dependencies": {
"@kinde-oss/kinde-auth-pkce-js": "^4.3.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@remixicon/react": "^4.1.1",
"@supabase/supabase-js": "^2.45.4",
Expand Down
4 changes: 2 additions & 2 deletions client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@fullcalendar/resource-timeline": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.6",
"@fullcalendar/timeline": "^6.1.6",
"agora-rtc-sdk-ng": "^4.20.2",
"agora-rtm-sdk": "^1.5.1",
"agora-rtc-sdk-ng": "^4.24.3",
"agora-rtm-sdk": "^2.2.4",
"big.js": "^6.2.1",
"echarts-extension-gmap": "^1.6.0",
"echarts-gl": "^2.0.9",
Expand Down
Loading
Loading