sunpeak 0.8.5 → 0.8.8

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 (34) hide show
  1. package/bin/commands/build.mjs +3 -3
  2. package/bin/commands/pull.mjs +2 -2
  3. package/bin/sunpeak.js +6 -8
  4. package/dist/mcp/entry.cjs.map +1 -1
  5. package/dist/mcp/entry.js.map +1 -1
  6. package/dist/style.css +0 -37
  7. package/package.json +1 -1
  8. package/template/.sunpeak/dev.tsx +2 -2
  9. package/template/README.md +5 -5
  10. package/template/dist/albums.js +1 -1
  11. package/template/dist/albums.json +1 -1
  12. package/template/dist/carousel.js +1 -1
  13. package/template/dist/carousel.json +1 -1
  14. package/template/dist/map.js +1 -1
  15. package/template/dist/map.json +1 -1
  16. package/template/dist/review.js +49 -0
  17. package/template/dist/{confirmation.json → review.json} +4 -4
  18. package/template/node_modules/.vite/deps/_metadata.json +19 -19
  19. package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
  20. package/template/src/resources/index.ts +4 -4
  21. package/template/src/resources/map-resource.test.tsx +95 -0
  22. package/template/src/resources/{confirmation-resource.json → review-resource.json} +3 -3
  23. package/template/src/resources/review-resource.test.tsx +538 -0
  24. package/template/src/resources/{confirmation-resource.tsx → review-resource.tsx} +20 -20
  25. package/template/src/simulations/{confirmation-diff-simulation.json → review-diff-simulation.json} +4 -4
  26. package/template/src/simulations/{confirmation-post-simulation.json → review-post-simulation.json} +4 -4
  27. package/template/src/simulations/{confirmation-purchase-simulation.json → review-purchase-simulation.json} +4 -4
  28. package/template/dist/confirmation.js +0 -49
  29. package/template/dist/counter.js +0 -49
  30. package/template/dist/counter.json +0 -15
  31. package/template/src/resources/counter-resource.json +0 -12
  32. package/template/src/resources/counter-resource.test.tsx +0 -116
  33. package/template/src/resources/counter-resource.tsx +0 -101
  34. package/template/src/simulations/counter-show-simulation.json +0 -20
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "userMessage": "I want to buy these items",
3
3
  "tool": {
4
- "name": "confirm-purchase",
5
- "description": "Confirm a purchase before completing the transaction",
4
+ "name": "review-purchase",
5
+ "description": "Review a purchase before completing the transaction",
6
6
  "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
7
- "title": "Confirm Purchase",
7
+ "title": "Review Purchase",
8
8
  "annotations": { "readOnlyHint": false },
9
9
  "_meta": {
10
10
  "openai/toolInvocation/invoking": "Preparing order",
@@ -74,7 +74,7 @@
74
74
  "rejectLabel": "Cancel",
75
75
  "acceptedMessage": "Order placed!",
76
76
  "rejectedMessage": "Order cancelled",
77
- "confirmationTool": {
77
+ "reviewTool": {
78
78
  "name": "complete_purchase",
79
79
  "arguments": {
80
80
  "orderId": "order_123",