Commit Graph

7 Commits

Author SHA1 Message Date
JustZoe101 0c2c35ad72 chore(opencodeService): update model to deepseek-v4-flash-free 2026-05-12 09:35:24 +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 18061a9156 feat(opencode): add --pure flag and model variant config 2026-04-08 13:04:41 +02:00
JustZoe101 55df24e0fd feat(opencode): Add output channel logging and minimal variant 2026-04-07 11:30:45 +02:00
JustZoe101 fd4fd87ea8 perf(extension): parallelize async operations and cache checks 2026-04-06 14:21:03 +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