feat(agents): support direct input to Codex subagents #991
ci.yml
on: push
Format, Lint, Typecheck, Test, Build
6m 41s
Browser Test
3m 55s
Release Smoke
1m 25s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L145
apps/web/src/components/file-viewer/FileEditorPane.tsx:145:21: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L76
apps/web/src/components/file-viewer/FileEditorPane.tsx:76:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L68
apps/web/src/components/file-viewer/FileEditorPane.tsx:68:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L52
apps/web/src/components/file-viewer/FileEditorPane.tsx:52:5: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L446
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:446:9: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(globals):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L448
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:448:7: Cannot reassign variables declared outside of the component/hook
|
|
react(set-state-in-effect):
apps/web/src/components/PullRequestThreadDialog.tsx#L66
apps/web/src/components/PullRequestThreadDialog.tsx:66:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(memo-dependencies):
apps/web/src/components/PullRequestThreadDialog.tsx#L161
apps/web/src/components/PullRequestThreadDialog.tsx:161:7: Found extra memoization dependencies
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingUserInputPanel.tsx#L74
apps/web/src/components/chat/ComposerPendingUserInputPanel.tsx:74:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-deriving-state-in-effects):
apps/web/src/components/chat/ComposerPendingUserInputPanel.tsx#L74
apps/web/src/components/chat/ComposerPendingUserInputPanel.tsx:74:5: Values derived from props and state should be calculated during render, not in an effect
|