Clayton
88b343cde3
fix: configurable toast placement ( #7886 )
Clean old cloudflare pages preview urls and nightly build / clean-cloudflare-pages-preview-urls (docs) (push) Has been cancelled
Clean old cloudflare pages preview urls and nightly build / clean-cloudflare-pages-preview-urls (nitro) (push) Has been cancelled
2026-04-03 22:02:17 +07:00
Nghia Doan
45ca3ef87e
Merge pull request #7887 from janhq/docs/cli_commands
...
docs: update cli doc with correct commands
2026-04-03 16:15:10 +07:00
Vanalite
5184b648a5
docs: update cli doc with correct commands
2026-04-03 16:04:34 +07:00
Full Stack Engineer
98f1139852
fix: ctx_size overflow causing model load failure after reopening chat ( #7879 )
...
* feat: paragraph-level Edit with AI for assistant markdown (#7812 )
* fix: ctx_size overflow causing model load failure after reopening chat
* fix linter issue
---------
Co-authored-by: Clayton <118192227+claytonlin1110@users.noreply.github.com >
2026-04-03 06:55:44 +05:30
Clayton
f5432ddfa8
feat: add API key fallbacks with automatic rotation ( #7877 )
...
* feat: add API key fallbacks with automatic rotation
* fix: update
* fix: lint
* fix: update
* fix: update
* fix: update style
* fix: update description
2026-04-02 16:16:57 +07:00
Nghia Doan
b201e20c5b
Merge pull request #7867 from bittoby/feat/prompt-history-arrow-keys
...
feat: allow retrieving last typed message by pressing up arrow key
2026-04-02 10:51:06 +07:00
Nghia Doan
e2e166a2fc
Merge pull request #7836 from statxc/feat/queue-messages-during-streaming
2026-04-01 18:56:16 +07:00
Faisal Amir
5ef9d6ea28
Merge pull request #7876 from janhq/fix/date-local-time
...
fix: display message timestamps in local timezone
2026-04-01 15:54:36 +07:00
Faisal Amir
ccc16b6627
fix: local date
2026-04-01 15:38:58 +07:00
Faisal Amir
f40012d754
Merge pull request #7872 from corevibe555/fix/message-timestamps
...
fix: show message timestamps
2026-04-01 15:29:19 +07:00
corevibe555
de4d2622bd
fix: show message timestamps
...
fix: adjust timestamp position
fix: fix lint
fix: timestamp
fix: timestamp
fix: fix
2026-04-01 09:31:13 +02:00
Nghia Doan
f7c813b044
Merge pull request #7873 from janhq/docs/openclaw_note
...
docs: update notes for the openclaw discontinuation
2026-04-01 13:45:50 +07:00
Vanalite
f4bfc45870
docs: update notes for the openclaw discontinuation
2026-04-01 13:42:19 +07:00
dataCenter430
a68dcc8ccd
feat(mcp): optional lightweight router model for MCP tool routing ( #7846 )
...
* feat(mcp): optional dedicated model for smart tool routing
* refactor: update mcp router model filter and settings
* fix: typescript error
2026-04-01 10:39:42 +05:30
Nghia Doan
b79d5cd447
Merge pull request #7866 from abitrolly/patch-1
...
feat: clarify that models are stored in appdata too
2026-04-01 11:09:20 +07:00
bittoby
dd70464bd8
feat: allow retrieving last typed message by pressing up arrow key
2026-03-31 21:42:59 +00:00
Anatoli Babenia
a2bba00af1
feat: clarify that models are stored in appdata too
2026-03-31 21:50:15 +03:00
Clayton
1c3a03557c
feat: add optional health check auto-restart for crashed model sessions ( #7855 )
...
* feat: add optional health check auto-restart for crashed model sessions
* fix: update
* fix: update
* fix: lint
* fix: lint
* fix: tauri
* fix: build
* fix: update
* fix: update
2026-03-31 12:34:23 +05:30
Faisal Amir
813260a365
Merge pull request #7830 from corevibe555/feature/option-for-thicker-title-bar
...
feat: add highlight on dragabble area and also add cursor change
2026-03-31 13:06:51 +07:00
corevibe555
8140eab350
fix: remove hover bg
2026-03-31 07:52:42 +03:00
Faisal Amir
cfb16f88a7
Merge pull request #7860 from janhq/chore/hardware-setting
...
chore: take back hardware setting menu
2026-03-31 10:59:01 +07:00
Faisal Amir
e878a4b4ae
chore: take back hardware setting menu
2026-03-31 10:24:57 +07:00
statxc
f246233b3f
fix: update 2nd message send button
2026-03-30 16:12:14 +00:00
statxc
32532dedce
Merge branch 'main' of https://github.com/statxc/jan into feat/queue-messages-during-streaming
2026-03-30 16:11:48 +00:00
Full Stack Engineer
748b4e9e31
fix issue 7818 ( #7819 )
2026-03-30 20:52:27 +05:30
Clayton
6a56bb2772
fix: improve model selection bar usability ( #7852 )
2026-03-30 21:13:09 +07:00
Faisal Amir
70c75cb95d
Merge pull request #7853 from janhq/chore/setting-icons
...
chore: update icon privacy and code claude
2026-03-30 14:31:24 +07:00
Faisal Amir
39f4844e66
chore: update icon privacy and code claude
2026-03-30 13:33:08 +07:00
Faisal Amir
f4329b40ff
Merge pull request #7843 from bittoby/fix/thinking-auto-scroll
...
fix: let users scroll and read thinking content during streaming without being interrupted
2026-03-30 09:44:52 +07:00
SuperCowProducts
eddcd4fffc
Updated Arm64 linux guide for newer app + GPU acceleration ( #7841 )
2026-03-30 09:42:28 +07:00
linuxid10t
7070f79aa1
feat/fix: add regenerate button on failed message responses ( #7844 )
...
* fix: align KV cache default settings with actual runtime behavior
The documented defaults for cache_type_k and cache_type_v were f16, but
the extension's migrateKvCacheDefaults() function converts these to q8_0
on initialization. This commit updates the documented defaults to match
the actual runtime behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* feat: add regenerate button on failed message responses
Show a "Regenerate" button when a message response errors out,
allowing users to retry without leaving the thread. Excludes
out-of-context-size errors which already have a dedicated button.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* chore: revert lockfile changes from regenerate button commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 09:41:24 +07:00
Faisal Amir
ffd834c8e5
Merge pull request #7839 from claytonlin1110/feature/settings-nav-connectors-grouping
...
Update Settings sidebar grouping and rename MCP to Connectors
2026-03-30 09:40:38 +07:00
dataCenter430
42b2d13321
feat(gguf): fix model compatibility heuristic for Apple Silicon unified memory ( #7842 )
...
* feat(gguf): improve model compatibility heuristic for Apple Silicon unified memory
* fix: resolve review
---------
Co-authored-by: Louis <louis@jan.ai >
2026-03-28 13:36:32 +07:00
statxc
f74401567f
fix conflicts
2026-03-27 17:26:52 +00:00
bittoby
2fe7274e39
fix: let users scroll and read thinking content during streaming without being interrupted
2026-03-27 17:20:08 +00:00
Nghia Doan
3fa510ca73
Merge pull request #7827 from Dexterity104/fix/linux-open-containing-folder-crash
2026-03-27 23:20:56 +07:00
dev-miro26
68832d61ae
feat: add configurable token limits and auto-compact for remote model providers ( #7799 )
2026-03-27 22:24:23 +07:00
linuxid10t
bd1d333635
fix: align KV cache default settings with actual runtime behavior ( #7832 )
2026-03-27 22:14:55 +07:00
Dexterity104
6a9100b07f
fix: normalize extended-length paths for Windows file explorer compatibility
2026-03-27 10:44:58 -04:00
Dexterity104
2ef337d7f7
refactor: streamline Tauri opener service by removing Linux-specific condition for revealing items in directory
2026-03-27 10:44:58 -04:00
Dexterity104
07231315a5
feat: enhance Tauri opener service for Linux file exploration
2026-03-27 10:44:58 -04:00
statxc
e372ebe6d9
feat: auto-summarize thread titles after first response with cancellable background inference ( #7816 )
2026-03-27 19:48:45 +07:00
Clayton
340f49930e
fix: add icon
2026-03-27 05:20:16 -05:00
Clayton
04839b7f96
fix: lint
2026-03-27 04:55:05 -05:00
Clayton
45320917c0
feat: reorganize settings navigation and rename MCP to Connectors
2026-03-27 04:47:40 -05:00
Nghia Doan
357b562a3b
Merge pull request #7793 from dataCenter430/feat/MCP-agent-to-orchestrate-tools-use
...
feat: orchestrate MCP tools - route servers, avoid loading all tools
2026-03-27 13:16:30 +07:00
Louis
99ffef4061
fix: missing redirects ( #7837 )
2026-03-27 12:43:19 +07:00
statxc
19c8dcc76a
feat: queue messages during streaming with auto-send, two-stage stop, and editable pending chips in input area
2026-03-27 03:15:19 +00:00
dataCenter430
f3858d22d3
feat: add toggle option to enable MCP tools
2026-03-26 18:32:04 +01:00
Nghia Doan
0315e11029
Merge branch 'main' into feature/option-for-thicker-title-bar
2026-03-26 23:26:57 +07:00