Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8925797
feat(app)[editor]: add a intial floating button for ai implementation
Keshav-writes-code Jan 24, 2026
0613083
refac(app): rename root_folder_selector component to workpsace_selector
Keshav-writes-code Feb 5, 2026
c180e03
feat(app): add initial app setting component
Keshav-writes-code Feb 5, 2026
77499e1
fix(app)[ui]: show floating action button on mobile only
Keshav-writes-code Feb 5, 2026
c4d5880
fix(app)[ui]: fix max width not working, add border to the modal
Keshav-writes-code Feb 5, 2026
e080eed
feat!(app)[lm]: add LM model features like text summarization, rephra…
Keshav-writes-code Feb 5, 2026
7857d38
perf(app): make dialog elements get removed from dom when not visible
Keshav-writes-code Feb 5, 2026
7271bbc
feat(app)[lm]: improve model selection dialog layout and add source a…
Keshav-writes-code Feb 5, 2026
effb66c
feat(app)[editor]: add generate option to context menu
Keshav-writes-code Feb 5, 2026
e2fe137
fix(ui)[app]: make model lister show a loading spinner when fetching …
Keshav-writes-code Feb 27, 2026
473b3ad
feat(ui)[app]: add scrollbar setup to models list component
Keshav-writes-code Feb 27, 2026
75b725b
fix(ui)[app]: fix FAB appearing on top of the modal windows like work…
Keshav-writes-code Feb 28, 2026
c94820b
refac(rust): make the lib more modularized based on thier tasks
Keshav-writes-code Feb 28, 2026
e6401fb
feat(lm): initalize components for local llm config in app settings
Keshav-writes-code Feb 28, 2026
f551120
refac(fs): move file system related stuff to seperate rust modules
Keshav-writes-code Feb 28, 2026
dd5fac5
feat(lm): add inital local language model implmeentation with the Qwe…
Keshav-writes-code Feb 28, 2026
a1ff9f2
fix(app): add instruction to load the model to ram
Keshav-writes-code Mar 1, 2026
b82426f
refac(lm): update debugging logs and lm listner lifecycle
Keshav-writes-code Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"devDependencies": {
"@0x-jerry/unocss-preset-daisyui": "0.2.3",
"@iconify-json/famicons": "^1.2.2",
"@iconify-json/healthicons": "^1.2.12",
"@iconify-json/line-md": "^1.2.14",
"@iconify-json/ri": "^1.2.9",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tauri-apps/cli": "^2.9.6",
"@testing-library/svelte": "^5.3.1",
Expand All @@ -34,6 +36,10 @@
"vitest": "^4.0.18"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.36",
"@ai-sdk/google": "^3.0.21",
"@ai-sdk/openai": "^3.0.25",
"@ai-sdk/provider": "^3.0.7",
"@iconify-json/carbon": "^1.2.18",
"@iconify-json/tabler": "^1.2.26",
"@saurl/tauri-plugin-safe-area-insets-css-api": "^0.1.0",
Expand All @@ -48,12 +54,15 @@
"@unocss/preset-mini": "^66.6.0",
"@unocss/reset": "^66.6.0",
"@unocss/transformer-variant-group": "^66.6.0",
"ai": "^6.0.70",
"bits-ui": "^2.15.5",
"daisyui": "5.4.7",
"html2canvas-pro": "^1.6.6",
"jspdf": "^3.0.4",
"svelte-animated-details": "^1.0.2",
"svelte-sonner": "^1.0.7",
"tauri-plugin-android-fs-api": "^24.2.2",
"tauri-plugin-llm-api": "git+https://github.com/crabnebula-dev/tauri-plugin-llm.git",
"zod": "^4.3.6"
}
}
Loading
Loading