diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-20 21:13:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-20 21:13:49 +0300 |
| commit | 7ddd5d745efec807eec654673cbfa538fcc52558 (patch) | |
| tree | 8e46accf89a2e16e9e74e2d4bcc2eefb675f329b /internal/version/version.go | |
| parent | dadf9ceceb54c2b557a1eb76711e31f8a10f485b (diff) | |
feat: add AGENTS.md detection for AI-assisted projects in showcasev0.8.4
- Added AGENTS.md to the list of AI-related files checked by detectAIUsage()
- Projects with AGENTS.md will now be marked as AI-assisted in the showcase
- Bumped version to 0.8.4
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index e7f465b..0c147af 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.8.3" + Version = "0.8.4" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
