Commit 2a5a43a
chore(deps): bump relaycast SDKs to latest (#1203)
* chore(deps): bump relaycast SDKs to latest
Upgrade every relaycast SDK dependency to its latest published version:
- npm @relaycast/sdk ^4.1.6 -> ^5.0.5 (v4->v5 major) in packages/sdk + packages/cli
- Rust relaycast crate =5.0.1 -> =5.0.2 in crates/broker
- PyPI relaycast-sdk >=0.2.0 -> >=0.3.0 (communicate + dev extras)
- Swift relaycast git dep 4.2.0 -> 5.0.5
v5 migration: agents.release now returns an action invocation (matching
agents.spawn) instead of the synchronous { name, removed, deleted, reason }
result. The remove_agent MCP tool now surfaces that invocation via jsonResult.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* chore(deps): update Swift Package.resolved to relaycast 5.0.5
Resolves the relaycast git dependency lockfile to tag 5.0.5, matching
the Package.swift constraint bump. swift build + swift test (70 tests)
pass against 5.0.5.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f2dfd52 commit 2a5a43a
10 files changed
Lines changed: 72 additions & 80 deletions
File tree
- crates/broker
- packages
- cli
- src/cli
- sdk-py
- sdk-swift
- sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
| 677 | + | |
683 | 678 | | |
684 | 679 | | |
685 | 680 | | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
| 681 | + | |
| 682 | + | |
693 | 683 | | |
694 | 684 | | |
695 | 685 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
0 commit comments