This website requires JavaScript.
78f85bb9c5
Merge pull request 'Release v0.7.1' (!10 ) from dev into main
main
v0.7.1
vikingowl
2026-01-23 17:21:15 +01:00
6b7f87dffb
fix: Docker backend discovery and vision support for OpenAI-compatible backends
dev
vikingowl
2026-01-23 17:20:33 +01:00
a14219c6bb
Merge pull request 'chore: bump version to 0.7.0' (!9 ) from dev into main
v0.7.0
vikingowl
2026-01-23 15:56:59 +01:00
779a3dc452
chore: bump version to 0.7.0
vikingowl
2026-01-23 15:56:34 +01:00
61bf8038d0
Merge pull request 'Release v0.7.0' (!8 ) from dev into main
vikingowl
2026-01-23 15:54:50 +01:00
a65417eabe
Merge pull request 'feat: add multi-backend LLM support' (!7 ) from feature/multi-backend-support into dev
vikingowl
2026-01-23 15:53:13 +01:00
291871c3b5
docs: update README for multi-backend LLM support
vikingowl
2026-01-23 15:51:56 +01:00
a564f7ec77
fix: resolve all TypeScript errors and accessibility warnings
vikingowl
2026-01-23 15:33:00 +01:00
a80ddc0fe4
feat: add multi-backend LLM support (Ollama, llama.cpp, LM Studio)
vikingowl
2026-01-23 14:52:24 +01:00
d6994bff48
Merge pull request 'Release v0.6.1' (!6 ) from dev into main
v0.6.1
vikingowl
2026-01-22 12:41:42 +01:00
daa8c87cf4
chore: bump version to 0.6.1
vikingowl
2026-01-22 12:41:13 +01:00
9007faab0d
Merge pull request 'feat(settings): add dedicated About page' (!5 ) from feature/about-page into dev
vikingowl
2026-01-22 12:40:33 +01:00
7fe4286d34
feat(settings): add dedicated About page with version info
vikingowl
2026-01-22 12:39:19 +01:00
6dcaf37c7f
Merge pull request 'Release v0.6.0' (!4 ) from dev into main
v0.6.0
vikingowl
2026-01-22 12:13:30 +01:00
29c70eca17
chore: bump version to 0.6.0
vikingowl
2026-01-22 12:12:06 +01:00
a31f8263e7
Merge pull request 'feat(agents): implement agents feature (v1)' (!3 ) from feature/agents into dev
vikingowl
2026-01-22 12:08:27 +01:00
9b4eeaff2a
feat(agents): implement agents feature (v1)
vikingowl
2026-01-22 12:02:13 +01:00
e091a6c1d5
Merge pull request 'test: extend test coverage for backend and frontend' (!2 ) from feature/test-coverage into dev
vikingowl
2026-01-22 11:09:43 +01:00
b33f8ada5d
Merge pull request 'feat: add .env.example and configuration documentation' (!1 ) from feature/config-documentation into dev
vikingowl
2026-01-22 11:09:34 +01:00
d81430e1aa
test: extend test coverage for backend and frontend
vikingowl
2026-01-22 11:05:49 +01:00
2c2744fc27
feat: add .env.example and fix hardcoded Ollama URL
vikingowl
2026-01-22 09:21:49 +01:00
34f2f1bad8
docs: update CONTRIBUTING with branching strategy
vikingowl
2026-01-22 09:06:39 +01:00
0e7a3ccb7f
chore: add justfile for development commands
vikingowl
2026-01-22 09:06:31 +01:00
d48cf7ce72
feat: add sync status indicator and warning banner
vikingowl
2026-01-22 09:06:23 +01:00
c97bd572f2
Merge pull request #10 from half-measures/fear/Adding-tests
Chris
2026-01-22 08:47:41 +01:00
d8a48ba0af
feat: Adding tests to chat.go
=
2026-01-20 14:26:24 -08:00
f98dea4826
chore: bump version to 0.5.2
v0.5.2
vikingowl
2026-01-07 22:20:44 +01:00
792cc19abe
fix: improve sidebar hover icon visibility
vikingowl
2026-01-07 22:20:09 +01:00
27c9038835
docs: update README with new features (Projects, RAG, Search)
vikingowl
2026-01-07 22:15:52 +01:00
62c45492fa
fix: persist conversation pin/archive state to IndexedDB
vikingowl
2026-01-07 22:04:01 +01:00
196d28ca25
chore: bump version to 0.5.1
v0.5.1
vikingowl
2026-01-07 20:51:56 +01:00
f3ba4c8876
fix: project deletion and replace confirm() with ConfirmDialog
vikingowl
2026-01-07 20:51:33 +01:00
f1e1dc842a
chore: bump version to 0.5.0
v0.5.0
vikingowl
2026-01-07 20:32:20 +01:00
c2136fc06a
feat: add release notes to install script and smart embedding model detection
vikingowl
2026-01-07 20:30:33 +01:00
245526af99
feat: consolidate settings into unified Settings Hub with tabs
vikingowl
2026-01-07 20:03:38 +01:00
949802e935
feat: add global search page with semantic search and embedding model settings
vikingowl
2026-01-07 19:27:08 +01:00
ddce578833
feat: implement cross-chat RAG for project conversations
vikingowl
2026-01-07 18:06:49 +01:00
976b4cd84b
fix: wait for projects to load before checking project existence
vikingowl
2026-01-07 15:32:04 +01:00
73279c7e60
perf: cache project conversations in derived to avoid repeated method calls
vikingowl
2026-01-07 15:28:48 +01:00
3513215ef5
debug: add console logging to diagnose project page slowdown
vikingowl
2026-01-07 15:26:53 +01:00
5466ef29da
fix: remove reference to deleted isUploading state variable
vikingowl
2026-01-07 15:15:04 +01:00
a0d1d4f114
feat: add embedding model selector and non-blocking file upload
vikingowl
2026-01-07 15:08:29 +01:00
229c3cc242
fix: add timeout to embedding generation to prevent page freeze
vikingowl
2026-01-07 15:02:20 +01:00
07d3e07fd6
fix: improve project file upload error handling
vikingowl
2026-01-07 14:59:06 +01:00
298fb9681e
feat: add project detail page with new chat creation
vikingowl
2026-01-07 14:53:06 +01:00
5e6994f415
feat: add projects feature for organizing conversations
vikingowl
2026-01-07 14:36:12 +01:00
080deb756b
fix: improve agentic tool descriptions for better model discovery
vikingowl
2026-01-07 13:11:00 +01:00
6ec56e3e11
fix: recall without parameters now returns all memories like list
vikingowl
2026-01-07 13:02:58 +01:00
335c827ac8
fix: improve memory store validation and consistency
vikingowl
2026-01-07 12:55:20 +01:00
79f9254cf5
fix: memory store list action now returns actual values
vikingowl
2026-01-07 12:44:07 +01:00
51b89309e6
fix: parse text-based tool calls for models without native function calling
vikingowl
2026-01-07 12:41:40 +01:00
566273415f
feat: add agentic tool templates and improve custom tool styling
v0.4.15
vikingowl
2026-01-07 12:30:00 +01:00
ab5025694f
chore: bump version to 0.4.14
v0.4.14
vikingowl
2026-01-07 12:06:44 +01:00
7adf5922ba
feat: add prompt template browser and design tool templates
vikingowl
2026-01-07 12:06:30 +01:00
b656859b10
chore: bump version to 0.4.13
v0.4.13
vikingowl
2026-01-07 11:38:50 +01:00
d9b009ce0a
feat: add test button for HTTP endpoint tools
vikingowl
2026-01-07 11:38:33 +01:00
c048b1343d
chore: bump version to 0.4.12
v0.4.12
vikingowl
2026-01-04 01:47:58 +01:00
558c035b84
fix: prevent stream abort and improve attachment handling
vikingowl
2026-01-04 01:46:26 +01:00
f8fb5ce172
fix: keep processing indicator visible until LLM starts streaming
vikingowl
2026-01-04 00:41:42 +01:00
4084c9a361
feat: add language instruction to always match user's language
vikingowl
2026-01-04 00:37:14 +01:00
26b58fbd50
feat: improve file attachment handling with processing indicator
vikingowl
2026-01-04 00:35:33 +01:00
3a4aabff1d
fix: bundle PDF.js worker locally to fix CDN loading issues
v0.4.11
vikingowl
2026-01-03 22:16:19 +01:00
d94d5ba03a
chore: bump version to 0.4.10
v0.4.10
vikingowl
2026-01-03 21:52:09 +01:00
75770b1bd8
docs: simplify README, move detailed docs to wiki
vikingowl
2026-01-03 21:35:55 +01:00
edd7c94507
docs: comprehensive documentation update
vikingowl
2026-01-03 21:19:32 +01:00
6868027a1c
feat: add model-specific prompts and custom model creation
vikingowl
2026-01-03 21:12:49 +01:00
1063bec248
chore: bump version to 0.4.9
v0.4.9
vikingowl
2026-01-03 18:26:40 +01:00
cf4981f3b2
feat: add auto-compact, settings page, and message virtualization
vikingowl
2026-01-03 18:26:11 +01:00
7cc0df2c78
ci: sync GitHub release notes from Gitea
vikingowl
2026-01-03 15:48:50 +01:00
e19b6330e9
chore: bump version to 0.4.8
v0.4.8
vikingowl
2026-01-03 15:32:04 +01:00
c194a4e0e9
fix: include custom tools in Ollama API requests
vikingowl
2026-01-03 15:29:25 +01:00
04c3018360
chore: bump version to 0.4.7
v0.4.7
vikingowl
2026-01-02 22:42:35 +01:00
2699f1cd5c
fix: handle null updates array and show capabilities for local models
vikingowl
2026-01-02 22:41:37 +01:00
9f313e6599
feat: verify model capabilities from Ollama runtime
v0.4.6
vikingowl
2026-01-02 22:35:03 +01:00
802db229a6
feat: add model filters and last updated display
v0.4.5
vikingowl
2026-01-02 21:54:50 +01:00
14b566ce2a
feat: add DEV_PORT env var for running dev alongside production
vikingowl
2026-01-02 21:17:32 +01:00
7ef29aba37
fix: coerce numeric tool args to handle string values from Ollama
vikingowl
2026-01-02 21:08:52 +01:00
3c8d811cdc
chore: bump version to 0.4.3
v0.4.3
vikingowl
2026-01-02 21:05:03 +01:00
5cab71dd78
fix: sync context progress bar with custom context length setting
vikingowl
2026-01-02 21:04:47 +01:00
41bee19f6b
chore: bump version to 0.4.2
v0.4.2
vikingowl
2026-01-02 20:54:55 +01:00
f4febf8973
fix: initialize custom parameters from model defaults
vikingowl
2026-01-02 20:52:47 +01:00
a552f4a223
chore: bump version to 0.4.1
v0.4.1
vikingowl
2026-01-02 20:36:03 +01:00
4a9e45b40b
fix: persist toolCalls to database for reload persistence
vikingowl
2026-01-02 20:34:53 +01:00
862f47c46e
feat(tools): enhanced custom tool creation with CodeMirror, Python support, and testing
v0.4.0
vikingowl
2026-01-02 20:15:40 +01:00
5572cd3a0d
ci: auto-create GitHub release on tag push
vikingowl
2026-01-02 19:46:29 +01:00
6426850714
chore: add CLAUDE.md to gitignore
vikingowl
2026-01-02 19:42:47 +01:00
81b55f07f4
chore: bump version to 0.3.0
v0.3.0
vikingowl
2026-01-02 19:32:31 +01:00
2f28b689f5
feat: add update notification system
vikingowl
2026-01-02 19:29:02 +01:00
448db59aac
feat(tools): enhance web_search and calculate tools
vikingowl
2026-01-02 19:18:35 +01:00
c2214aef96
feat(tools): graceful truncation for fetch_url with LLM retry hints
vikingowl
2026-01-02 19:14:35 +01:00
686c59c6bc
feat: improve auto-scroll to match cloud provider UX
vikingowl
2026-01-02 09:54:20 +01:00
19dffe8906
docs: add project positioning and expanded roadmap
vikingowl
2026-01-01 11:29:23 +01:00
104aeff216
fix: preserve query string in production API proxy
vikingowl
2026-01-01 10:00:18 +01:00
54083b217b
docs: add contributing guide and issue tracker link
vikingowl
2026-01-01 09:40:46 +01:00
059cbec129
Merge pull request #2 from VikingOwl91/VikingOwl91-patch-1
Chris
2026-01-01 09:34:51 +01:00
f3ccd1c136
Update issue templates
Chris
2026-01-01 09:34:41 +01:00
c6ee1480ce
fix: set COMPOSE_CMD default in config section
vikingowl
2026-01-01 08:32:21 +01:00
8a43a294e8
docs: add Ollama configuration instructions
vikingowl
2026-01-01 08:30:22 +01:00
bd43ad8795
feat: require local Ollama, remove Docker Ollama option
vikingowl
2026-01-01 08:27:23 +01:00
4e02a27924
fix: remove depends_on and fix prompt display in install script
vikingowl
2026-01-01 08:23:27 +01:00