co-mono/.pi
Mario Zechner 575c875475 Remove allowDuringStreaming flag - commands always run immediately
Hook commands now always execute immediately, even during streaming.
If a command needs to interact with the LLM, it uses pi.sendMessage()
which handles queueing automatically.

This simplifies the API and eliminates the issue of queued slash
commands being sent to the LLM instead of executing.
2025-12-30 22:42:22 +01:00
..
commands Hook commands: remove string return, use sendMessage() for prompting 2025-12-30 22:42:18 +01:00
hooks Remove allowDuringStreaming flag - commands always run immediately 2025-12-30 22:42:22 +01:00