electric-ax 0.2.22 → 0.2.23
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-DJU-Famv.cjs');
|
|
6
|
-
const require_version = require('./version-
|
|
6
|
+
const require_version = require('./version-Dp_ZxaMK.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-thqr5ONI.js";
|
|
4
|
-
import { ELECTRIC_AX_CLI_VERSION, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-
|
|
4
|
+
import { ELECTRIC_AX_CLI_VERSION, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-D62IOgCl.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-
|
|
3
|
+
const require_version = require('./version-Dp_ZxaMK.cjs');
|
|
4
4
|
const __electric_ax_agents_runtime = require_chunk.__toESM(require("@electric-ax/agents-runtime"));
|
|
5
5
|
const node_os = require_chunk.__toESM(require("node:os"));
|
|
6
6
|
const node_url = require_chunk.__toESM(require("node:url"));
|
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-
|
|
1
|
+
import { ELECTRIC_AGENTS_SERVER_IMAGE_TAG, ELECTRIC_IMAGE_TAG, readDotEnvFile$1 as readDotEnvFile, resolveAnthropicApiKey$1 as resolveAnthropicApiKey } from "./version-D62IOgCl.js";
|
|
2
2
|
import { appendPathToUrl } from "@electric-ax/agents-runtime";
|
|
3
3
|
import { hostname, userInfo } from "node:os";
|
|
4
4
|
import { fileURLToPath } from "node:url";
|
|
@@ -44,8 +44,8 @@ function resolveAnthropicApiKey(options, env = process.env, fileEnv = readDotEnv
|
|
|
44
44
|
* @electric-ax/agents-server version by the tsdown build.
|
|
45
45
|
* The canary CI overwrites them to "canary" before building.
|
|
46
46
|
*/
|
|
47
|
-
const injectedCliVersion = `0.2.
|
|
48
|
-
const injectedAgentsServerImageTag = `0.6.
|
|
47
|
+
const injectedCliVersion = `0.2.23`;
|
|
48
|
+
const injectedAgentsServerImageTag = `0.6.3`;
|
|
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 = injectedAgentsServerImageTag.startsWith(`__ELECTRIC_`) ? `latest` : injectedAgentsServerImageTag;
|
|
@@ -46,8 +46,8 @@ function resolveAnthropicApiKey(options, env = process.env, fileEnv = readDotEnv
|
|
|
46
46
|
* @electric-ax/agents-server version by the tsdown build.
|
|
47
47
|
* The canary CI overwrites them to "canary" before building.
|
|
48
48
|
*/
|
|
49
|
-
const injectedCliVersion = `0.2.
|
|
50
|
-
const injectedAgentsServerImageTag = `0.6.
|
|
49
|
+
const injectedCliVersion = `0.2.23`;
|
|
50
|
+
const injectedAgentsServerImageTag = `0.6.3`;
|
|
51
51
|
const ELECTRIC_AX_CLI_VERSION = injectedCliVersion.startsWith(`__ELECTRIC_AX_`) ? `0.0.0` : injectedCliVersion;
|
|
52
52
|
const ELECTRIC_IMAGE_TAG = `latest`;
|
|
53
53
|
const ELECTRIC_AGENTS_SERVER_IMAGE_TAG = injectedAgentsServerImageTag.startsWith(`__ELECTRIC_`) ? `latest` : injectedAgentsServerImageTag;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electric-ax",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
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.
|
|
42
|
+
"@electric-sql/client": "^1.5.22",
|
|
43
43
|
"@tanstack/db": "^0.6.6",
|
|
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.6.
|
|
50
|
-
"@electric-ax/agents-runtime": "0.6.
|
|
49
|
+
"@electric-ax/agents": "0.6.3",
|
|
50
|
+
"@electric-ax/agents-runtime": "0.6.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@vitest/coverage-v8": "^4.1.0",
|