acryl-cli-darwin-arm64 0.1.31 → 0.1.36

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 (55) hide show
  1. package/package.json +1 -1
  2. package/runtime/lib/bin.js +865 -242
  3. package/runtime/lib/index.js +867 -242
  4. package/runtime/lib/types/buildInfo.generated.d.ts +4 -0
  5. package/runtime/lib/types/tui/acrylMark.d.ts +14 -0
  6. package/runtime/lib/types/tui/actions.d.ts +9 -6
  7. package/runtime/lib/types/tui/auth-guidance.d.ts +0 -2
  8. package/runtime/lib/types/tui/listWindow.d.ts +24 -0
  9. package/runtime/lib/types/tui/login/LoginOverlay.d.ts +52 -11
  10. package/runtime/lib/types/tui/login/types.d.ts +6 -1
  11. package/runtime/lib/types/tui/modelProfile/ModelProfileOverlay.d.ts +41 -3
  12. package/runtime/lib/types/tui/modelProfile/types.d.ts +24 -0
  13. package/runtime/lib/types/tui/store.d.ts +10 -0
  14. package/runtime/lib/types/yly/yly-pet.d.ts +1 -1
  15. package/runtime/lib/types/yly/yly-programs.d.ts +1 -1
  16. package/runtime/node_modules/.bin/dsh +4 -16
  17. package/runtime/node_modules/.modules.yaml +7 -3
  18. package/runtime/node_modules/.package-map.json +1 -1
  19. package/runtime/node_modules/@earendil-works/pi-ai/dist/auth/oauth/oauth-page.js +1 -1
  20. package/runtime/node_modules/acryl-control/lib/index.js +66 -1
  21. package/runtime/node_modules/acryl-control/lib/types/authorization/service.d.ts +23 -0
  22. package/runtime/node_modules/acryl-control/lib/types/authorization/types.d.ts +46 -0
  23. package/runtime/node_modules/acryl-control/lib/types/credential/projection.d.ts +63 -0
  24. package/runtime/node_modules/acryl-control/lib/types/credential/types.d.ts +38 -0
  25. package/runtime/node_modules/acryl-control/lib/types/index.d.ts +4 -0
  26. package/runtime/node_modules/acryl-control/package.json +1 -1
  27. package/runtime/node_modules/acryl-harness-runtime/lib/index.mjs +129 -2
  28. package/runtime/node_modules/acryl-harness-runtime/lib/types/acryl-home.d.ts +35 -0
  29. package/runtime/node_modules/acryl-harness-runtime/lib/types/index.d.ts +2 -0
  30. package/runtime/node_modules/acryl-harness-runtime/lib/types/session-bridge.d.ts +13 -0
  31. package/runtime/node_modules/acryl-harness-runtime/lib/types/session-log-exporter.d.ts +31 -0
  32. package/runtime/node_modules/acryl-harness-runtime/package.json +1 -1
  33. package/runtime/node_modules/acryl-harness-runtime/src/acryl-home.ts +50 -0
  34. package/runtime/node_modules/acryl-harness-runtime/src/index.ts +16 -0
  35. package/runtime/node_modules/acryl-harness-runtime/src/session-bridge.ts +24 -1
  36. package/runtime/node_modules/acryl-harness-runtime/src/session-log-exporter.ts +69 -0
  37. package/runtime/package.json +4 -2
  38. package/runtime/receipt.json +2 -2
  39. package/runtime/node_modules/.bin/anthropic-ai-sdk +0 -55
  40. package/runtime/node_modules/.bin/cordis +0 -55
  41. package/runtime/node_modules/.bin/is-docker +0 -55
  42. package/runtime/node_modules/.bin/is-inside-container +0 -55
  43. package/runtime/node_modules/.bin/js-yaml +0 -55
  44. package/runtime/node_modules/.bin/katex +0 -55
  45. package/runtime/node_modules/.bin/loose-envify +0 -55
  46. package/runtime/node_modules/.bin/marked +0 -55
  47. package/runtime/node_modules/.bin/node-which +0 -55
  48. package/runtime/node_modules/.bin/openai +0 -55
  49. package/runtime/node_modules/.bin/pi-ai +0 -55
  50. package/runtime/node_modules/.bin/pn +0 -55
  51. package/runtime/node_modules/.bin/pnpm +0 -55
  52. package/runtime/node_modules/.bin/pnpx +0 -55
  53. package/runtime/node_modules/.bin/pnx +0 -55
  54. package/runtime/node_modules/.bin/semver +0 -55
  55. package/runtime/node_modules/.bin/yaml +0 -55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acryl-cli-darwin-arm64",
3
- "version": "0.1.31",
3
+ "version": "0.1.36",
4
4
  "private": false,
5
5
  "description": "ACRYL prepared CLI runtime for darwin-arm64",
6
6
  "license": "MIT",