Skip to content

Releases: CelestoAI/celesto

v0.1.2.260926

Choose a tag to compare

@aniketmaurya aniketmaurya released this 26 Sep 05:06
3bad6c5

What's Changed

Full Changelog: v0.1.2...v0.1.2.260926

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Sep 15:53
v0.1.2
0818cd1

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@aniketmaurya aniketmaurya released this 23 Sep 16:01
267c5f4

New Contributors

Full Changelog: celesto-v0.1.0...v0.1.1

celesto-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 12:39
4be5308

What's Changed

Full Changelog: celesto-v0.0.15a0...celesto-v0.1.0

Celesto 0.0.15a0

Celesto 0.0.15a0 Pre-release
Pre-release

Choose a tag to compare

@aniketmaurya aniketmaurya released this 20 Sep 05:07
Immutable release. Only release title and notes can be modified.
celesto-v0.0.15a0
6cd1044

Celesto Computer is now available as the celesto Python package.

pip install 'celesto==0.0.15a0'
celesto setup
celesto doctor
from celesto import Computer

with Computer(local=True) as computer:
    result = computer.run("echo 'Hello from the sandbox!'")
    print(result.stdout.strip())

Omit local=True to use Celesto Cloud with CELESTO_API_KEY. Use lifetime="persistent" without a with block to retain a computer, reconnect with Computer.get(), and delete it explicitly when finished. run_stream() streams command output.

This is a breaking alpha release: install/import celesto and invoke celesto; the smolvm import and executable are not provided. Local sandbox commands remain celesto sandbox create, ssh, list, and stop.

The native smolvm-core dependency and published VM images are unchanged. The separate TypeScript preview retains its npm package and class names; its local runtime is now celesto and the override is CELESTO_RUNTIME.

Validation: 2,617 Python tests passed locally; TypeScript typecheck, unit tests, contracts, build, and examples passed; installed-wheel sandbox execution and cleanup passed. See the release PR for CI results.

The celesto-v tag prefix distinguishes this package from historical SmolVM releases.

v0.0.36

Choose a tag to compare

@aniketmaurya aniketmaurya released this 17 Sep 16:32
Immutable release. Only release title and notes can be modified.
c6dc972

What's Changed

Full Changelog: v0.0.35...v0.0.36

Dashboard UI for v0.0.36

Choose a tag to compare

@github-actions github-actions released this 17 Sep 16:33
Immutable release. Only release title and notes can be modified.
c6dc972

Dashboard UI bundle for SmolVM v0.0.36.

v0.0.35

Choose a tag to compare

@aniketmaurya aniketmaurya released this 15 Sep 04:58
Immutable release. Only release title and notes can be modified.
a0b87e8

What's Changed

Full Changelog: v0.0.34...v0.0.35

v0.0.34

Choose a tag to compare

@github-actions github-actions released this 12 Sep 10:17
v0.0.34
762eec3

What's Changed

Full Changelog: v0.0.33...v0.0.34

TypeScript SDK v0.1.0-preview.1

Pre-release

Choose a tag to compare

@aniketmaurya aniketmaurya released this 12 Sep 10:24
typescript-v0.1.0-preview.1
762eec3

What's Changed

Full Changelog: v0.0.33...typescript-v0.1.0-preview.1