Devin AI
dd30d08c68
feat: add password change functionality
...
- Add password change button to sidebar account menu
- Create PasswordChangeDialog component with shadcn UI components
- Implement backend API endpoint /api/v1/user/change-password
- Add form validation with current password verification
- Include internationalization support for Chinese and English
- Add proper error handling and success notifications
Co-Authored-By: Rock <rockchinq@gmail.com >
2025-08-17 03:03:36 +00:00
Junyan Qin
29f0075bd8
perf: zh-Hant specs
2025-08-13 17:49:54 +08:00
Junyan Qin
8a96ffbcc0
chore: complete zh-Hant specs for top_k
2025-08-13 17:33:47 +08:00
Junyan Qin (Chin)
67f68d8101
Merge pull request #1606 from langbot-app/feat/topk_splitter
...
Feat/topk splitter
2025-08-13 17:31:11 +08:00
Junyan Qin
ad59d92cef
perf: i18n
2025-08-13 17:28:00 +08:00
WangCham
eab08dfbf3
fix: format the code
2025-08-12 23:13:00 +08:00
Junyan Qin
ac44f35299
chore: remove comments
2025-08-12 21:07:23 +08:00
Junyan Qin
d6a5fdd911
perf: complete sidebar menu
2025-08-12 21:02:40 +08:00
Junyan Qin
f7cd6b76f2
feat: refactor account menu
2025-08-12 20:13:18 +08:00
Junyan Qin
c5480078b3
perf: make prompt editor textarea
2025-08-12 11:30:42 +08:00
Junyan Qin
39ef92676b
doc: add back wechat
2025-08-11 23:38:41 +08:00
WangCham
457cc3eecd
fix: wrong definition of topk
2025-08-11 23:22:36 +08:00
WangCham
146c38e64c
fix: wrong positions
2025-08-11 22:58:48 +08:00
Junyan Qin (Chin)
763c41729e
Merge pull request #1605 from TwperBody/master
...
feat: dark mode supports for webui
2025-08-11 20:51:58 +08:00
Junyan Qin
0021efebd7
perf: minor fix
2025-08-11 20:50:39 +08:00
Junyan Qin
5f18a1b13a
chore: prettier
2025-08-11 20:46:08 +08:00
Junyan Qin
0124448479
perf: card shadowbox
2025-08-11 20:41:57 +08:00
WangCham
e76bc80e51
Merge branch 'feat/topk_splitter' of github.com:RockChinQ/LangBot into feat/topk_splitter
2025-08-11 00:20:13 +08:00
WangCham
a27560e804
fix: page bug
2025-08-11 00:12:06 +08:00
TwperBody
2aef139577
dark mode
2025-08-10 22:17:06 +08:00
Junyan Qin
eb7b5dcc25
chore: rename zh_Hans label of deepseek requester
2025-08-08 17:31:24 +08:00
WangCham
47e9ce96fc
feat: add topk
2025-08-07 18:10:33 +08:00
WangCham
4e95bc542c
fix: kb form
2025-08-07 18:10:33 +08:00
WangCham
e4f321ea7a
feat: add description for topk
2025-08-07 18:10:33 +08:00
WangCham
246eb71b75
feat: add topk
2025-08-07 18:10:33 +08:00
Junyan Qin
87f626f3cc
doc(README): add HelloGitHub badge
2025-08-05 17:40:27 +08:00
Junyan Qin (Chin)
d60af2b451
fix(pipeline dialog): config reset between tabs switching ( #1597 )
2025-08-04 00:05:55 +08:00
Junyan Qin
b70001c579
chore: release v4.1.2
v4.1.2
2025-08-03 22:52:47 +08:00
Junyan Qin (Chin)
4a8f5516f6
feat: add new api requester ( #1596 )
2025-08-03 22:30:52 +08:00
Junyan Qin
f1ac9c77e6
doc: update README_TW
2025-07-28 15:50:00 +08:00
Junyan Qin
b434a4e3d7
doc: add README_TW
2025-07-28 15:47:50 +08:00
Junyan Qin
2f209cd59f
chore(i18n): add zh-Hant
2025-07-28 15:11:41 +08:00
Junyan Qin
0f585fd5ef
fix(moonshot): make api.moonshot.ai the default api base url
2025-07-26 22:23:33 +08:00
Junyan Qin
a152dece9a
chore: switch to pnpm
2025-07-26 19:45:38 +08:00
Junyan Qin
d3b31f7027
chore: release v4.1.1
v4.1.1
2025-07-26 19:28:34 +08:00
How-Sean Xin
c00f05fca4
Add GitHub link redirection for front-end plugin cards ( #1579 )
...
* Update package.json
* Update PluginMarketComponent.tsx
* Update PluginMarketComponent.tsx
* Update package.json
* Update PluginCardComponent.tsx
* perf: no display github button when plugin has no github url
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com >
2025-07-26 19:22:00 +08:00
Junyan Qin
92c3a86356
feat: add qhaigc
2025-07-24 22:42:26 +08:00
Junyan Qin
341fdc409d
perf: embedding model ui
2025-07-24 22:29:25 +08:00
Junyan Qin
ebd542f592
feat: 302.AI embeddings
2025-07-24 22:05:15 +08:00
Junyan Qin
194b2d9814
feat: supports more embedding providers
2025-07-24 22:03:20 +08:00
Junyan Qin
7aed5cf1ed
feat: ollama embeddings models
2025-07-24 10:36:32 +08:00
Junyan Qin
abc88c4979
doc: update README
2025-07-23 18:53:15 +08:00
WangCham
3fa38f71f1
feat: add topk
2025-07-23 17:29:36 +08:00
WangCham
d651d956d6
Merge branch 'master' into feat/topk_splitter
2025-07-23 16:37:27 +08:00
gaord
6754666845
feat(wechatpad): 添加对@所有人的支持并统一处理消息派发 ( #1588 )
...
在消息转换器中添加对AtAll组件的支持,将@所有人转换为特定格式。同时在消息派发时统一处理@所有人的情况,确保通知能正确发送。
2025-07-23 15:22:04 +08:00
Junyan Qin
08e6f46b19
fix(deps): react-focus-scope pkg bug
2025-07-22 11:05:16 +08:00
Junyan Qin
1497fdae56
doc(README): adjust structure
2025-07-20 22:10:32 +08:00
Junyan Qin
10a3cb40e1
perf(retrieve): ui
2025-07-20 17:57:33 +08:00
devin-ai-integration[bot]
dd1ec15a39
feat: add knowledge base retrieve test tab with Card-based UI ( #1583 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin>, u79E6u9A8Fu8A00 in Chinese, you can call me my english name Rock Chin. <rockchinq@gmail.com >
2025-07-20 17:56:46 +08:00
devin-ai-integration[bot]
ea51cec57e
feat: add pipeline sorting functionality with three sort options ( #1582 )
...
* feat: add pipeline sorting functionality with three sort options
Co-Authored-By: Junyan Qin <Chin>, u79E6u9A8Fu8A00 in Chinese, you can call me my english name Rock Chin. <rockchinq@gmail.com >
* perf: ui
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin>, u79E6u9A8Fu8A00 in Chinese, you can call me my english name Rock Chin. <rockchinq@gmail.com >
2025-07-20 17:23:30 +08:00