| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(listen): add transcript analysis API endpoints | soryu | 2026-01-15 | 3 | -1/+680 |
| | | | | | | | | | | | | | Adds three new endpoints under /api/v1/listen/: - POST /analyze - Analyze a file's transcript for requirements, decisions, action items - POST /create-contract - Create a new contract from analyzed transcript - POST /update-contract - Update an existing contract with extracted information These endpoints bridge the Listen (voice transcription) system with the Contract system, enabling voice-to-contract workflows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | feat(transcript): add transcript analyzer module for extracting requirements ↵ | soryu | 2026-01-15 | 2 | -0/+298 |
| | | | | | | | | | | | | | | and decisions Adds a new transcript_analyzer module that: - Defines types for extracted requirements, decisions, and action items - Provides functions to format transcripts for LLM analysis - Calculates speaker statistics from transcript entries - Builds analysis prompts and parses LLM responses - Includes unit tests for core functionality Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | wip - contract system | soryu | 2026-01-15 | 1 | -1/+0 |
| | | |||||
| * | Fixup: make makima CLI executable | soryu | 2026-01-15 | 1 | -2/+2 |
| | | |||||
| * | Update container image to use new CLI | soryu | 2026-01-15 | 1 | -3/+3 |
| | | |||||
| * | Contract type system | soryu | 2026-01-15 | 6 | -22/+207 |
| | | |||||
| * | Contract system | soryu | 2026-01-15 | 109 | -1528/+24240 |
| | | |||||
| * | Update Makima panel in soryu to match makima/frontend description | soryu | 2026-01-11 | 2 | -17/+19 |
| | | |||||
| * | Default makima daemon to use production URI | soryu | 2026-01-11 | 1 | -6/+20 |
| | | |||||
| * | Add auth variables by default | soryu | 2026-01-11 | 3 | -44/+18 |
| | | |||||
| * | 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 |
| | | |||||
