Skip to content

Commit e1f080b

Browse files
authored
Merge pull request #27 from Shishir435/feature/import-export-chat-sessions
Feature/import export chat sessions
2 parents 89d56a2 + 828de09 commit e1f080b

File tree

11 files changed

+912
-45
lines changed

11 files changed

+912
-45
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ollama-client",
33
"displayName": "Ollama Client - Chat with Local LLM Models",
4-
"version": "0.2.1",
4+
"version": "0.2.3",
55
"description": "Privacy-first Ollama Chrome extension to chat with local AI models like LLaMA, Mistral, Gemma — fully offline.",
66
"author": "Shishir Chaurasiya",
77
"keywords": [
@@ -89,6 +89,7 @@
8989
"dexie": "^4.0.11",
9090
"dompurify": "^3.2.6",
9191
"highlight.js": "^11.11.1",
92+
"html2pdf.js": "^0.11.1",
9293
"jsdom": "^26.1.0",
9394
"lucide-react": "0.474.0",
9495
"markdown-it": "^14.1.0",
@@ -115,6 +116,7 @@
115116
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
116117
"@tailwindcss/typography": "^0.5.16",
117118
"@types/chrome": "0.0.258",
119+
"@types/html2pdf.js": "^0.10.0",
118120
"@types/markdown-it": "^14.1.2",
119121
"@types/markdown-it-container": "^2.0.10",
120122
"@types/markdown-it-emoji": "^3.0.1",

0 commit comments

Comments
 (0)