Louis
81ccfffc5b
fix: deprecate cohere models
2025-09-28 23:52:48 +07:00
Louis
55c42ba526
fix: lock all of the dependencies ( #6561 )
...
* fix: pin web app dependencies
* fix: pin extension versions
* fix: pin extensions-web dependencies
* fix: pin extensions lockfile
* fix: remove unnecessary semicolon
2025-09-26 13:07:29 +07:00
Louis
b0b84b7eda
Merge pull request #6475 from menloresearch/feat/bump-tokenjs
...
feat: fix remote provider vision capability
2025-09-22 14:37:26 +07:00
Louis
86a92ead85
Merge pull request #6469 from menloresearch/fix/deeplink-not-work-on-windows
...
fix: deeplink issue on Windows
2025-09-18 17:47:00 +07:00
Dinh Long Nguyen
0f85fce6ef
feat: add auth + google auth provider for web ( #6505 )
...
* handle google auth
* fix lint
* fix auto login button type
* update i18 language + userprofilemenu position
* minor api rename for consistency
2025-09-18 11:11:14 +07:00
Faisal Amir
198955285e
Merge pull request #6412 from menloresearch/fix/render-new-line
...
fix: render new line for user message
2025-09-11 13:29:18 +07:00
Louis
7fea6e1ab0
fix: clean up unused packages ( #6414 )
2025-09-11 13:16:26 +07:00
Faisal Amir
9e592b2aca
fix: render new line for user message
2025-09-11 10:29:34 +07:00
Dinh Long Nguyen
d490174544
feat: Web use jan model ( #6374 )
...
* call jan api
* fix lint
* ci: add jan server web
* chore: add Dockerfile
* clean up ui ux and support for reasoning fields, make app spa
* add logo
* chore: update tag for preview image
* chore: update k8s service name
* chore: update image tag and image name
* fixed test
---------
Co-authored-by: Minh141120 <minh.itptit@gmail.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-09-05 16:18:30 +07:00
Dinh Long Nguyen
a30eb7f968
feat: Jan Web (reusing Jan Desktop UI) ( #6298 )
...
* add platform guards
* add service management
* fix types
* move to zustand for servicehub
* update App Updater
* update tauri missing move
* update app updater
* refactor: move PlatformFeatures to separate const file
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
* change tauri fetch name
* update implementation
* update extension fetch
* make web version run properly
* disabled unused web settings
* fix all tests
* fix lint
* fix tests
* add mock for extension
* fix build
* update make and mise
* fix tsconfig for web-extensions
* fix loader type
* cleanup
* fix test
* update error handling + mcp should be working
* Update mcp init
* use separate is_web_app build property
* Remove fixed model catalog url
* fix additional tests
* fix download issue (event emitter not implemented correctly)
* Update Title html
* fix app logs
* update root tsx render timing
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-05 01:47:46 +07:00
Louis
65f23fb387
fix: tokenjs should use custom fetch provided by app
2025-08-19 13:46:21 +07:00
Louis
3e6757300c
fix: update token.js to remove retired models
2025-08-18 22:33:20 +07:00
Louis
c8d9592ab8
chore: mcp group server, action and import json
2025-08-15 11:37:21 +07:00
Louis
160d158152
fix: search models result in hub should be sorted by weight ( #5954 )
2025-07-28 23:33:11 +07:00
Louis
8e9cd2566b
fix: gemini tool call support ( #5848 )
2025-07-22 23:25:43 +07:00
Louis
e424938e02
Merge branch 'dev' into release/v0.6.6
...
# Conflicts:
# .github/workflows/template-tauri-build-windows-x64.yml
# Makefile
# extensions/engine-management-extension/engines.mjs
2025-07-22 13:18:00 +07:00
Louis
05b9d4e9fd
feat: add claude-4 ( #5829 )
...
* feat: add claude-4
* fix: sorting order
2025-07-21 12:30:56 +07:00
dependabot[bot]
4d0b777f9f
chore(deps): bump @radix-ui/react-hover-card from 1.1.11 to 1.1.14 ( #5603 )
...
---
updated-dependencies:
- dependency-name: "@radix-ui/react-hover-card"
dependency-version: 1.1.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-20 15:20:18 +07:00
Akarshan
59ad2eb784
Merge branch 'dev' into release/v0.6.6
2025-07-18 18:29:20 +05:30
Louis
32966f9259
Merge pull request #5801 from menloresearch/release/v0.6.5
...
Sync release/0.6.5 into dev to start new development cycle
2025-07-17 22:22:32 +07:00
Louis
c2839794cf
fix: bump token.js to fix gemini provider base url issue
2025-07-17 14:27:49 +07:00
Louis
646f40d664
chore: token-js version bump
2025-07-16 11:37:40 +07:00
Louis
6e0218c084
Merge branch 'release/v0.7.0' into feat/inference-llamacpp-extension
...
# Conflicts:
# .devcontainer/buildAppImage.sh
# .github/workflows/template-tauri-build-linux-x64.yml
# Makefile
# core/src/node/extension/index.test.ts
# package.json
# src-tauri/tauri.conf.json
# web-app/package.json
2025-07-10 15:36:41 +07:00
Louis
a2c59e9934
Merge pull request #5715 from menloresearch/release/v0.6.6
...
Merge Release/v0.6.6 into release 0.6.5
2025-07-07 11:43:04 +07:00
hiento09
3287e8b300
chore: enable test coverage ( #5710 )
...
* chore: enable test coverage
2025-07-07 11:24:13 +07:00
Faisal Amir
1422d94fac
🐛 fix: make three dots default show 3 dots and can trigger with right click ( #5712 )
...
* 🐛 fix: default show 3 dots
* ✨ enhancement: enable resizable left panel (#5713 )
* ✨ enhancement: enable resizable left panel
* Update web-app/src/hooks/useLeftPanel.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>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-07 11:14:43 +07:00
Ethan Garber
a1ff097336
Merge branch 'dev' into allow-assistant-message-edits
2025-07-05 19:58:24 -04:00
Sam Hoang Van
36c2024cb3
fix: update base URL for Anthropic provider ( #5600 )
2025-07-04 09:43:45 +07:00
Louis
f70bb2705d
🔧 test: util and lib unit tests
2025-07-02 12:28:25 +07:00
Faisal Amir
2a0597ff01
Merge branch 'dev' into release/v0.6.6
2025-07-02 10:26:32 +07:00
Sam Hoang Van
5918c9cd6f
fix: custom based url and header by upgrade token.js version ( #5596 )
2025-06-30 10:56:23 +07:00
ethanova
fd43b608e9
Merge branch 'dev' into allow-assistant-message-edits
2025-06-27 19:48:33 -04:00
Louis
6be9cb974c
Merge pull request #5395 from menloresearch/dependabot/npm_and_yarn/typescript-5.8.3
...
chore(deps-dev): bump typescript from 5.7.3 to 5.8.3
2025-06-27 23:35:00 +07:00
Louis
ea8d15e36b
Merge pull request #5439 from menloresearch/dependabot/npm_and_yarn/web-app/lucide-react-0.522.0
...
chore(deps): bump lucide-react from 0.503.0 to 0.522.0 in /web-app
2025-06-27 23:33:39 +07: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
ethanova
e8728dfa77
Merge branch 'dev' into allow-assistant-message-edits
2025-06-25 20:28:17 -04:00
Sam Hoang Van
0890de1869
feat: improve local provider connectivity with CORS bypass ( #5458 )
...
* feat: improve local provider connectivity with CORS bypass
- Add @tauri-apps/plugin-http dependency
- Implement dual fetch strategy for local vs remote providers
- Auto-detect local providers (localhost, Ollama:11434, LM Studio:1234)
- Make API key optional for local providers
- Add comprehensive test coverage for provider fetching
refactor: simplify fetchModelsFromProvider by removing preflight check logic
* feat: extend config options to include custom fetch function for CORS handling
* feat: conditionally use Tauri's fetch for openai-compatible providers to handle CORS
2025-06-25 15:42:14 +07:00
dependabot[bot]
828261ea9c
chore(deps): bump @tanstack/react-router-devtools ( #5441 )
...
---
updated-dependencies:
- dependency-name: "@tanstack/react-router-devtools"
dependency-version: 1.121.34
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 15:25:48 +07:00
dependabot[bot]
5185d19129
chore(deps-dev): bump typescript from 5.7.3 to 5.8.3
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.3 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 07:56:32 +00:00
dependabot[bot]
43a4a98f6f
chore(deps): bump lucide-react from 0.503.0 to 0.522.0 in /web-app
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.503.0 to 0.522.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.522.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-version: 0.522.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 08:15:44 +00: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
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
Louis
ecef9d7df6
feat: handle open Jan on HF GGUF repo ( #5173 )
...
* feat: handle open Jan on HF GGUF repo
* chore: reset retry attempts
2025-06-03 01:09:36 +07:00
Faisal Amir
b98c31b184
enhancement: open folder log and change data folder dialog confirm ( #5159 )
...
* enhancement: ux change data folder with confirmation and reveal in finder logs
* chore: update button open logs local api server
* Update web-app/src/components/ui/button.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: handle error when change location data folder failed
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-02 08:54:16 +07:00
Faisal Amir
b29e579042
feat: product analytic ( #5099 )
...
* feat: product analytic
* chore: remove comment
2025-05-25 17:25:03 +07:00
Faisal Amir
434abaaca6
chore: app updater UI ( #5054 )
...
* chore: initial app updater UI and download management enhance
* chore: revert package version
* chore: update conditional app updater
* chore: remove console
* chore: add utils isDev
* chore: close popup when user click download
* revert yarn lock
2025-05-22 11:54:06 +07:00
Faisal Amir
974f7901e6
feat: add assistant emoji picker
2025-05-21 23:45:49 +07:00
Sam Hoang Van
ad962c2cf6
feat(webapp): Replace Fuse.js with Fzf for thread search and enhance highlighting ( #5052 )
...
This commit replaces Fuse.js with Fzf for client-side thread searching
within the web application, offering potentially improved performance and
a different fuzzy matching algorithm.
Key changes include:
- Updated `package.json` to remove `fuse.js` and add `fzf`.
- Refactored `useThreads.ts` hook:
- Replaced Fuse.js instantiation and search logic with Fzf.
- Integrated a new `highlightFzfMatch` utility to return thread
titles with HTML highlighting for matched characters.
- Created `utils/highlight.ts` for the `highlightFzfMatch` function.
- Updated `ThreadList.tsx`:
- Renders highlighted thread titles using `dangerouslySetInnerHTML`.
- Ensures the rename functionality uses and edits a plain text
version of the title, stripping any highlight tags.
- Updated `index.css`:
- Modified the `.search-highlight` class to use `font-bold` and
`color-mix(in srgb, currentColor 80%, white 20%)` for a
subtly brighter text effect on highlighted matches, replacing
previous styling.
This provides a more robust search experience with clear visual feedback
for matched terms in the thread list.
2025-05-21 22:31:01 +07:00
Louis
81c4dc516b
chore: handle hardware settings ( #5041 )
...
* chore: handle hardware settings
* chore: activate GPUs
* Update web-app/src/services/hardware.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-20 20:05:47 +07:00