You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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.