• v0.1.9 a6d52d890b

    Grokkit v0.1.9
    All checks were successful
    CI / Test (push) Successful in 33s
    CI / Lint (push) Successful in 25s
    CI / Build (push) Successful in 20s
    Release / Create Release (push) Successful in 34s
    Stable

    gmgauthier released this 2026-03-04 15:55:14 +00:00 | 8 commits to master since this release

    Query command arrives: for when you want Grok's wisdom without the endless conversation.

    Added

    • Implemented query command in cmd/query.go for non-interactive programming queries.
    • Added --wordy flag 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