feat: more scriptable tui (api)

This commit is contained in:
adamdotdevin
2025-07-31 11:24:23 -05:00
parent e4e0b8fd34
commit 872b1e068f
4 changed files with 158 additions and 1 deletions

View File

@@ -134,7 +134,13 @@ resources:
tui:
methods:
appendPrompt: post /tui/append-prompt
submitPrompt: post /tui/submit-prompt
clearPrompt: post /tui/clear-prompt
openHelp: post /tui/open-help
openSessions: post /tui/open-sessions
openThemes: post /tui/open-themes
openModels: post /tui/open-models
executeCommand: post /tui/execute-command
settings:
disable_mock_tests: true