Faisal Amir
cef3e122ff
chore: send attachment file when send message
2025-08-19 19:51:01 +07:00
Faisal Amir
ffdb6829e1
fix: gpt-oss thinking block ( #6071 )
2025-08-06 16:10:24 +07:00
Faisal Amir
25952f293c
✨ enhancement: auto focus always allow action from tool approval dialog and add req parameters ( #5836 )
...
* ✨ enhancement: auto focus always allow action from tool approval dialog
* chore: error handling tools parameters
* chore: update test button focus cases
2025-07-22 12:17:53 +07:00
Ethan Garber
5bf78a31d9
streaming content doesn't need to deal with edits so doesn't need updateMessage function
2025-07-05 21:41:29 -04:00
Ethan Garber
c07f5dba03
Merge branch 'dev' into allow-assistant-message-edits
2025-06-26 12:41:26 -04:00
Louis
e1b6690763
Merge branch 'dev' into release/v0.6.3
...
# Conflicts:
# web-app/src/containers/DropdownModelProvider.tsx
# web-app/src/containers/SettingsMenu.tsx
# web-app/src/containers/dialogs/DeleteModel.tsx
# web-app/src/routes/__root.tsx
# web-app/src/routes/settings/general.tsx
# web-app/src/routes/threads/$threadId.tsx
2025-06-26 21:55:35 +07:00
Louis
16aab0d661
fix: increase context size window does not popup first time
2025-06-26 16:40:55 +07:00
Ethan Garber
1771cec811
Merge branch 'dev' into allow-assistant-message-edits
2025-06-20 07:39:46 -04:00
Sam Hoang Van
c32dd092d0
Enhance i18n and add missing i18n for all component ( #5314 )
...
* Refactor translation imports and update text for localization across settings and system monitor routes
- Changed translation import from 'react-i18next' to '@/i18n/react-i18next-compat' in multiple files.
- Updated various text strings to use translation keys for better localization support in:
- Local API Server settings
- MCP Servers settings
- Privacy settings
- Provider settings
- Shortcuts settings
- System Monitor
- Thread details
- Ensured consistent use of translation keys for all user-facing text.
Update web-app/src/routes/settings/appearance.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Update web-app/src/routes/settings/appearance.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Update web-app/src/locales/vn/settings.json
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Update web-app/src/containers/dialogs/DeleteMCPServerConfirm.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Update web-app/src/locales/id/common.json
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Add Chinese (Simplified and Traditional) localization files for various components
- Created `tools.json`, `updater.json`, `assistants.json`, `chat.json`, `common.json`, `hub.json`, `logs.json`, `mcp-servers.json`, `provider.json`, `providers.json`, `settings.json`, `setup.json`, `system-monitor.json`, `tool-approval.json` in both `zh-CN` and `zh-TW` locales.
- Added translations for tool approval, updater notifications, assistant management, chat interface, common UI elements, hub interactions, logging messages, MCP server configurations, provider management, settings options, setup instructions, and system monitoring.
* Refactor localization strings for improved clarity and consistency in English, Indonesian, and Vietnamese settings files
* Fix missing key and reword
* fix pr comment
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-20 15:33:54 +07:00
Ethan Garber
1d5852fbb5
fix ux concern to manage message state in dialog component
2025-06-20 09:47:07 +07:00
Ethan Garber
00e960b9ef
lint
2025-06-20 09:47:07 +07:00
Ethan Garber
7a53228341
allow the user to edit assistant messages like in LM Studio
2025-06-20 09:47:07 +07:00
Faisal Amir
45df0b272d
🐛 fix: render streaming token speed based on thread ID & assistant metadata ( #5346 )
2025-06-18 14:54:56 +07:00
Faisal Amir
a745d24fbe
🐛 fix: glitch padding speed token ( #5307 )
2025-06-17 10:00:55 +07:00
Faisal Amir
f7b53da898
🐛 fix: hide token speed when assistant params stream false ( #5302 )
2025-06-16 21:50:23 +07:00
Faisal Amir
da2f97c227
✨ enhancement: add setting chat width container ( #5289 )
...
* ✨ enhancement: add setting conversation width
* ✨ enahncement: cleanup log and change improve accesibility
* ✨ enahcement: move const beta version
2025-06-16 15:02:43 +07:00
LazyYuuki
b93f8afda2
🐛 fix: exclude deleted field
2025-06-15 19:05:11 +08:00
LazyYuuki
665de7df55
✨ feat: add token speed to each message that persist
2025-06-15 18:30:39 +08:00
Louis
1e17cc6ec7
✨ enhancement: model run improvement ( #5268 )
...
* fix: mcp tool error handling
* fix: error message
* fix: trigger download from recommend model
* fix: can't scroll hub
* fix: show progress
* ✨ enhancement: prompt users to increase context size
* ✨ enhancement: rearrange action buttons for a better UX
* 🔧 chore: clean up logics
---------
Co-authored-by: Faisal Amir <urmauur@gmail.com>
2025-06-14 16:32:15 +07:00
Faisal Amir
e04dfc73c7
fix: thinking block ( #5263 )
2025-06-13 15:22:55 +07:00
Faisal Amir
414a9f0da5
fix/replace close think tag from text segment ( #5258 )
2025-06-12 16:33:33 +07:00
Faisal Amir
57ad0894ab
fix: cleanup console error and warning render FE ( #5253 )
...
* fix: console error render FE
* chore: cleanup error and warning console
2025-06-12 14:35:34 +07:00
Faisal Amir
808fdb02a7
chore: streaming tool output ( #5237 )
...
* enhancement: tool streaming output
* chore: update memo
* fix: streaming
* chore: update stream tools arguments
* chore: update condition
* fix: style
* fix: style
* chore: fix stop button
* chore: update color accent and hide arrow button
---------
Co-authored-by: Louis <louis@jan.ai>
2025-06-11 14:35:41 +07:00
Faisal Amir
1bbac32d88
fix: glitch UI thinking or duplicate content when multiple think after tools call ( #5217 )
...
* fix: update id streaming content think
* fix: glitch UI or duplicate content when multiple thinking
2025-06-09 11:36:36 +07:00
Faisal Amir
a84034c552
chore: thinking block auto collapse when streaming finish ( #5202 )
...
* chore: thinking block auto collapse when streaming finish
* chore: fix padding
2025-06-05 14:29:33 +07:00
Faisal Amir
135e75b812
fix: avatar assistants render ( #5181 )
...
* fix: avatar assistants render
* fix: delete assistant
* Update web-app/src/containers/dialogs/AddEditAssistant.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-03 20:00:25 +07:00
Faisal Amir
cde10a662c
chore: render markdown on user message ( #5146 )
2025-05-30 15:09:28 +07:00
Louis
c6ce193256
fix: remove chat message on GUI ( #5114 )
...
* fix: remove chat message on GUI
* Update web-app/src/containers/ThreadContent.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: fix message removal sequence
* chore: add comment
* Update web-app/src/containers/ThreadContent.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-27 15:13:47 +07:00
Faisal Amir
e08b98ec6a
fix: overflow content codeblock ( #5110 )
2025-05-27 10:07:36 +07:00
Faisal Amir
484caf04aa
feat: file upload thumbnail ( #5088 )
2025-05-25 01:10:21 +07:00
Faisal Amir
a29152aa76
fix: text component scaling ( #5090 )
...
* fix: text component scaling
* chore: update scaling text xs to 0.75
2025-05-25 01:09:07 +07:00
Louis
125104320e
chore: handle many issues with app settings and message actions ( #5086 )
...
* chore: handle many issues with app settings and message actions
* Update web-app/src/services/mcp.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-23 21:23:52 +07:00
Faisal Amir
dfe15fac32
enhancement: built-in custom emoji and show metadata message ( #5085 )
...
* enhancement: built-in custom emoji and show metadata message
* chore: seperate render avatar as component
* fix: avatar on assistant screen
2025-05-23 15:37:47 +07:00
Faisal Amir
bed0f98beb
fix: hidden date when value 0 ( #5079 )
2025-05-23 11:12:11 +07:00
Louis
4d66eaf0a7
chore: handle local models chat with MCP ( #5065 )
...
* chore: handle local models chat with MCP
* chore: update MCP server connection status in the settings page
* chore: error handling
* chore: normalize message
* chore: update finally block
2025-05-22 16:06:55 +07:00
Faisal Amir
aba75a7d2c
fix: allow dialog triggered by tooltip ( #5066 )
2025-05-22 15:52:29 +07:00
Faisal Amir
12ad61aaa8
enhancement: show assistant info on message ( #5064 )
2025-05-22 14:45:58 +07:00
Faisal Amir
9d5e670344
enhancement: message toolbar using tooltip
2025-05-21 22:38:19 +07:00
Louis
46943a1cf7
chore: token speed and edit message ( #5031 )
...
* chore: add token speed measurement
* chore: add edit message handler
* chore: add DialogClose wrapper around save button
2025-05-20 14:09:25 +07:00
Louis
74c2c59c90
chore: handle chat functions ( #5009 )
2025-05-18 20:41:10 +07:00
Faisal Amir
05ce85d9b1
chore: styling tool call funtion render UI
2025-05-16 22:10:27 +07:00
Faisal Amir
852ea84cd8
epic: Jan with new UI/UX ( #4964 )
...
* chore: initial new FE setup
* chore: update namespace text-left-panel foreground variable
* chore: enable dynamic mainview color
* chore: remove greetings new chat
* chore: fix chat input style
* chore: simplify hook useAppearance
* chore: enable internationalization
* chore: prepare vn locale
* chore: keyboardshortcut layout
* chore: update keyboard shortcut exclude pathname
* chore: update state active setting route
* chore: fix update theme by system
* chore: handle dynamic primary color
* chore: fix left panel navigation active state and styled item privacy analytic
* chore: reorder general setting being a first
* chore: add function reset appearance
* chore: update scrollbar
* chore: update delete thread with dialog confirmation
* chore: update state dialog inside dropdown menu
* chore: wip thread detail or chat page
* chore: wip model dropdown
* chore: prepare model dropdown select
* chore: update model providers setting
* chore: show provider on model dropdown based isActive toogle
* chore: update layout model provider
* chore: update state active on storage
* chore: update gap of item dropdown model
* chore: update select model base on id
* chore: update edit model capabilities
* chore: add dialog to add model
* chore: update sheet for model setting
* chore: add sheet setting each model
* chore: make dynamic syntax highlight
* chore: fix menu setting appearance theme
* chore: markdown render support emoji
* chore: markdown support latex
* chore: change codeblock default theme
* chore: update ui codeblock
* chore: custom render link taget new window
* chore: fix copy button codeblock
* chore: update accent and desctructive color
* chore: setup user chat message
* chore: prepare some page settings
* chore: simple list extension and prepare mcp, local api, and hardware
* chore: mcp-serve
* chore: MCP server UI
* chore: update local api server config
* chore: adjust chat input
* chore: update local api server log
* chore: prepare hub page
* chore: remove help page
* chore: update mock
* chore: prepare http proxy setting UI
* chore: adjust local api server and title every action
* fix: chore FE package (#4962 )
* fix: update command which referred to non-existent web app
* fix: added commented out macos platform for now
* fix: remove the platform name as macos
* fix: remove unnecessary line for platform name in HeaderPage component
* fix: update dev script to specify port 3000 for Vite
* feat: model providers and chat completion
* enhancement: threads performance
* fix: thread content update
* chore: clean up threads
* fix: performance issue with streaming and state loop
* fix: streaming
* fix: react markdow
* feat: extension manager
* chore: add nodePolyfills include path
* chore: improve performance avoid unhandle rejection
* chore: update pre margin bottom
* chore: swith thread should be deafult scroll to bottom
* chore: wip scroll to bottom
* chore: add model loader
* chore: add platform utils
* feat: threads functionality
* chore: setup toaster
* chore: persist threads deletion
* fix: create thread with new message
* chore: create new thread should change route path
* chore: navigate after delet dialog thread
* chore: thread favorites and orders
* chore: dismiss deleting modal on delete
* chore: remove undefined properties
* chore: remove deprecated run step
* chore: fix delete thread
* chore: create empty thread content on started streaming
* chore: correct messages store key
* chore: stuck at generating state
* chore: preapre chat toolbar
* chore: introduce in-memory app state
* chore: update extensions migration logic
* chore: remove redundant extensions migration gate
* chore: message toolbar user and assistant
* chore: add logo gemini
* feat: remote providers with model capabilities
* chore: maintain provider settings
* chore: move speed token into chat input
* chore: temp harcoded model loader
* chore: make chat text selectable and truncate model list
* chore: update shortcut UI
* Feat/implement threads (#4977 )
* chore: add fuse.js library for enhanced search functionality
* feat: implement thread filtering with Fuse.js for improved search capabilities
* fix: update the fuseOptions
* feat: add search functionality to LeftPanel and refactor thread retrieval logic
* refactor: optimize thread filtering and improve search functionality in LeftPanel
* fix: more edits
* refactor: remove duplicate import of useAppState in StreamingContent component
* chore: update navigate after delete all thread
* chore: pass prop speedToken from new chat input
* chore: persist provider general settings
* chore: styling search left panel
* chore: cleanup margin
* chore: update size icon
* chore: improve chat input
* chore: imprve list markdown
* chore: animate border
* feat: local model provider work
* chore: persist manually added model
* chore: prepare download management ui and show version on general setting
* chore: improve pre tag
* chore: remove buton install extension and improve light theme download
* chore: add missing hardware information handler
* chore: cleanup small ui
* chore: update default provider settings
* fix: missing fs commands
* chore: correct provider models
* chore: prepare delete model
* chore: handle thinking block
* chore: fix conditional message toolbar
* chore: pophover download select none
* enhancement: add prune mode
* chore: model settings
* chore: bump engine version tauri
* chore: update style thinking
* chore: add indicator and toogle mcp server
* chore: wip hub
* chore: update model settings
* chore: mvp hub
* chore: add function rename title
* chore: update function delete message
* chore: update rename title
* chore: update model settings
* chore: persist MCP configs
* refactor: clean up utils
* chore: add tools to completion request
* chore: clean up
* chore: ignore assets
---------
Co-authored-by: Ivan Leo <ivanleomk@gmail.com>
Co-authored-by: Louis <louis@jan.ai>
2025-05-15 19:38:59 +07:00