We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a902d3d commit e299749Copy full SHA for e299749
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