• v0.4.0 7a16b2bcd2

    Grokkit v0.4.0
    All checks were successful
    CI / Test (push) Successful in 38s
    CI / Lint (push) Successful in 28s
    CI / Build (push) Successful in 22s
    Release / Create Release (push) Successful in 38s
    Stable

    gmgauthier released 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