Commit 69cfecc
[AI-assisted] chore(branch): drop unrelated formatting churn
ClawSweeper re-review flagged that nine files in the branch differ from
upstream/main only by auto-formatter line-wrap output (function signatures
and call sites expanded to multi-line; no behavior change). The churn
predates the current proof/cleanup work — likely an oxfmt --write pass
during initial branch construction — and is unrelated to the gateway
handshake-timeout fix this PR is meant to land.
Reset these files to upstream/main so the PR diff stays scoped to the
timeout fix and the drift-diagnostic change:
- extensions/codex/src/app-server/config.test.ts
- extensions/codex/src/app-server/transport-stdio.test.ts
- scripts/generate-npm-shrinkwrap.mjs
- src/agents/model-auth.ts
- src/agents/pi-embedded-runner/model.ts
- src/gateway/server-methods/update-managed-service-handoff.test.ts
- src/plugins/current-plugin-metadata-snapshot.ts
- src/plugins/provider-runtime.ts
- test/scripts/install-ps1.test.ts
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e005f27 commit 69cfecc
4 files changed
Lines changed: 7 additions & 11 deletions
File tree
- scripts
- src
- agents
- pi-embedded-runner
- gateway/server-methods
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
| 862 | + | |
867 | 863 | | |
868 | 864 | | |
869 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
| 944 | + | |
948 | 945 | | |
949 | 946 | | |
950 | 947 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments