commit f27e8eb9a680a1d1d70e3ef0e95fa91662d374fa parent 49c3e9d1e902077b992d0ef00903351d2c529743 Author: citbl <citbl@citbl.org> Date: Tue, 26 May 2026 20:48:34 +1000 minor Diffstat:
| M | mtcl/makefile | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/mtcl/makefile b/mtcl/makefile @@ -8,11 +8,12 @@ LUA_COMMAND ?= $(LUA) $(LUA_ENTRY) $(LUA_INPUT) FMT_COMMAND ?= stylua --column-width 80 . # EXPLAIN_MODEL ?= google/gemini-2.5-flash-lite -EXPLAIN_MODEL ?= openai/gpt-5.4-mini-fast +# EXPLAIN_MODEL ?= openai/gpt-5.4-mini-fast # EXPLAIN_MODEL ?= opencode-go/kimi-k2.6 +EXPLAIN_MODEL ?= opencode-go/deepseek-v4-flash EXPLAIN_CMD ?= opencode run --model "$(EXPLAIN_MODEL)" -EXPLAIN_PROMPT ?= Explain this error in concise English. Include the likely cause and a concise fix. Error: +EXPLAIN_PROMPT ?= Explain (do not edit code) this error in concise English. Include the likely cause and a concise fix. Error: EXPLAIN_TITLE ?= AI explanation for Lua error: EXPLAIN_MARKER ?= stack traceback: EXPLAIN_TMP ?= $${TMPDIR:-/tmp}/mtcl-explain.XXXXXX