Files
kilocode/packages/opencode/test
truffle 90ba442177 fix(cli): preserve --raw atoms verbatim in run handler (#9622)
Atoms in `args["--"]` are raw passthrough per yargs `populate--`
semantics: the user typed `--` to opt out of further parsing, so
the assembler must not synthesize quote bytes around them. Re-quoting
raw atoms breaks leading-dash inputs like

  kilo run -- "- Who are you?"

by emitting `"- Who are you?"` (literal quotes) into the model prompt.

Atoms before `--` keep the existing wrap-quote behavior from #4979 so
shell-bound multi-word positionals still preserve their boundaries.

Extracted the message assembler to `cli/cmd/run-message.ts` so it can
be unit-tested without pulling in the full handler's dependency tree.
2026-05-15 17:17:01 +00:00
..
2026-05-06 12:13:06 +02:00
2026-05-06 21:32:26 +02:00
2026-04-11 13:25:06 -03:00
2026-05-12 23:47:46 -03:00
2026-05-06 21:32:26 +02:00
2026-05-06 21:32:26 +02:00
2026-05-06 12:13:06 +02:00
2026-04-30 16:25:46 +02:00
2026-05-05 14:44:11 -03:00
2026-05-06 21:32:26 +02:00
2026-05-06 21:32:26 +02:00
2026-05-05 16:30:24 -03:00
2026-05-06 21:32:26 +02:00
2026-05-06 12:13:06 +02:00
2026-05-06 12:13:06 +02:00
2026-05-06 12:13:06 +02:00
2026-05-06 12:13:06 +02:00