@agentmc/api 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -174,16 +174,28 @@ var operations = [
174
174
  "agent": {
175
175
  "id": 42,
176
176
  "name": "codex-runtime-prod",
177
- "models": [
178
- {
179
- "model_id": "openai/gpt-5-codex",
180
- "provider": "openai"
177
+ "identity": {
178
+ "name": "Jarvis",
179
+ "creature": "robot",
180
+ "vibe": "calm"
181
+ },
182
+ "models": {
183
+ "resolved": {
184
+ "default": "openai/gpt-5-codex",
185
+ "fallbacks": [
186
+ "anthropic/claude-sonnet-4-20250514"
187
+ ]
181
188
  },
182
- {
183
- "model_id": "anthropic/claude-sonnet-4-20250514",
184
- "provider": "anthropic"
189
+ "providers": {
190
+ "openai": [
191
+ "gpt-5-codex",
192
+ "gpt-4.1"
193
+ ],
194
+ "anthropic": [
195
+ "claude-sonnet-4-20250514"
196
+ ]
185
197
  }
186
- ]
198
+ }
187
199
  }
188
200
  }
189
201
  }
@@ -928,7 +940,7 @@ var operations = [
928
940
  {
929
941
  "mediaType": "application/json",
930
942
  "example": {
931
- "name": "codex-runtime-prod",
943
+ "name": "openclaw-main",
932
944
  "host": "ip-10-0-3-42",
933
945
  "runtime_version": "2026.02.1",
934
946
  "capabilities": [
@@ -936,6 +948,21 @@ var operations = [
936
948
  "calendar",
937
949
  "realtime"
938
950
  ],
951
+ "models": [
952
+ {
953
+ "model_id": "openai/gpt-5-codex",
954
+ "provider": "openai"
955
+ },
956
+ {
957
+ "model_id": "anthropic/claude-sonnet-4-20250514",
958
+ "provider": "anthropic"
959
+ }
960
+ ],
961
+ "identity": {
962
+ "name": "Jarvis",
963
+ "creature": "robot",
964
+ "vibe": "calm"
965
+ },
939
966
  "metadata": {
940
967
  "hostname": "worker-01",
941
968
  "ip": "10.0.2.15",
@@ -957,6 +984,9 @@ var operations = [
957
984
  "runtime": {
958
985
  "name": "codex",
959
986
  "version": "2026.02.1"
987
+ },
988
+ "identity": {
989
+ "name": "Jarvis"
960
990
  }
961
991
  }
962
992
  }
@@ -1748,16 +1778,6 @@ var operations = [
1748
1778
  "created_at": "2026-02-22T17:21:00Z"
1749
1779
  }
1750
1780
  ],
1751
- "links": [
1752
- {
1753
- "id": 42,
1754
- "link_type": "example",
1755
- "link_id": 42,
1756
- "url": "https://agentmc.example.com/docs/incident-123",
1757
- "title": "Example Title",
1758
- "created_at": "2026-02-22T17:21:00Z"
1759
- }
1760
- ],
1761
1781
  "comments_count": 1,
1762
1782
  "created_at": "2026-02-22T17:21:00Z",
1763
1783
  "updated_at": "2026-02-22T17:21:00Z",
@@ -3748,16 +3768,6 @@ var operations = [
3748
3768
  "created_at": "2026-02-22T17:21:00Z"
3749
3769
  }
3750
3770
  ],
3751
- "links": [
3752
- {
3753
- "id": 42,
3754
- "link_type": "example",
3755
- "link_id": 42,
3756
- "url": "https://agentmc.example.com/docs/incident-123",
3757
- "title": "Example Title",
3758
- "created_at": "2026-02-22T17:21:00Z"
3759
- }
3760
- ],
3761
3771
  "comments_count": 1,
3762
3772
  "created_at": "2026-02-22T17:21:00Z",
3763
3773
  "updated_at": "2026-02-22T17:21:00Z",
@@ -4089,7 +4099,7 @@ var operations = [
4089
4099
  "operationId": "listNotifications",
4090
4100
  "method": "get",
4091
4101
  "path": "/notifications",
4092
- "summary": "List workspace notifications (mentions and assignments) for the authenticated principal.",
4102
+ "summary": "List workspace notifications (mentions, assignments, and comment activity) for the authenticated principal.",
4093
4103
  "description": "",
4094
4104
  "tags": [
4095
4105
  "Notifications"
@@ -5072,16 +5082,6 @@ var operations = [
5072
5082
  "created_at": "2026-02-22T17:21:00Z"
5073
5083
  }
5074
5084
  ],
5075
- "links": [
5076
- {
5077
- "id": 42,
5078
- "link_type": "example",
5079
- "link_id": 42,
5080
- "url": "https://agentmc.example.com/docs/incident-123",
5081
- "title": "Example Title",
5082
- "created_at": "2026-02-22T17:21:00Z"
5083
- }
5084
- ],
5085
5085
  "comments_count": 1,
5086
5086
  "created_at": "2026-02-22T17:21:00Z",
5087
5087
  "updated_at": "2026-02-22T17:21:00Z",
@@ -5972,16 +5972,6 @@ var operations = [
5972
5972
  "created_at": "2026-02-22T17:21:00Z"
5973
5973
  }
5974
5974
  ],
5975
- "links": [
5976
- {
5977
- "id": 42,
5978
- "link_type": "example",
5979
- "link_id": 42,
5980
- "url": "https://agentmc.example.com/docs/incident-123",
5981
- "title": "Example Title",
5982
- "created_at": "2026-02-22T17:21:00Z"
5983
- }
5984
- ],
5985
5975
  "comments_count": 1,
5986
5976
  "created_at": "2026-02-22T17:21:00Z",
5987
5977
  "updated_at": "2026-02-22T17:21:00Z",