style(tui): remove steer queued emoji
Keep the /steer acknowledgement plain text so it reads like the rest of the TUI status copy.
This commit is contained in:
@@ -503,7 +503,7 @@ export const coreCommands: SlashCommand[] = [
|
|||||||
ctx.guarded<SessionSteerResponse>(r => {
|
ctx.guarded<SessionSteerResponse>(r => {
|
||||||
if (r?.status === 'queued') {
|
if (r?.status === 'queued') {
|
||||||
ctx.transcript.sys(
|
ctx.transcript.sys(
|
||||||
`⏩ steer queued — arrives after next tool call: "${payload.slice(0, 50)}${payload.length > 50 ? '…' : ''}"`
|
`steer queued — arrives after next tool call: "${payload.slice(0, 50)}${payload.length > 50 ? '…' : ''}"`
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
ctx.transcript.sys('steer rejected')
|
ctx.transcript.sys('steer rejected')
|
||||||
|
|||||||
Reference in New Issue
Block a user