5 Commits

Author SHA1 Message Date
hykocx 4471c2b2b2 refactor(git,commitGenerator): add git context with stat and improve prompt structure
- introduce `getGitContext` returning both diff and name-status stat output
- update `generateForRepository` and `performGeneration` to consume new context
- prefix prompt with changed files stat block when available
- replace `commitStyle` config key with `promptVersion` using `LATEST_PROMPT_VERSION`
- fix first-commit diff logic to use else-branch instead of fallthrough checks
- update extension icon
2026-04-24 12:22:01 -04:00
hykocx f63b6770d2 docs(assets): update git banner and app icon images 2026-04-15 18:12:09 -04:00
hykocx 718cdf87c9 chore: update icon image 2026-04-15 16:04:07 -04:00
hykocx 102861ccfa chore: update icon image 2026-04-15 15:14:57 -04:00
hykocx 50e9eb5484 chore: add TypeScript config and project icon
- Add tsconfig.json with ES2020 target, CommonJS modules, and strict mode
- Add project icon image for application branding
2026-04-15 13:41:44 -04:00