@ethosagent/cli 0.2.6 → 0.2.7

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/dist/index.js +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -11758,7 +11758,7 @@ var c5 = {
11758
11758
  red: "\x1B[31m",
11759
11759
  cyan: "\x1B[36m"
11760
11760
  };
11761
- var ETHOS_VERSION = true ? "0.2.6" : process.env.ETHOS_VERSION ?? "dev";
11761
+ var ETHOS_VERSION = true ? "0.2.7" : process.env.ETHOS_VERSION ?? "dev";
11762
11762
  var CORE_SDKS = [
11763
11763
  { label: "Anthropic provider", module: "@anthropic-ai/sdk", required: true },
11764
11764
  { label: "OpenAI-compat provider", module: "openai", required: true }
@@ -18500,7 +18500,7 @@ var c17 = {
18500
18500
  cyan: "\x1B[36m"
18501
18501
  };
18502
18502
  var PACKAGE = "@ethosagent/cli";
18503
- var CURRENT_VERSION = true ? "0.2.6" : process.env.ETHOS_VERSION ?? "dev";
18503
+ var CURRENT_VERSION = true ? "0.2.7" : process.env.ETHOS_VERSION ?? "dev";
18504
18504
  async function runUpgrade() {
18505
18505
  const installMethod = detectInstallMethod();
18506
18506
  if (installMethod === "source") {
@@ -18603,7 +18603,7 @@ function errMsg2(err) {
18603
18603
 
18604
18604
  // src/index.ts
18605
18605
  init_config();
18606
- var ETHOS_VERSION2 = true ? "0.2.6" : process.env.ETHOS_VERSION ?? "dev";
18606
+ var ETHOS_VERSION2 = true ? "0.2.7" : process.env.ETHOS_VERSION ?? "dev";
18607
18607
  var USAGE = "Usage: ethos [setup | chat | serve | set | team | mesh | logs | gateway | cron | personality | memory | acp | batch | eval | evolve | plugin | skills | keys | claw | doctor | upgrade] [--version | --help]";
18608
18608
  var args = process.argv.slice(2);
18609
18609
  var command = args[0] ?? "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethosagent/cli",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
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",
@@ -52,15 +52,15 @@
52
52
  "react": "^18.3.0",
53
53
  "ws": "^8.20.0",
54
54
  "zod": "^4.3.6",
55
- "@ethosagent/types": "0.2.6",
56
- "@ethosagent/team-supervisor": "0.0.0",
57
- "@ethosagent/core": "0.2.6"
55
+ "@ethosagent/core": "0.2.7",
56
+ "@ethosagent/types": "0.2.7"
58
57
  },
59
58
  "devDependencies": {
60
- "@ethosagent/wiring": "0.0.0",
61
- "@ethosagent/web-api": "0.0.0",
62
59
  "@ethosagent/cron": "0.0.0",
63
- "@ethosagent/storage-fs": "0.0.0"
60
+ "@ethosagent/storage-fs": "0.0.0",
61
+ "@ethosagent/team-supervisor": "0.0.0",
62
+ "@ethosagent/web-api": "0.0.0",
63
+ "@ethosagent/wiring": "0.0.0"
64
64
  },
65
65
  "optionalDependencies": {
66
66
  "@xenova/transformers": "^2.17.2",