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.
- package/package.json +1 -1
- package/runtime/lib/bin.js +865 -242
- package/runtime/lib/index.js +867 -242
- package/runtime/lib/types/buildInfo.generated.d.ts +4 -0
- package/runtime/lib/types/tui/acrylMark.d.ts +14 -0
- package/runtime/lib/types/tui/actions.d.ts +9 -6
- package/runtime/lib/types/tui/auth-guidance.d.ts +0 -2
- package/runtime/lib/types/tui/listWindow.d.ts +24 -0
- package/runtime/lib/types/tui/login/LoginOverlay.d.ts +52 -11
- package/runtime/lib/types/tui/login/types.d.ts +6 -1
- package/runtime/lib/types/tui/modelProfile/ModelProfileOverlay.d.ts +41 -3
- package/runtime/lib/types/tui/modelProfile/types.d.ts +24 -0
- package/runtime/lib/types/tui/store.d.ts +10 -0
- package/runtime/lib/types/yly/yly-pet.d.ts +1 -1
- package/runtime/lib/types/yly/yly-programs.d.ts +1 -1
- package/runtime/node_modules/.bin/dsh +4 -16
- package/runtime/node_modules/.modules.yaml +7 -3
- package/runtime/node_modules/.package-map.json +1 -1
- package/runtime/node_modules/@earendil-works/pi-ai/dist/auth/oauth/oauth-page.js +1 -1
- package/runtime/node_modules/acryl-control/lib/index.js +66 -1
- package/runtime/node_modules/acryl-control/lib/types/authorization/service.d.ts +23 -0
- package/runtime/node_modules/acryl-control/lib/types/authorization/types.d.ts +46 -0
- package/runtime/node_modules/acryl-control/lib/types/credential/projection.d.ts +63 -0
- package/runtime/node_modules/acryl-control/lib/types/credential/types.d.ts +38 -0
- package/runtime/node_modules/acryl-control/lib/types/index.d.ts +4 -0
- package/runtime/node_modules/acryl-control/package.json +1 -1
- package/runtime/node_modules/acryl-harness-runtime/lib/index.mjs +129 -2
- package/runtime/node_modules/acryl-harness-runtime/lib/types/acryl-home.d.ts +35 -0
- package/runtime/node_modules/acryl-harness-runtime/lib/types/index.d.ts +2 -0
- package/runtime/node_modules/acryl-harness-runtime/lib/types/session-bridge.d.ts +13 -0
- package/runtime/node_modules/acryl-harness-runtime/lib/types/session-log-exporter.d.ts +31 -0
- package/runtime/node_modules/acryl-harness-runtime/package.json +1 -1
- package/runtime/node_modules/acryl-harness-runtime/src/acryl-home.ts +50 -0
- package/runtime/node_modules/acryl-harness-runtime/src/index.ts +16 -0
- package/runtime/node_modules/acryl-harness-runtime/src/session-bridge.ts +24 -1
- package/runtime/node_modules/acryl-harness-runtime/src/session-log-exporter.ts +69 -0
- package/runtime/package.json +4 -2
- package/runtime/receipt.json +2 -2
- package/runtime/node_modules/.bin/anthropic-ai-sdk +0 -55
- package/runtime/node_modules/.bin/cordis +0 -55
- package/runtime/node_modules/.bin/is-docker +0 -55
- package/runtime/node_modules/.bin/is-inside-container +0 -55
- package/runtime/node_modules/.bin/js-yaml +0 -55
- package/runtime/node_modules/.bin/katex +0 -55
- package/runtime/node_modules/.bin/loose-envify +0 -55
- package/runtime/node_modules/.bin/marked +0 -55
- package/runtime/node_modules/.bin/node-which +0 -55
- package/runtime/node_modules/.bin/openai +0 -55
- package/runtime/node_modules/.bin/pi-ai +0 -55
- package/runtime/node_modules/.bin/pn +0 -55
- package/runtime/node_modules/.bin/pnpm +0 -55
- package/runtime/node_modules/.bin/pnpx +0 -55
- package/runtime/node_modules/.bin/pnx +0 -55
- package/runtime/node_modules/.bin/semver +0 -55
- package/runtime/node_modules/.bin/yaml +0 -55