wip: api for tui

This commit is contained in:
Dax Raad 2025-07-21 19:53:22 -04:00
commit f20ef61bc7
18 changed files with 594 additions and 39 deletions

View file

@ -121,6 +121,11 @@ resources:
messages: get /session/{id}/message
chat: post /session/{id}/message
tui:
methods:
prompt: post /tui/prompt
openHelp: post /tui/open-help
settings:
disable_mock_tests: true
license: Apache-2.0