Skip to content

chore(release): prepare v0.5.0 release#14

Merged
cpplain merged 1 commit intomainfrom
release-0-5-0
Mar 21, 2026
Merged

chore(release): prepare v0.5.0 release#14
cpplain merged 1 commit intomainfrom
release-0-5-0

Conversation

@cpplain
Copy link
Owner

@cpplain cpplain commented Mar 21, 2026

Prepare v0.5.0 release.

Added:

  • Subcommand-based CLI: lorah <command> [arguments] with run and task commands
  • Task management system (lorah task) with 6 subcommands: list, get, create, update, delete, export
  • JSON-based task storage in tasks.json with Storage interface for future backend swaps
  • Two task output formats: json, markdown (default); --flat flag on list for flat bullet output
  • Loop status messages now include iteration number

Changed:

  • BREAKING: CLI changed to lorah run <prompt-file> [claude-flags...] (was lorah <prompt-file> [claude-flags...])
  • Removed color from Claude text and thinking output sections

Fixed:

  • Removed extra newline before loop error output
  • Tool name matching now uses prefix match for Task tool names
  • Scanner errors are now handled gracefully instead of being silently ignored

Prepare v0.5.0 release.

Added:
- Subcommand-based CLI: `lorah <command> [arguments]` with `run` and `task` commands
- Task management system (`lorah task`) with 6 subcommands: list, get, create, update, delete, export
- JSON-based task storage in `tasks.json` with Storage interface for future backend swaps
- Two task output formats: json, markdown (default); `--flat` flag on `list` for flat bullet output
- Loop status messages now include iteration number

Changed:
- BREAKING: CLI changed to `lorah run <prompt-file> [claude-flags...]` (was `lorah <prompt-file> [claude-flags...]`)
- Removed color from Claude text and thinking output sections

Fixed:
- Removed extra newline before loop error output
- Tool name matching now uses prefix match for Task tool names
- Scanner errors are now handled gracefully instead of being silently ignored
@cpplain cpplain merged commit 1d7c6aa into main Mar 21, 2026
@cpplain cpplain deleted the release-0-5-0 branch March 21, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant