Rin
27c3b7f84a
fix(minecraft): llm can now obtain expression results
Add rewriteTrailingExpressionToReturn helper that rewrites final non-statement expressions to return statements, apply to both normalizeReplCode and LLM planner evaluation paths to capture trailing expression values (e.g. `inv;` returns inventory array), skip rewrite if code contains explicit return/ends with block syntax/is statement keyword, add tests verifying debug REPL and multi-line LLM scripts capture trailing expression
2026-02-18 11:14:39 +08:00
..
2026-01-21 05:42:01 +08:00
2026-02-18 11:14:39 +08:00
2026-02-18 11:13:33 +08:00
2026-02-17 02:11:31 +08:00
2026-01-24 15:08:08 +08:00
2026-01-30 17:00:13 +08:00