60 Commits
Author SHA1 Message Date
Davit 5475c5070f fixed duplicate messages and polling 2026-05-27 14:49:10 +04:00
Davit 73c9e7526d update and restart fix 2026-05-23 15:30:04 +04:00
Davit b1eebbb1b2 relative api path 2026-05-22 20:38:55 +04:00
Davit 0ac331493d thinking values fix 2026-05-17 14:40:39 +04:00
Bobby Cude e5ae528223 feat(chat): add copy-to-clipboard button to fenced code blocks
Adds a small icon button anchored to the upper-right of every fenced
code block in the chat view. Clicking copies the code to the clipboard
and briefly swaps to a checkmark. Uses navigator.clipboard.writeText
when available and falls back to a hidden textarea + execCommand for
non-secure contexts (HTTP origins like Tailscale magic-DNS, where the
Clipboard API rejects). The streaming codepath (which bypasses
react-markdown for incremental safety) is unchanged; the button
appears once the turn finishes and the message rerenders through the
markdown path.
2026-05-07 15:57:57 -05:00
Davit 429bcaa8fc attachment,pty improvments 2026-05-04 15:10:18 +04:00
Davit f610a44b95 tool execution output 2026-05-03 16:37:37 +04:00
Davit 9ff4393bf4 improved usage dashboard and spending caps 2026-05-02 15:29:49 +04:00
Davit 6ebd495154 fixed styles 2026-04-29 21:25:10 +04:00
Davit 6a88d15acf usage dashboard and spending cap 2026-04-29 11:41:41 +04:00
Davit b4fa5feb6e cors fix 2026-04-27 11:51:20 +04:00
Davit 7ce858f81b added model picker 2026-04-25 01:52:24 +04:00
Davit 2d732c282c removed model picker 2026-04-24 17:49:52 +04:00
Davit 3dfa8b88a5 agent configuration 2026-04-24 14:35:08 +04:00
Davit e39bc2698e added destination for cron jobs 2026-04-22 12:13:22 +04:00
Davit 23cc90a298 fixed dark theme 2026-04-21 17:20:32 +04:00
Davit 9e3fb90db8 fixed channel message and icons 2026-04-21 14:07:58 +04:00
Davit 44d708f1bd pwa support 2026-04-18 21:35:35 +04:00
Davit 00ef27fb67 port configuration 2026-04-17 13:28:15 +04:00
Davit 1344ee61a5 api refactoring 2026-04-17 12:20:12 +04:00
Davit 1fc9b2bc29 client refactoring 2026-04-16 23:16:29 +04:00
Davit 833e27692c fixed message sync and added polling 2026-04-16 21:16:33 +04:00
Davit 756669b459 refactored forms 2026-04-16 12:40:18 +04:00
Davit 4d9b8d88a9 updated user management 2026-04-15 21:45:11 +04:00
Davit e8fad9ae81 cron job management 2026-04-15 16:30:38 +04:00
Davit 286b26930c channel management 2026-04-15 13:45:19 +04:00
Davit e41620b545 added plugins and skills 2026-04-15 06:25:13 +04:00
Davit 82d12031fc ability to view images 2026-04-13 14:52:03 +04:00
Davit 068078c9e9 updated logo 2026-04-12 21:01:42 +04:00
Davit eb31e9ff19 fixed message 2026-04-12 15:16:34 +04:00
Davit ac244ccd5f fixed scrolling, updated types 2026-04-12 14:32:56 +04:00
Davit 9889081567 updated docs and fixed auth issue 2026-04-11 18:04:21 +04:00
Davit 2f3f40a7e2 refactored sidebar 2026-04-10 16:23:28 +04:00
Davit a0347a8b6e fixing update log 2026-04-10 15:25:38 +04:00
Davit b762151b19 autoupdate 2026-04-10 14:53:30 +04:00
Davit f0a19339a3 add macOS LaunchAgent service management and global CLI 2026-04-10 13:06:41 +04:00
Davit fd0996c3a9 fixed ollama logo 2026-04-09 23:28:33 +04:00
Davit 3ee77b2210 multi model support 2026-04-09 18:58:40 +04:00
Davit da3583f584 refactored client 2026-04-08 19:59:30 +04:00
Davit 5c47b54569 refactor: removed docker, mongodb, switched to sqllite 2026-04-08 14:33:59 +04:00
Davit ee9d88fd71 fixed file attachment 2026-04-06 14:42:03 +04:00
Davit 8b19f39dce paginated messages 2026-04-06 11:15:05 +04:00
Davit 3822a379e3 fixed messages cropping 2026-04-06 00:57:30 +04:00
Davit d2cf95380a fixed messages cropping and added markdown support for user message 2026-04-06 00:40:23 +04:00
Davit 242d4d754d session settings 2026-04-05 18:19:39 +04:00
Davit fb28da510b fixed message box focuse 2026-04-05 16:05:33 +04:00
Davit 7baec7f8a8 using gateway instead of cli 2026-04-04 16:35:42 +04:00
Davit 358d99db4f workflow managment 2026-04-03 16:03:01 +04:00
Davit fe0c18671d support mobile version 2026-04-02 17:54:09 +04:00
Davit aca5cd13ae fixed message sync 2026-04-02 14:55:58 +04:00