We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b5e5b commit 48e8d60Copy full SHA for 48e8d60
1 file changed
test/smart-extractor-branches.mjs
@@ -971,7 +971,8 @@ assert.ok(
971
);
972
assert.ok(
973
rememberCommandContextLogs.some((entry) =>
974
- entry[1].includes("auto-capture collected 2 text(s)")
+ // e5b5e5b: counter=(prev+eligible.length) -> Turn2 cumulative=3, but dedup leaves texts.length=1
975
+ entry[1].includes("auto-capture collected 1 text(s)")
976
),
977
978
0 commit comments