Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:35
· 18 commits to main since this release

Added

  • --plan-mode starts a session already in Plan Mode (#84 by @aole). little-coder --plan-mode (or LITTLE_CODER_PLAN_MODE=1) opens with the ◆ PLAN MODE indicator on; ctrl+q still toggles. Interactive sessions only — headless and sub-coder runs ignore it.

Fixed

  • Re-running a build command after editing a file is no longer mis-flagged as a loop (#81 by @manueloverride, workaround by @Franck-Nein). The quality monitor now skips its "repeated tool call" verdict when the previous turn also ran a state-changing tool (Edit/Write/Bash), since the environment changed between the two identical calls. A verbatim repeat with nothing else changing is still caught.