Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Sep 22, 2026
Draft
Collaborator
Author
This was referenced Sep 22, 2026
camielvs
force-pushed
the
09-22-fix_submit_a_spec_that_came_from_the_editor_store
branch
from
September 23, 2026 20:57
a9bb03c to
47de46e
Compare
camielvs
force-pushed
the
09-21-fix_workarea_tabs_scroll_sideways
branch
from
September 23, 2026 20:57
09d5ebd to
5182a25
Compare
camielvs
force-pushed
the
09-22-fix_submit_a_spec_that_came_from_the_editor_store
branch
from
September 23, 2026 22:01
47de46e to
6f2e3d0
Compare
camielvs
changed the base branch from
09-21-fix_workarea_tabs_scroll_sideways
to
09-21-chore_increase_max_turns_in_remote_agent
September 23, 2026 22:02
camielvs
force-pushed
the
09-21-chore_increase_max_turns_in_remote_agent
branch
from
September 23, 2026 23:00
8eabbb9 to
29a4a88
Compare
camielvs
force-pushed
the
09-22-fix_submit_a_spec_that_came_from_the_editor_store
branch
2 times, most recently
from
September 23, 2026 23:36
8631814 to
e84be82
Compare
camielvs
force-pushed
the
09-21-chore_increase_max_turns_in_remote_agent
branch
from
September 23, 2026 23:36
29a4a88 to
d99ef65
Compare
camielvs
force-pushed
the
09-22-fix_submit_a_spec_that_came_from_the_editor_store
branch
from
September 23, 2026 23:56
e84be82 to
3c9f8ff
Compare
camielvs
force-pushed
the
09-21-chore_increase_max_turns_in_remote_agent
branch
from
September 23, 2026 23:56
d99ef65 to
795225d
Compare
An agent submitting a run crashed before the run was created: `structuredClone` refuses `#<Object>`, and the object it refuses is a live observable. `serializeComponentSpec` passes each task's `componentRef` through by reference when there is no subgraph, so a spec that came off the editor's store is a plain object with observables still inside it — fine to read, not fine to clone. The copy is taken with `deepClone` instead, which walks the value rather than handing it to a structured-clone the proxies cannot survive. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
camielvs
force-pushed
the
09-21-chore_increase_max_turns_in_remote_agent
branch
from
September 24, 2026 00:14
795225d to
c5fa1f5
Compare
camielvs
force-pushed
the
09-22-fix_submit_a_spec_that_came_from_the_editor_store
branch
from
September 24, 2026 00:14
3c9f8ff to
26a89c3
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
🤖 Generated with Claude Code