@caelis/caelis 0.52.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @caelis/caelis
2
2
 
3
- Install `caelis` from npm.
3
+ Caelis is a collaboration workspace for AI agents. Its built-in runtime, native
4
+ collaborators, and external ACP agents participate in the same Session-scoped
5
+ network with shared mailbox and messaging semantics.
6
+
7
+ See the [project README](https://github.com/caelis-labs/caelis#readme) or
8
+ [中文说明](https://github.com/caelis-labs/caelis/blob/main/README.zh-CN.md) for
9
+ setup and usage. This package installs the `caelis` CLI from npm.
4
10
 
5
11
  ## Install
6
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caelis/caelis",
3
- "version": "0.52.0",
3
+ "version": "0.54.0",
4
4
  "description": "caelis CLI distributed via npm",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -37,12 +37,12 @@
37
37
  "publish-release": "node ./scripts/publish-release.mjs"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@caelis/caelis-darwin-arm64": "0.52.0",
41
- "@caelis/caelis-darwin-x64": "0.52.0",
42
- "@caelis/caelis-linux-arm64": "0.52.0",
43
- "@caelis/caelis-linux-x64": "0.52.0",
44
- "@caelis/caelis-windows-arm64": "0.52.0",
45
- "@caelis/caelis-windows-x64": "0.52.0"
40
+ "@caelis/caelis-darwin-arm64": "0.54.0",
41
+ "@caelis/caelis-darwin-x64": "0.54.0",
42
+ "@caelis/caelis-linux-arm64": "0.54.0",
43
+ "@caelis/caelis-linux-x64": "0.54.0",
44
+ "@caelis/caelis-windows-arm64": "0.54.0",
45
+ "@caelis/caelis-windows-x64": "0.54.0"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public",