Conversation
kube
added this pull request to stack #9688
September 12, 2026 01:27
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kube
removed this pull request from stack #9688
September 13, 2026 22:49
kube
force-pushed
the
codex/fe-1409-automatic-arc-connections
branch
from
September 13, 2026 22:52
3510b40 to
f23d6bb
Compare
kube
force-pushed
the
codex/fe-1409-square-obstacle-arcs
branch
from
September 13, 2026 22:52
bbfb1f4 to
a679dd2
Compare
kube
added this pull request to stack #9699
September 13, 2026 22:54
kube
removed this pull request from stack #9699
September 15, 2026 01:16
kube
added this pull request to stack #9730
September 15, 2026 01:18
kube
removed this pull request from stack #9730
September 15, 2026 02:00
kube
added this pull request to stack #9731
September 15, 2026 02:02
kube
removed this pull request from stack #9731
September 15, 2026 02:30
kube
changed the base branch from
codex/fe-1409-automatic-arc-connections
to
claude/bottombar-optimization-variations-7b5e3d
September 15, 2026 02:30
kube
added this pull request to stack #9733
September 15, 2026 02:31
kube
removed this pull request from stack #9733
September 15, 2026 14:48
kube
added this pull request to stack #9740
September 15, 2026 14:48
kube
force-pushed
the
codex/fe-1409-square-obstacle-arcs
branch
from
September 15, 2026 20:00
d254821 to
a2c3adc
Compare
kube
force-pushed
the
claude/bottombar-optimization-variations-7b5e3d
branch
from
September 15, 2026 20:00
2fcab7d to
5f61b5c
Compare
kube
force-pushed
the
codex/fe-1409-square-obstacle-arcs
branch
from
September 15, 2026 20:39
a2c3adc to
beeb366
Compare
kube
force-pushed
the
claude/bottombar-optimization-variations-7b5e3d
branch
from
September 15, 2026 20:39
5f61b5c to
d105f41
Compare
kube
force-pushed
the
claude/bottombar-optimization-variations-7b5e3d
branch
from
September 15, 2026 21:19
d105f41 to
dfffea9
Compare
kube
force-pushed
the
codex/fe-1409-square-obstacle-arcs
branch
from
September 15, 2026 21:19
beeb366 to
bcdd7b5
Compare
kube
removed this pull request from stack #9740
September 15, 2026 22:05
kube
changed the base branch from
claude/bottombar-optimization-variations-7b5e3d
to
main
September 15, 2026 22:06
kube
force-pushed
the
codex/fe-1409-square-obstacle-arcs
branch
from
September 15, 2026 22:06
bcdd7b5 to
2ab6a00
Compare
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.
Important
Experimental
Behind the Automatic arc connections feature flag.
Summary
Adds square automatic arcs with horizontal and vertical segments. The router chooses attachment sides and detours around nearby nodes, including while creating an arc.
Curved remains the default. User Settings > Viewport offers Square and an Avoid nodes toggle; moving a blocking node updates the route.
Also fixes UUID generation over HTTP on local networks, including when automatic arc connections are disabled.
Links
Changes
Known issues
Test coverage
The UUID fix passes Petrinaut build, unit tests, types, lint, and formatting. A regression test covers rendering without
crypto.randomUUID(). Verified Simulation Settings and scenario creation in Handle Spike With AI over LAN HTTP, with no UUID errors. The UUID fix requires no user-guide or screenshot changes.After extraction onto main, all 96 focused tests passed, along with editor build, TypeScript, lint, and formatting. The Settings-test conflict retains the square-arc persistence tests. Both the routing and UUID patches preserve their added and removed lines. The earlier integrated stack passed full editor, core, website, and architecture checks; browser checks below predate extraction.
minio/mc; each job's three attempts fail with access deniedHow to test
PORT=6017 mise x -- yarn workspace @hashintel/petrinaut dev --ci