Skip to content

fix(templates): remove global agent singleton that leaks history across sessions #3125

fix(templates): remove global agent singleton that leaks history across sessions

fix(templates): remove global agent singleton that leaks history across sessions #3125

Triggered via pull request May 20, 2026 04:41
Status Success
Total duration 2m 15s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: src/cli/tui/screens/agent/AddAgentScreen.tsx#L104
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/ResourceGraph.tsx#L116
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L131
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/commands/status/command.tsx#L313
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option