@promptbook/cli 0.112.0-137 → 0.112.0-138

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/src/version.ts CHANGED
@@ -16,11 +16,11 @@ export const BOOK_LANGUAGE_VERSION: string_semantic_version = '2.0.0';
16
16
  * @generated
17
17
  * @see https://github.com/webgptorg/promptbook
18
18
  */
19
- export const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version = '0.112.0-137';
19
+ export const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version = '0.112.0-138';
20
20
 
21
21
  /**
22
22
  * Represents the version string of the Promptbook engine.
23
- * It follows semantic versioning (e.g., `0.112.0-136`).
23
+ * It follows semantic versioning (e.g., `0.112.0-137`).
24
24
  *
25
25
  * @generated
26
26
  */
package/src/versions.txt CHANGED
@@ -1163,3 +1163,4 @@
1163
1163
  0.112.0-135
1164
1164
  0.112.0-136
1165
1165
  0.112.0-137
1166
+ 0.112.0-138
package/umd/index.umd.js CHANGED
@@ -63,7 +63,7 @@
63
63
  * @generated
64
64
  * @see https://github.com/webgptorg/promptbook
65
65
  */
66
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-137';
66
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-138';
67
67
  /**
68
68
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
69
69
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -2675,6 +2675,8 @@
2675
2675
  createAgentsServerEnvVariable('SUPABASE_SERVICE_ROLE_KEY', ''),
2676
2676
  createAgentsServerEnvVariable('SUPABASE_AUTO_MIGRATE', 'true'),
2677
2677
  createAgentsServerEnvVariable('ADMIN_PASSWORD', ''),
2678
+ createAgentsServerEnvVariable('PTBK_AGENTS_SERVER_USER_CHAT_WORKER_TOKEN', ''),
2679
+ createAgentsServerEnvVariable('PROMPTBOOK_TEAM_AGENT_ACCESS_TOKEN', ''),
2678
2680
  ];
2679
2681
  /**
2680
2682
  * Ensures `.env` contains all required Agents Server configuration entries.