fly-to-moon 0.1.17 → 0.1.19

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -174,6 +174,7 @@ npm link
174
174
  | `--max-tokens <n>` | Abort after `n` total input+output tokens | unlimited |
175
175
  | `--detach` | Run in daemon mode (background execution with `--max-iterations`) | `false` (foreground) |
176
176
  | `--prevent-sleep <mode>` | Prevent system sleep during the run (`on`/`off` or `true`/`false`) | config file (`on`) |
177
+ | `--commit` | Commit both successful and failed iterations (default: only on success) | `false` |
177
178
  | `--version` | Show version | |
178
179
 
179
180
  ## Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fly-to-moon",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Humans fly to space. AI does the work. — Fly to the moon, fly to Mars",
5
5
  "type": "module",
6
6
  "bin": {