lalph 0.3.33 → 0.3.34
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 +2 -0
- package/dist/cli.mjs +954 -880
- package/package.json +3 -3
- package/src/Agents/planner.ts +3 -2
- package/src/Editor.ts +2 -2
- package/src/Github/Cli.ts +2 -2
- package/src/Github.ts +89 -1
- package/src/Worktree.ts +12 -7
- package/src/commands/plan/tasks.ts +2 -2
- package/src/commands/plan.ts +5 -4
- package/src/commands/sh.ts +3 -2
- package/src/shared/config.ts +1 -1
- package/src/shared/stream.ts +1 -1
package/README.md
CHANGED
|
@@ -77,6 +77,8 @@ tasks from it.
|
|
|
77
77
|
|
|
78
78
|
Use `--dangerous` to skip permission prompts during spec generation, and `--new`
|
|
79
79
|
to create a project before starting plan mode.
|
|
80
|
+
If you have multiple agent presets, plan commands prompt you to choose which
|
|
81
|
+
preset to run before launching the CLI agent.
|
|
80
82
|
|
|
81
83
|
```bash
|
|
82
84
|
lalph plan
|