Skip to content

Commit 7125eda

Browse files
committed
Merge branch 'main' into feat/sync-env-vars-is-secret-tri-11099
2 parents 2ce39b2 + 188f008 commit 7125eda

179 files changed

Lines changed: 8876 additions & 13074 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/bulk-actions-sdk-api.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/chat-errored-turn-handler-leak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-pending-message-drain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-session-in-resume-cursor.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-session-stop-window.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-transport-onevent.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"updateInternalDependencies": "patch",
1515
"ignore": [
1616
"webapp",
17-
"coordinator",
18-
"docker-provider",
19-
"kubernetes-provider",
2017
"supervisor"
2118
],
2219
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {

.changeset/large-batch-payloads-and-size.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.claude/rules/server-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths:
55

66
# Server App Changes
77

8-
When modifying server apps (webapp, supervisor, coordinator, etc.) with **no package changes**, add a `.server-changes/` file instead of a changeset:
8+
When modifying server apps (webapp, supervisor, etc.) with **no package changes**, add a `.server-changes/` file instead of a changeset:
99

1010
```bash
1111
cat > .server-changes/descriptive-name.md << 'EOF'
@@ -18,6 +18,6 @@ Brief description of what changed and why.
1818
EOF
1919
```
2020

21-
- **area**: `webapp` | `supervisor` | `coordinator` | `kubernetes-provider` | `docker-provider`
21+
- **area**: `webapp` | `supervisor`
2222
- **type**: `feature` | `fix` | `improvement` | `breaking`
2323
- If the PR also touches `packages/`, just the changeset is sufficient (no `.server-changes/` needed).

.cursorignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
apps/docker-provider/
2-
apps/kubernetes-provider/
31
apps/proxy/
4-
apps/coordinator/
52
packages/rsc/
63
.changeset
74
.zed

0 commit comments

Comments
 (0)