Skip to content

Releases: theagenticguy/ralph-for-kiro

v1.1.0

21 Apr 02:32
86d93c3

Choose a tag to compare

1.1.0 (2026-03-18)

Features

  • add ralph watch command for iterative repo discovery (#31) (5337b57)

v1.0.0

12 Jan 22:37
fa2d74d

Choose a tag to compare

1.0.0 (2026-01-12)

⚠ BREAKING CHANGES

  • Complete rewrite of the Ralph Wiggum CLI

Features

  • bun and json write with better prompts (ca4c974)
  • ci: add release-please workflow and GitHub release automation (#1) (833c8f7)
  • rewrite CLI from Python to TypeScript/Bun 1.3 (4b6dbdd)
  • tests and readme (88ef552)
  • uber init (faca3bf)

Bug Fixes

  • cli: pass prompt as positional arg + clear stale state on start (069c005)
  • feedback: sanitize extracted text to remove control characters (935dd5d)
  • security: prevent ReDoS in extractTagContent (#9) (344014d)
  • session: add defensive measures against memory corruption (9456343)
  • session: resolve path before SQLite query + add structured feedback (db007c8)
  • sqlite: use bun:sqlite Database class instead of Bun.SQL (96dfe7c)