@aigne/cli 1.57.0-beta.1 → 1.57.0-beta.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.57.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.0-beta.2...cli-v1.57.0-beta.3) (2025-11-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/secrets bumped to 0.1.1-beta.3
11
+
12
+ ## [1.57.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.0-beta.1...cli-v1.57.0-beta.2) (2025-11-27)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **secrets:** improve keyring availability detection with environment checks ([#778](https://github.com/AIGNE-io/aigne-framework/issues/778)) ([75dceab](https://github.com/AIGNE-io/aigne-framework/commit/75dceabeb7d6fd8c057759f003e703a2ebb41afd))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/secrets bumped to 0.1.1-beta.2
25
+
3
26
  ## [1.57.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.0-beta...cli-v1.57.0-beta.1) (2025-11-26)
4
27
 
5
28
 
@@ -31,8 +31,8 @@ const getSecretStore = async () => {
31
31
  if (!cachedSecretStore) {
32
32
  cachedSecretStore = await createSecretStore({
33
33
  filepath: AIGNE_ENV_FILE,
34
- serviceName: "aigne-hub-keyring",
35
- forceKeytarUnavailable: true,
34
+ serviceName: "aigne-hub",
35
+ // forceKeytarUnavailable: true,
36
36
  });
37
37
  }
38
38
  return cachedSecretStore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.57.0-beta.1",
3
+ "version": "1.57.0-beta.3",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -90,16 +90,16 @@
90
90
  "zod": "^3.25.67",
91
91
  "zod-to-json-schema": "^3.24.6",
92
92
  "@aigne/afs": "^1.2.1",
93
+ "@aigne/afs-history": "^1.1.0",
93
94
  "@aigne/afs-local-fs": "^1.2.1-beta",
94
- "@aigne/agentic-memory": "^1.1.1-beta",
95
95
  "@aigne/agent-library": "^1.22.1-beta",
96
- "@aigne/afs-history": "^1.1.0",
97
- "@aigne/secrets": "^0.1.1-beta.1",
96
+ "@aigne/agentic-memory": "^1.1.1-beta",
97
+ "@aigne/secrets": "^0.1.1-beta.3",
98
98
  "@aigne/core": "^1.69.1-beta",
99
99
  "@aigne/aigne-hub": "^0.10.11-beta.1",
100
100
  "@aigne/default-memory": "^1.3.1-beta",
101
- "@aigne/openai": "^0.16.11-beta",
102
- "@aigne/observability-api": "^0.11.10-beta"
101
+ "@aigne/observability-api": "^0.11.10-beta",
102
+ "@aigne/openai": "^0.16.11-beta"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@inquirer/testing": "^2.1.50",