Minh141120
7c5633c9a1
chore: remove unused task
2025-09-18 21:56:09 +07:00
Dinh Long Nguyen
b5b6e1dc19
add mcp for web ( #6411 )
...
* add mcp for web
* update /jan/v1 endpoint to /v1
* update mise and makefile
* update yarn lock
* use mcp oauth properly
2025-09-12 12:14:10 +07:00
Dinh Long Nguyen
5cd81bc6e8
feat: improve testing ( #6395 )
...
* add more test rust test
* fix servicehub test
* fix tauri failing on windows
2025-09-09 12:16:25 +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
Charles L
17ccc9dca9
feat: install rustup requirements for MacOS universal builds
2025-09-02 14:49:02 +10:00
Charles L
d9e6199835
fix: mise build failing
2025-09-01 14:02:31 +10:00
Dinh Long Nguyen
e1c8d98bf2
Backend Architecture Refactoring ( #6094 ) ( #6162 )
...
* add llamacpp plugin
* Refactor llamacpp plugin
* add utils plugin
* remove utils folder
* add hardware implementation
* add utils folder + move utils function
* organize cargo files
* refactor utils src
* refactor util
* apply fmt
* fmt
* Update gguf + reformat
* add permission for gguf commands
* fix cargo test windows
* revert yarn lock
* remove cargo.lock for hardware plugin
* ignore cargo.lock file
* Fix hardware invoke + refactor hardware + refactor tests, constants
* use api wrapper in extension to invoke hardware call + api wrapper build integration
* add newline at EOF (per Akarshan)
* add vi mock for getSystemInfo
2025-08-15 08:59:01 +07:00
Nguyen Ngoc Minh
af892428a5
chore: sync make build with dev ( #5847 )
...
* chore: sync up make build with dev
* ci: update macOS self-hosted runner
2025-07-22 11:12:14 +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
D. Rect.
a668204cdc
refactor: pin linuxdeploy in make/yarn build process instead of github workflow
...
- pulls fix for #5463 out of the github release workflow and into
the make/yarn build process
- implements a wrapper script that pins linuxdeploy and injects
a new location for XDG_CACHE_HOME into the build pipeline,
allowing manipulating .cache/tauri without tainting the hosts
.cache
- adds ./.cache (project_root/.cache) to make clean and mise clean
task
- remove .devcontainer/buildAppImage.sh, obsolete now that extra
build steps have been removed from the github workflow and
incorporated in the normal build process
- remove appimagetool from .devcontainer/postCreateCommand.sh,
as it was only used by .devcontainer/buildAppImage.sh
2025-07-10 04:50:12 +00:00
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
Sam Hoang Van
242fbcd43e
chore: update mise.toml configuration ( #5556 )
2025-06-27 13:27:25 +07:00
Sam Hoang Van
565c7412c2
Improve dev experience by using mise & sccache ( #5265 )
...
* feat: add initial mise.toml configuration with core tasks and development setup
* docs: update Quick Start section to recommend mise for development setup
2025-06-21 12:49:32 +07:00