Skip to content

Commit 22d9572

Browse files
wei18claude
andcommitted
Merge origin/main: integrate agents module into refactored manifest
Resolve Package.swift and .spi.yml in favor of the data-literal manifest, then regenerate both through the new pipeline so the upstream-added agents module is included (50 modules). Update both README module lists accordingly. Verified with dump-package and a GitHubRestAPIAgents build. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 parents d254115 + 617c69e commit 22d9572

41 files changed

Lines changed: 26815 additions & 1637 deletions

Some content is hidden

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

.spi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ builder:
55
- GitHubRestAPIActions
66
- GitHubRestAPIActivity
77
- GitHubRestAPIAgentTasks
8+
- GitHubRestAPIAgents
89
- GitHubRestAPIApps
910
- GitHubRestAPIBilling
1011
- GitHubRestAPICampaigns

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let sourceFolders = [
1111
"actions",
1212
"activity",
1313
"agent-tasks",
14+
"agents",
1415
"apps",
1516
"billing",
1617
"campaigns",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct GitHubRestAPIIssuesExtension {
158158

159159
## Available Modules
160160

161-
One library product per GitHub API category — 49 in total.
161+
One library product per GitHub API category — 50 in total.
162162

163163
<details>
164164
<summary>Full module list</summary>
@@ -167,6 +167,7 @@ One library product per GitHub API category — 49 in total.
167167
import GitHubRestAPIActions
168168
import GitHubRestAPIActivity
169169
import GitHubRestAPIAgentTasks
170+
import GitHubRestAPIAgents
170171
import GitHubRestAPIApps
171172
import GitHubRestAPIBilling
172173
import GitHubRestAPICampaigns

README.zh-TW.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ struct GitHubRestAPIIssuesExtension {
156156

157157
## 可用模組
158158

159-
每個 GitHub API 分類對應一個 library product,共 49 個。
159+
每個 GitHub API 分類對應一個 library product,共 50 個。
160160

161161
<details>
162162
<summary>完整模組清單</summary>
@@ -165,6 +165,7 @@ struct GitHubRestAPIIssuesExtension {
165165
import GitHubRestAPIActions
166166
import GitHubRestAPIActivity
167167
import GitHubRestAPIAgentTasks
168+
import GitHubRestAPIAgents
168169
import GitHubRestAPIApps
169170
import GitHubRestAPIBilling
170171
import GitHubRestAPICampaigns

Sources/actions/Client.swift

Lines changed: 405 additions & 0 deletions
Large diffs are not rendered by default.

Sources/actions/Types.swift

Lines changed: 1349 additions & 94 deletions
Large diffs are not rendered by default.

Sources/activity/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3146,7 +3146,7 @@ public enum Components {
31463146
case dueOn = "due_on"
31473147
}
31483148
}
3149-
/// The type of issue.
3149+
/// The type assigned to the issue. This is only present for issues in repositories where issue types are supported.
31503150
///
31513151
/// - Remark: Generated from `#/components/schemas/issue-type`.
31523152
public struct IssueType: Codable, Hashable, Sendable {

Sources/agent-tasks/Client.swift

Lines changed: 1045 additions & 0 deletions
Large diffs are not rendered by default.

Sources/agent-tasks/Types.swift

Lines changed: 7116 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)