CodeSnuffler Forgejo End-to-End historical review range codesnuffler-forgejo-live-20260711T010041305Z-9b36fa97-26d #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "change_forgejo_end_to_end"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exercise the live Forgejo webhook review pipeline against a stable historical CodeSnuffler diff.
Run marker: codesnuffler-forgejo-live-20260711T010041305Z-9b36fa97-26d.
Run started at: 2026-07-11T01:00:41.305Z.
Fixture range: f9d210eccd0075b6b39b606cea9b1376719aa062..d8a3fc420b055e04df1d203706b89b1f1261a9c1.
This stable two-commit AI Harness range is expected to produce actionable findings.
CodeSnuffler Review Findings
Findings
1. Dev-shell auth still sends persona_id instead of instance_id
frontend/src/dev-shell/components/DevShellTerminal.vue:155The backend WebSocket now reads
instance_idfrom the query string, but the frontend terminal still sendspersona_id. When launching a runner-auth/dev-shell command for a non-primary AI tool instance,_proxy_runner_auth_sessionreceivesNoneand falls back toprimary, so auth/login operates on the wrong storage scope.Open finding in CodeSnuffler
Fix via CodeSnuffler
Suggested fix: Change this query parameter to
instance_idand consider renaming the prop frompersonaIdtoinstanceIdat the call sites to prevent the old term from reappearing.Pull request closed