Merge branch 'codex/simp-ui-identity-residue' into codex/simp-name-front-door-defaults
This commit is contained in:
@@ -359,10 +359,10 @@ export function apply(ctx: Context, config: AcpConfig): void {
|
|||||||
// await and NOT install a record (which would resurrect a live agent/listeners
|
// await and NOT install a record (which would resurrect a live agent/listeners
|
||||||
// after the bridge closed). Checked after every load await.
|
// after the bridge closed). Checked after every load await.
|
||||||
let closed = false
|
let closed = false
|
||||||
// Whether the client advertised the Zed `_meta.terminal_output` capability in
|
// Connection-level terminal capability from the latest `initialize`; false
|
||||||
// `initialize`. When true, a tool's terminal presentation is rendered as a
|
// before initialization. Each `session/new` or `session/load` snapshots it in
|
||||||
// terminal card (content + `_meta.terminal_*`); when false, the bridge uses
|
// `SessionRecord.terminalEnabled`, so later initialization affects only future
|
||||||
// the tool's text fallback. Set once in `initialize`, read on every tool event.
|
// sessions.
|
||||||
let terminalOutputCap = false
|
let terminalOutputCap = false
|
||||||
|
|
||||||
// Assigned at the bottom, before any agent event can fire (a session only
|
// Assigned at the bottom, before any agent event can fire (a session only
|
||||||
|
|||||||
Reference in New Issue
Block a user