@actioneer/ads-mcp 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/manifest.json +69 -6
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "importPath": "@actioneer/ads",
5
5
  "styleImport": "@import \"@actioneer/ads/styles.css\";",
6
6
  "families": [
@@ -16,9 +16,9 @@
16
16
  "Chat"
17
17
  ],
18
18
  "counts": {
19
- "total": 668,
20
- "component": 322,
21
- "type": 283,
19
+ "total": 674,
20
+ "component": 323,
21
+ "type": 288,
22
22
  "hook": 10,
23
23
  "util": 53
24
24
  },
@@ -721,15 +721,22 @@
721
721
  "values": [
722
722
  "complete",
723
723
  "current",
724
- "upcoming"
724
+ "upcoming",
725
+ "error"
725
726
  ],
726
727
  "default": "upcoming"
728
+ },
729
+ "size": {
730
+ "values": [
731
+ "sm",
732
+ "md"
733
+ ],
734
+ "default": "md"
727
735
  }
728
736
  },
729
737
  "props": [
730
738
  "steps",
731
739
  "activeIndex",
732
- "orientation",
733
740
  "onSelect"
734
741
  ]
735
742
  },
@@ -4402,6 +4409,23 @@
4402
4409
  "importPath": "@actioneer/ads",
4403
4410
  "module": "selection-action-bar"
4404
4411
  },
4412
+ {
4413
+ "name": "AgentTrace",
4414
+ "family": "AI Elements",
4415
+ "kind": "component",
4416
+ "importPath": "@actioneer/ads",
4417
+ "module": "agent-trace",
4418
+ "showcaseUrl": "https://ads.actioneer.dev/#/agent-trace",
4419
+ "props": [
4420
+ "steps",
4421
+ "mainAgent",
4422
+ "slowSeconds",
4423
+ "reviewedStepIds",
4424
+ "onSendForReview",
4425
+ "slowMessage",
4426
+ "renderCall"
4427
+ ]
4428
+ },
4405
4429
  {
4406
4430
  "name": "AIChart",
4407
4431
  "family": "AI Elements",
@@ -5204,6 +5228,8 @@
5204
5228
  "stepCount",
5205
5229
  "summary",
5206
5230
  "sticky",
5231
+ "collapsible",
5232
+ "activityPlacement",
5207
5233
  "open",
5208
5234
  "defaultOpen",
5209
5235
  "onOpenChange",
@@ -5353,6 +5379,8 @@
5353
5379
  "className",
5354
5380
  "volume",
5355
5381
  "palette",
5382
+ "seed",
5383
+ "fill",
5356
5384
  "onReady"
5357
5385
  ]
5358
5386
  },
@@ -5426,6 +5454,34 @@
5426
5454
  "className"
5427
5455
  ]
5428
5456
  },
5457
+ {
5458
+ "name": "AgentTraceCall",
5459
+ "family": "AI Elements",
5460
+ "kind": "type",
5461
+ "importPath": "@actioneer/ads",
5462
+ "module": "agent-trace"
5463
+ },
5464
+ {
5465
+ "name": "AgentTraceProps",
5466
+ "family": "AI Elements",
5467
+ "kind": "type",
5468
+ "importPath": "@actioneer/ads",
5469
+ "module": "agent-trace"
5470
+ },
5471
+ {
5472
+ "name": "AgentTraceStep",
5473
+ "family": "AI Elements",
5474
+ "kind": "type",
5475
+ "importPath": "@actioneer/ads",
5476
+ "module": "agent-trace"
5477
+ },
5478
+ {
5479
+ "name": "AgentTraceStepStatus",
5480
+ "family": "AI Elements",
5481
+ "kind": "type",
5482
+ "importPath": "@actioneer/ads",
5483
+ "module": "agent-trace"
5484
+ },
5429
5485
  {
5430
5486
  "name": "AIChartProgress",
5431
5487
  "family": "AI Elements",
@@ -5447,6 +5503,13 @@
5447
5503
  "importPath": "@actioneer/ads",
5448
5504
  "module": "chart"
5449
5505
  },
5506
+ {
5507
+ "name": "ChainOfThoughtConnector",
5508
+ "family": "AI Elements",
5509
+ "kind": "type",
5510
+ "importPath": "@actioneer/ads",
5511
+ "module": "chain-of-thought"
5512
+ },
5450
5513
  {
5451
5514
  "name": "ChainOfThoughtContentProps",
5452
5515
  "family": "AI Elements",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "ADS MCP server: lets an agent in Claude Code / Cursor discover and import the Actioneer Design System",
5
5
  "type": "module",
6
6
  "bin": {