-
Notifications
You must be signed in to change notification settings - Fork 127
Agent Improvements. #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent Improvements. #258
Changes from 4 commits
9ae957c
1853a24
77108d8
916fa5f
9a0455b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,7 @@ | |
| "react-image-crop": "^11.0.10", | ||
| "react-leaflet": "^5.0.0", | ||
| "react-resizable-panels": "^3.0.6", | ||
| "react-textarea-autosize": "^8.5.9", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Short answer:
Sources: Review ReversingLabs/Spectra security flag for While 8.5.9 is the latest stable version and has no known vulnerabilities in npm/Snyk, ReversingLabs/Spectra reports a medium-risk issue for this version. Investigate and address this third-party security finding. 🤖 Prompt for AI Agents |
||
| "recharts": "^2.15.4", | ||
| "shiki": "^3.20.0", | ||
| "simple-icons": "^16.2.0", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick | 🔵 Trivial
Add
weight="fill"to the arrow icon per coding guidelines.As per coding guidelines, arrow icons should use
weight="fill"rather than the default weight.🔎 Proposed fix
Based on coding guidelines: "Use width='duotone' for most icons, use fill for arrows" (Note: the guideline likely means
weightattribute, as that's the correct prop for phosphor-icons).📝 Committable suggestion
🤖 Prompt for AI Agents