You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
fa40095 Merge pull request #3 from 0franco/refactor/org
c1a65c2 Update README with new environment variables and enhance LLM prompt context. Add optional skip confirmation setting and improve dimension hint for MissingWidthHeight issues in the LLM. Modify TUI menu text for clarity.
c52096c Implement patch sanitization and improve dimension checks in scanner. Add a function to sanitize LLM patch blocks by removing unwanted artifacts. Update dimension checking logic to handle PHP/template expressions and adjust related tests accordingly.
84c5628 Modify error message to clarify unsupported patching scenarios.
e5e5ff2 Implement LLM confirmation modal and enhance environment configuration options. Add logic to handle LLM confirmation and skip confirmation based on environment variables. Update TUI to manage patch success state and improve user interaction flow.
a4476ff Enhance TUI functionality by adding key handling for patch success overlay and improving LLM suggestion display logic. Update tests to include oversized file check.
1b57ff5 Refactor application structure core functionality for scanning and patching images. Implement tests and add test action cmd to github workflow.
d6f87d6 Merge branch 'main' into feat/ai-auto-patch
31cb670 Add macOS installation instructions for image-auditor in README
6190158 Enhance IssueKind enum with PartialEq trait and add detail patch confirmation message in TUI. Refactor input handling for improved user feedback on patch application status.
fc0efb0 Add MissingAlt issue type for JSX components, and improve scanning logic for alt attribute detection. Refactor TUI code for better readability and maintainability.
0b7e3cc Update version to 0.2.0, change default OpenAI model to gpt-5.2, and clean up SuggestedPatch struct dead code. Adjust .env.example and README accordingly.
6a87e08 Add AI-powered code fix suggestions feature with support for OpenAI, Anthropic, and Ollama. Introduced configuration via .env file, updated README, and modified scanner and TUI for LLM integration. Updated dependencies in Cargo.toml and Cargo.lock.