feat(statusline): expose background agents in status line payload (#1234)

This commit is contained in:
Devansh Jain
2026-03-02 17:39:14 -08:00
committed by GitHub
parent a01bfa696d
commit a1a7419396
4 changed files with 28 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export const STATUSLINE_NATIVE_FIELDS: StatusLineFieldSpec[] = [
{ path: "permission_mode" },
{ path: "network_phase" },
{ path: "terminal_width" },
{ path: "background_agents" },
];
export const STATUSLINE_DERIVED_FIELDS: StatusLineFieldSpec[] = [