@astrale-os/cli 1.0.0-beta.32 → 1.0.0-beta.43
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/CHANGELOG.md +928 -0
- package/README.md +53 -43
- package/THIRD-PARTY-NOTICES.md +37 -1
- package/dist/astrale.js +349631 -83669
- package/dist/public/connect-core.js +16 -47
- package/dist/public/keys/index.js +1 -1
- package/dist/types/admin/contract.d.ts +11 -0
- package/dist/types/admin/graph/index.d.ts +1 -0
- package/dist/types/admin/graph/nodes.d.ts +12 -0
- package/dist/types/admin/instance/client.d.ts +2 -0
- package/dist/types/connection/lifetime.d.ts +1 -1
- package/dist/types/errors.d.ts +3 -0
- package/dist/types/lib/proc.d.ts +1 -0
- package/dist/types/lib/update.d.ts +15 -7
- package/package.json +8 -6
- package/studio/client/dist/assets/index-5C1uT6ML.css +2 -0
- package/studio/client/dist/assets/index-C4kNlvwF.js +80 -0
- package/studio/client/dist/assets/schema-studio-BR9d0faB.js +8 -0
- package/studio/client/dist/index.html +13 -2
- package/studio/package.json +2 -1
- package/studio/server/agent/ask.test.ts +7 -1
- package/studio/server/agent/bridge/grant.ts +15 -3
- package/studio/server/agent/prompts/system.test.ts +5 -0
- package/studio/server/agent/prompts/system.ts +19 -4
- package/studio/server/agent/routes.test.ts +39 -1
- package/studio/server/agent/routes.ts +3 -0
- package/studio/server/agent/run/coordinator.test.ts +7 -1
- package/studio/server/agent/run/preparation.ts +1 -0
- package/studio/server/agent/run/transcript.test.ts +47 -2
- package/studio/server/agent/run/transcript.ts +32 -3
- package/studio/server/api/documents.test.ts +31 -0
- package/studio/server/api/documents.ts +35 -1
- package/studio/server/api-agent-loadout.test.ts +7 -1
- package/studio/server/api.test.ts +7 -1
- package/studio/server/cache.ts +4 -4
- package/studio/server/detect.ts +9 -12
- package/studio/server/domain.test.ts +83 -3
- package/studio/server/domain.ts +205 -27
- package/studio/server/handoff/service.ts +1 -1
- package/studio/server/index.ts +5 -8
- package/studio/server/introspect/extractor.ts +111 -17
- package/studio/server/introspect/overlay-tsmorph.test.ts +9 -9
- package/studio/server/introspect/overlay.ts +1 -1
- package/studio/server/introspect/runtime.ts +9 -1
- package/studio/server/introspect/source-overlay/spans.ts +2 -5
- package/studio/server/lifecycle.ts +1 -1
- package/studio/server/state/baseline.test.ts +14 -0
- package/studio/server/state/baseline.ts +16 -2
- package/studio/server/watch.test.ts +2 -1
- package/studio/server/watch.ts +5 -2
- package/studio/server/workspace/create.ts +9 -8
- package/studio/server/workspace-state.ts +4 -6
- package/studio/server/workspace-watch.ts +33 -22
- package/studio/shared/contracts/agent.ts +3 -0
- package/viewer/dist/main.js +12 -12
- package/src/__tests__/fixtures/publication.ts +0 -20
- package/src/admin/.spec/api.d.ts +0 -3
- package/src/admin/.spec/architecture.md +0 -22
- package/src/admin/.spec/icon.svg +0 -3
- package/src/admin/.spec/layout.ts +0 -6
- package/src/admin/__tests__/fixture.ts +0 -25
- package/src/admin/catalog/.spec/api.d.ts +0 -63
- package/src/admin/catalog/.spec/architecture.md +0 -7
- package/src/admin/catalog/.spec/icon.svg +0 -3
- package/src/admin/catalog/.spec/layout.ts +0 -6
- package/src/admin/catalog/__tests__/client.test.ts +0 -245
- package/src/admin/catalog/client.ts +0 -195
- package/src/admin/catalog/index.ts +0 -13
- package/src/admin/catalog/model.ts +0 -41
- package/src/admin/catalog/tsconfig.json +0 -8
- package/src/admin/contract.ts +0 -47
- package/src/admin/graph/.spec/api.d.ts +0 -22
- package/src/admin/graph/.spec/architecture.md +0 -5
- package/src/admin/graph/.spec/icon.svg +0 -3
- package/src/admin/graph/.spec/layout.ts +0 -3
- package/src/admin/graph/index.ts +0 -6
- package/src/admin/graph/nodes.ts +0 -56
- package/src/admin/index.ts +0 -2
- package/src/admin/instance/.spec/api.d.ts +0 -62
- package/src/admin/instance/.spec/architecture.md +0 -10
- package/src/admin/instance/.spec/icon.svg +0 -3
- package/src/admin/instance/.spec/layout.ts +0 -6
- package/src/admin/instance/__tests__/client.test.ts +0 -273
- package/src/admin/instance/client.ts +0 -191
- package/src/admin/instance/index.ts +0 -15
- package/src/admin/instance/model.ts +0 -59
- package/src/admin/instance/tsconfig.json +0 -8
- package/src/commands/__tests__/admin-instance.test.ts +0 -91
- package/src/commands/__tests__/auth-login.test.ts +0 -231
- package/src/commands/__tests__/auth-token.test.ts +0 -223
- package/src/commands/__tests__/call-describe.test.ts +0 -80
- package/src/commands/__tests__/call.test.ts +0 -63
- package/src/commands/__tests__/domain-install-operation.test.ts +0 -145
- package/src/commands/__tests__/domain-install-owned.test.ts +0 -191
- package/src/commands/__tests__/domain-list.test.ts +0 -133
- package/src/commands/__tests__/domain-uninstall.test.ts +0 -53
- package/src/commands/__tests__/install-direct.test.ts +0 -128
- package/src/commands/__tests__/install-identity-override.test.ts +0 -76
- package/src/commands/__tests__/instance-bookmark.test.ts +0 -166
- package/src/commands/__tests__/instance-list-admin.test.ts +0 -26
- package/src/commands/__tests__/instance-list-rows.test.ts +0 -64
- package/src/commands/__tests__/instance-status.test.ts +0 -139
- package/src/commands/__tests__/instance-use.test.ts +0 -67
- package/src/commands/__tests__/introspect-parse.test.ts +0 -100
- package/src/commands/__tests__/logs.test.ts +0 -345
- package/src/commands/__tests__/read-commands.test.ts +0 -377
- package/src/commands/__tests__/setup-plan.test.ts +0 -61
- package/src/commands/__tests__/studio-descriptor.test.ts +0 -22
- package/src/commands/__tests__/token-ttl.test.ts +0 -66
- package/src/commands/__tests__/update.test.ts +0 -95
- package/src/commands/__tests__/view-build.test.ts +0 -58
- package/src/commands/__tests__/view.test.ts +0 -197
- package/src/commands/admin/status.ts +0 -61
- package/src/commands/admin/use.ts +0 -100
- package/src/commands/auth/login.ts +0 -82
- package/src/commands/auth/logout.ts +0 -53
- package/src/commands/auth/status.ts +0 -86
- package/src/commands/auth/token.ts +0 -174
- package/src/commands/browser.ts +0 -236
- package/src/commands/call-describe.ts +0 -123
- package/src/commands/call.ts +0 -230
- package/src/commands/domain/install.ts +0 -575
- package/src/commands/domain/list.ts +0 -155
- package/src/commands/domain/publish.ts +0 -136
- package/src/commands/domain/uninstall.ts +0 -128
- package/src/commands/get.ts +0 -69
- package/src/commands/identity/__tests__/register.test.ts +0 -93
- package/src/commands/identity/create.ts +0 -35
- package/src/commands/identity/delete.ts +0 -24
- package/src/commands/identity/export.ts +0 -46
- package/src/commands/identity/import.ts +0 -61
- package/src/commands/identity/list.ts +0 -56
- package/src/commands/identity/register.ts +0 -195
- package/src/commands/identity/sync.ts +0 -38
- package/src/commands/identity/unsync.ts +0 -34
- package/src/commands/identity/use.ts +0 -24
- package/src/commands/identity/whoami.ts +0 -34
- package/src/commands/idp/add.ts +0 -150
- package/src/commands/idp/list.ts +0 -57
- package/src/commands/idp/refresh.ts +0 -38
- package/src/commands/idp/remove.ts +0 -36
- package/src/commands/idp/show.ts +0 -29
- package/src/commands/instance/active.ts +0 -73
- package/src/commands/instance/bookmark.ts +0 -101
- package/src/commands/instance/create.ts +0 -61
- package/src/commands/instance/delete.ts +0 -69
- package/src/commands/instance/forget.ts +0 -26
- package/src/commands/instance/list.ts +0 -197
- package/src/commands/instance/status.ts +0 -92
- package/src/commands/instance/use.ts +0 -263
- package/src/commands/introspect.ts +0 -129
- package/src/commands/logs.ts +0 -371
- package/src/commands/mutate.ts +0 -122
- package/src/commands/query.ts +0 -142
- package/src/commands/session/analyze.ts +0 -72
- package/src/commands/session/list.ts +0 -36
- package/src/commands/setup.ts +0 -54
- package/src/commands/status.ts +0 -60
- package/src/commands/studio.ts +0 -434
- package/src/commands/token.ts +0 -121
- package/src/commands/ui/__tests__/commands.test.ts +0 -152
- package/src/commands/ui/add.ts +0 -51
- package/src/commands/ui/doctor.ts +0 -21
- package/src/commands/ui/init.ts +0 -38
- package/src/commands/ui/list.ts +0 -26
- package/src/commands/ui/preset-apply.ts +0 -19
- package/src/commands/ui/preset-list.ts +0 -12
- package/src/commands/ui/shared.ts +0 -25
- package/src/commands/update.ts +0 -356
- package/src/commands/use.ts +0 -86
- package/src/commands/view-serve.ts +0 -26
- package/src/commands/view.ts +0 -658
- package/src/connect-core.test.ts +0 -38
- package/src/connect-core.ts +0 -42
- package/src/connection/.spec/api.d.ts +0 -110
- package/src/connection/.spec/architecture.md +0 -58
- package/src/connection/.spec/capabilities/connection.ts +0 -13
- package/src/connection/.spec/examples/call.ts +0 -7
- package/src/connection/.spec/flows/command.ts +0 -20
- package/src/connection/.spec/flows/session.ts +0 -62
- package/src/connection/.spec/laws/connection.ts +0 -213
- package/src/connection/.spec/layout.ts +0 -22
- package/src/connection/__tests__/auth.test.ts +0 -129
- package/src/connection/__tests__/ca-fetch.test.ts +0 -60
- package/src/connection/__tests__/call.test.ts +0 -17
- package/src/connection/__tests__/credential.test.ts +0 -254
- package/src/connection/__tests__/errors.test.ts +0 -577
- package/src/connection/__tests__/exchange.test.ts +0 -404
- package/src/connection/__tests__/failure-fixtures.ts +0 -39
- package/src/connection/__tests__/failure-safety.test.ts +0 -75
- package/src/connection/__tests__/fixtures/localhost-cert.pem +0 -19
- package/src/connection/__tests__/fixtures/localhost-key.base64 +0 -1
- package/src/connection/__tests__/managed.test.ts +0 -39
- package/src/connection/__tests__/reasons.test.ts +0 -78
- package/src/connection/__tests__/self.test.ts +0 -71
- package/src/connection/__tests__/session.test.ts +0 -144
- package/src/connection/__tests__/target.test.ts +0 -95
- package/src/connection/auth.ts +0 -265
- package/src/connection/call.ts +0 -7
- package/src/connection/command.ts +0 -67
- package/src/connection/credential.ts +0 -138
- package/src/connection/errors.ts +0 -1
- package/src/connection/exchange.ts +0 -394
- package/src/connection/failure/classify.ts +0 -110
- package/src/connection/failure/index.ts +0 -18
- package/src/connection/failure/model.ts +0 -28
- package/src/connection/failure/render.ts +0 -116
- package/src/connection/index.ts +0 -8
- package/src/connection/lifetime.ts +0 -25
- package/src/connection/reasons.ts +0 -209
- package/src/connection/self.ts +0 -138
- package/src/connection/session.ts +0 -203
- package/src/connection/target.ts +0 -112
- package/src/connection/tsconfig.json +0 -6
- package/src/errors.ts +0 -66
- package/src/graph/.spec/api.d.ts +0 -41
- package/src/graph/.spec/laws/documents.ts +0 -24
- package/src/graph/.spec/laws/projection.ts +0 -13
- package/src/graph/.spec/layout.ts +0 -14
- package/src/graph/__tests__/mutation.test.ts +0 -51
- package/src/graph/__tests__/projection.test.ts +0 -22
- package/src/graph/__tests__/query.test.ts +0 -180
- package/src/graph/class.ts +0 -30
- package/src/graph/index.ts +0 -4
- package/src/graph/mutation.ts +0 -46
- package/src/graph/projection.ts +0 -21
- package/src/graph/query.ts +0 -95
- package/src/graph/tsconfig.json +0 -6
- package/src/identity/.history/ard/bootstrap-root-transfer.md +0 -57
- package/src/identity/.history/ard/domain-mediated-registration.md +0 -36
- package/src/identity/.spec/api.d.ts +0 -124
- package/src/identity/.spec/architecture.md +0 -33
- package/src/identity/.spec/capabilities/identity.ts +0 -7
- package/src/identity/.spec/flows/bootstrap-root.ts +0 -79
- package/src/identity/.spec/flows/domain-mediated-registration.ts +0 -51
- package/src/identity/.spec/flows/import.ts +0 -29
- package/src/identity/.spec/laws/identity.ts +0 -56
- package/src/identity/.spec/layout.ts +0 -13
- package/src/identity/__tests__/fixtures/registry-journey.ts +0 -65
- package/src/identity/__tests__/registration.test.ts +0 -64
- package/src/identity/__tests__/registry.test.ts +0 -74
- package/src/identity/__tests__/transfer.test.ts +0 -198
- package/src/identity/index.ts +0 -23
- package/src/identity/registration.ts +0 -72
- package/src/identity/registry.ts +0 -181
- package/src/identity/transfer.ts +0 -187
- package/src/identity/tsconfig.json +0 -6
- package/src/index.ts +0 -1
- package/src/keys/.spec/api.d.ts +0 -74
- package/src/keys/.spec/architecture.md +0 -13
- package/src/keys/.spec/laws/keys.ts +0 -43
- package/src/keys/.spec/layout.ts +0 -6
- package/src/keys/__tests__/algorithm.test.ts +0 -39
- package/src/keys/__tests__/keys.test.ts +0 -172
- package/src/keys/algorithm.ts +0 -33
- package/src/keys/credential.ts +0 -113
- package/src/keys/index.ts +0 -14
- package/src/keys/pair.ts +0 -219
- package/src/keys/tsconfig.json +0 -6
- package/src/lib/__tests__/admin-target.test.ts +0 -184
- package/src/lib/__tests__/binary.test.ts +0 -70
- package/src/lib/__tests__/browser-retention.test.ts +0 -212
- package/src/lib/__tests__/command-dx.test.ts +0 -102
- package/src/lib/__tests__/concurrency.test.ts +0 -62
- package/src/lib/__tests__/config.test.ts +0 -81
- package/src/lib/__tests__/design.test.ts +0 -99
- package/src/lib/__tests__/domain-publication.test.ts +0 -138
- package/src/lib/__tests__/format.test.ts +0 -22
- package/src/lib/__tests__/idp-session.driver.ts +0 -60
- package/src/lib/__tests__/idp-session.test.ts +0 -404
- package/src/lib/__tests__/idp.test.ts +0 -415
- package/src/lib/__tests__/instance-candidates.test.ts +0 -146
- package/src/lib/__tests__/instance-target.test.ts +0 -213
- package/src/lib/__tests__/instance.test.ts +0 -192
- package/src/lib/__tests__/local-status.test.ts +0 -202
- package/src/lib/__tests__/log-errors.test.ts +0 -64
- package/src/lib/__tests__/log.test.ts +0 -31
- package/src/lib/__tests__/meta.test.ts +0 -55
- package/src/lib/__tests__/output.test.ts +0 -162
- package/src/lib/__tests__/panel.test.ts +0 -40
- package/src/lib/__tests__/port.test.ts +0 -44
- package/src/lib/__tests__/prompt.test.ts +0 -25
- package/src/lib/__tests__/sdk-deps.test.ts +0 -68
- package/src/lib/__tests__/self.test.ts +0 -50
- package/src/lib/__tests__/skills.test.ts +0 -834
- package/src/lib/__tests__/studio-server-deps.test.ts +0 -111
- package/src/lib/__tests__/table.test.ts +0 -53
- package/src/lib/__tests__/update.test.ts +0 -511
- package/src/lib/__tests__/use-target.test.ts +0 -56
- package/src/lib/__tests__/validation.test.ts +0 -34
- package/src/lib/__tests__/view-assets.test.ts +0 -171
- package/src/lib/__tests__/view-external-open-intent.test.ts +0 -150
- package/src/lib/__tests__/view-external-open-origins.test.ts +0 -27
- package/src/lib/__tests__/view-open-intent.test.ts +0 -280
- package/src/lib/__tests__/view-port-allocation.test.ts +0 -82
- package/src/lib/__tests__/view-server.test.ts +0 -91
- package/src/lib/__tests__/view-session.test.ts +0 -100
- package/src/lib/__tests__/view-snapshot.test.ts +0 -77
- package/src/lib/admin-domain.ts +0 -43
- package/src/lib/admin-instance.ts +0 -56
- package/src/lib/admin-target.ts +0 -290
- package/src/lib/binary.ts +0 -127
- package/src/lib/browser-retention.ts +0 -210
- package/src/lib/browser.ts +0 -150
- package/src/lib/ca-fetch.ts +0 -133
- package/src/lib/command-dx.ts +0 -191
- package/src/lib/concurrency.ts +0 -31
- package/src/lib/config.ts +0 -57
- package/src/lib/credential-lifetime.ts +0 -24
- package/src/lib/domain-publication.ts +0 -104
- package/src/lib/failure-debug.ts +0 -26
- package/src/lib/format.ts +0 -4
- package/src/lib/idp-session.ts +0 -156
- package/src/lib/idp.ts +0 -926
- package/src/lib/instance-candidates.ts +0 -49
- package/src/lib/instance-target.ts +0 -197
- package/src/lib/instance.ts +0 -468
- package/src/lib/invocation.ts +0 -11
- package/src/lib/local-status.ts +0 -152
- package/src/lib/log.ts +0 -143
- package/src/lib/login-flow.ts +0 -201
- package/src/lib/meta.ts +0 -90
- package/src/lib/output.ts +0 -238
- package/src/lib/panel.ts +0 -61
- package/src/lib/port.ts +0 -41
- package/src/lib/proc.ts +0 -87
- package/src/lib/prompt.ts +0 -136
- package/src/lib/provision-instance.ts +0 -139
- package/src/lib/sdk-deps.ts +0 -104
- package/src/lib/self.ts +0 -22
- package/src/lib/skills/lock.ts +0 -117
- package/src/lib/skills/sync.ts +0 -878
- package/src/lib/skills.ts +0 -120
- package/src/lib/table.ts +0 -62
- package/src/lib/update.ts +0 -568
- package/src/lib/use-target.ts +0 -24
- package/src/lib/validation.ts +0 -59
- package/src/lib/view/assets.ts +0 -87
- package/src/lib/view/external-open-intent.ts +0 -41
- package/src/lib/view/external-open-origins.ts +0 -37
- package/src/lib/view/host-capabilities.ts +0 -17
- package/src/lib/view/open-intent.ts +0 -67
- package/src/lib/view/port-allocation.ts +0 -19
- package/src/lib/view/resolve.ts +0 -111
- package/src/lib/view/server.ts +0 -259
- package/src/lib/view/session.ts +0 -154
- package/src/lib/view/snapshot.ts +0 -101
- package/src/paths/.spec/api.d.ts +0 -13
- package/src/paths/.spec/architecture.md +0 -5
- package/src/paths/.spec/layout.ts +0 -3
- package/src/paths/index.ts +0 -13
- package/src/program/.spec/api.d.ts +0 -43
- package/src/program/.spec/architecture.md +0 -18
- package/src/program/.spec/laws/program.ts +0 -29
- package/src/program/.spec/layout.ts +0 -14
- package/src/program/__tests__/program.test.ts +0 -556
- package/src/program/argv.ts +0 -14
- package/src/program/build.ts +0 -205
- package/src/program/command.ts +0 -43
- package/src/program/index.ts +0 -3
- package/src/program/options.ts +0 -41
- package/src/program/registry.ts +0 -64
- package/src/program/tsconfig.json +0 -6
- package/src/setup/__tests__/instance-step.test.ts +0 -256
- package/src/setup/__tests__/util.test.ts +0 -29
- package/src/setup/engine.ts +0 -83
- package/src/setup/render.ts +0 -107
- package/src/setup/steps/admin.ts +0 -93
- package/src/setup/steps/agent-browser.ts +0 -81
- package/src/setup/steps/auth.ts +0 -54
- package/src/setup/steps/domain.ts +0 -68
- package/src/setup/steps/index.ts +0 -18
- package/src/setup/steps/instance.ts +0 -206
- package/src/setup/steps/skills-bridge.ts +0 -70
- package/src/setup/steps/skills.ts +0 -61
- package/src/setup/types.ts +0 -61
- package/src/setup/util.ts +0 -34
- package/src/state/.spec/api.d.ts +0 -152
- package/src/state/.spec/architecture.md +0 -45
- package/src/state/.spec/capabilities/state.ts +0 -7
- package/src/state/.spec/flows/identity-update.ts +0 -22
- package/src/state/.spec/laws/state.ts +0 -73
- package/src/state/.spec/layout.ts +0 -15
- package/src/state/__tests__/exchange-credentials.test.ts +0 -341
- package/src/state/__tests__/files.test.ts +0 -136
- package/src/state/__tests__/fixtures/identity-transition.ts +0 -37
- package/src/state/__tests__/fixtures/session-route-process.ts +0 -93
- package/src/state/__tests__/identities.test.ts +0 -142
- package/src/state/__tests__/paths.test.ts +0 -28
- package/src/state/__tests__/session-routes.test.ts +0 -138
- package/src/state/exchange-credentials.ts +0 -250
- package/src/state/files.ts +0 -170
- package/src/state/identities.ts +0 -229
- package/src/state/index.ts +0 -31
- package/src/state/paths.ts +0 -64
- package/src/state/session-routes.ts +0 -34
- package/src/state/tsconfig.json +0 -6
- package/src/telemetry/__tests__/analyze-log.test.ts +0 -38
- package/src/telemetry/__tests__/gate.test.ts +0 -63
- package/src/telemetry/__tests__/recorder.test.ts +0 -111
- package/src/telemetry/__tests__/redact.test.ts +0 -79
- package/src/telemetry/__tests__/retention.test.ts +0 -267
- package/src/telemetry/__tests__/session.test.ts +0 -166
- package/src/telemetry/__tests__/settings.test.ts +0 -102
- package/src/telemetry/__tests__/store-scan.test.ts +0 -128
- package/src/telemetry/__tests__/trigger.test.ts +0 -78
- package/src/telemetry/adapters/__tests__/claude-code.test.ts +0 -89
- package/src/telemetry/adapters/__tests__/codex.test.ts +0 -138
- package/src/telemetry/adapters/__tests__/index.test.ts +0 -88
- package/src/telemetry/adapters/claude-code.ts +0 -90
- package/src/telemetry/adapters/codex.ts +0 -160
- package/src/telemetry/adapters/index.ts +0 -45
- package/src/telemetry/adapters/types.ts +0 -21
- package/src/telemetry/analyze.ts +0 -249
- package/src/telemetry/gate.ts +0 -79
- package/src/telemetry/recorder.ts +0 -68
- package/src/telemetry/redact.ts +0 -53
- package/src/telemetry/retention.ts +0 -176
- package/src/telemetry/session.ts +0 -94
- package/src/telemetry/settings.ts +0 -79
- package/src/telemetry/store.ts +0 -174
- package/src/telemetry/trigger.ts +0 -107
- package/src/telemetry/types.ts +0 -64
- package/src/test-utils.ts +0 -18
- package/src/ui/.spec/api.d.ts +0 -14
- package/src/ui/.spec/architecture.md +0 -14
- package/src/ui/.spec/laws.ts +0 -50
- package/src/ui/.spec/layout.ts +0 -16
- package/src/ui/__tests__/ui.test.ts +0 -1742
- package/src/ui/index.ts +0 -13
- package/src/ui/lock.ts +0 -89
- package/src/ui/model.ts +0 -83
- package/src/ui/operations.ts +0 -1044
- package/src/ui/project.ts +0 -333
- package/src/ui/release.ts +0 -398
- package/src/ui/runner.ts +0 -18
- package/studio/client/dist/assets/index-BFVFs_8x.js +0 -81
- package/studio/client/dist/assets/index-DuB9iUdu.css +0 -2
- package/studio/client/dist/assets/schema-studio-DH6oEWME.js +0 -8
- package/studio/tsconfig.json +0 -24
- package/viewer/tsconfig.json +0 -13
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,928 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.0-beta.43](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.42...cli/v1.0.0-beta.43) (2026-08-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **release:** restore public npm CLI distribution ([#249](https://github.com/astrale-os/cli/issues/249)) ([ec77818](https://github.com/astrale-os/cli/commit/ec778181974123205c8cca9046d34a4e7cf0ae57))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **release:** publish npm only on version manifest ([#251](https://github.com/astrale-os/cli/issues/251)) ([fb0df5b](https://github.com/astrale-os/cli/commit/fb0df5bffbcef7d2d108b4d25f5a1c9e4cecb861))
|
|
14
|
+
|
|
15
|
+
## [1.0.0-beta.42](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.41...cli/v1.0.0-beta.42) (2026-08-28)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Performance Improvements
|
|
19
|
+
|
|
20
|
+
* **instance:** query native admin inventory ([#247](https://github.com/astrale-os/cli/issues/247)) ([6129553](https://github.com/astrale-os/cli/commit/6129553fb5b335ce600e8328eab5984bbff6d15f))
|
|
21
|
+
|
|
22
|
+
## [1.0.0-beta.41](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.40...cli/v1.0.0-beta.41) (2026-08-28)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* add ranked UI search command ([#244](https://github.com/astrale-os/cli/issues/244)) ([55c7cc2](https://github.com/astrale-os/cli/commit/55c7cc2b8d7f2c84cd663232c5688c1bc454f56c))
|
|
28
|
+
|
|
29
|
+
## [1.0.0-beta.40](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.39...cli/v1.0.0-beta.40) (2026-08-27)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **host:** refresh View source credentials before expiry ([#242](https://github.com/astrale-os/cli/issues/242)) ([39da860](https://github.com/astrale-os/cli/commit/39da86099df790bdf5a7a63e8e13e934f2183947))
|
|
35
|
+
|
|
36
|
+
## [1.0.0-beta.39](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.38...cli/v1.0.0-beta.39) (2026-08-27)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* polish Studio graph routing and harden runtime ([#238](https://github.com/astrale-os/cli/issues/238)) ([de74058](https://github.com/astrale-os/cli/commit/de74058f505b340d9fd3adbc186a953b8ac6c975))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* align CLI with current SDK schema ([#240](https://github.com/astrale-os/cli/issues/240)) ([f0c6fa8](https://github.com/astrale-os/cli/commit/f0c6fa8066f19a6429c4e44bbfc96383860df3b3))
|
|
47
|
+
|
|
48
|
+
## [1.0.0-beta.38](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.37...cli/v1.0.0-beta.38) (2026-08-27)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* make embedded asset builds reproducible ([#236](https://github.com/astrale-os/cli/issues/236)) ([fb0067c](https://github.com/astrale-os/cli/commit/fb0067c2e1037335c5eb70e4471d3356cf1c8e9f))
|
|
54
|
+
|
|
55
|
+
## [1.0.0-beta.37](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.36...cli/v1.0.0-beta.37) (2026-08-27)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* make Studio agent panel conversational ([#230](https://github.com/astrale-os/cli/issues/230)) ([83e6d24](https://github.com/astrale-os/cli/commit/83e6d2495893ce9ea9372239893b0d06e425bb43))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* clarify identity registration prerequisites ([#232](https://github.com/astrale-os/cli/issues/232)) ([b257270](https://github.com/astrale-os/cli/commit/b257270b329aab9fb58fdbdd927a2c58acbd4fa1))
|
|
66
|
+
* make CLI release archives deterministic ([#233](https://github.com/astrale-os/cli/issues/233)) ([bb70472](https://github.com/astrale-os/cli/commit/bb70472d5e110d40d3d16d53ae7792d3894f3880))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Performance Improvements
|
|
70
|
+
|
|
71
|
+
* **connection:** make exchange cache useful across commands ([#234](https://github.com/astrale-os/cli/issues/234)) ([bdd3ac0](https://github.com/astrale-os/cli/commit/bdd3ac0091fefad2088415eee7554d0ef16beec4))
|
|
72
|
+
|
|
73
|
+
## [1.0.0-beta.36](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.35...cli/v1.0.0-beta.36) (2026-08-27)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **lib:** distribute commit-bound current skills ([#226](https://github.com/astrale-os/cli/issues/226)) ([84c8fcb](https://github.com/astrale-os/cli/commit/84c8fcb4523e642d6ac63669bd0b0d8d9c2249ad))
|
|
79
|
+
|
|
80
|
+
## [1.0.0-beta.35](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.34...cli/v1.0.0-beta.35) (2026-08-27)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **ci:** verify standalone asset publication ([#223](https://github.com/astrale-os/cli/issues/223)) ([3361bee](https://github.com/astrale-os/cli/commit/3361bee5bf97b82edac86987e443a8719a0ebe99))
|
|
86
|
+
|
|
87
|
+
## [1.0.0-beta.34](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.33...cli/v1.0.0-beta.34) (2026-08-27)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* **ci:** normalize embedded asset gzip ([#221](https://github.com/astrale-os/cli/issues/221)) ([16fbf75](https://github.com/astrale-os/cli/commit/16fbf751827b1632ab75c9d992279c85b0f21780))
|
|
93
|
+
|
|
94
|
+
## [1.0.0-beta.33](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.32...cli/v1.0.0-beta.33) (2026-08-27)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Features
|
|
98
|
+
|
|
99
|
+
* refine Studio workspace and Application discovery ([#219](https://github.com/astrale-os/cli/issues/219)) ([33537bd](https://github.com/astrale-os/cli/commit/33537bd866b15238980f45cd6f0fa51aa1e7a292))
|
|
100
|
+
* ship standalone Studio and native skills ([#217](https://github.com/astrale-os/cli/issues/217)) ([18ba28b](https://github.com/astrale-os/cli/commit/18ba28bf30a781eabaed1e948b5d9a2f81c82dd2))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* **identity:** adopt flat provision contract ([#220](https://github.com/astrale-os/cli/issues/220)) ([5839235](https://github.com/astrale-os/cli/commit/58392357854a352aba993b6221375e201358b75c))
|
|
106
|
+
* **issues:** target Project receiver API ([#213](https://github.com/astrale-os/cli/issues/213)) ([f82c761](https://github.com/astrale-os/cli/commit/f82c76113bf6d3e8487372d3c6c419ae17e68aec))
|
|
107
|
+
|
|
108
|
+
## [1.0.0-beta.32](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.31...cli/v1.0.0-beta.32) (2026-08-27)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* **connection:** cover long invocation credential lifetime ([#216](https://github.com/astrale-os/cli/issues/216)) ([c93ae47](https://github.com/astrale-os/cli/commit/c93ae4754a19c3bb6de5305c4b757cf67ba7cb98))
|
|
114
|
+
* **skill:** require cross-domain capabilities ([#214](https://github.com/astrale-os/cli/issues/214)) ([535b8cb](https://github.com/astrale-os/cli/commit/535b8cb24f9554774903c24e09b948ad3deb06d0))
|
|
115
|
+
|
|
116
|
+
## [1.0.0-beta.31](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.30...cli/v1.0.0-beta.31) (2026-08-26)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### ⚠ BREAKING CHANGES
|
|
120
|
+
|
|
121
|
+
* **commands:** replace query --definition with --class ([#210](https://github.com/astrale-os/cli/issues/210))
|
|
122
|
+
|
|
123
|
+
### Features
|
|
124
|
+
|
|
125
|
+
* **commands:** replace query --definition with --class ([#210](https://github.com/astrale-os/cli/issues/210)) ([396ea14](https://github.com/astrale-os/cli/commit/396ea149b83f5de5ad669b75237f0d2ddf3be7c9))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
* pin and expose Astrale skill provenance ([#212](https://github.com/astrale-os/cli/issues/212)) ([205c957](https://github.com/astrale-os/cli/commit/205c957bc00df2fb01b7f2e7b16b6c480fa59956))
|
|
131
|
+
|
|
132
|
+
## [1.0.0-beta.30](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.29...cli/v1.0.0-beta.30) (2026-08-26)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Bug Fixes
|
|
136
|
+
|
|
137
|
+
* **release:** use supported Node for publication checks ([#208](https://github.com/astrale-os/cli/issues/208)) ([db7c555](https://github.com/astrale-os/cli/commit/db7c5550f732d22f3caa304059285ad18aa568c3))
|
|
138
|
+
|
|
139
|
+
## [1.0.0-beta.29](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.28...cli/v1.0.0-beta.29) (2026-08-26)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* **commands:** bound browser profile cache and evict dormant profiles ([#204](https://github.com/astrale-os/cli/issues/204)) ([ad3f2ca](https://github.com/astrale-os/cli/commit/ad3f2cabf43f1aa2c2ea74140056cc42508a8594))
|
|
145
|
+
* **lib:** persist admitted session routes ([#207](https://github.com/astrale-os/cli/issues/207)) ([7196137](https://github.com/astrale-os/cli/commit/7196137cfe6728e1244e0f1d716450d4faae6648))
|
|
146
|
+
* **telemetry:** reduce an analyzed session to its durable artifacts ([#206](https://github.com/astrale-os/cli/issues/206)) ([db75a9e](https://github.com/astrale-os/cli/commit/db75a9e4277b652a106a241ee624256ceaf60c8a))
|
|
147
|
+
|
|
148
|
+
## [1.0.0-beta.28](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.27...cli/v1.0.0-beta.28) (2026-08-26)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Features
|
|
152
|
+
|
|
153
|
+
* polish Studio workspace interface ([#203](https://github.com/astrale-os/cli/issues/203)) ([205a335](https://github.com/astrale-os/cli/commit/205a335c0908a970ee1a821ff08865cb348b8904))
|
|
154
|
+
* **skills:** add Astrale frontend design guidance ([#198](https://github.com/astrale-os/cli/issues/198)) ([88892d3](https://github.com/astrale-os/cli/commit/88892d34b910f4981558bdc1ed05dd425635f740))
|
|
155
|
+
* **telemetry:** bound the session store by age and size ([#200](https://github.com/astrale-os/cli/issues/200)) ([f33a4d8](https://github.com/astrale-os/cli/commit/f33a4d8df50b734f18cba99c23f09c9da5f7c862))
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* **commands:** accept `astrale session analyze` with no id ([#201](https://github.com/astrale-os/cli/issues/201)) ([d3b2160](https://github.com/astrale-os/cli/commit/d3b21601c50b530418bae392bb5613042e3698a3))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Performance Improvements
|
|
164
|
+
|
|
165
|
+
* **telemetry:** scan the session store once, and cheaply ([#202](https://github.com/astrale-os/cli/issues/202)) ([4d713d3](https://github.com/astrale-os/cli/commit/4d713d32754aca95f3dc9b1085945234102a597d))
|
|
166
|
+
|
|
167
|
+
## [1.0.0-beta.27](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.26...cli/v1.0.0-beta.27) (2026-08-26)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
* **commands:** make skill updates self-healing ([#193](https://github.com/astrale-os/cli/issues/193)) ([4c47d36](https://github.com/astrale-os/cli/commit/4c47d3666682fae8139583ce61afaf9c385c6ce4))
|
|
173
|
+
|
|
174
|
+
## [1.0.0-beta.26](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.25...cli/v1.0.0-beta.26) (2026-08-26)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
178
|
+
|
|
179
|
+
* **ci:** authenticate channel release updates ([#191](https://github.com/astrale-os/cli/issues/191)) ([3239fb6](https://github.com/astrale-os/cli/commit/3239fb689d421bb074626babb58b2516bd015fb2))
|
|
180
|
+
|
|
181
|
+
## [1.0.0-beta.25](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.24...cli/v1.0.0-beta.25) (2026-08-26)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* **ui:** tolerate GitHub API rate limits ([#189](https://github.com/astrale-os/cli/issues/189)) ([24cd8f2](https://github.com/astrale-os/cli/commit/24cd8f2697c89f0797b0510d143d29f02fb046b7))
|
|
187
|
+
|
|
188
|
+
## [1.0.0-beta.24](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.23...cli/v1.0.0-beta.24) (2026-08-26)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* **ui:** resolve consumer registry targets ([#187](https://github.com/astrale-os/cli/issues/187)) ([cd16bd6](https://github.com/astrale-os/cli/commit/cd16bd6970670bc651fbfdb06782f43345810fe8))
|
|
194
|
+
|
|
195
|
+
## [1.0.0-beta.23](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.22...cli/v1.0.0-beta.23) (2026-08-26)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
* **ui:** admit component registry items ([#186](https://github.com/astrale-os/cli/issues/186)) ([c956ccb](https://github.com/astrale-os/cli/commit/c956ccb1581ab3442243577c0b5ac22caf060b7a))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Bug Fixes
|
|
204
|
+
|
|
205
|
+
* **cli:** align the published SDK and Shell cohort ([#184](https://github.com/astrale-os/cli/issues/184)) ([2f59091](https://github.com/astrale-os/cli/commit/2f59091d760cf3fe94d0b3e06b7f929aa85682af))
|
|
206
|
+
* remove retired View auth metadata ([#185](https://github.com/astrale-os/cli/issues/185)) ([0d1273d](https://github.com/astrale-os/cli/commit/0d1273d08eac1c929e578c7ed11f286e64d3c75f))
|
|
207
|
+
* **ui:** preserve development dependency ownership ([#182](https://github.com/astrale-os/cli/issues/182)) ([1ba4752](https://github.com/astrale-os/cli/commit/1ba4752519b6ad8bcecba2bab649d2798edf2cf4))
|
|
208
|
+
|
|
209
|
+
## [1.0.0-beta.22](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.21...cli/v1.0.0-beta.22) (2026-08-26)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
* **ui:** install released themes without alias remapping ([#180](https://github.com/astrale-os/cli/issues/180)) ([3d987c1](https://github.com/astrale-os/cli/commit/3d987c1825d46f0bd33dcc7b6858c2f1823cfda0))
|
|
215
|
+
|
|
216
|
+
## [1.0.0-beta.21](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.20...cli/v1.0.0-beta.21) (2026-08-26)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
* **ui:** install consumer-owned themes ([#179](https://github.com/astrale-os/cli/issues/179)) ([d8c7f6d](https://github.com/astrale-os/cli/commit/d8c7f6d0f63b08cf4363690709b6e2f2f5211c31))
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Bug Fixes
|
|
225
|
+
|
|
226
|
+
* **view:** preserve narrow mounted viewport ([#177](https://github.com/astrale-os/cli/issues/177)) ([6754a26](https://github.com/astrale-os/cli/commit/6754a26d79ca3a2e7b74c02dc59a45e6e1f6cee1))
|
|
227
|
+
|
|
228
|
+
## [1.0.0-beta.20](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.19...cli/v1.0.0-beta.20) (2026-08-26)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* **view:** grant exact external navigation origins ([#174](https://github.com/astrale-os/cli/issues/174)) ([4cdb3c1](https://github.com/astrale-os/cli/commit/4cdb3c162a8121211b96bdfc43bc17220e9f1c16))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
* **commands:** ship standalone View runtime ([#175](https://github.com/astrale-os/cli/issues/175)) ([83c429f](https://github.com/astrale-os/cli/commit/83c429fa4ebb78d1cddc78b7e4387f664042acff))
|
|
239
|
+
|
|
240
|
+
## [1.0.0-beta.19](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.18...cli/v1.0.0-beta.19) (2026-08-26)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
* **commands:** preserve journal correlation evidence ([#172](https://github.com/astrale-os/cli/issues/172)) ([962ffb9](https://github.com/astrale-os/cli/commit/962ffb914f73fcc0a75419d457f61265a8e1f035))
|
|
246
|
+
|
|
247
|
+
## [1.0.0-beta.18](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.17...cli/v1.0.0-beta.18) (2026-08-26)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
* **commands:** use current Schema client contracts ([#170](https://github.com/astrale-os/cli/issues/170)) ([9ca78e9](https://github.com/astrale-os/cli/commit/9ca78e991ed3ad97570604855fe72ba2e48ecdb3))
|
|
253
|
+
|
|
254
|
+
## [1.0.0-beta.17](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.16...cli/v1.0.0-beta.17) (2026-08-26)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Bug Fixes
|
|
258
|
+
|
|
259
|
+
* **commands:** remove stale UI diff guidance ([#168](https://github.com/astrale-os/cli/issues/168)) ([b50fb0c](https://github.com/astrale-os/cli/commit/b50fb0c29defc9b3cccd4c85ea820b02653bfae3))
|
|
260
|
+
|
|
261
|
+
## [1.0.0-beta.16](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.15...cli/v1.0.0-beta.16) (2026-08-26)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **ui:** own Domain registry workspaces ([#166](https://github.com/astrale-os/cli/issues/166)) ([0c79838](https://github.com/astrale-os/cli/commit/0c7983856b7e51500fc17744960cea410ba70e6b))
|
|
267
|
+
|
|
268
|
+
## [1.0.0-beta.15](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.14...cli/v1.0.0-beta.15) (2026-08-26)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Bug Fixes
|
|
272
|
+
|
|
273
|
+
* **ui:** preserve family registry file provenance ([#164](https://github.com/astrale-os/cli/issues/164)) ([3796f0a](https://github.com/astrale-os/cli/commit/3796f0a041b0d2b71e483ee236e3a55a85d1712b))
|
|
274
|
+
|
|
275
|
+
## [1.0.0-beta.14](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.13...cli/v1.0.0-beta.14) (2026-08-26)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Bug Fixes
|
|
279
|
+
|
|
280
|
+
* **ui:** resolve the published beta channel ([#162](https://github.com/astrale-os/cli/issues/162)) ([4cbae8c](https://github.com/astrale-os/cli/commit/4cbae8cf45ab553312ef55b5ba7dceb05c94c6ef))
|
|
281
|
+
|
|
282
|
+
## [1.0.0-beta.13](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.12...cli/v1.0.0-beta.13) (2026-08-26)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
### Features
|
|
286
|
+
|
|
287
|
+
* **ui:** add Astrale UI project tooling ([#160](https://github.com/astrale-os/cli/issues/160)) ([097b854](https://github.com/astrale-os/cli/commit/097b854cf5f9f1611d3f428ba95af173a51a88be))
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* **cli:** retain query and binary delivery evidence ([#157](https://github.com/astrale-os/cli/issues/157)) ([7cf55a5](https://github.com/astrale-os/cli/commit/7cf55a5d45d31a8a205b4d46f7517156349725a6))
|
|
293
|
+
* **commands:** mint reusable Kernel credentials ([#158](https://github.com/astrale-os/cli/issues/158)) ([634843c](https://github.com/astrale-os/cli/commit/634843c74d548bbace8cde493049fefdd3ddd0cf))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Performance Improvements
|
|
297
|
+
|
|
298
|
+
* **admin:** remove routine schema reflection ([#161](https://github.com/astrale-os/cli/issues/161)) ([26c1e56](https://github.com/astrale-os/cli/commit/26c1e56b9bb39934ab8c550e913d4a9a96195842))
|
|
299
|
+
|
|
300
|
+
## [1.0.0-beta.12](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.11...cli/v1.0.0-beta.12) (2026-08-25)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* **view:** preserve credential and viewer build evidence ([#149](https://github.com/astrale-os/cli/issues/149)) ([c519a44](https://github.com/astrale-os/cli/commit/c519a44382fce37a753f8e070ca75c8e3b712174))
|
|
306
|
+
|
|
307
|
+
## [1.0.0-beta.11](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.10...cli/v1.0.0-beta.11) (2026-08-25)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* **package:** ship current Shell credential boundary ([#147](https://github.com/astrale-os/cli/issues/147)) ([790957e](https://github.com/astrale-os/cli/commit/790957e5fcaf96c11144fa01a438b441ab6d6c4b))
|
|
313
|
+
|
|
314
|
+
## [1.0.0-beta.10](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.9...cli/v1.0.0-beta.10) (2026-08-25)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* **auth:** expire domain callback credentials ([#141](https://github.com/astrale-os/cli/issues/141)) ([4d1019f](https://github.com/astrale-os/cli/commit/4d1019fe3d22830fc259169cbd3947bd3d69f2c8))
|
|
320
|
+
* **commands:** separate managed and bookmark status ([#140](https://github.com/astrale-os/cli/issues/140)) ([3d487ed](https://github.com/astrale-os/cli/commit/3d487edfe562791a23bef45060112492e60c68cb))
|
|
321
|
+
* **package:** consume the qualified public SDK closure ([#143](https://github.com/astrale-os/cli/issues/143)) ([020db41](https://github.com/astrale-os/cli/commit/020db41da0910b5a24470f74997375ea4bb0eef2))
|
|
322
|
+
|
|
323
|
+
## [1.0.0-beta.9](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.8...cli/v1.0.0-beta.9) (2026-08-24)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* persist exact Instance caller identity ([631f2ea](https://github.com/astrale-os/cli/commit/631f2ea1d9ac244623a74632d86b50f264216d90))
|
|
329
|
+
* persist exact Instance caller identity ([98a8eec](https://github.com/astrale-os/cli/commit/98a8eec5affaf94a5c03a0fb9cde22b985d5a8f7))
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Documentation
|
|
333
|
+
|
|
334
|
+
* preserve Class hierarchy semantics ([09bc29d](https://github.com/astrale-os/cli/commit/09bc29dbbbb4b5ff555c870ee479c17225ad1a58))
|
|
335
|
+
* remove retired Host vocabulary ([e703b27](https://github.com/astrale-os/cli/commit/e703b27a1d8f58ae0e23ad546b3afb12fc414f6b))
|
|
336
|
+
|
|
337
|
+
## [1.0.0-beta.8](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.7...cli/v1.0.0-beta.8) (2026-08-24)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Bug Fixes
|
|
341
|
+
|
|
342
|
+
* **cli:** retain explicit debug evidence ([#135](https://github.com/astrale-os/cli/issues/135)) ([c17ea15](https://github.com/astrale-os/cli/commit/c17ea153898000cd1050aa368c4a738544880af4))
|
|
343
|
+
|
|
344
|
+
## [1.0.0-beta.7](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.6...cli/v1.0.0-beta.7) (2026-08-24)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* **ci:** publish cli through npm ([55c5fd2](https://github.com/astrale-os/cli/commit/55c5fd28eb0606f13ec799108d85668fb8b5a251))
|
|
350
|
+
* **ci:** publish CLI through npm ([81c5747](https://github.com/astrale-os/cli/commit/81c57476fbb30343eb096b4b4cba2f23bc5ffe86))
|
|
351
|
+
|
|
352
|
+
## [1.0.0-beta.6](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.5...cli/v1.0.0-beta.6) (2026-08-24)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
* align CLI error dependency cohort ([2de97ba](https://github.com/astrale-os/cli/commit/2de97baf9c7074a28db1cf8f8a383d51160d94da))
|
|
358
|
+
* **deps:** qualify published sdk and shell ([0003da2](https://github.com/astrale-os/cli/commit/0003da26211cf1a0eee81c08ce2dfb7eca44e98e))
|
|
359
|
+
* **deps:** require compatible shell release ([7282c20](https://github.com/astrale-os/cli/commit/7282c20bcc92b213147f3abab31ddb2afb05a21c))
|
|
360
|
+
* **deps:** require sdk facade release ([4c777f7](https://github.com/astrale-os/cli/commit/4c777f7d6fd44baf1ac1969cbb688bff274a8216))
|
|
361
|
+
* normalize CLI failure presentation ([96b16be](https://github.com/astrale-os/cli/commit/96b16be142c946dfdaff9d8f54bbbf9180f0d2c2))
|
|
362
|
+
* normalize CLI failure presentation ([d81fad9](https://github.com/astrale-os/cli/commit/d81fad95095bfd0391d5ebc0de49102fa043b265))
|
|
363
|
+
* **studio:** consume kernel through sdk ([b1a907a](https://github.com/astrale-os/cli/commit/b1a907ab1bae952ee353d61d0af37c41f5d9c453))
|
|
364
|
+
* **studio:** restore SDK V1 browser fixture ([cd172b0](https://github.com/astrale-os/cli/commit/cd172b09162b7b00e1e4b93670f1cd9637f766fa))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Documentation
|
|
368
|
+
|
|
369
|
+
* record cli cohort credential blocker ([73efde7](https://github.com/astrale-os/cli/commit/73efde7340ea115e9f3a91d4a9a1df357e4c9277))
|
|
370
|
+
* record fresh CLI kernel proof ([cf24cd2](https://github.com/astrale-os/cli/commit/cf24cd22fafefb60f93304aedd40245e445e1354))
|
|
371
|
+
* replace stale Domain skill with SDK V1 ([30facea](https://github.com/astrale-os/cli/commit/30facea4b31b7caf18b663e9384bcb6978bf0030))
|
|
372
|
+
* replace stale Domain skill with SDK V1 ([465f8e9](https://github.com/astrale-os/cli/commit/465f8e98f8fe7010906c9aa9c819df387ae2464e))
|
|
373
|
+
|
|
374
|
+
## [1.0.0-beta.5](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.4...cli/v1.0.0-beta.5) (2026-08-21)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
* adopt the official Kernel cohort ([#127](https://github.com/astrale-os/cli/issues/127)) ([153bd19](https://github.com/astrale-os/cli/commit/153bd19e9d01bf382441c1a64ec6a405ac7fb582))
|
|
380
|
+
* bind admin domains through current session APIs ([5058d8c](https://github.com/astrale-os/cli/commit/5058d8c79becd0ee93bc93cad7cc35418982a051))
|
|
381
|
+
* bind updates to executable ownership ([3c97711](https://github.com/astrale-os/cli/commit/3c97711ecd8076c01b34bcf820cf2588d30102b0))
|
|
382
|
+
* **host:** sandbox all mounted views [skip ci] ([24a2dd7](https://github.com/astrale-os/cli/commit/24a2dd7ae41a35e025492e5e7d83e05f0536da20))
|
|
383
|
+
* **lib:** bind updates to executable ownership ([e5a44e2](https://github.com/astrale-os/cli/commit/e5a44e2dfc4e4db1c6fc60a426667acffb3338ae))
|
|
384
|
+
* migrate legacy WorkOS client ID ([50ee228](https://github.com/astrale-os/cli/commit/50ee228004d284fc84e6f7ab8206e962f6d01cd4))
|
|
385
|
+
* migrate legacy WorkOS client ID ([6344a76](https://github.com/astrale-os/cli/commit/6344a765333ac589cc692f545e88253155dddb86))
|
|
386
|
+
|
|
387
|
+
## [1.0.0-beta.4](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.3...cli/v1.0.0-beta.4) (2026-08-21)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* select Admin target from release channel ([aba0771](https://github.com/astrale-os/cli/commit/aba077115c6c86080c0760d2c086d39a0644a517))
|
|
393
|
+
* set default WorkOS client ID ([1e016af](https://github.com/astrale-os/cli/commit/1e016af7bc17121594207fce63b8a4002c428942))
|
|
394
|
+
* set default WorkOS client ID ([c91a51a](https://github.com/astrale-os/cli/commit/c91a51aba93bb41bffe82a6fc523066d9b2b3cb4))
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Documentation
|
|
398
|
+
|
|
399
|
+
* document astrale-dev for testing local CLI source live ([d123c73](https://github.com/astrale-os/cli/commit/d123c73df452c2c9a49b6e7061c409b07aff1c54))
|
|
400
|
+
|
|
401
|
+
## [1.0.0-beta.3](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.2...cli/v1.0.0-beta.3) (2026-08-21)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* **deps:** adopt public SDK beta.9 cohort ([82ca54f](https://github.com/astrale-os/cli/commit/82ca54f7926d62911b81abb3c78fbdbcad7003cc))
|
|
407
|
+
* **deps:** adopt public SDK beta.9 cohort ([cc4a7af](https://github.com/astrale-os/cli/commit/cc4a7afca76ac328214bb14194d271fe5f86af3e))
|
|
408
|
+
|
|
409
|
+
## [1.0.0-beta.2](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.1...cli/v1.0.0-beta.2) (2026-08-21)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Features
|
|
413
|
+
|
|
414
|
+
* modernize Studio kernel integration ([57c29b0](https://github.com/astrale-os/cli/commit/57c29b0f9f27c4203dfd5569254496384292e9a7))
|
|
415
|
+
* modernize Studio kernel integration ([68f8b16](https://github.com/astrale-os/cli/commit/68f8b1670524512fcd71fb00d9768b794d69a335))
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Bug Fixes
|
|
419
|
+
|
|
420
|
+
* bind admin calls through current session ([a0b3f49](https://github.com/astrale-os/cli/commit/a0b3f4978ec8194232b79079610ac6f71012c9d2))
|
|
421
|
+
* bind Admin calls through current sessions ([ec772e8](https://github.com/astrale-os/cli/commit/ec772e8f433e341471336529d1a720e71d6cc98b))
|
|
422
|
+
* **lib:** persist OAuth client per IdP session ([39f2f93](https://github.com/astrale-os/cli/commit/39f2f93606c0b3c598a9f7e15e343c4704fccaf0))
|
|
423
|
+
* **lib:** persist OAuth client per IdP session ([d9c20fe](https://github.com/astrale-os/cli/commit/d9c20fe8c2ecd0aa55f5056a1857b431c5f40f29))
|
|
424
|
+
* migrate CLI to current beta cohort ([eb3b999](https://github.com/astrale-os/cli/commit/eb3b9998673713f92d21beee00acafa4c8f80f82))
|
|
425
|
+
* restore public SDK dependency cohort ([951b2e6](https://github.com/astrale-os/cli/commit/951b2e6f61679feb7c15487976f76d46bdbc173d))
|
|
426
|
+
* restore public SDK dependency cohort ([9b3e9b5](https://github.com/astrale-os/cli/commit/9b3e9b5b9f0d70084014a4bfe96fc7a3f9b9479c))
|
|
427
|
+
* support environment-scoped instance routes ([2925693](https://github.com/astrale-os/cli/commit/2925693d744b3cdc7e5a2bdc834b5598202a8e31))
|
|
428
|
+
* support environment-scoped instance routes ([b32b82a](https://github.com/astrale-os/cli/commit/b32b82ae0b74bb82988c2866474b9b41d5d821d4))
|
|
429
|
+
* support published client binding API ([49ef52f](https://github.com/astrale-os/cli/commit/49ef52ff586c3e9764f8fd4435561f9d4259b101))
|
|
430
|
+
* use canonical Domain Publication ([4fb1814](https://github.com/astrale-os/cli/commit/4fb1814c7bbf56a724ef3f3a94142241ed587f85))
|
|
431
|
+
* use canonical Domain Publication ([f2ecbce](https://github.com/astrale-os/cli/commit/f2ecbce70ea4666c90c0493f2d28e5de7e8d9bcb))
|
|
432
|
+
|
|
433
|
+
## [1.0.0-beta.1](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.0...cli/v1.0.0-beta.1) (2026-08-20)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
### Bug Fixes
|
|
437
|
+
|
|
438
|
+
* **admin:** delegate default Host placement ([b0b8033](https://github.com/astrale-os/cli/commit/b0b8033ee0159aa9df8f5a5a7db8a5a5291ad1cf))
|
|
439
|
+
* **cli:** respect update release channel ([b19e6d2](https://github.com/astrale-os/cli/commit/b19e6d2902d7f0719ad75ccbd47ce970beac2b1f))
|
|
440
|
+
|
|
441
|
+
## [1.0.0-beta.0](https://github.com/astrale-os/cli/compare/cli/v0.8.1-alpha.7...cli/v1.0.0-beta.0) (2026-08-20)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### ⚠ BREAKING CHANGES
|
|
445
|
+
|
|
446
|
+
* **commands:** call --describe is gone (use introspect). token --json is an object. Empty identity state has no default identity.
|
|
447
|
+
* **commands:** `astrale describe` is no longer a command. Use `astrale get <target>`.
|
|
448
|
+
* **commands:** `astrale ls` is no longer a command. Use `astrale query <source> --edge <class>`.
|
|
449
|
+
* adopt path-only invocation
|
|
450
|
+
* **commands:** split reads — get = point read, query = structured AST read over function.get
|
|
451
|
+
* **commands:** fold get children flags into a single --children <json>
|
|
452
|
+
* **commands:** retarget domain install to kernel Domain.install
|
|
453
|
+
* `astrale logs <service>` (positional) is now `astrale logs --service <name>`; the default reads the kernel journal.
|
|
454
|
+
|
|
455
|
+
* **commands:** fold get children flags into a single --children <json> ([57bc66c](https://github.com/astrale-os/cli/commit/57bc66c9a094412cc3614f82b194700c1ced66cd))
|
|
456
|
+
* **commands:** retarget domain install to kernel Domain.install ([edc77bd](https://github.com/astrale-os/cli/commit/edc77bd5b673d374a6eec0f79745734aa4789573))
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Features
|
|
460
|
+
|
|
461
|
+
* add --timing flag to astrale logs (per-step breakdown) ([e41dabf](https://github.com/astrale-os/cli/commit/e41dabf7de22127ae2e15a41a3a74bb213ec6c98))
|
|
462
|
+
* add Domain Studio (`astrale studio`) shipped inside the CLI ([3674d6b](https://github.com/astrale-os/cli/commit/3674d6b69c825eb6222070df4d2e95f9cf249ff6))
|
|
463
|
+
* add guided `astrale setup` onboarding command ([f53f192](https://github.com/astrale-os/cli/commit/f53f192f73fb2702a5f3563b4a25c8267b7c5943))
|
|
464
|
+
* add schema module tests and client package extraction ([5a9831f](https://github.com/astrale-os/cli/commit/5a9831f02e121a57b9bdd076a7657e47eaf8d07b))
|
|
465
|
+
* adopt kernel client session vocabulary ([5e5ecdf](https://github.com/astrale-os/cli/commit/5e5ecdffb075b4f95125130da011d27e090106dd))
|
|
466
|
+
* adopt Kernel Client Session vocabulary ([cc41f23](https://github.com/astrale-os/cli/commit/cc41f23a6dcf7a6dfea6fe56302d0a22a73a3c5a))
|
|
467
|
+
* adopt path-only invocation ([ea5924c](https://github.com/astrale-os/cli/commit/ea5924c0b7cffe69851f3da9be248b9b6894d1f9))
|
|
468
|
+
* astrale logs --timing (per-step dispatch breakdown) ([f8aa125](https://github.com/astrale-os/cli/commit/f8aa125bd0527c7b16f069f7d6d98a535312a66b))
|
|
469
|
+
* astrale logs <service> — tail a managed service's runtime buffer ([31eb22d](https://github.com/astrale-os/cli/commit/31eb22da767350fe1f2e0aaa2d3e01b0ac82dc13))
|
|
470
|
+
* astrale logs reads the kernel journal (Root.journal) by default ([8b61899](https://github.com/astrale-os/cli/commit/8b61899fa9c4f48a1ff34ccc19c3d1dbe9d03254))
|
|
471
|
+
* astrale logs reads the kernel journal (Root.journal) by default ([50e0c58](https://github.com/astrale-os/cli/commit/50e0c587c83111d0388906dbb2bb446f7a633708))
|
|
472
|
+
* astrale view — single-view sessions in an emulated shell host ([4df3125](https://github.com/astrale-os/cli/commit/4df3125de3e3d8a2a75d28510b197428ff8406cc))
|
|
473
|
+
* astrale view — single-view sessions in an emulated shell host ([9f2d855](https://github.com/astrale-os/cli/commit/9f2d8554004254d21c0ab6756a8057a7817e85c3))
|
|
474
|
+
* **auth:** exchange domain credentials ([1a4e881](https://github.com/astrale-os/cli/commit/1a4e88147b3efeb0739c53c023d0c6ebbeed2f21))
|
|
475
|
+
* **cli:** checkpoint domain token integration ([baaf09c](https://github.com/astrale-os/cli/commit/baaf09c4f79b0381f641e67a53d53b3f58a4d159))
|
|
476
|
+
* **cli:** checkpoint Domain token integration ([6f098ed](https://github.com/astrale-os/cli/commit/6f098ed8bf624f55550804848014722320fdf88a))
|
|
477
|
+
* **cli:** connect-core seam + IdP device-flow onVerification ([#34](https://github.com/astrale-os/cli/issues/34)) ([1e495e4](https://github.com/astrale-os/cli/commit/1e495e40b1034c614f230fd624496abc91bfdba0))
|
|
478
|
+
* **cli:** distinguish Kernel and Domain issuers ([8067412](https://github.com/astrale-os/cli/commit/8067412fe2f74ff620a652c6db4d54e2e99ccf31))
|
|
479
|
+
* **commands:** add `astrale browser` to drive the GUI via agent-browser ([44bed0b](https://github.com/astrale-os/cli/commit/44bed0b6d821958db47c9ae478f2910dd4ff318f))
|
|
480
|
+
* **commands:** add domain list and complete the domain DX refactor ([7b1b240](https://github.com/astrale-os/cli/commit/7b1b2404975249f42ce10e74e18b5c2aa966c208))
|
|
481
|
+
* **commands:** add schema operation recovery ([103fcb5](https://github.com/astrale-os/cli/commit/103fcb514c94484c7afa8c366c4cd89c7b5a6c3c))
|
|
482
|
+
* **commands:** add schema operation recovery ([e47eb3b](https://github.com/astrale-os/cli/commit/e47eb3b9728ba839649c8eb8f141fd1fa06b4e80))
|
|
483
|
+
* **commands:** adopt owned managed instances ([8fbbfd8](https://github.com/astrale-os/cli/commit/8fbbfd8d9beb5af82b915a88d4aa53be9c4bf4a7))
|
|
484
|
+
* **commands:** adopt owned managed instances ([a674fbf](https://github.com/astrale-os/cli/commit/a674fbf40fb06a6fba55e5e3a83aabe9395e0261))
|
|
485
|
+
* **commands:** candidate-based instance use resolution + list twin-merge + review fixes ([7a9df07](https://github.com/astrale-os/cli/commit/7a9df07ad9fe46613d47cbae6347975e19e2cb94))
|
|
486
|
+
* **commands:** drop the admin control-plane confirm prompt in setup ([1ae9c3f](https://github.com/astrale-os/cli/commit/1ae9c3f6cdad377c90683985b020557d1dcd3fc4))
|
|
487
|
+
* **commands:** exchange Domain credentials ([e267af7](https://github.com/astrale-os/cli/commit/e267af724fda4d8c8aa6af313a0e72314d730c2d))
|
|
488
|
+
* **commands:** gate identity overrides at install behind a DANGER consent prompt ([784f35d](https://github.com/astrale-os/cli/commit/784f35dd5363356f5c6f4224576555dca26c9ca2))
|
|
489
|
+
* **commands:** refresh installed agent skills on astrale update ([af69416](https://github.com/astrale-os/cli/commit/af694163c8b95ac856316906843e9a3f850bea1c))
|
|
490
|
+
* **commands:** remove astrale describe in favor of get ([077da30](https://github.com/astrale-os/cli/commit/077da30047052563bc62d9cb77f9ec8d068200a9))
|
|
491
|
+
* **commands:** remove astrale ls in favor of query ([fa6dd54](https://github.com/astrale-os/cli/commit/fa6dd54db9f25d7f65c9844c68872e0f820b27ee))
|
|
492
|
+
* **commands:** ship CLI surface R1–R17 (introspect, honest errors) ([21c02cf](https://github.com/astrale-os/cli/commit/21c02cf49f4be5993b5031580502d09e8107f498))
|
|
493
|
+
* **commands:** split reads — get = point read, query = structured AST read over function.get ([fa1403b](https://github.com/astrale-os/cli/commit/fa1403b81cedca55b041be5a874e6245e755ac72))
|
|
494
|
+
* complete kernel v2 cli migration ([f381c54](https://github.com/astrale-os/cli/commit/f381c54b1924179b30edc12949442f5f7e509f95))
|
|
495
|
+
* cut get/ls/describe over to function.get; add astrale mutate ([147ea17](https://github.com/astrale-os/cli/commit/147ea173c0a24a6c7ac6e9e4f18308f75a937c96))
|
|
496
|
+
* cut get/ls/describe over to function.get; add mutate command ([f502e15](https://github.com/astrale-os/cli/commit/f502e15050f2b700055ca6f6284777d27de288b2))
|
|
497
|
+
* enhance instance status reporting and readiness checks ([4f671ee](https://github.com/astrale-os/cli/commit/4f671eea4d90cae29d515d6ef771d2bf0c949fba))
|
|
498
|
+
* **host:** add kernel v2 connection seam ([1d47aaf](https://github.com/astrale-os/cli/commit/1d47aafc6bdb62d9d0ed342e7f141030c2e9e8d7))
|
|
499
|
+
* idempotent 'domain publish' + astrale-domain skill metadata ([fb28d86](https://github.com/astrale-os/cli/commit/fb28d86f0eee2a7af8f4a3af9d6446a3fe89f1c8))
|
|
500
|
+
* include error data (cause chain) in --debug extras ([b0aa454](https://github.com/astrale-os/cli/commit/b0aa454a770da768f0e7d606f0ebf7581bc04b86))
|
|
501
|
+
* lazy whoami-backed [@self](https://github.com/self) for idp identities ([01c45d0](https://github.com/astrale-os/cli/commit/01c45d0c02861ef32117fb7b6ef7bb33b0964fa4))
|
|
502
|
+
* **lib:** publish astrale-domain skill from the cli repo ([c08dc7c](https://github.com/astrale-os/cli/commit/c08dc7cafd8b73d6bf00ad37de15718faeb86cea))
|
|
503
|
+
* local telemetry — session recorder, harness adapters, opportunistic DX analyzer ([46dbe55](https://github.com/astrale-os/cli/commit/46dbe55f391187792c71c3eb3871cd1fbd3895c0))
|
|
504
|
+
* local telemetry — session recorder, harness adapters, opportunistic DX analyzer ([34fe32c](https://github.com/astrale-os/cli/commit/34fe32c35caf2586e00b42c37a287400e709cae5))
|
|
505
|
+
* make 'domain publish' idempotent — skip no-op catalog writes ([5b9866d](https://github.com/astrale-os/cli/commit/5b9866de8baa08cf00bd7ce67727d2dc19c773e1))
|
|
506
|
+
* make Studio domain headers draggable ([0a6f502](https://github.com/astrale-os/cli/commit/0a6f502006b2774ededa4f6704f4452d66b2f131))
|
|
507
|
+
* migrate cli commands to kernel v2 ([8e23663](https://github.com/astrale-os/cli/commit/8e236636d4b7cc16154e9215376e118c5822443c))
|
|
508
|
+
* migrate CLI commands to Kernel V2 ([af15fee](https://github.com/astrale-os/cli/commit/af15fee76b681daa0f525a98cde3cb0c89732cf3))
|
|
509
|
+
* publish astrale-cli skill for npx skills / gh skill / Claude plugin ([aeb43b8](https://github.com/astrale-os/cli/commit/aeb43b83ac37731ac2e8e95ff7f9c969ea0329f7))
|
|
510
|
+
* publish CLI + Domain Studio to npm as @astrale-os/cli ([da5d79e](https://github.com/astrale-os/cli/commit/da5d79e3fe58ba3000326e5ddcd797c8dd30fd14))
|
|
511
|
+
* refine domain dx refactor ([f92c168](https://github.com/astrale-os/cli/commit/f92c1683c30e34d213c3abb1f39f76b1df738760))
|
|
512
|
+
* secure CLI identity transfer ([69ff96f](https://github.com/astrale-os/cli/commit/69ff96f0c512362be0ba00dd10800fa1673c3ddd))
|
|
513
|
+
* show op latency column in astrale logs ([2548353](https://github.com/astrale-os/cli/commit/2548353b39de5c77851ae7d51be4c9450e6eede6))
|
|
514
|
+
* show op latency in astrale logs ([b60a77c](https://github.com/astrale-os/cli/commit/b60a77c62bef77eacdfac8790271a473c05741ae))
|
|
515
|
+
* **skills:** publish astrale services guidance ([#76](https://github.com/astrale-os/cli/issues/76)) ([18cca62](https://github.com/astrale-os/cli/commit/18cca62b861cb99083b88874ccd0abf6f38b9dcd))
|
|
516
|
+
* studio exports ASTRALE_SESSION; skill end-of-task DX-issue checklist ([8f94fb1](https://github.com/astrale-os/cli/commit/8f94fb1132d9af45446284a1af2433f4d33c0ef9))
|
|
517
|
+
* studio exports ASTRALE_SESSION; skill end-of-task DX-issue checklist ([717a612](https://github.com/astrale-os/cli/commit/717a61297d6481e6131aecca71ea4f32c05a853e))
|
|
518
|
+
* studio UX fixes and comment/anchor improvements ([a01d670](https://github.com/astrale-os/cli/commit/a01d670ff221081641e79ff50c08c50c24cefd31))
|
|
519
|
+
* studio UX fixes and comment/anchor improvements ([fcb8d5f](https://github.com/astrale-os/cli/commit/fcb8d5fe336d05c5936c5e0fdde5072d679ac628))
|
|
520
|
+
* studio visibility + interface materialization, gateway & CLI WIP ([a9230d7](https://github.com/astrale-os/cli/commit/a9230d73a2ebbd22f25d8042c849a87fc26d6e83))
|
|
521
|
+
* **studio:** add Codex harness and model selection ([027701c](https://github.com/astrale-os/cli/commit/027701c0e274ce503805bc27f8799330fc3f0bfa))
|
|
522
|
+
* **studio:** add Codex harness and model selection ([119c2b5](https://github.com/astrale-os/cli/commit/119c2b5e19b0302638a94c38e6cce7d1c2d9f359))
|
|
523
|
+
* **studio:** add multi-domain workspaces ([170f0d7](https://github.com/astrale-os/cli/commit/170f0d744bb7454c9d3521f6f833c381640c76e1))
|
|
524
|
+
* **studio:** compose multiple domains on canvas ([5bcfb14](https://github.com/astrale-os/cli/commit/5bcfb1407402722e790c8bbaa9fbde3aec9b317f))
|
|
525
|
+
* **studio:** guard and resize workspace domains ([84d5801](https://github.com/astrale-os/cli/commit/84d580161b089d090f349abc0bd0bf4f27ca980f))
|
|
526
|
+
* support current kernel schema in Studio ([a8fc0d1](https://github.com/astrale-os/cli/commit/a8fc0d1984aaff961813c2d78270b8062589ec14))
|
|
527
|
+
* unified per-element studio canvas visibility layer ([7fb9193](https://github.com/astrale-os/cli/commit/7fb919383210923f6ad7f7cb6d29105f0b96f8d7))
|
|
528
|
+
* unify Studio domain canvas controls ([6144626](https://github.com/astrale-os/cli/commit/6144626cc95efa4f2a1def4ae8ff012607a6ab29))
|
|
529
|
+
* version CLI identity state ([56b8b2e](https://github.com/astrale-os/cli/commit/56b8b2e3dd986299d505c02fdd7a65043821360d))
|
|
530
|
+
* **view:** route open intents to associated views ([9f8c2b1](https://github.com/astrale-os/cli/commit/9f8c2b156097eb805a31c15ff2143bfdd5096902))
|
|
531
|
+
* warn when the admin bookmark pins a different identity on create ([3784c76](https://github.com/astrale-os/cli/commit/3784c76efecf16206b6ab112570869383d11e04a))
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
* [@self](https://github.com/self) for idp identities — refuse with the whoami recipe instead of expanding the idp subject ([0c83325](https://github.com/astrale-os/cli/commit/0c83325db4f3bd67eca209bd9b02ec9366f5899f))
|
|
537
|
+
* analyzer files issues with --ci and plain-ASCII bodies (non-ci hang) ([9534203](https://github.com/astrale-os/cli/commit/9534203e14e936304dadbaed46cd8251fa564972))
|
|
538
|
+
* **ci:** allow ignored staged files ([63eb1a2](https://github.com/astrale-os/cli/commit/63eb1a29cc2906a10063d2c3a57c43773b258a49))
|
|
539
|
+
* **ci:** automate CLI beta releases ([0aca523](https://github.com/astrale-os/cli/commit/0aca523b9d7646255a2ce5cce6c7c3c76c154617))
|
|
540
|
+
* **ci:** automate CLI beta releases ([e633eeb](https://github.com/astrale-os/cli/commit/e633eeb98c96c66e8257ee4620e2347a5f3b34d9))
|
|
541
|
+
* **ci:** resolve [@astrale-os](https://github.com/astrale-os) from public npm + refresh lockfile ([d90fee4](https://github.com/astrale-os/cli/commit/d90fee4dde8ce3f757fe0c7ca547af0644795062))
|
|
542
|
+
* **ci:** resolve unpublished Shell for Studio bun install ([223b133](https://github.com/astrale-os/cli/commit/223b133b725e642dffaf2cfe1e21f0e529313000))
|
|
543
|
+
* **ci:** resolve unpublished Shell for Studio bun install ([eff5503](https://github.com/astrale-os/cli/commit/eff55037a4d39df9612ea25a07be44e98ce1eca3))
|
|
544
|
+
* **ci:** restore automated CLI publishing ([ab5d246](https://github.com/astrale-os/cli/commit/ab5d2469bd08bc242335db0caf703f46d04b3381))
|
|
545
|
+
* **cli:** align with current kernel APIs ([b03911f](https://github.com/astrale-os/cli/commit/b03911f41ac6dca361e63093433883ef30a918f0))
|
|
546
|
+
* **cli:** align with current kernel APIs ([585d961](https://github.com/astrale-os/cli/commit/585d961cf9b41e781d03a890bf36ff1334ee2a53))
|
|
547
|
+
* **cli:** bind Admin calls to installed Domain ([f5e95d3](https://github.com/astrale-os/cli/commit/f5e95d3497b673ad195df03d16c9b3e78cfafd70))
|
|
548
|
+
* **cli:** bind Admin calls to installed Domain ([9336c44](https://github.com/astrale-os/cli/commit/9336c44ef58536cb23cc6d10056139881d1d1ed2))
|
|
549
|
+
* **cli:** compose private and public TLS trust ([0cff538](https://github.com/astrale-os/cli/commit/0cff5387a033421b248b6915a27e75a728456779))
|
|
550
|
+
* **cli:** harden Domain transport and auth diagnostics ([faa35dc](https://github.com/astrale-os/cli/commit/faa35dcc3571c8f094156189b736d64c487876c0))
|
|
551
|
+
* **cli:** keep command timeout defaults ([6554e95](https://github.com/astrale-os/cli/commit/6554e9509e74a6a3ecbf13901f94dd81caed4b8f))
|
|
552
|
+
* **cli:** preserve same-audience session expiry ([960dcd8](https://github.com/astrale-os/cli/commit/960dcd8aa66dcf1c4d771d1c5c6cceafe1aaaea8))
|
|
553
|
+
* **cli:** read the declared origin from /meta.origin ([#95](https://github.com/astrale-os/cli/issues/95)) [skip ci] ([9103210](https://github.com/astrale-os/cli/commit/91032108fe66147c02b7dab5050ed12e24920c3d))
|
|
554
|
+
* **cli:** validate token exchange responses ([ceb981b](https://github.com/astrale-os/cli/commit/ceb981b4786b353def19cb202cb5af5bdcfc7609))
|
|
555
|
+
* **commands:** align logs, describe, install, and mutate with Kernel V2 ([5ec14f0](https://github.com/astrale-os/cli/commit/5ec14f0701dcd80e392b0b1bb3e16d4ed4c44885))
|
|
556
|
+
* **commands:** align logs, describe, install, and mutate with Kernel V2 ([b4598fe](https://github.com/astrale-os/cli/commit/b4598fe9b96a1b68260ee9972182eeda5140e4df))
|
|
557
|
+
* **commands:** clarify domain and bookmark trust failures [skip ci] ([c4a49f7](https://github.com/astrale-os/cli/commit/c4a49f7b43d9c9f00637cafe0e05e54e07573b15))
|
|
558
|
+
* **commands:** clarify domain and bookmark trust failures [skip ci] ([5127f81](https://github.com/astrale-os/cli/commit/5127f81af45a493254ef7337db0c06b340db4acd))
|
|
559
|
+
* **commands:** clarify installed CLI runtimes ([d0b1f70](https://github.com/astrale-os/cli/commit/d0b1f70cf353300f0a6469888de1cd3bd6bf3128))
|
|
560
|
+
* **commands:** clarify published cli runtime (issue iss_90fd577f) ([ae1ea16](https://github.com/astrale-os/cli/commit/ae1ea16553da99b1a881db5ffc3e96fef0642b15))
|
|
561
|
+
* **commands:** correct call payload guidance ([1fc9e73](https://github.com/astrale-os/cli/commit/1fc9e738b9089265e463d6ee855b7ee2d309e333))
|
|
562
|
+
* **commands:** document call payload inputs (issue iss_60382d35) ([2614053](https://github.com/astrale-os/cli/commit/26140535bebb8f4cafc126a890c1740f720cdff4))
|
|
563
|
+
* **commands:** identity register resolves classes via graph.query; skills teach doors-only reads ([80e8a40](https://github.com/astrale-os/cli/commit/80e8a408439889d1c38e76b44f78fb09cf56d584))
|
|
564
|
+
* **commands:** list view candidates before selection ([11be6ba](https://github.com/astrale-os/cli/commit/11be6ba6b0c4d0b0d393b170791a19bd28f9b222))
|
|
565
|
+
* **commands:** narrow view port lock boundary ([4414821](https://github.com/astrale-os/cli/commit/441482167697b535029be4a8ae25810ae2c21c51))
|
|
566
|
+
* **commands:** refresh graph document examples ([51c4855](https://github.com/astrale-os/cli/commit/51c4855f84c1d4be36c4759ebd3143df5da070d8))
|
|
567
|
+
* **commands:** render missing-argument errors + spinner on admin instance commands ([9c4e03c](https://github.com/astrale-os/cli/commit/9c4e03c97d84a9665258e6a33d2695f92cfc6015))
|
|
568
|
+
* **commands:** serialize view port allocation (issue iss_414b7690) ([aa794c0](https://github.com/astrale-os/cli/commit/aa794c0b034512f9a6a08042b6ced70e80776052))
|
|
569
|
+
* **commands:** serialize view session port allocation ([90538fb](https://github.com/astrale-os/cli/commit/90538fbcebcad6e81eed8f8771970f72a249d1f8))
|
|
570
|
+
* **commands:** surface actionable kernel errors ([452097f](https://github.com/astrale-os/cli/commit/452097fe483fbad9849850bcc6485f8996dd6614))
|
|
571
|
+
* **commands:** surface actionable kernel errors ([3f89567](https://github.com/astrale-os/cli/commit/3f8956764f87633a269b9261ac2e5d153c0ef5bf))
|
|
572
|
+
* **commands:** use point read for get ([5f0b3fd](https://github.com/astrale-os/cli/commit/5f0b3fdaa2f706807d11b152efe164a95aab81f2))
|
|
573
|
+
* **commands:** use semantic admin method paths ([9b5d1b2](https://github.com/astrale-os/cli/commit/9b5d1b2e4e2ab592ee7c046ed9f3293c5b2ec031))
|
|
574
|
+
* **commands:** use semantic admin method paths ([a271fbf](https://github.com/astrale-os/cli/commit/a271fbf42e4882fef198fd32fd6bbc6eb63e3484))
|
|
575
|
+
* **commands:** use vendored schema syscall ([7a9f404](https://github.com/astrale-os/cli/commit/7a9f404ff3fecc69fbf06dc182ed45b787c31613))
|
|
576
|
+
* **connection:** align admitted host hops ([49c3b91](https://github.com/astrale-os/cli/commit/49c3b91f7b3bcef5ef24a91e87de6c0bb3dc6995))
|
|
577
|
+
* create runs as the logged-in identity; stale bookmark orgs self-heal ([7d7a792](https://github.com/astrale-os/cli/commit/7d7a7923e9f6b8235dff48adeb024bd1dde2196d))
|
|
578
|
+
* **deps:** consume Kernel V2 edge DSL without private tmp packs ([7a833d6](https://github.com/astrale-os/cli/commit/7a833d66f9bc7221a4043c075cc3c04eea9bdac2))
|
|
579
|
+
* **deps:** consume Kernel V2 edge DSL without private tmp packs ([435bb00](https://github.com/astrale-os/cli/commit/435bb002cbbe3d9f6084275454f95236bd9462c1))
|
|
580
|
+
* **deps:** declare msgpackr for package builds ([034ca16](https://github.com/astrale-os/cli/commit/034ca1694faf6ef01af7c9d1f03aaea094a68fd9))
|
|
581
|
+
* **deps:** declare package build dependencies ([de35cb5](https://github.com/astrale-os/cli/commit/de35cb53403ba1cfef724a62d2671278e837e77b))
|
|
582
|
+
* **deps:** floor kernel-client at 0.3.1 (single kernel-core) ([94c92a4](https://github.com/astrale-os/cli/commit/94c92a419ead9b1dcd7265d066a9a85ec74b7c33))
|
|
583
|
+
* **deps:** floor kernel-client at 0.3.1 (single kernel-core) ([138e61b](https://github.com/astrale-os/cli/commit/138e61bb8b62e174a2ea60662a96d0b0db4088b3))
|
|
584
|
+
* **deps:** resolve high-severity Dependabot advisories ([f45aa47](https://github.com/astrale-os/cli/commit/f45aa4777653ebeccfca82819e4c72565050303d))
|
|
585
|
+
* **domain:** clarify uninstall data safety ([26bcf68](https://github.com/astrale-os/cli/commit/26bcf68fb38c5b007b053dd7679a137b47189668))
|
|
586
|
+
* **domain:** preserve Admin install upgrade errors ([6d36d1c](https://github.com/astrale-os/cli/commit/6d36d1ccfe94d7421c45d4993d0c16f3dc74fbc9))
|
|
587
|
+
* enhance error handling in instance deletion command ([2af3650](https://github.com/astrale-os/cli/commit/2af3650a998bbc084ace8bf4d813a876908e758b))
|
|
588
|
+
* **errors:** explain non-public domain addresses [skip ci] ([578b878](https://github.com/astrale-os/cli/commit/578b878be0129482baa392ab205fde84ef0a172b))
|
|
589
|
+
* **errors:** render structured function input issues ([312539c](https://github.com/astrale-os/cli/commit/312539ce2e323b635dee609e5074942fa4780445))
|
|
590
|
+
* guide alpha create users to auth login ([a0915b3](https://github.com/astrale-os/cli/commit/a0915b3a23df21ecda17711544a72d12edbc0df8))
|
|
591
|
+
* harden cli release updates ([9b1c740](https://github.com/astrale-os/cli/commit/9b1c740f630c3b9eaa63d2002372b54b13da4669))
|
|
592
|
+
* **host:** refresh local view runtime [skip ci] ([f13f78b](https://github.com/astrale-os/cli/commit/f13f78bc4701f07ebc15a0a15542ae616ba74eea))
|
|
593
|
+
* include default WorkOS alpha client id ([ace009c](https://github.com/astrale-os/cli/commit/ace009ce307e0287d88f06d47e28afe4f42173bd))
|
|
594
|
+
* instance store read no longer rewrites the file — active clobber race ([540052a](https://github.com/astrale-os/cli/commit/540052a7cd82d283ae4f8876ccbba3335767eabe))
|
|
595
|
+
* keep managed instances out of bookmarks ([dbe80af](https://github.com/astrale-os/cli/commit/dbe80af009270980a59effd860917c15be5873d4))
|
|
596
|
+
* kernel-client/kernel-core are runtime deps (CLI source imports them) ([1b25d42](https://github.com/astrale-os/cli/commit/1b25d422cd2377122a76c189f79f1cf1b8a2dcd7))
|
|
597
|
+
* **lib:** bind exchange cache to user proof ([4e6fc78](https://github.com/astrale-os/cli/commit/4e6fc784db250427aa64f2bb2d2affd94dd3d6d4))
|
|
598
|
+
* **lib:** drop unused Admin Host property helpers ([aa3713b](https://github.com/astrale-os/cli/commit/aa3713b8e339d01f1d0d32ed735c440594ab87ed))
|
|
599
|
+
* **lib:** durable IdP sessions — locked refresh, per-audience tokens, transient error split ([88839a1](https://github.com/astrale-os/cli/commit/88839a1fa3e49d8aff345e74583847993b99f0b8))
|
|
600
|
+
* **lib:** keep open-intent tests runtime-independent ([1396af4](https://github.com/astrale-os/cli/commit/1396af44a6982d71e68395c3962d18b9c7734b21))
|
|
601
|
+
* **lib:** refresh idp self registrations ([bd19ca8](https://github.com/astrale-os/cli/commit/bd19ca8251ca1c8cbafdee6545b7e2c193d43ab3))
|
|
602
|
+
* normalize managed instance bookmarks ([cc36377](https://github.com/astrale-os/cli/commit/cc363773fc859249f371bff610704ca615ed3a5f))
|
|
603
|
+
* pin token scoping to the org returned by instance create ([db519e4](https://github.com/astrale-os/cli/commit/db519e4bbf2b597c02c7f2dcafc8ee5accc0c467))
|
|
604
|
+
* regenerate cli lockfile for studio deps; studio create->context nav ([a5b0646](https://github.com/astrale-os/cli/commit/a5b06462ef44221424bc39d3c06a565924410673))
|
|
605
|
+
* **release:** bump release-please manifest to 0.4.0-alpha.13 ([fd0c1c3](https://github.com/astrale-os/cli/commit/fd0c1c397a77d98d1ed45a2046bd7a4e25482bd2))
|
|
606
|
+
* **release:** restore automated CLI publishing ([91d0c3e](https://github.com/astrale-os/cli/commit/91d0c3e7b1f658bb5c8f5039d574e589df10723c))
|
|
607
|
+
* restore Claude model and Ultra controls ([4846f62](https://github.com/astrale-os/cli/commit/4846f620ad14dbca30f9dafcdfad192366b2046d))
|
|
608
|
+
* saga-sized default timeout on instance create/delete ([dae38a0](https://github.com/astrale-os/cli/commit/dae38a03c3378e628572ff1109db7445e7cd6db1))
|
|
609
|
+
* studio introspection resolves member names from the defineSchema map ([dc54081](https://github.com/astrale-os/cli/commit/dc54081b9e44940a37403a2ce56efe7b04b4cbb2))
|
|
610
|
+
* **studio:** discover local preview packages ([7805fa3](https://github.com/astrale-os/cli/commit/7805fa373f1a296d3a036671579a66cdb02b23aa))
|
|
611
|
+
* **studio:** stabilize external workspace frames ([f3e23a0](https://github.com/astrale-os/cli/commit/f3e23a049984ae9ea1645c5878fa0f8f3bfb292c))
|
|
612
|
+
* support Claude Ultracode mode ([4995187](https://github.com/astrale-os/cli/commit/4995187224f10b77a70d1138cc018604f4c8080c))
|
|
613
|
+
* sync standalone lockfile with @astrale-os/shell devDependency ([7b1b3c9](https://github.com/astrale-os/cli/commit/7b1b3c940c34dbcc82f54f806f7a0596fcad36e0))
|
|
614
|
+
* sync standalone lockfile with @astrale-os/shell devDependency ([e74f933](https://github.com/astrale-os/cli/commit/e74f9339839d27f3b97679b02a4ca8b3c0dc94a1))
|
|
615
|
+
* target native issues domain ([09b5e98](https://github.com/astrale-os/cli/commit/09b5e983fe828380c4c8396434ce44b7c1bfdacc))
|
|
616
|
+
* target native issues domain ([cd24aaa](https://github.com/astrale-os/cli/commit/cd24aaa7a0846a80934700b94c6d900d50279fcc))
|
|
617
|
+
* telemetry paths resolve at call time; test cleanups confined to tmpdir ([d38aecf](https://github.com/astrale-os/cli/commit/d38aecf59707abe88ddc9c87836706b8485d5c92))
|
|
618
|
+
* telemetry review pass — bunfs self-spawn, analyzer sandbox, GC, redaction shapes ([5ec0785](https://github.com/astrale-os/cli/commit/5ec07859f99cce9b97fb9d27093647df97b092c0))
|
|
619
|
+
* track cli channel release identity ([5cdf3d5](https://github.com/astrale-os/cli/commit/5cdf3d5a02708fbd1c445d856140df2ca3d2ff02))
|
|
620
|
+
* typed fail-fast for unknown -i instances; machine-readable errors in machine mode ([c262b99](https://github.com/astrale-os/cli/commit/c262b99a6acde0f4f9a403734b484ef09f8d475c))
|
|
621
|
+
* typed fail-fast for unknown -i instances; machine-readable errors in machine mode ([49f2476](https://github.com/astrale-os/cli/commit/49f2476679b100e16d039717d50aeeb43af23efc))
|
|
622
|
+
* unify instance target resolution ([1b1d936](https://github.com/astrale-os/cli/commit/1b1d9362657ffa41c08122750028f4e5e6d5b476))
|
|
623
|
+
* update default issuer to 'https://unregistered.invalid' across configurations and tests ([a5d18fc](https://github.com/astrale-os/cli/commit/a5d18fcedd5361da156921253dc3612b77a1e9e2))
|
|
624
|
+
* **viewer:** use current shell host configuration ([963bc55](https://github.com/astrale-os/cli/commit/963bc55c309dfeb7fb56aeca9d8b1ce0fc7137ae))
|
|
625
|
+
* **viewer:** use current shell host configuration ([9191675](https://github.com/astrale-os/cli/commit/919167579c4eb6d299f114d2b7ff0ecae9049349))
|
|
626
|
+
* **view:** list candidates before selection ([9141b18](https://github.com/astrale-os/cli/commit/9141b1809478ed5111dc70d0ee5f9c313f5f0136))
|
|
627
|
+
* **view:** resolve packaged viewer from module ([bbf647b](https://github.com/astrale-os/cli/commit/bbf647b34223970e11d5855ec7a9031444b2c160))
|
|
628
|
+
* **view:** resolve packaged viewer from module ([d4264f7](https://github.com/astrale-os/cli/commit/d4264f7dd61190d031d8f174952c1334ba32bf1b))
|
|
629
|
+
* **view:** wait for settled captures ([845881d](https://github.com/astrale-os/cli/commit/845881d3afd3be635f4fdb16bdbd29296af4a379))
|
|
630
|
+
* **view:** wait for settled one-shot captures ([4677b62](https://github.com/astrale-os/cli/commit/4677b62c72465e7824361b3804967383009e620f))
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Performance Improvements
|
|
634
|
+
|
|
635
|
+
* defer schema layout bundle ([f9ff7dc](https://github.com/astrale-os/cli/commit/f9ff7dc70a98e366ec06bbfd5b0e98b23e2e5927))
|
|
636
|
+
* defer schema layout bundle ([2707642](https://github.com/astrale-os/cli/commit/2707642cb15a0a1713f30d993c8c48cec082ac65))
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Documentation
|
|
640
|
+
|
|
641
|
+
* add frontend architecture guidance to astrale-domain skill ([5b5f311](https://github.com/astrale-os/cli/commit/5b5f311863daa8d6656d9fdb56b1dd58c3493d78))
|
|
642
|
+
* add frontend architecture guidance to astrale-domain skill ([f18001d](https://github.com/astrale-os/cli/commit/f18001d24e224da918c3c3edd889e8819586026a))
|
|
643
|
+
* add issue-reporting + container-vs-edge skill guidance ([092367f](https://github.com/astrale-os/cli/commit/092367f39442127dc01f969f90f9614293cb793b))
|
|
644
|
+
* add Issues-retrospective topics to astrale-domain skill ([#42](https://github.com/astrale-os/cli/issues/42)) ([f3570ef](https://github.com/astrale-os/cli/commit/f3570ef920cada5910d696b747ea14d4449f21b3))
|
|
645
|
+
* add no-instance domain validation topic to astrale-domain skill ([#43](https://github.com/astrale-os/cli/issues/43)) ([605ad5c](https://github.com/astrale-os/cli/commit/605ad5c7c28dffcf9879b7ec88b3d92e2f779c6b))
|
|
646
|
+
* astrale-domain skill — add when_to_use + scaffold note ([9da89f1](https://github.com/astrale-os/cli/commit/9da89f1e86cf10d595189f32bef76a3ac096cbba))
|
|
647
|
+
* **cli:** rename temporal context to history ([620576b](https://github.com/astrale-os/cli/commit/620576b4bd1ac861215fe813945ea251d015926e))
|
|
648
|
+
* **cli:** rename temporal context to history ([d020744](https://github.com/astrale-os/cli/commit/d020744b111baef8c64564f42a22c5437ba65f90))
|
|
649
|
+
* **domain:** document mounted view requirements ([#74](https://github.com/astrale-os/cli/issues/74)) ([6bf3a98](https://github.com/astrale-os/cli/commit/6bf3a9816762e6132d3d6b41405fcdb16c473be4))
|
|
650
|
+
* rename astrale-domain skill name to kebab-case convention ([cb40b16](https://github.com/astrale-os/cli/commit/cb40b16af08db18755f540db0c01b45083f55886))
|
|
651
|
+
* require phased Astrale domain creation workflow ([1708af7](https://github.com/astrale-os/cli/commit/1708af757b652709f7e9c747607c1ae3904a3a9f))
|
|
652
|
+
* require phased domain creation workflow ([00402b6](https://github.com/astrale-os/cli/commit/00402b65730bd5405adcc902badfa1a4eeaf7039))
|
|
653
|
+
* skill — key=value coercion rules ([8eda487](https://github.com/astrale-os/cli/commit/8eda48719181adc82a023d0608ab72e7d4c66e6a))
|
|
654
|
+
* skill revisions — [@id](https://github.com/id) gotchas, stdin payloads, cause-chain debug, managed adapter ([8c5145f](https://github.com/astrale-os/cli/commit/8c5145fbc8db0798ec8b7f4f220f8a8ed4008d5d))
|
|
655
|
+
* teach issue listing through graph queries ([961de08](https://github.com/astrale-os/cli/commit/961de08576b90526308aeb14f404f42d8a1eb0c3))
|
|
656
|
+
* teach issue listing through graph queries ([505f9f1](https://github.com/astrale-os/cli/commit/505f9f119623ef34ceb1ec42d42dc17b33be4001))
|
|
657
|
+
* token help says which flows it serves (worker-direct, no .grant) ([33a5552](https://github.com/astrale-os/cli/commit/33a55520fde56a5f0611e321151c3af3115d0351))
|
|
658
|
+
* update astrale-domain skill ([e958239](https://github.com/astrale-os/cli/commit/e958239cecbeb0e13316b7d9867e1b34ebbd9126))
|
|
659
|
+
* update astrale-domain skill ([dd38678](https://github.com/astrale-os/cli/commit/dd38678526d71161fef7d90613b490bcf911d91f))
|
|
660
|
+
* update astrale-domain skill ([31331ec](https://github.com/astrale-os/cli/commit/31331ecf39c976885f97a3d8bb7000bfd523d735))
|
|
661
|
+
* update astrale-domain skill ([3558ca6](https://github.com/astrale-os/cli/commit/3558ca625b54755378c402b6e6426461be0b7169))
|
|
662
|
+
* update astrale-domain skill ([#44](https://github.com/astrale-os/cli/issues/44)) ([143ddb3](https://github.com/astrale-os/cli/commit/143ddb36a0d49d9a7892da943d34e2e29fdc1de8))
|
|
663
|
+
* update shell domain examples ([aea8f23](https://github.com/astrale-os/cli/commit/aea8f23f85183dff74883ef1b7a35b6fdd77dd6b))
|
|
664
|
+
* update shell domain examples ([9092315](https://github.com/astrale-os/cli/commit/90923151de49b5ac42f621bfb5a276617c4cab0e))
|
|
665
|
+
* update Shell domain search examples ([3aea636](https://github.com/astrale-os/cli/commit/3aea636422b8b4c61e46ecefadb0a8eb63503bab))
|
|
666
|
+
* update Shell domain search examples ([ae5e517](https://github.com/astrale-os/cli/commit/ae5e517f671945d168da30a4605f90ac261aa847))
|
|
667
|
+
|
|
668
|
+
## [0.8.1-alpha.6](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.5...cli-v0.8.1-alpha.6) (2026-08-20)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### ⚠ BREAKING CHANGES
|
|
672
|
+
|
|
673
|
+
* **commands:** add `astrale introspect`; drop `call --describe`
|
|
674
|
+
* **commands:** empty identity home no longer seeds a fake `manager`
|
|
675
|
+
* **commands:** `--json`/`--ci`/non-TTY emit structured errors on stderr
|
|
676
|
+
* **commands:** `token --json` is `{ token, expiresAt }`; `--ttl` is a positive integer
|
|
677
|
+
* **commands:** `--as` cannot be combined with `--creds`
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Features
|
|
681
|
+
|
|
682
|
+
* **commands:** add `astrale introspect` on the Kernel Schema syscall
|
|
683
|
+
* **commands:** identity write commands accept `--json`
|
|
684
|
+
* **commands:** `view --list` without a spec lists sessions
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
* **commands:** map unknown `-i` to `INSTANCE_NOT_FOUND` before Admin exchange
|
|
690
|
+
* **commands:** reject method Paths on `get`; denoise schema unless `--schema`
|
|
691
|
+
* **commands:** admit `call --dry-run` Paths and prefer key=value over hanging stdin
|
|
692
|
+
* **commands:** validate journal `--since`/`--until`/`--cursor` and expand `@self` principal
|
|
693
|
+
* **commands:** `update --check` reports the running binary against npm `latest`
|
|
694
|
+
* **lib:** drop unused `--offline-ok` / `--log-level` / `--log-format`
|
|
695
|
+
* **commands:** Mutation V3 empty operations fail in CLI language
|
|
696
|
+
|
|
697
|
+
## [0.8.1-alpha.5](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.4...cli-v0.8.1-alpha.5) (2026-08-19)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### ⚠ BREAKING CHANGES
|
|
701
|
+
|
|
702
|
+
* **commands:** remove `astrale describe`; read one Node with `astrale get`
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
### Features
|
|
706
|
+
|
|
707
|
+
* **commands:** remove `astrale describe` in favor of `get`
|
|
708
|
+
|
|
709
|
+
## [0.8.1-alpha.4](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.3...cli-v0.8.1-alpha.4) (2026-08-19)
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### ⚠ BREAKING CHANGES
|
|
713
|
+
|
|
714
|
+
* **commands:** remove `astrale ls`; list graph neighborhoods with `astrale query`
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Features
|
|
718
|
+
|
|
719
|
+
* **commands:** remove `astrale ls` in favor of `query`
|
|
720
|
+
|
|
721
|
+
## [0.8.1-alpha.3](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.2...cli-v0.8.1-alpha.3) (2026-08-19)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Bug Fixes
|
|
725
|
+
|
|
726
|
+
* **commands:** admit Kernel journal v2 `occurredAt` records in `astrale logs`
|
|
727
|
+
* **commands:** describe callables from the installed Domain schema
|
|
728
|
+
* **commands:** send the current remote install syscall from `domain install --direct`
|
|
729
|
+
* **commands:** explain that managed `instance list` needs Admin + IdP
|
|
730
|
+
* **commands:** reject PatchData on `mutate --dry` with a Mutation V3 error
|
|
731
|
+
|
|
732
|
+
## [0.8.1-alpha.2](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.1...cli-v0.8.1-alpha.2) (2026-08-19)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Bug Fixes
|
|
736
|
+
|
|
737
|
+
* **ci:** resolve unpublished Shell for standalone Studio `bun install`
|
|
738
|
+
|
|
739
|
+
## [0.8.1-alpha.1](https://github.com/astrale-os/cli/compare/cli-v0.8.1-alpha.0...cli-v0.8.1-alpha.1) (2026-08-19)
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
### Bug Fixes
|
|
743
|
+
|
|
744
|
+
* **deps:** decode Kernel V2 explicit edge direction and drop private tmp packs
|
|
745
|
+
* **ci:** install build-time Kernel packages before compiling the standalone binary
|
|
746
|
+
|
|
747
|
+
## [0.8.1-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.8.0-alpha.0...cli-v0.8.1-alpha.0) (2026-07-17)
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### Performance Improvements
|
|
751
|
+
|
|
752
|
+
* defer schema layout bundle ([f9ff7dc](https://github.com/astrale-os/cli/commit/f9ff7dc70a98e366ec06bbfd5b0e98b23e2e5927))
|
|
753
|
+
* defer schema layout bundle ([2707642](https://github.com/astrale-os/cli/commit/2707642cb15a0a1713f30d993c8c48cec082ac65))
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### Documentation
|
|
757
|
+
|
|
758
|
+
* update astrale-domain skill ([e958239](https://github.com/astrale-os/cli/commit/e958239cecbeb0e13316b7d9867e1b34ebbd9126))
|
|
759
|
+
* update astrale-domain skill ([dd38678](https://github.com/astrale-os/cli/commit/dd38678526d71161fef7d90613b490bcf911d91f))
|
|
760
|
+
|
|
761
|
+
## [0.8.0-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.7.0-alpha.0...cli-v0.8.0-alpha.0) (2026-07-16)
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
### Features
|
|
765
|
+
|
|
766
|
+
* **studio:** add Codex harness and model selection ([027701c](https://github.com/astrale-os/cli/commit/027701c0e274ce503805bc27f8799330fc3f0bfa))
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
### Bug Fixes
|
|
770
|
+
|
|
771
|
+
* **view:** resolve packaged viewer from module ([bbf647b](https://github.com/astrale-os/cli/commit/bbf647b34223970e11d5855ec7a9031444b2c160))
|
|
772
|
+
* **view:** resolve packaged viewer from module ([d4264f7](https://github.com/astrale-os/cli/commit/d4264f7dd61190d031d8f174952c1334ba32bf1b))
|
|
773
|
+
|
|
774
|
+
## [0.7.0-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.6.3-alpha.0...cli-v0.7.0-alpha.0) (2026-07-16)
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
### Features
|
|
778
|
+
|
|
779
|
+
* **commands:** adopt owned managed instances ([8fbbfd8](https://github.com/astrale-os/cli/commit/8fbbfd8d9beb5af82b915a88d4aa53be9c4bf4a7))
|
|
780
|
+
* **commands:** adopt owned managed instances ([a674fbf](https://github.com/astrale-os/cli/commit/a674fbf40fb06a6fba55e5e3a83aabe9395e0261))
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
### Bug Fixes
|
|
784
|
+
|
|
785
|
+
* **commands:** clarify installed CLI runtimes ([d0b1f70](https://github.com/astrale-os/cli/commit/d0b1f70cf353300f0a6469888de1cd3bd6bf3128))
|
|
786
|
+
* **commands:** clarify published cli runtime (issue iss_90fd577f) ([ae1ea16](https://github.com/astrale-os/cli/commit/ae1ea16553da99b1a881db5ffc3e96fef0642b15))
|
|
787
|
+
* **commands:** correct call payload guidance ([1fc9e73](https://github.com/astrale-os/cli/commit/1fc9e738b9089265e463d6ee855b7ee2d309e333))
|
|
788
|
+
* **commands:** document call payload inputs (issue iss_60382d35) ([2614053](https://github.com/astrale-os/cli/commit/26140535bebb8f4cafc126a890c1740f720cdff4))
|
|
789
|
+
* **commands:** narrow view port lock boundary ([4414821](https://github.com/astrale-os/cli/commit/441482167697b535029be4a8ae25810ae2c21c51))
|
|
790
|
+
* **commands:** serialize view port allocation (issue iss_414b7690) ([aa794c0](https://github.com/astrale-os/cli/commit/aa794c0b034512f9a6a08042b6ced70e80776052))
|
|
791
|
+
* **commands:** serialize view session port allocation ([90538fb](https://github.com/astrale-os/cli/commit/90538fbcebcad6e81eed8f8771970f72a249d1f8))
|
|
792
|
+
|
|
793
|
+
## [0.6.3-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.6.2-alpha.0...cli-v0.6.3-alpha.0) (2026-07-15)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
### Documentation
|
|
797
|
+
|
|
798
|
+
* add frontend architecture guidance to astrale-domain skill ([5b5f311](https://github.com/astrale-os/cli/commit/5b5f311863daa8d6656d9fdb56b1dd58c3493d78))
|
|
799
|
+
* add frontend architecture guidance to astrale-domain skill ([f18001d](https://github.com/astrale-os/cli/commit/f18001d24e224da918c3c3edd889e8819586026a))
|
|
800
|
+
* update Shell domain search examples ([3aea636](https://github.com/astrale-os/cli/commit/3aea636422b8b4c61e46ecefadb0a8eb63503bab))
|
|
801
|
+
* update Shell domain search examples ([ae5e517](https://github.com/astrale-os/cli/commit/ae5e517f671945d168da30a4605f90ac261aa847))
|
|
802
|
+
|
|
803
|
+
## [0.6.2-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.6.1-alpha.0...cli-v0.6.2-alpha.0) (2026-07-15)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Bug Fixes
|
|
807
|
+
|
|
808
|
+
* target native issues domain ([09b5e98](https://github.com/astrale-os/cli/commit/09b5e983fe828380c4c8396434ce44b7c1bfdacc))
|
|
809
|
+
* target native issues domain ([cd24aaa](https://github.com/astrale-os/cli/commit/cd24aaa7a0846a80934700b94c6d900d50279fcc))
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Documentation
|
|
813
|
+
|
|
814
|
+
* teach issue listing through graph queries ([961de08](https://github.com/astrale-os/cli/commit/961de08576b90526308aeb14f404f42d8a1eb0c3))
|
|
815
|
+
* teach issue listing through graph queries ([505f9f1](https://github.com/astrale-os/cli/commit/505f9f119623ef34ceb1ec42d42dc17b33be4001))
|
|
816
|
+
|
|
817
|
+
## [0.6.1-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.6.0-alpha.0...cli-v0.6.1-alpha.0) (2026-07-14)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
### Bug Fixes
|
|
821
|
+
|
|
822
|
+
* **deps:** declare msgpackr for package builds ([034ca16](https://github.com/astrale-os/cli/commit/034ca1694faf6ef01af7c9d1f03aaea094a68fd9))
|
|
823
|
+
* **deps:** declare package build dependencies ([de35cb5](https://github.com/astrale-os/cli/commit/de35cb53403ba1cfef724a62d2671278e837e77b))
|
|
824
|
+
|
|
825
|
+
## [0.6.0-alpha.0](https://github.com/astrale-os/cli/compare/cli-v0.5.0-alpha.0...cli-v0.6.0-alpha.0) (2026-07-14)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Features
|
|
829
|
+
|
|
830
|
+
* add schema module tests and client package extraction ([5a9831f](https://github.com/astrale-os/cli/commit/5a9831f02e121a57b9bdd076a7657e47eaf8d07b))
|
|
831
|
+
* astrale view — single-view sessions in an emulated shell host ([4df3125](https://github.com/astrale-os/cli/commit/4df3125de3e3d8a2a75d28510b197428ff8406cc))
|
|
832
|
+
* astrale view — single-view sessions in an emulated shell host ([9f2d855](https://github.com/astrale-os/cli/commit/9f2d8554004254d21c0ab6756a8057a7817e85c3))
|
|
833
|
+
* local telemetry — session recorder, harness adapters, opportunistic DX analyzer ([46dbe55](https://github.com/astrale-os/cli/commit/46dbe55f391187792c71c3eb3871cd1fbd3895c0))
|
|
834
|
+
* local telemetry — session recorder, harness adapters, opportunistic DX analyzer ([34fe32c](https://github.com/astrale-os/cli/commit/34fe32c35caf2586e00b42c37a287400e709cae5))
|
|
835
|
+
* make Studio domain headers draggable ([0a6f502](https://github.com/astrale-os/cli/commit/0a6f502006b2774ededa4f6704f4452d66b2f131))
|
|
836
|
+
* studio exports ASTRALE_SESSION; skill end-of-task DX-issue checklist ([8f94fb1](https://github.com/astrale-os/cli/commit/8f94fb1132d9af45446284a1af2433f4d33c0ef9))
|
|
837
|
+
* studio exports ASTRALE_SESSION; skill end-of-task DX-issue checklist ([717a612](https://github.com/astrale-os/cli/commit/717a61297d6481e6131aecca71ea4f32c05a853e))
|
|
838
|
+
* **studio:** add multi-domain workspaces ([170f0d7](https://github.com/astrale-os/cli/commit/170f0d744bb7454c9d3521f6f833c381640c76e1))
|
|
839
|
+
* **studio:** compose multiple domains on canvas ([5bcfb14](https://github.com/astrale-os/cli/commit/5bcfb1407402722e790c8bbaa9fbde3aec9b317f))
|
|
840
|
+
* **studio:** guard and resize workspace domains ([84d5801](https://github.com/astrale-os/cli/commit/84d580161b089d090f349abc0bd0bf4f27ca980f))
|
|
841
|
+
* unify Studio domain canvas controls ([6144626](https://github.com/astrale-os/cli/commit/6144626cc95efa4f2a1def4ae8ff012607a6ab29))
|
|
842
|
+
* **view:** route open intents to associated views ([9f8c2b1](https://github.com/astrale-os/cli/commit/9f8c2b156097eb805a31c15ff2143bfdd5096902))
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### Bug Fixes
|
|
846
|
+
|
|
847
|
+
* analyzer files issues with --ci and plain-ASCII bodies (non-ci hang) ([9534203](https://github.com/astrale-os/cli/commit/9534203e14e936304dadbaed46cd8251fa564972))
|
|
848
|
+
* **ci:** restore automated CLI publishing ([ab5d246](https://github.com/astrale-os/cli/commit/ab5d2469bd08bc242335db0caf703f46d04b3381))
|
|
849
|
+
* **cli:** keep command timeout defaults ([6554e95](https://github.com/astrale-os/cli/commit/6554e9509e74a6a3ecbf13901f94dd81caed4b8f))
|
|
850
|
+
* **commands:** list view candidates before selection ([11be6ba](https://github.com/astrale-os/cli/commit/11be6ba6b0c4d0b0d393b170791a19bd28f9b222))
|
|
851
|
+
* **commands:** use semantic admin method paths ([9b5d1b2](https://github.com/astrale-os/cli/commit/9b5d1b2e4e2ab592ee7c046ed9f3293c5b2ec031))
|
|
852
|
+
* **commands:** use semantic admin method paths ([a271fbf](https://github.com/astrale-os/cli/commit/a271fbf42e4882fef198fd32fd6bbc6eb63e3484))
|
|
853
|
+
* **lib:** keep open-intent tests runtime-independent ([1396af4](https://github.com/astrale-os/cli/commit/1396af44a6982d71e68395c3962d18b9c7734b21))
|
|
854
|
+
* **release:** restore automated CLI publishing ([91d0c3e](https://github.com/astrale-os/cli/commit/91d0c3e7b1f658bb5c8f5039d574e589df10723c))
|
|
855
|
+
* **studio:** discover local preview packages ([7805fa3](https://github.com/astrale-os/cli/commit/7805fa373f1a296d3a036671579a66cdb02b23aa))
|
|
856
|
+
* **studio:** stabilize external workspace frames ([f3e23a0](https://github.com/astrale-os/cli/commit/f3e23a049984ae9ea1645c5878fa0f8f3bfb292c))
|
|
857
|
+
* sync standalone lockfile with @astrale-os/shell devDependency ([7b1b3c9](https://github.com/astrale-os/cli/commit/7b1b3c940c34dbcc82f54f806f7a0596fcad36e0))
|
|
858
|
+
* sync standalone lockfile with @astrale-os/shell devDependency ([e74f933](https://github.com/astrale-os/cli/commit/e74f9339839d27f3b97679b02a4ca8b3c0dc94a1))
|
|
859
|
+
* telemetry paths resolve at call time; test cleanups confined to tmpdir ([d38aecf](https://github.com/astrale-os/cli/commit/d38aecf59707abe88ddc9c87836706b8485d5c92))
|
|
860
|
+
* telemetry review pass — bunfs self-spawn, analyzer sandbox, GC, redaction shapes ([5ec0785](https://github.com/astrale-os/cli/commit/5ec07859f99cce9b97fb9d27093647df97b092c0))
|
|
861
|
+
* typed fail-fast for unknown -i instances; machine-readable errors in machine mode ([c262b99](https://github.com/astrale-os/cli/commit/c262b99a6acde0f4f9a403734b484ef09f8d475c))
|
|
862
|
+
* typed fail-fast for unknown -i instances; machine-readable errors in machine mode ([49f2476](https://github.com/astrale-os/cli/commit/49f2476679b100e16d039717d50aeeb43af23efc))
|
|
863
|
+
* **view:** list candidates before selection ([9141b18](https://github.com/astrale-os/cli/commit/9141b1809478ed5111dc70d0ee5f9c313f5f0136))
|
|
864
|
+
* **view:** wait for settled captures ([845881d](https://github.com/astrale-os/cli/commit/845881d3afd3be635f4fdb16bdbd29296af4a379))
|
|
865
|
+
* **view:** wait for settled one-shot captures ([4677b62](https://github.com/astrale-os/cli/commit/4677b62c72465e7824361b3804967383009e620f))
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
### Documentation
|
|
869
|
+
|
|
870
|
+
* add Issues-retrospective topics to astrale-domain skill ([#42](https://github.com/astrale-os/cli/issues/42)) ([f3570ef](https://github.com/astrale-os/cli/commit/f3570ef920cada5910d696b747ea14d4449f21b3))
|
|
871
|
+
* add no-instance domain validation topic to astrale-domain skill ([#43](https://github.com/astrale-os/cli/issues/43)) ([605ad5c](https://github.com/astrale-os/cli/commit/605ad5c7c28dffcf9879b7ec88b3d92e2f779c6b))
|
|
872
|
+
* update astrale-domain skill ([#44](https://github.com/astrale-os/cli/issues/44)) ([143ddb3](https://github.com/astrale-os/cli/commit/143ddb36a0d49d9a7892da943d34e2e29fdc1de8))
|
|
873
|
+
* update shell domain examples ([aea8f23](https://github.com/astrale-os/cli/commit/aea8f23f85183dff74883ef1b7a35b6fdd77dd6b))
|
|
874
|
+
* update shell domain examples ([9092315](https://github.com/astrale-os/cli/commit/90923151de49b5ac42f621bfb5a276617c4cab0e))
|
|
875
|
+
|
|
876
|
+
## 0.4.0-alpha.10 (2026-06-15)
|
|
877
|
+
|
|
878
|
+
### Public Alpha
|
|
879
|
+
|
|
880
|
+
* unify instance target resolution across active, named, admin, managed, and direct URL targets
|
|
881
|
+
* fix `-i admin` so it selects the configured admin instance instead of probing `/admin/instances/admin`
|
|
882
|
+
* document the concrete admin host list method as `ScalewayVPS.list`
|
|
883
|
+
|
|
884
|
+
## 0.4.0-alpha.9 (2026-06-11)
|
|
885
|
+
|
|
886
|
+
### Public Alpha
|
|
887
|
+
|
|
888
|
+
* durable IdP sessions: one login lasts until the IdP ends the session — refreshes serialize on a per-identity file lock, so parallel (agent-driven) commands no longer burn the single-use refresh token
|
|
889
|
+
* cache access tokens per audience: alternating commands between instances no longer triggers a refresh per flip (~2x faster on mixed-instance workflows)
|
|
890
|
+
* tell transient IdP/network failures apart from a dead grant — only the latter asks for `astrale auth login`
|
|
891
|
+
* lazy whoami-backed `@self` for IdP identities
|
|
892
|
+
* saga-sized default timeout on `instance create`/`instance delete`
|
|
893
|
+
|
|
894
|
+
## 0.4.0-alpha.8 (2026-06-08)
|
|
895
|
+
|
|
896
|
+
### Public Alpha
|
|
897
|
+
|
|
898
|
+
* publish deterministic standalone builds from CI
|
|
899
|
+
* track channel release identity so `astrale update --check` is accurate
|
|
900
|
+
* publish current kernel package contracts in the CLI lockfile
|
|
901
|
+
|
|
902
|
+
## 0.4.0-alpha.7 (2026-06-08)
|
|
903
|
+
|
|
904
|
+
### Public Alpha
|
|
905
|
+
|
|
906
|
+
* make WorkOS device login work on fresh script installs without env setup
|
|
907
|
+
|
|
908
|
+
## 0.4.0-alpha.6 (2026-06-08)
|
|
909
|
+
|
|
910
|
+
### Public Alpha
|
|
911
|
+
|
|
912
|
+
* point fresh `instance create` users at `astrale auth login`
|
|
913
|
+
|
|
914
|
+
## 0.4.0-alpha.5 (2026-06-08)
|
|
915
|
+
|
|
916
|
+
### Public Alpha
|
|
917
|
+
|
|
918
|
+
* build Linux release assets with musl targets for Alpine-based sandboxes
|
|
919
|
+
* document the `wget` installer path for minimal Linux images
|
|
920
|
+
|
|
921
|
+
## 0.4.0-alpha.4 (2026-06-08)
|
|
922
|
+
|
|
923
|
+
### Public Alpha
|
|
924
|
+
|
|
925
|
+
* add script-only alpha installer and GitHub Releases binary workflow
|
|
926
|
+
* add `astrale update` for script-installed CLI binaries
|
|
927
|
+
* make `astrale instance create` call admin `Instance.alphaCreate`
|
|
928
|
+
* fix standalone `--version` output and exit behavior
|