• v0.3.5 1e495551e7

    Grokkit v0.3.5
    All checks were successful
    CI / Test (push) Successful in 33s
    CI / Lint (push) Successful in 25s
    CI / Build (push) Successful in 21s
    Release / Create Release (push) Successful in 38s
    Stable

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