This website requires JavaScript.
39250e6582
fix(diarization-ui): raise default num_predict to 16384
main
wb
2026-05-06 16:26:55 +02:00
831a29a23a
fix(diarization-ui): enable thinking by default (OLLAMA_THINK=true)
wb
2026-05-06 16:12:25 +02:00
f5756f38af
fix(diarization-ui): validate non-empty content before LLM call, add OLLAMA_THINK flag
wb
2026-05-06 16:10:01 +02:00
aae53d91b1
fix(diarization-ui): prevent repetition loops in Ollama generation
wb
2026-05-06 16:04:12 +02:00
91b8522916
feat(diarization-ui): dynamic num_ctx for Ollama based on prompt size
wb
2026-05-06 15:56:59 +02:00
4f651fac12
fix(diarization-ui): capture thinking tokens in debug stream (Qwen3)
wb
2026-05-06 15:50:40 +02:00
405c3e798d
feat(diarization-ui): add live debug window for analysis jobs
wb
2026-05-06 15:45:36 +02:00
c9bcb82a89
docs(diarization-ui): add CLAUDE.md with architecture and dev commands
wb
2026-05-06 15:35:54 +02:00
adfe8d2f64
fix(diarization-ui): add multi-select hint to file input
Wolf Beckmann
2026-03-27 17:46:07 +01:00
6924cc80fe
feat(diarization-ui): multi-file audio upload with project create-or-select
Wolf Beckmann
2026-03-27 17:42:19 +01:00
0c3aa4348b
fix(diarization-ui): fix dict literal inside f-string expression in view_document
Wolf Beckmann
2026-03-27 10:11:29 +01:00
5bed920266
feat(diarization-ui): add inline document editor
Wolf Beckmann
2026-03-27 10:08:11 +01:00
bdff373959
fix(diarization-ui): have _job_get return dict instead of sqlite3.Row
Wolf Beckmann
2026-03-27 10:06:41 +01:00
89affe41b0
feat(diarization-ui): live-poll job status on jobs page
Wolf Beckmann
2026-03-27 10:03:01 +01:00
5ad50413a0
fix(diarization-ui): use index access instead of .get() on sqlite3.Row for user_prompt
Wolf Beckmann
2026-03-27 10:00:55 +01:00
53836b136f
feat(diarization-ui): add project-batch execution and user_prompt to run page
Wolf Beckmann
2026-03-27 09:56:37 +01:00
ed3c616676
feat(diarization-ui): re-add bulk-select to library after Bootstrap merge
Wolf Beckmann
2026-03-27 09:49:31 +01:00
e109795eb4
chore: remove pycache artifact from repository
OpenClaw Assistant
2026-03-27 09:46:31 +01:00
769fb4715f
feat(ui): latest VoiceLog UI update set
OpenClaw Assistant
2026-03-27 09:46:24 +01:00
239875c7f6
feat(diarization-ui): add multi-select bulk actions to library view
Wolf Beckmann
2026-03-27 09:40:27 +01:00
0fab574b68
fix(diarization-ui): shrink burger to icon-size and pin at top-left corner
OpenClaw Bot
2026-03-22 07:51:30 +01:00
48622fc695
fix(diarization-ui): pin mobile burger button to top-left corner
OpenClaw Bot
2026-03-22 07:49:43 +01:00
def9e7ac36
feat(diarization-ui): add mobile burger menu/off-canvas nav and rename app branding to VoiceLog
OpenClaw Bot
2026-03-22 07:47:08 +01:00
b20a459972
feat(diarization-ui): improve full-app mobile responsiveness (smartphone layout)
OpenClaw Bot
2026-03-22 07:43:09 +01:00
9f2b374df0
docs(diarization-ui): switch registry host and set traefik URL to voicelog.aquantico.lan
OpenClaw Bot
2026-03-22 06:49:17 +01:00
cbf77aa95a
chore(diarization-ui): remove non-functional topbar icons
OpenClaw Bot
2026-03-21 16:11:56 +01:00
955cd5c5ba
feat(diarization-ui): restyle entire app shell to project-suite look (sidebar + topbar + light tables)
OpenClaw Bot
2026-03-21 15:42:36 +01:00
a1e35e98f3
feat(diarization-ui): restyle library to project-list style table with toolbar filters
OpenClaw Bot
2026-03-21 15:41:12 +01:00
bd152429d6
feat(diarization-ui): add library text filters for title and content
OpenClaw Bot
2026-03-21 15:38:47 +01:00
5efd08674b
fix(diarization-ui): treat stored timestamps as UTC in jobs elapsed counter
OpenClaw Bot
2026-03-21 15:27:43 +01:00
69c5ff7989
fix(diarization-ui): repair jobs-page JS quoting so live elapsed counter updates
OpenClaw Bot
2026-03-21 15:24:49 +01:00
1b2c1099fa
fix(diarization-ui): make job runtime counter tick every second (fallback + live list)
OpenClaw Bot
2026-03-21 15:23:09 +01:00
84d0de1972
fix(diarization-ui): show runtime counter in server-rendered jobs fallback
OpenClaw Bot
2026-03-21 15:21:00 +01:00
91ac4c3c59
fix(diarization-ui): redirect after fallback job cancel/delete forms instead of showing JSON
OpenClaw Bot
2026-03-21 15:19:03 +01:00
16d85a7218
fix(diarization-ui): show delete action for done jobs in server-rendered jobs fallback
OpenClaw Bot
2026-03-21 15:13:17 +01:00
6990be7903
fix(diarization-ui): jobs page server-side fallback list + robust live refresh/status
OpenClaw Bot
2026-03-21 15:10:39 +01:00
7397dcaf4c
fix(diarization-ui): background jobs page auto-refresh with runtime/cancel/delete actions
OpenClaw Bot
2026-03-21 15:07:31 +01:00
648a24303a
feat(diarization-ui): run upload/analysis as background jobs with max 2 workers and add jobs page
OpenClaw Bot
2026-03-21 15:00:21 +01:00
49f597f612
docs(diarization-ui): switch image references to registry.aquantico.lan:5000
OpenClaw Bot
2026-03-21 14:53:01 +01:00
cbda7cc9c9
docs(diarization-ui): add registry image deployment instructions incl traefik example
OpenClaw Bot
2026-03-21 14:50:41 +01:00
280b78251b
feat(diarization-ui): replace browser prompt/confirm with in-app JS modal dialogs on document and library pages
OpenClaw Bot
2026-03-21 14:43:55 +01:00
9b78f43866
fix(diarization-ui): restore rename handler script parsing and make library 'Ansehen' an icon button
OpenClaw Bot
2026-03-21 14:40:44 +01:00
9e12bf4397
fix(diarization-ui): escape braces in inline JS template to restore startup
OpenClaw Bot
2026-03-21 14:38:40 +01:00
90dd0c0e4b
fix(diarization-ui): bind document action handlers on window to avoid renameDoc undefined
OpenClaw Bot
2026-03-21 14:37:26 +01:00
3100aa22b3
feat(diarization-ui): document actions as icons with JS modal prompts (rename/move/delete)
OpenClaw Bot
2026-03-21 14:35:26 +01:00
1c9953251f
feat(diarization-ui): render markdown in document preview
OpenClaw Bot
2026-03-21 14:32:24 +01:00
3215dde312
feat(diarization-ui): redesign modern app-like UI and add PWA manifest/service worker/icon
OpenClaw Bot
2026-03-21 14:30:15 +01:00
be416b7766
fix(diarization-ui): download markdown with sanitized document title filename
OpenClaw Bot
2026-03-21 14:27:52 +01:00
f0d851a28a
feat(diarization-ui): add rename/delete for prompts/projects/documents and document move between projects
OpenClaw Bot
2026-03-21 14:25:18 +01:00
0f5a857b6e
fix(diarization-ui): avoid route conflict for markdown download path
OpenClaw Bot
2026-03-21 14:21:10 +01:00
119c8b3f7b
feat(diarization-ui): multi-page app with sidebar, projects, prompt config, db library, markdown download, and qwen analysis runs
OpenClaw Bot
2026-03-21 14:02:21 +01:00
25793c022c
feat(diarization-ui): add FastAPI UI backend with sqlite storage and Ollama analysis pipeline
OpenClaw Bot
2026-03-21 13:47:36 +01:00
85a36a0e5e
chore(diarization-ui): default API_BASE to gx10 and use fully qualified nginx image for podman
OpenClaw Bot
2026-03-21 13:24:11 +01:00
66d681279e
feat: split diarization UI into separate project folder
OpenClaw Bot
2026-03-21 13:14:54 +01:00