Right now `fredrin terminals send <id>` only targets tabs in the desktop Terminals panel — a running ticket's build/agent session (`fredrin sessions list`) doesn't show up there at all, and there's no CLI verb to send input to a live ticket session's PTY. Would love the ability to, from a plain chat/terminal, send a message into a specific ticket's running Claude session (e.g. to redirect it, answer a prompt, or interrupt it) — something like `fredrin tickets send <id> "..."` or exposing the session's PTY through `terminals send`.
Built this — PR is up now, not merged yet. `fredrin tickets send <id> "…"` types into the Worker already running a ticket; `--interrupt` sends ESC to stop the current turn, `--no-enter` types without submitting. There's also `fredrin sessions send <sessionId> "…"` if you'd rather address the session directly — the id comes from `sessions list`. Turned out the broker already had the routes, so it was only ever a missing CLI verb.