Louis
8bd4a3389f
refactor: frontend uses new engine extension
...
# Conflicts:
# extensions/model-extension/resources/default.json
# web-app/src/containers/dialogs/DeleteProvider.tsx
# web-app/src/routes/hub.tsx
2025-07-02 12:28:24 +07:00
Faisal Amir
2a0597ff01
Merge branch 'dev' into release/v0.6.6
2025-07-02 10:26:32 +07:00
Faisal Amir
662879bb5d
✨ enhancement: setting responsive ( #5615 )
...
* ✨ feat: setting responsive
* 🧹 cleanup: feeback PR
* 🧹 cleanup: unused className
* 🧹 cleanup: unused props
2025-07-01 09:44:32 +07:00
Louis
834bc39242
test: init e2e test with selenium and CI work ( #5591 )
...
* test: init e2e test
* Update yarn.lock
2025-06-29 17:12:16 +07:00
Faisal Amir
6380ad0657
🐛 fix: translation fallback ( #5554 )
...
* 🐛 fix: translation fallback
* 🧹 cleanup: remove duplicate key translation
2025-06-26 23:59:53 +07:00
Louis
7223f6fc3f
Merge pull request #5552 from menloresearch/dev
...
sync: apply latest changes into release/v0.6.4
2025-06-26 09:02:27 -07:00
Louis
74fafac5fa
fix: i18n after synced
2025-06-26 22:17:47 +07: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
Faisal Amir
2ae51bcf4e
🐛 fix: modal action light mode ( #5545 )
2025-06-26 18:45:14 +07:00
Louis
16aab0d661
fix: increase context size window does not popup first time
2025-06-26 16:40:55 +07:00
Faisal Amir
9bbf9a590c
✨ enhancement: support base layout responsive UI ( #5472 )
...
* ✨ enhancement: support base layout responsive UI
* Update web-app/src/containers/LeftPanel.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update web-app/src/containers/ThreadList.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: responsive assistant screen (#5502 )
* ✨ enhancement: support base layout responsive UI
* Update web-app/src/containers/LeftPanel.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update web-app/src/containers/ThreadList.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: responsive assistant screen
* Update web-app/src/containers/dialogs/AddEditAssistant.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: sort assistant
* Update web-app/src/routes/assistant.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>
* ✨ enhancement: responsive hub screen (#5507 )
* ✨ enhancement: support base layout responsive UI
* Update web-app/src/containers/LeftPanel.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update web-app/src/containers/ThreadList.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: responsive assistant screen
* Update web-app/src/containers/dialogs/AddEditAssistant.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: sort assistant
* Update web-app/src/routes/assistant.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ✨ enhancement: responsive hub screen
* 🧹 cleanup: multiple key and useless for hub translation
---------
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-26 15:01:50 +07:00
Louis
63761efca2
config: remove MCP and tool use production gate
2025-06-26 10:01:42 +07:00
Louis
a7c441ee58
🐛 fix: default model settings for jan-nano-128k
2025-06-25 19:36:34 +07:00
Faisal Amir
52d15802d9
✨ enhancement: experimental feature toggle ( #5514 )
2025-06-25 14:10:54 +07:00
Faisal Amir
c463090edb
🐛 fix: delete pre populate remote models ( #5516 )
2025-06-25 13:49:55 +07:00
Louis
1dc9e47524
🐛 fix: add back a couple of major fixes ( #5469 )
2025-06-24 14:43:31 +07: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
Faisal Amir
67592f3f45
🐛 fix: avoid render html title thread ( #5375 )
...
* 🐛 fix: avoid render html title thread
* chore: minor bump - tokenjs for manual adding models
---------
Co-authored-by: Louis <louis@jan.ai>
2025-06-19 23:08:45 +07:00
Faisal Amir
5b60116d21
🐛 fix: setting provider hide model capabilities ( #5355 )
...
* 🐛 fix: setting provider hide model capabilities
* 🐛 fix: hide tools icon on dropdown model providers
* fix: stop server on app close or reload
* ✨ enhancement: reset heading class
---------
Co-authored-by: Louis <louis@jan.ai>
2025-06-18 21:48:18 +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
771105a5b2
🐛 fix: handle NaN value tokenspeed ( #5339 )
2025-06-18 12:35:42 +07:00
Sam Hoang Van
1160ea140b
🐛 fix: disable sorting for threads in SortableItem and clean up thread order handling ( #5326 )
2025-06-18 00:23:53 +07:00
Faisal Amir
321fb858dd
🐛 fix:safely convert values to numbers and handle NaN cases ( #5309 )
2025-06-17 13:15:40 +07:00
Faisal Amir
f0ec3e03d1
🐛 fix: immediately show download progress ( #5308 )
2025-06-17 12:46:23 +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
4dfc9f604a
🐛 fix: remove onboarding local model and hide the edit capabilities model ( #5301 )
...
* 🐛 fix: remove onboarding local model and hide the edit capabilities model
* ♻️ refactor: conditional search params setup screen
2025-06-16 20:53:48 +07:00
Faisal Amir
9b1f206cc6
🐛 fix: showing release notes for beta and prod ( #5292 )
...
* 🐛 fix: showing release notes for beta and prod
* ♻️ refactor: make an utils env
* ♻️ refactor: hide MCP for production
* ♻️ refactor: simplify the boolean expression fetch release note
2025-06-16 17:14:38 +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
Bui Quang Huy
bea806c26c
Merge pull request #5278 from menloresearch/feat/token-speed-modification
...
✨ Feat: Token Speed Display Feature
2025-06-15 20:33:52 +08:00
Louis
e20c801ff0
✨ enhancement: out of context troubleshooting ( #5275 )
...
* ✨ enhancement: out of context troubleshooting
* 🔧 refactor: clean up
2025-06-15 18:20:17 +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
LazyYuuki
3ae4d12f60
🐛 fix: commented out the wrong import
2025-06-15 16:08:58 +08:00
LazyYuuki
2ff1776379
🚧 wip: disable showSpeedToken in ChatInput
2025-06-15 16:07:08 +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
Louis
27c4918395
fix: default settings should leave empty ( #5257 )
...
* fix: default settings should leave empty
* fix: default settings
* fix: remove some more default settings
* fix: threads and cont
* fix: data
* fix: default setting
* fix: settings
* chore: bump cortex version
* chore: bump to cortex 1.0.14
* chore: clean up
* typoe
* chore: fix dialog hang
* fix: default parameter
* chore: truncate edit model title
* chore: update default provider settings
* chore: fix typo
---------
Co-authored-by: Faisal Amir <urmauur@gmail.com>
2025-06-13 00:01:25 +07:00
Faisal Amir
414a9f0da5
fix/replace close think tag from text segment ( #5258 )
2025-06-12 16:33:33 +07:00
Faisal Amir
6300875e19
fix: reduce app state left panel ( #5256 )
2025-06-12 15:27:55 +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
82736c96b1
chore: fix wrong classname color text ( #5252 )
2025-06-12 14:03:45 +07:00
Faisal Amir
3accef8c92
fix: minor ui ( #5247 )
2025-06-12 09:04:47 +07:00
Faisal Amir
e33a37776f
fix: tool call block width code ( #5246 )
2025-06-12 00:53:27 +07:00
Faisal Amir
d2e88ffdc4
fix: update style cortex dialog ( #5245 )
2025-06-12 00:09:19 +07:00
Faisal Amir
7b59aa32f9
chore: onboarding local model ( #5234 )
...
* chore: simple onboarding local model
* chore: update new model and improve flow e2e onboarding local model
* fix: default tool support models
---------
Co-authored-by: Louis <louis@jan.ai>
2025-06-11 18:38:07 +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
Louis
1799bfed3f
chore: temporary disable web response
2025-06-10 18:36:48 +07:00
Louis
51a321219d
chore: fix model settings are not applied accordingly on change ( #5231 )
...
* chore: fix model settings are not applied accordingly on change
* chore: handle failed tool call
* chore: stop inference and model on reject
2025-06-10 16:26:42 +07:00
Sam Hoang Van
dcb3f794d3
Feat: render mcp content ( #5229 )
2025-06-10 15:06:42 +07:00