Skip to content

RidgeCode v0.5.18

Choose a tag to compare

@MySetsuna MySetsuna released this 12 Aug 06:49
· 12 commits to main since this release

RidgeCode v0.5.18

Agent and TUI reliability

  • Add a deterministic exploration handoff: repeated read/search work now forces one edit, verification, or concrete-blocker turn before stopping.
  • Preserve full tool observations for presentation while keeping model observations bounded.
  • Normalize legacy and VT/CSI Backspace and Enter forms, filter key releases safely, and enable mouse capture with scroll/select/close handling.
  • Accept quoted TUI shorthand such as /goal '需求' while preserving existing goal lifecycle subcommands.
  • Send committed history through Terminal::insert_before so terminal-native scrollback remains recoverable while Live stays bounded to the active frame.

Verification

  • cargo fmt --all -- --check
  • cargo test --workspace --locked
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • cargo build --workspace --locked
  • Windows PTY completion and commands fixtures