Skip to content

Commit 333cd3a

Browse files
authored
Merge pull request #5799 from menloresearch/ramon/docs-v0.6.5
2 parents 0f7f2a7 + f606ba6 commit 333cd3a

File tree

152 files changed

+2031
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+2031
-431
lines changed

docs/bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"embla-carousel-react": "^8.0.0",
2121
"fs": "^0.0.1-security",
2222
"gray-matter": "^4.0.3",
23-
"lucide-react": "^0.372.0",
23+
"lucide-react": "^0.522.0",
2424
"next": "^14.1.4",
2525
"next-seo": "^6.5.0",
2626
"next-sitemap": "^4.2.3",
@@ -1503,7 +1503,7 @@
15031503

15041504
"lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
15051505

1506-
"lucide-react": ["lucide-react@0.372.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } }, "sha512-0cKdqmilHXWUwWAWnf6CrrjHD8YaqPMtLrmEHXolZusNTr9epULCsiJwIOHk2q1yFxdEwd96D4zShlAj67UJdA=="],
1506+
"lucide-react": ["lucide-react@0.522.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-jnJbw974yZ7rQHHEFKJOlWAefG3ATSCZHANZxIdx8Rk/16siuwjgA4fBULpXEAWx/RlTs3FzmKW/udWUuO0aRw=="],
15071507

15081508
"lz-string": ["[email protected]", "", { "bin": { "lz-string": "bin/bin.js" } }, "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ=="],
15091509

13.5 MB
Loading

docs/src/pages/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"type": "page",
1212
"title": "Documentation"
1313
},
14+
"local-server": {
15+
"type": "page",
16+
"title": "Jan Local Server",
17+
"display": "hidden"
18+
},
1419
"cortex": {
1520
"type": "page",
1621
"title": "Cortex",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Jan v0.6.5 brings responsive UI and MCP examples!"
3+
version: 0.6.5
4+
description: "New MCP examples, updated pages, and bug fixes!"
5+
date: 2025-07-17
6+
ogImage: "/assets/images/changelog/release_v0_6_5.gif"
7+
---
8+
9+
import ChangelogHeader from "@/components/Changelog/ChangelogHeader"
10+
11+
<ChangelogHeader title="Jan v0.6.5 brings responsive UI and MCP examples!" date="2025-07-17" ogImage="/assets/images/changelog/release_v0_6_5.gif" />
12+
13+
## Highlights 🎉
14+
15+
Jan v0.6.5 brings responsive UI improvements, enhanced model provider management, and better Linux compatibility alongside
16+
new MCP examples.
17+
18+
- Support responsive UI on Jan
19+
- Rework of Model Providers UI
20+
- Bump version of llama.cpp
21+
- Fix the bug where fetching models from custom provider can cause app to crash
22+
- AppImage can now render on wayland + mesa
23+
24+
Update your Jan or [download the latest](https://jan.ai/).
25+
26+
For more details, see the [GitHub release notes](https://github.com/menloresearch/jan/releases/tag/v0.6.5).
266 KB
Loading
247 KB
Loading
314 KB
Loading
308 KB
Loading
500 KB
Loading
314 KB
Loading

0 commit comments

Comments
 (0)