test-case: :memory summarize against a compliant model #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps
:model deepor:model cloud(the fast 1.5B model produces noise — verified during commit #4 testing).:ask I'm working on a LuaJIT REPL called aish; the codebase lives in ~/src/aish.:ask I prefer terse responses, no end-of-turn summaries.:ask The deep model preset maps to qwen3-30b on RK3588 currently.:memory summarize[memory] candidate (kind): <text>prompt:yto accept the candidateN(or Enter) to rejectedit, then provide a rewritten text:memory listafter the summarize completes — verify accepted candidates are present.:memory summarizeAGAIN immediately. Expected: model sees only the original conversation (filtered to exclude the prior summarize's assistant turn) and emits roughly the same candidates.Expected
summarizing via <model> ..., then candidate prompts one at a time.:memory listshows the accepted/edited items with auto-assigned ids.What this exercises
Likely failure modes
kind: textformat reliably with the fast preset.t.meta ~= "summarize"skip in the summarize handler.