| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resume contracts from patches | soryu | 2026-02-09 | 1 | -0/+2 |
| | | |||||
| * | Add new directive mechanism v3 | soryu | 2026-02-09 | 1 | -4/+35 |
| | | |||||
| * | Remove directive mechanism | soryu | 2026-02-08 | 1 | -37/+7 |
| | | |||||
| * | Fixes for directive chain init | soryu | 2026-02-08 | 1 | -1/+3 |
| | | |||||
| * | Add directive monitor contracts | soryu | 2026-02-07 | 1 | -4/+14 |
| | | |||||
| * | Add directive init mechanism | soryu | 2026-02-07 | 1 | -0/+1 |
| | | |||||
| * | Add new directive initial implementation | soryu | 2026-02-07 | 1 | -10/+31 |
| | | |||||
| * | Add 'Discuss Contract' feature to listen page (#57) | soryu | 2026-02-03 | 1 | -1/+9 |
| | | |||||
| * | Add task branching feature (#15) | soryu | 2026-01-21 | 1 | -11/+14 |
| | | |||||
| * | Remove 'task' type contract | soryu | 2026-01-19 | 1 | -5/+2 |
| | | |||||
| * | Add Task Contract Type for one-off adhoc tasks (#2) | soryu | 2026-01-16 | 1 | -11/+15 |
| | | |||||
| * | Add repository history feature to store and suggest previously used ↵ | soryu | 2026-01-15 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | repositories (#18) - Add repository_history table migration with repo_type, repo_path, use_count, last_used_at - Add RepositoryHistoryEntry model and CRUD database functions - Create API endpoints: GET/POST/DELETE /api/v1/repository-history, GET /api/v1/repository-history/suggestions - Update add_remote_repository and add_local_repository handlers to automatically track history - Update frontend API with repository history types and functions - Add Repository History section to Settings page with list of entries and delete functionality - Add suggestions dropdown to RepositoryPanel when entering new repository URL/path - Suggestions filter by repo type (remote vs local) and match on user input Test plan: - Add a remote repository to a contract - verify it appears in Settings history - Add a local repository to a contract - verify it appears in Settings history - Add same repository again - verify use_count increments, not duplicate - When adding new repository, verify suggestions appear based on history - Delete a history entry from Settings - verify it's removed - Verify suggestions only show matching type (remote for remote, local for local) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Contract system | soryu | 2026-01-15 | 1 | -6/+46 |
| | | |||||
| * | Initial Control system | soryu | 2026-01-11 | 1 | -2/+94 |
| | | |||||
| * | Add Postgres for persistence and File cabinet | soryu | 2025-12-23 | 1 | -3/+19 |
| | | | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI | ||||
| * | Remove TTS endpoint using chatterbox | soryu | 2025-12-23 | 1 | -6/+4 |
| | | | | | 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 | 1 | -0/+34 |
