Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 Building the pages · 4/6 1043 findings $36.88 so far
One change · api

Dreams changed

api/beta/dreams

Nearest release: v2.1.269, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+361added
Lines−383removed
From line 137 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 137, old and new numbered
/
lines
from line 137
137137 
138138- `model: string or BetaDreamModelConfigParam`
139139 
140 Model identifier and configuration applied to every pipeline stage.
141 
142140 - `string`
143141 
144142 - `BetaDreamModelConfigParam object`
from line 163
165163 
166164- `output_behavior: optional BetaOutputBehavior`
167165 
168 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
169 
170166 - `BetaOutputBehaviorCreateNew object`
171167 
172168 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 257
261257 
262258 - `output_behavior: BetaOutputBehavior`
263259 
264 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
265 
266260 - `BetaOutputBehaviorCreateNew object`
267261 
268262 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 612
618612 
619613 - `output_behavior: BetaOutputBehavior`
620614 
621 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
622 
623615 - `BetaOutputBehaviorCreateNew object`
624616 
625617 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 928
936928 
937929 - `output_behavior: BetaOutputBehavior`
938930 
939 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
940 
941931 - `BetaOutputBehaviorCreateNew object`
942932 
943933 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 1237
12471237 
12481238 - `output_behavior: BetaOutputBehavior`
12491239 
1250 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
1251 
12521240 - `BetaOutputBehaviorCreateNew object`
12531241 
12541242 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 1547
15591547 
15601548 - `output_behavior: BetaOutputBehavior`
15611549 
1562 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
1563 
15641550 - `BetaOutputBehaviorCreateNew object`
15651551 
15661552 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 1747
17611747 
17621748 - `output_behavior: BetaOutputBehavior`
17631749 
1764 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
1765 
17661750 - `BetaOutputBehaviorCreateNew object`
17671751 
17681752 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 1827
18431827 
18441828- `BetaDreamInput = BetaDreamMemoryStoreInput or BetaDreamSessionsInput`
18451829 
1846 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
1847 
18481830 - `BetaDreamMemoryStoreInput object`
18491831 
18501832 An input memory store the dream reads from. The dream never mutates this store unless it is also the destination: with output_behavior {type: "update_existing"} the job consolidates this store in place.
from line 1977
19951977 
19961978- `BetaDreamingError = BetaInvalidRequestError or BetaAuthenticationError or BetaBillingError or 7 more`
19971979 
1998 The `output_behavior.memory_store_id` target is still held by a prior `{type: "update_existing"}` dream — one that is `pending` or `running`, or was canceled with its final writes still landing. Rarely the named dream has just finished (`completed`/`failed`) and its execution is still closing; an immediate retry then almost always succeeds. The message names the holding dream when the server can identify it (rarely omitted); poll it to a terminal state or cancel it, then retry. Carried with `x-should-retry: false`.
1999 
20001980 - `BetaInvalidRequestError object`
20011981 
20021982 - `type: "invalid_request_error"`
from line 2080
21002080### Beta Output Behavior
21012081 
21022082- `BetaOutputBehavior = BetaOutputBehaviorCreateNew or BetaOutputBehaviorUpdateExisting`
2103 
2104 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
21052083 
21062084 - `BetaOutputBehaviorCreateNew object`
21072085