-
Grokkit v0.5.0
Stablereleased this
2026-04-06 17:03:52 +00:00 | 2 commits to master since this release[v0.5.0] - 2026-04-06
MCP server mode arrives, ready to serve AI tools over stdio like a diligent butler.
Added
- Implement
grokkit mcpcommand for MCP server mode over stdio. - Add ListRecipes and ListAvailablePrompts functions.
- Add tools: lint_code, analyze_code, generate_docs, generate_tests, generate_commit_msg, run_recipe.
- Register resources: recipes://local, recipes://global, prompts://language.
- Add unit tests for analyze, docs, mcp, prompts, recipe, and testgen packages.
- Add user guide for MCP.
- Add MCP config options and dependencies.
- Add support for recipes and prompts.
Changed
- Export analysis, docs, and testgen functions for MCP tools.
- Update MCP server handlers for local/global recipes and prompts.
- Update README for enhanced MCP functionality.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.5.0.tar.gz
4.3 MiB
-
grokkit-darwin-arm64-v0.5.0.tar.gz
4.0 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.5.0.tar.gz
4.2 MiB
-
grokkit-linux-arm64-v0.5.0.tar.gz
3.8 MiB
-
grokkit-windows-amd64-v0.5.0.tar.gz
4.3 MiB
- Implement
-
Grokkit v0.4.0
Stablereleased this
2026-03-31 21:51:58 +00:00 | 10 commits to master since this release[v0.4.0] - 2026-03-31
Workon your todos with AI flair – v0.4.0 brings automated workflows to life.
Added
- Add workon command for automating todo/fix workflows.
- Add AI-powered work plan generation using Grok integration.
- Add git branching with feature/fix prefixes.
- Add flags for fix mode (-f), complete mode (-c), and custom messages (-M).
- Add config options for workon.model and workon.ide.
- Add IDE integration to open projects on task start.
- Add todo package with Bootstrap for directory structure.
- Add unit tests for commands, config, git utilities, linter, logger, prompts, todo, and workon flows.
- Add prompt engineering for concise, actionable work plans.
- Add colorized output for success/error messages.
- Add new todo item in todo/queued/workon.md.
Changed
- Change custom message flag from -m to -M.
- Update README.md with workon guide, usage, and index updates on task completion.
- Refine error handling, logging, and command handling for clarity.
- Update documentation to clarify workon references, flag usage, and exclusivity.
- Reorder queued tasks and expand workon.md with detailed descriptions.
- Rename and move todo items between queued, doing, and completed directories.
- Explicitly discard errors from git commands in tests.
- Update version to 0.4.0 in README.md and installation scripts.
- Mark recipe feature as completed.
Fixed
- Fix test coverage by expanding scaffold tests and updating expected git diff ranges.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.4.0.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.4.0.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.4.0.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.4.0.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.4.0.tar.gz
4.0 MiB
-
Grokkit v0.3.9
Stablereleased this
2026-03-31 10:40:13 +00:00 | 30 commits to master since this release[v0.3.9] - 2026-03-31
Bumping to v0.3.9 with minor updates.
Changed
- 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.
Assets include platform binaries (tar.gz), checksums.txt. See CHANGELOG.md.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.9.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.9.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.9.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.9.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.9.tar.gz
4.0 MiB
-
Grokkit v0.3.8
StableAll checks were successfulRelease / Create Release (push) Successful in 37sreleased this
2026-03-31 10:31:57 +00:00 | 33 commits to master since this releaseQuick Install
Bash (Linux/macOS)
PowerShell (Windows/macOS/Linux)
Assets include platform binaries (tar.gz), checksums.txt. See CHANGELOG.md.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.8.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.8.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.8.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.8.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.8.tar.gz
4.0 MiB
-
Grokkit v0.3.7
StableAll checks were successfulRelease / Create Release (push) Successful in 39sreleased this
2026-03-31 10:09:28 +00:00 | 36 commits to master since this release[v0.3.7] - 2026-03-31
Another notch in the belt for git diff wizardry.
Added
- Introduce git.Diff function using CombinedOutput.
- Introduce
gitDiffvariable as mockable wrapper forgit.Diff. - Enhance prdescribe output to include base branch in status message.
Changed
- Update prdescribe command to use git.Diff and trim whitespace for empty diff checks.
- Update tests to use
withMockGitDifffor injecting diff mocks. - Tweak flag description for clarity.
- Update README installation and download scripts to reference v0.3.7.
Fixed
- Improve diff handling to treat git exit code 1 as success indicating changes exist.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.7.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.7.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.7.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.7.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.7.tar.gz
4.0 MiB
-
Grokkit v0.3.6
Stablereleased this
2026-03-30 18:00:17 +00:00 | 42 commits to master since this release[v0.3.6] - 2026-03-30
Backfilled missing changelog history while tidying up docs and preventing sneaky fprintf fails.
Added
- Add changelog entries for v0.3.4 and v0.3.5.
Changed
- Promote "Logging" to H2 heading in README.
- Change logging subheadings from H1 to H3 in README.
- Bump version references in installation scripts.
Fixed
- Wrap fprintf in version output with error check.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.6.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.6.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.6.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.6.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.6.tar.gz
4.0 MiB
-
Grokkit v0.3.5
Stablereleased this
2026-03-30 13:05:09 +00:00 | 46 commits to master since this release[v0.3.5] - 2026-03-30
v0.3.5: Markdown gets groovy, Windows joins the party.
Added
- Add Markdown file support in edit command with tailored technical writer prompt.
- Add PowerShell quick install snippet to release notes.
- Add copying of grokkit-install.ps1 to build directory in release workflow.
- Add v0.3.4 changelog entry documenting Windows support.
Changed
- Update MIME type detection to include .ps1 files as text/plain.
- Adjust response cleaning in edit command to trim for Markdown and use CleanCodeResponse for code.
- Simplify logging setup and directory skipping logic in analyze command.
- Include Git remotes in buildProjectContext with added error handling.
- Remove unnecessary comments from release workflow script.
Fixed
- Implement removal of "last modified" comments in edit command by filtering lines case-insensitively.
- Add missing newline at end of file to prevent Git warnings.
- Simplify removeLastModifiedComments function by using direct slice append.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.5.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.5.tar.gz
3.6 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.5.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.5.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.5.tar.gz
4.0 MiB
-
Grokkit v0.3.4
Stablereleased this
2026-03-30 10:47:19 +00:00 | 54 commits to master since this release[v0.3.4] - 2026-03-30
Windows support arrives – no more Bash envy!
Added
- Add PowerShell installer script (grokkit-install.ps1) with auto-detection and checksum verification.
- Add Windows-specific notes, tables, and examples to README.
- Add one-line and download-first install methods for PowerShell in README.
Changed
- Update README installation docs for cross-platform consistency.
- Improve README formatting and examples for Bash and PowerShell.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.4.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.4.tar.gz
3.6 MiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.4.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.4.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.4.tar.gz
4.0 MiB
-
Grokkit v0.3.3
Stablereleased this
2026-03-30 10:06:50 +00:00 | 55 commits to master since this release[v0.3.3] - 2026-03-30
Bolstered the install script with checksum verification and smoother handling—now even more reliable!
Added
- Add robust checksum download and verification using sha256sum or shasum
- Add handling for missing checksum tools or entries with warnings
- Add trap for temp dir cleanup
- Add debug echoes
- Add changelog entries for v0.3.1
Changed
- Strip leading 'v' from VERSION for flexible invocation
- Update asset naming to include 'v' prefix consistently
- Improve platform detection formatting
- Update echo messages for better user feedback
- Change asset filename
- Change binary handling
- Comment out checksum and cleanup
Fixed
- Fix quoting in case statements and echoes
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.3.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.3.tar.gz
3.6 MiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.3.3.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.3.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.3.tar.gz
4.0 MiB
-
Grokkit v0.3.2
Stablereleased this
2026-03-30 09:50:45 +00:00 | 57 commits to master since this release[v0.3.2] - 2026-03-30
Polished the install script with some debugging flair and caught up on past changelog entries.
Added
- Add debug echo statements for download and extraction.
- Add changelog entries for v0.3.1.
Changed
- Adjust asset filename to include 'v' prefix for version.
- Update binary naming and extraction handling.
- Comment out checksum download and verification.
- Comment out temp dir cleanup trap.
Fixed
- Fix quoting in case statements and echo commands.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.3.2.tar.gz
3.9 MiB
-
grokkit-darwin-arm64-v0.3.2.tar.gz
3.6 MiB
-
grokkit-install.sh
1.5 KiB
-
grokkit-linux-amd64-v0.3.2.tar.gz
3.9 MiB
-
grokkit-linux-arm64-v0.3.2.tar.gz
3.5 MiB
-
grokkit-windows-amd64-v0.3.2.tar.gz
4.0 MiB