-
Grokkit v0.1.9
Stablereleased this
2026-03-04 15:55:14 +00:00 | 8 commits to master since this releaseQuery command arrives: for when you want Grok's wisdom without the endless conversation.
Added
- Implemented
querycommand in cmd/query.go for non-interactive programming queries. - Added
--wordyflag for detailed responses in query command. - Added default model configuration for query in config.go.
- Created .grok/settings.json with fast model settings.
- Added query command entry to commands list in README.md.
- Created usage examples and features section for query command in README.md.
- Added specification for non-interactive query tool in TODO.md, including description, examples, and ROI.
- Created initial CHANGELOG.md with v0.1.8 entries.
Changed
- Updated root.go to include query command.
- Reordered and updated queued task list in TODO.md.
- Moved changelog.md to completed tasks in TODO.md with version note.
- Standardized link formats and list markers in README.md and TODO.md.
- Renamed TODO entry from "grokkit query Go tools integration" to "grokkit query Simple Query Tool".
- Revised description in TODO.md to focus on one-shot prompt/answer tool for concise queries.
[v0.1.9] - 2026-03-04
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.1.9.tar.gz
3.1 MiB
-
grokkit-darwin-arm64-v0.1.9.tar.gz
2.9 MiB
-
grokkit-install.sh
1.5 KiB
-
grokkit-linux-amd64-v0.1.9.tar.gz
3.0 MiB
-
grokkit-linux-arm64-v0.1.9.tar.gz
2.7 MiB
-
grokkit-windows-amd64-v0.1.9.tar.gz
3.1 MiB
- Implemented