feat(statusline): expose background agents in status line payload (#1234)
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user