openclaw/src/tui
Nimrod Gutman 9aac55d306
Add /btw side questions (#45444)
* feat(agent): add /btw side questions

* fix(agent): gate and log /btw reviews

* feat(btw): isolate side-question delivery

* test(reply): update route reply runtime mocks

* fix(btw): complete side-result delivery across clients

* fix(gateway): handle streamed btw side results

* fix(telegram): unblock btw side questions

* fix(reply): make external btw replies explicit

* fix(chat): keep btw side results ephemeral in internal history

* fix(btw): address remaining review feedback

* fix(chat): preserve btw history on mobile refresh

* fix(acp): keep btw replies out of prompt history

* refactor(btw): narrow side questions to live channels

* fix(btw): preserve channel typing indicators

* fix(btw): keep side questions isolated in chat

* fix(outbound): restore typed channel send deps

* fix(btw): avoid blocking replies on transcript persistence

* fix(btw): keep side questions fast

* docs(commands): document btw slash command

* docs(changelog): add btw side questions entry

* test(outbound): align session transcript mocks
2026-03-14 17:27:54 +02:00
..
components Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
theme fix(tui): improve color contrast for light-background terminals (#40345) 2026-03-08 16:17:28 -07:00
commands.test.ts refactor(tui): dedupe handlers and formatter test setup 2026-02-22 14:08:51 +00:00
commands.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
gateway-chat.test.ts test: resolve rebase conflicts in gateway coverage 2026-03-13 01:38:19 +00:00
gateway-chat.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
osc8-hyperlinks.test.ts fix(tui): add OSC 8 hyperlinks for wrapped URLs (#17814) 2026-02-22 19:09:07 -05:00
osc8-hyperlinks.ts fix(tui): add OSC 8 hyperlinks for wrapped URLs (#17814) 2026-02-22 19:09:07 -05:00
tui-command-handlers.test.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-command-handlers.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-event-handlers.test.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-event-handlers.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-formatters.test.ts Secrets: add inline allowlist review set (#38314) 2026-03-06 19:35:26 -05:00
tui-formatters.ts fix(tui): preserve credential-like tokens in render sanitization 2026-03-05 21:06:07 -08:00
tui-input-history.test.ts refactor(tui): dedupe handlers and formatter test setup 2026-02-22 14:08:51 +00:00
tui-local-shell.test.ts test(integration): dedupe messaging, secrets, and plugin test suites 2026-03-02 07:13:11 +00:00
tui-local-shell.ts Exec/ACP: inject OPENCLAW_SHELL into child shell env (#31271) 2026-03-01 20:31:06 -08:00
tui-overlays.test.ts chore: Fix types in tests 34/N. 2026-02-17 15:50:07 +09:00
tui-overlays.ts
tui-session-actions.test.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-session-actions.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-status-summary.ts feat: expose runtime version in gateway status 2026-03-12 02:55:31 +00:00
tui-stream-assembler.test.ts fix(tui): render final event error when assistant output is empty (#14687) 2026-03-05 18:16:43 -08:00
tui-stream-assembler.ts fix(tui): render final event error when assistant output is empty (#14687) 2026-03-05 18:16:43 -08:00
tui-submit-test-helpers.ts refactor(tui): dedupe handlers and formatter test setup 2026-02-22 14:08:51 +00:00
tui-types.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00
tui-waiting.test.ts chore: Enable `typescript/no-explicit-any` rule. 2026-02-02 16:18:09 +09:00
tui-waiting.ts
tui.submit-handler.test.ts refactor(tui): dedupe handlers and formatter test setup 2026-02-22 14:08:51 +00:00
tui.test.ts feat(tui): infer workspace agent when launching TUI (#39591) 2026-03-08 13:31:11 +03:00
tui.ts Add /btw side questions (#45444) 2026-03-14 17:27:54 +02:00