electric-ax 0.2.16 → 0.2.18

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.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  const require_chunk = require('./chunk-BCwAaXi7.cjs');
4
4
  const require_completions = require('./completions-BJ1fys8I.cjs');
5
5
  const require_entity_stream_db = require('./entity-stream-db-uLb8jOQA.cjs');
6
- const require_version = require('./version-D3kCkP3l.cjs');
6
+ const require_version = require('./version-Cml5ycl1.cjs');
7
7
  const __electric_ax_agents_runtime = require_chunk.__toESM(require("@electric-ax/agents-runtime"));
8
8
  const node_fs = require_chunk.__toESM(require("node:fs"));
9
9
  const node_os = require_chunk.__toESM(require("node:os"));
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { installCompletions, setupCompletions } from "./completions-BkhbBSPI.js";
3
3
  import { createEntityStreamDB, entityApiPath } from "./entity-stream-db-UBN2gowE.js";
4
- import { ELECTRIC_AX_CLI_VERSION, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-BXt1Tjw9.js";
4
+ import { ELECTRIC_AX_CLI_VERSION, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-DCtFU16y.js";
5
5
  import { appendPathToUrl, buildEntityTimelineData, buildSections } from "@electric-ax/agents-runtime";
6
6
  import { existsSync, readFileSync, realpathSync, writeFileSync } from "node:fs";
7
7
  import { hostname, userInfo } from "node:os";
package/dist/start.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const require_chunk = require('./chunk-BCwAaXi7.cjs');
3
- const require_version = require('./version-D3kCkP3l.cjs');
3
+ const require_version = require('./version-Cml5ycl1.cjs');
4
4
  const __electric_ax_agents_runtime = require_chunk.__toESM(require("@electric-ax/agents-runtime"));
5
5
  const node_url = require_chunk.__toESM(require("node:url"));
6
6
  const __electric_ax_agents_server_headers = require_chunk.__toESM(require("@electric-ax/agents/server-headers"));
package/dist/start.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ELECTRIC_AGENTS_SERVER_IMAGE_TAG, ELECTRIC_IMAGE_TAG, readDotEnvFile$1 as readDotEnvFile, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-BXt1Tjw9.js";
1
+ import { ELECTRIC_AGENTS_SERVER_IMAGE_TAG, ELECTRIC_IMAGE_TAG, readDotEnvFile$1 as readDotEnvFile, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-DCtFU16y.js";
2
2
  import { appendPathToUrl } from "@electric-ax/agents-runtime";
3
3
  import { fileURLToPath } from "node:url";
4
4
  import { mergeElectricPrincipalHeader } from "@electric-ax/agents/server-headers";
@@ -45,7 +45,7 @@ function resolveAnthropicApiKey(options, env = process.env, fileEnv = readDotEnv
45
45
  * For release builds these remain "latest".
46
46
  * The canary CI overwrites them to "canary" before building.
47
47
  */
48
- const injectedCliVersion = `0.2.16`;
48
+ const injectedCliVersion = `0.2.18`;
49
49
  const ELECTRIC_AX_CLI_VERSION = injectedCliVersion.startsWith(`__ELECTRIC_AX_`) ? `0.0.0` : injectedCliVersion;
50
50
  const ELECTRIC_IMAGE_TAG = `latest`;
51
51
  const ELECTRIC_AGENTS_SERVER_IMAGE_TAG = `latest`;
@@ -43,7 +43,7 @@ function resolveAnthropicApiKey(options, env = process.env, fileEnv = readDotEnv
43
43
  * For release builds these remain "latest".
44
44
  * The canary CI overwrites them to "canary" before building.
45
45
  */
46
- const injectedCliVersion = `0.2.16`;
46
+ const injectedCliVersion = `0.2.18`;
47
47
  const ELECTRIC_AX_CLI_VERSION = injectedCliVersion.startsWith(`__ELECTRIC_AX_`) ? `0.0.0` : injectedCliVersion;
48
48
  const ELECTRIC_IMAGE_TAG = `latest`;
49
49
  const ELECTRIC_AGENTS_SERVER_IMAGE_TAG = `latest`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electric-ax",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "CLI for Electric Agents",
5
5
  "author": "ElectricSQL team and contributors",
6
6
  "license": "Apache-2.0",
@@ -39,15 +39,15 @@
39
39
  "dependencies": {
40
40
  "@durable-streams/client": "^0.2.6",
41
41
  "@durable-streams/state": "^0.3.1",
42
- "@electric-sql/client": "^1.5.20",
42
+ "@electric-sql/client": "^1.5.21",
43
43
  "@tanstack/db": "^0.6.4",
44
44
  "@tanstack/react-db": "^0.1.85",
45
45
  "commander": "^13.1.0",
46
46
  "ink": "^6.8.0",
47
47
  "omelette": "^0.4.17",
48
48
  "react": "^19.2.0",
49
- "@electric-ax/agents": "0.4.16",
50
- "@electric-ax/agents-runtime": "0.3.12"
49
+ "@electric-ax/agents": "0.4.18",
50
+ "@electric-ax/agents-runtime": "0.4.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vitest/coverage-v8": "^4.1.0",