7 Commits

Author SHA1 Message Date
JustZoe101 d51ae3a574 chore: bump version number to 1.2.2 2026-05-12 09:36:12 +02:00
JustZoe101 558b6a9953 fix(conflict): resolve OpenCode vs. extension conflict by sanitizing env 2026-04-20 13:06:00 +02:00
JustZoe101 a7f07dbeef feat(aiCommitExt): add user-suggested commit-message refinement 2026-04-15 12:01:40 +02:00
JustZoe101 4fc21100a9 chore(release): bump version to 1.1.0 2026-04-08 13:05:54 +02:00
JustZoe101 fd4fd87ea8 perf(extension): parallelize async operations and cache checks 2026-04-06 14:21:03 +02:00
JustZoe101 a0f6277da9 chore(release): bump version to 1.0.0 and add build script 2026-04-06 00:53:50 +02:00
JustZoe101 0835211a71 feat: initial implementation of AI Commit Ext VS Code extension
- Add VS Code extension with OpenCode AI integration
- Generate Conventional Commit messages via SCM header button
- Include gitService for staged changes detection
- Include opencodeService for CLI invocation
- Add configuration options for model, includeUnstaged, notifications
- Add button disable during generation with progress indicator
- Add sparkle icon for the action button
- Include package.json, tsconfig, and basic project setup
2026-04-06 00:44:36 +02:00