Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare v0.5.0 release.
Added:
lorah <command> [arguments]withrunandtaskcommandslorah task) with 6 subcommands: list, get, create, update, delete, exporttasks.jsonwith Storage interface for future backend swaps--flatflag onlistfor flat bullet outputChanged:
lorah run <prompt-file> [claude-flags...](waslorah <prompt-file> [claude-flags...])Fixed: