Commit Graph

14 Commits

Author SHA1 Message Date
8d19cff217 docs(changelog): add entry for v0.5.0 release
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 27s
CI / Build (push) Successful in 22s
Implement MCP server mode with new commands, tools, and configurations.
Add support for recipes and prompts, including unit tests and user guide.
Update README and handlers for enhanced MCP functionality.
2026-04-06 18:09:09 +01:00
9ed525ea0a chore(changelog): add entry for v0.4.0 release
All checks were successful
CI / Test (push) Successful in 37s
CI / Lint (push) Successful in 27s
CI / Build (push) Successful in 21s
Update CHANGELOG.md with details on the new workon command, including added features for AI-powered workflows, git branching, flags, config options, IDE integration, and unit tests. Also includes changes to command handling, documentation refinements, and fixes for error handling and tests.
2026-03-31 22:54:58 +01:00
Gregory Gauthier
88b912fc8f chore(changelog): add entry for v0.3.9 release
All checks were successful
CI / Test (push) Successful in 34s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 22s
- Bump version to 0.3.9 in README.md.
- Update version references in Bash and PowerShell installation scripts in README.md.
- Update expected git diff ranges in tests to include origin prefix.
2026-03-31 11:42:02 +01:00
Gregory Gauthier
a2a1dbf33a chore(release): bump version to 0.3.8
Some checks failed
CI / Test (push) Failing after 25s
CI / Lint (push) Has been skipped
CI / Build (push) Has been skipped
Bumping to v0.3.8 with git tweaks and doc updates.

### Added
- Add changelog entry for v0.3.7.

### Changed
- Update version to 0.3.8 in README installation instructions.
- Update bash and powershell scripts to reference new release version.
- Update git diff command to prefer remote origin/base branch.
- Fall back to local base branch if remote diff fails or is empty.
2026-03-31 11:32:57 +01:00
Gregory Gauthier
e0e1100396 docs(changelog): update for v0.3.7 release
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 21s
Add changelog entry summarizing additions, changes, and fixes for version v0.3.7, including improved git diff handling, test updates, and README tweaks.
2026-03-31 11:10:29 +01:00
c94a64c688 docs(changelog): add v0.3.6 entry and backfill previous versions
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s
- Added changelog entries for v0.3.4 and v0.3.5
- Documented fixes and changes for v0.3.6 including error handling, README updates, and version bumps
2026-03-30 19:02:40 +01:00
Gregory Gauthier
363a761187 docs(changelog): add v0.3.5 entry with Markdown support and Windows tweaks
All checks were successful
CI / Test (push) Successful in 35s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s
- Document added features like Markdown editing and PowerShell install snippets
- Include changes for logging, directory handling, and MIME types
- Note fixes for comment removal, file endings, and response cleaning
- Add v0.3.4 entry for Windows support
2026-03-30 14:08:13 +01:00
Gregory Gauthier
250aff99ed docs(changelog): add entry for v0.3.4 with Windows support
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s
- Introduced Windows installation script and methods
- Updated README with Windows notes and improved formatting
- Ensured cross-platform consistency
2026-03-30 11:50:43 +01:00
Gregory Gauthier
7ffdb2c289 chore(changelog): add v0.3.2 entry documenting install script polishing and past updates
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 23s
CI / Build (push) Successful in 20s
- Added debug echoes, changelog entries for v0.3.1
- Changed asset filename, binary handling, commented out checksum and cleanup
- Fixed quoting in case statements and echoes
2026-03-30 10:52:58 +01:00
82fe108554 docs(changelog): add entry for v0.3.1 release
All checks were successful
CI / Test (push) Successful in 31s
CI / Lint (push) Successful in 23s
CI / Build (push) Successful in 19s
- Documented additions: directory creation for .grokkit
- Documented changes: default output path, project analysis movement, refinements to analysis, and v0.3.0 changelog update
2026-03-28 18:11:15 +00:00
c1c58e2738 chore(changelog): add entry for v0.3.0 release
All checks were successful
CI / Test (push) Successful in 26s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 19s
Update CHANGELOG.md with added features like analyze command, Go-specific prompts, and language detection; changes to prompts, detection logic, and command handling; fixes for config, imports, and safety checks.
2026-03-28 17:45:45 +00:00
4e334c7d24 docs(changelog): add entry for v0.2.0
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 21s
Summarize changes including new features like recipe support, safe shell commands, and refactoring improvements; updates to configurations and security; fixes for various bugs and handling.
2026-03-08 12:59:34 +00:00
Gregory Gauthier
d9b13739b5 docs(changelog): add entry for v0.1.9 release
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 20s
Introduce changelog updates for v0.1.9, including new query command implementation, configuration additions, README updates, and TODO revisions.
2026-03-04 16:02:21 +00:00
1e95d3613d docs(changelog): add initial CHANGELOG.md with v0.1.8 entries
All checks were successful
CI / Test (push) Successful in 35s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 22s
Introduces a new CHANGELOG.md file documenting notable changes, including added features like release scripts, grokkit changelog command, git helpers, tests, and TODO/README updates. Also covers changes such as flag adjustments, CI updates, README modifications, task reprioritization, and removal of file backups in favor of Git-based management.
2026-03-03 22:34:02 +00:00