This commit is contained in:
Dax Raad 2025-08-07 15:01:44 -04:00
commit f82f29cd24
38 changed files with 326 additions and 364 deletions

View file

@ -58,6 +58,8 @@ POST /log
GET /provider?directory=<resolve path> -> Provider
GET /config?directory=<resolve path> -> Config // think only tui uses this?
GET /agent?directory=<resolve path> -> Mode
GET /project/:projectID/agent?directory=<resolve path> -> Agent
GET /project/:projectID/find/file?directory=<resolve path> -> File
```