@autonoma-ai/planner 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,9 @@ answer.
35
35
 
36
36
  On an interactive terminal the pipeline phase runs inside a live Ink dashboard: a horizontal
37
37
  pipeline strip across the top (step status, spinner on the running step, sub-progress), the
38
- file list on the left (each generated file with its status), and a wide document viewer showing
38
+ file list on the left (each generated file with its status - a test also carries its review
39
+ verdict there: `REVIEWING`, `✓ REVIEWED`, or `FIXING` while a fix agent rewrites it), and a
40
+ wide document viewer showing
39
41
  the file currently being written, live from disk - known documents (frontmatter, pages.json)
40
42
  render as readable cards and tables instead of raw source. An IDE-style ACTIVITY panel at the
41
43
  bottom streams the agent's tool calls. Navigate with arrows or `h/j/k/l` (left/right switch
@@ -150,8 +152,9 @@ the changes loose in your working tree. When it reports the session complete, th
150
152
  the recipe it produced and continues to test generation.
151
153
 
152
154
  - `--agent <name>` - preselect the agent to hand off to (`claude` or `codex`). Omit to auto-detect;
153
- if both are installed you're prompted to pick, and headless - where there is nobody to ask - the
154
- first is used and named in a warning.
155
+ if both are installed you're prompted to pick once and that choice is remembered for later runs
156
+ (in `~/.autonoma/preferences.json`), and headless - where there is nobody to ask - the first is
157
+ used and named in a warning. The flag always wins over what was remembered.
155
158
  - `--permission-mode <mode>` - how much autonomy the agent runs with: `default` (approve each
156
159
  command), `acceptEdits` (auto-edit files, approve commands), or `bypassPermissions` (fully
157
160
  autonomous, the default). Both the agent and the mode you pick are persisted for `--resume`. For