Files
browser/src
Adrià Arrufat ac82551e66 agent: replace -i flag with /save and /load commands
Removes the `-i`/`--interactive` CLI flag and live file-based
recording. Instead, the REPL now supports a `/load <path>` command
to run scripts from disk, and `/save` to export the in-memory
session recording.

The `Recorder` is simplified to be purely in-memory, and the script
runtime is moved to `src/script/Runtime.zig`.

BREAKING CHANGE: The `-i`/`--interactive` flag has been removed. Use
the `/save` and `/load` commands within the REPL instead.
2026-06-03 16:21:10 +02:00
..
2026-06-03 10:09:33 +02:00
2026-06-03 10:09:33 +02:00
2026-04-22 08:42:18 +08:00
2026-05-29 18:06:44 +08:00
2026-06-01 22:42:39 +08:00
2026-05-29 18:06:44 +08:00
2026-04-20 17:13:06 +08:00
2026-05-19 11:33:46 +02:00
2026-05-29 09:32:03 +08:00
2026-04-10 06:51:10 +08:00
2026-05-21 10:38:52 +08:00
2026-05-25 18:05:11 +02:00
2026-01-24 07:59:41 +08:00
2026-05-26 16:52:09 +02:00
2026-05-27 19:34:39 +08:00
2026-06-01 22:42:39 +08:00