@promptbook/cli 0.112.0-60 → 0.112.0-62

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.
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-59`).
18
+ * It follows semantic versioning (e.g., `0.112.0-61`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/cli",
3
- "version": "0.112.0-60",
3
+ "version": "0.112.0-62",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -60,7 +60,7 @@
60
60
  * @generated
61
61
  * @see https://github.com/webgptorg/promptbook
62
62
  */
63
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-60';
63
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-62';
64
64
  /**
65
65
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
66
66
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -52833,6 +52833,14 @@ bash "$1"
52833
52833
  return spaceTrim((block) => `
52834
52834
  cd "${projectPath}"
52835
52835
 
52836
+ if [ -f .env ]; then
52837
+ set -a
52838
+ source .env
52839
+ set +a
52840
+ fi
52841
+
52842
+ unset GITHUB_TOKEN
52843
+
52836
52844
  copilot -p "$(cat <<'${delimiter}'
52837
52845
 
52838
52846
  ${block(options.prompt)}