| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Disable buttons if logged out | soryu | 2026-01-11 | 4 | -4/+75 | |
| | | | | | Also add prod.env for FE config | |||||
| * | Initial Control system | soryu | 2026-01-11 | 94 | -3135/+29269 | |
| | | ||||||
| * | Add defined user input dialogue to LLM edit | soryu | 2026-01-02 | 5 | -11/+484 | |
| | | ||||||
| * | Update LLM to keep context | soryu | 2026-01-02 | 3 | -10/+61 | |
| | | ||||||
| * | Update display of LLM edit panel | soryu | 2026-01-02 | 3 | -2/+176 | |
| | | ||||||
| * | Add loop based LLM editing + view tools | soryu | 2026-01-02 | 2 | -16/+525 | |
| | | ||||||
| * | Add versioning to files | soryu | 2025-12-24 | 16 | -59/+1757 | |
| | | ||||||
| * | Update overwrite mechanism to show diff | soryu | 2025-12-24 | 2 | -23/+201 | |
| | | ||||||
| * | Revert "Update overwrite mechanism to only require one prompt" | soryu | 2025-12-24 | 1 | -24/+4 | |
| | | | | | This reverts commit d2bb569401a906e33517cafd0e35d960bd1381bd. | |||||
| * | Revert "Fixup: Update overwrite mechanism" | soryu | 2025-12-24 | 1 | -12/+4 | |
| | | | | | This reverts commit 70e6c958a5a624e1d3ce51ff119a281032addf1a. | |||||
| * | Fixup: Update overwrite mechanism | soryu | 2025-12-24 | 1 | -4/+12 | |
| | | ||||||
| * | Update overwrite mechanism to only require one prompt | soryu | 2025-12-24 | 1 | -4/+24 | |
| | | ||||||
| * | Add overwrite mechanism for conflicting writes of files | soryu | 2025-12-24 | 3 | -32/+187 | |
| | | ||||||
| * | Fixup: Add font for logo | soryu | 2025-12-23 | 3 | -3/+12 | |
| | | ||||||
| * | Fixup: Update pnpm lockfile | soryu | 2025-12-23 | 1 | -2/+276 | |
| | | ||||||
| * | Add conflict notification and file update WS endpoint | soryu | 2025-12-23 | 17 | -49/+840 | |
| | | ||||||
| * | Add editable file sections and a drag&drop feature | soryu | 2025-12-23 | 5 | -87/+466 | |
| | | ||||||
| * | Add claude opus/sonnet support | soryu | 2025-12-23 | 9 | -101/+1011 | |
| | | ||||||
| * | Add file body and initial tool call system | soryu | 2025-12-23 | 22 | -49/+2246 | |
| | | ||||||
| * | Add Postgres for persistence and File cabinet | soryu | 2025-12-23 | 28 | -23/+2002 | |
| | | | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI | |||||
| * | Update makima FE with timestamp fix | soryu | 2025-12-23 | 1 | -19/+39 | |
| | | ||||||
| * | Update makima FE build command for railway | soryu | 2025-12-23 | 1 | -0/+1 | |
| | | ||||||
| * | Update makima FE to have autoscroll and simplify FE | soryu | 2025-12-23 | 6 | -87/+29 | |
| | | ||||||
| * | Update makima FE to add initial listening system | soryu | 2025-12-23 | 33 | -0/+6602 | |
| | | ||||||
| * | Use production endpoint for makima client | soryu | 2025-12-23 | 1 | -4/+23 | |
| | | ||||||
| * | Bump diarization version to 2.1 and fix downloading the tokenizer | soryu | 2025-12-23 | 3 | -13/+47 | |
| | | ||||||
| * | Use hf cli to download models | soryu | 2025-12-23 | 1 | -2/+2 | |
| | | ||||||
| * | Use HF to download models | soryu | 2025-12-23 | 2 | -34/+60 | |
| | | ||||||
| * | Fixup: Use single stage dockerfile | soryu | 2025-12-23 | 1 | -14/+2 | |
| | | ||||||
| * | Fixup: Include tools dir | soryu | 2025-12-23 | 1 | -2/+0 | |
| | | ||||||
| * | Fixup: Add stt-client module | soryu | 2025-12-23 | 1 | -0/+1 | |
| | | ||||||
| * | Fixup: Bump Rust & Cargo version to match version | soryu | 2025-12-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fixup: Move container image to build from root | soryu | 2025-12-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fixup: Correct download-models path | soryu | 2025-12-23 | 1 | -1/+1 | |
| | | ||||||
| * | Create container image and move parakeet fork to vendor dir | soryu | 2025-12-23 | 35 | -11/+195 | |
| | | ||||||
| * | Add EOU detection and streaming diarization | soryu | 2025-12-23 | 35 | -102/+6151 | |
| | | ||||||
| * | Remove TTS endpoint using chatterbox | soryu | 2025-12-23 | 6 | -207/+10 | |
| | | | | | The library still remains, but this complicates deployment due to the large size of the model, so it is removed for now | |||||
| * | Implement makima listen websockets server | soryu | 2025-12-23 | 16 | -4/+5030 | |
| | | ||||||
| * | Experiment: ChatterBoxTTS | soryu | 2025-12-23 | 6 | -57/+2427 | |
| | | ||||||
| * | Experiment: parakeet-rs | soryu | 2025-12-23 | 6 | -1322/+371 | |
| | | ||||||
| * | Experiment: transcribe_rs | soryu | 2025-12-23 | 4 | -0/+2723 | |
| | | ||||||
| * | Restore photo background with grid overlay | soryu | 2025-12-23 | 1 | -6/+16 | |
| | | ||||||
| * | Refine mobile nav and overlays | soryu | 2025-12-23 | 1 | -30/+71 | |
| | | ||||||
| * | Adjust nav links and dark header | soryu | 2025-12-23 | 1 | -79/+86 | |
| | | ||||||
| * | Animate rings with dashed pulse | soryu | 2025-12-23 | 1 | -6/+115 | |
| | | ||||||
| * | Adjust makima logo layering | soryu | 2025-12-23 | 1 | -22/+23 | |
| | | ||||||
| * | Refresh makima holding page messaging | soryu | 2025-12-23 | 1 | -186/+762 | |
| | | ||||||
| * | Add makima rust package | soryu | 2025-12-23 | 4 | -12/+16 | |
| | | ||||||
| * | Update README logos | soryu | 2025-12-23 | 1 | -2/+6 | |
| | | ||||||
| * | Add Makima inline icon and mesh copy | soryu | 2025-12-23 | 4 | -13/+29 | |
| | | ||||||
