Skip to content

Commit 5143aa7

Browse files
committed
version bump
1 parent e664c42 commit 5143aa7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages/scout-agent/lib/compaction.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,14 +315,10 @@ describe("maxConsecutiveCompactionAttempts", () => {
315315
expect(maxConsecutiveCompactionAttempts(messages)).toBe(2);
316316
});
317317

318-
test("ignores summary acknowledgment when counting", () => {
318+
test("does not count non-consecutive compaction attempts", () => {
319319
const messages: Message[] = [
320320
summaryMsg("summary-1", "First summary"),
321-
{
322-
id: "compaction-summary-response",
323-
role: "assistant",
324-
parts: [{ type: "text", text: "Acknowledged." }],
325-
},
321+
userMsg("1", "Hello"),
326322
summaryMsg("summary-2", "Second summary"),
327323
];
328324

packages/scout-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blink-sdk/scout-agent",
33
"description": "A general-purpose AI agent with GitHub, Slack, web search, and compute capabilities built on Blink SDK.",
4-
"version": "0.0.11",
4+
"version": "0.0.12",
55
"type": "module",
66
"keywords": [
77
"blink",

0 commit comments

Comments
 (0)