@ethosagent/cli 0.1.0 → 0.1.1
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/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9107,7 +9107,7 @@ var c12 = {
|
|
|
9107
9107
|
cyan: "\x1B[36m"
|
|
9108
9108
|
};
|
|
9109
9109
|
var PACKAGE = "@ethosagent/cli";
|
|
9110
|
-
var CURRENT_VERSION = true ? "0.1.
|
|
9110
|
+
var CURRENT_VERSION = true ? "0.1.1" : process.env.ETHOS_VERSION ?? "dev";
|
|
9111
9111
|
async function runUpgrade() {
|
|
9112
9112
|
const installMethod = detectInstallMethod();
|
|
9113
9113
|
if (installMethod === "source") {
|
|
@@ -9202,7 +9202,7 @@ function errMsg2(err) {
|
|
|
9202
9202
|
|
|
9203
9203
|
// src/index.ts
|
|
9204
9204
|
init_config();
|
|
9205
|
-
var ETHOS_VERSION = true ? "0.1.
|
|
9205
|
+
var ETHOS_VERSION = true ? "0.1.1" : process.env.ETHOS_VERSION ?? "dev";
|
|
9206
9206
|
var USAGE = "Usage: ethos [setup | chat | serve | gateway | cron | personality | memory | acp | batch | eval | evolve | plugin | skills | keys | claw | upgrade] [--version | --help]";
|
|
9207
9207
|
var args = process.argv.slice(2);
|
|
9208
9208
|
var command = args[0] ?? "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethosagent/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Ethos — TypeScript AI agent framework where personality is architecture. Curated toolsets, first-person identities, scoped memory.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"openai": "^4.87.0",
|
|
50
50
|
"react": "^18.3.0",
|
|
51
51
|
"ws": "^8.20.0",
|
|
52
|
-
"@ethosagent/types": "0.1.
|
|
53
|
-
"@ethosagent/core": "0.1.
|
|
52
|
+
"@ethosagent/types": "0.1.1",
|
|
53
|
+
"@ethosagent/core": "0.1.1"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
56
|
"@xenova/transformers": "^2.17.2",
|