@auto-engineer/narrative 1.15.0 → 1.17.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.15.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.17.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.15.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.17.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  17 passed (17)
11
11
   Tests  227 passed (227)
12
-  Start at  17:33:47
13
-  Duration  21.05s (transform 5.21s, setup 0ms, collect 27.57s, tests 14.70s, environment 5ms, prepare 6.57s)
12
+  Start at  23:09:36
13
+  Duration  23.87s (transform 5.00s, setup 0ms, collect 28.22s, tests 18.06s, environment 17ms, prepare 7.79s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.15.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.17.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,101 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1c01e14`](https://github.com/BeOnAuto/auto-engineer/commit/1c01e14465f1af7b969dad9c3b45cfa66f653d67) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: createTunnelSocketMiddleware with localhost bypass and token auth
8
+
9
+ - [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: generateBearerToken returns 64-char hex string
10
+
11
+ - [`c53ab86`](https://github.com/BeOnAuto/auto-engineer/commit/c53ab8648700dde4c7e49002b691382518ee39fa) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: startTunnel wraps ngrok.forward with error handling
12
+
13
+ - [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: createTunnelAuthMiddleware with localhost bypass and bearer auth
14
+
15
+ - [`a2b91f1`](https://github.com/BeOnAuto/auto-engineer/commit/a2b91f1fb37a3ebe1f074988c65ebbb88af8a1e8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add @ngrok/ngrok dependency and tunnelUrl to ServerHandle
16
+
17
+ - [`99da060`](https://github.com/BeOnAuto/auto-engineer/commit/99da060bc7450858ecf75a916ae3ed4243896ab2) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **ai-gateway**: delete ai-gateway package, clean all references
18
+ - **app-implementer**: migrate from openai-compatible to model-factory + fix usage token names
19
+ - **react-component-implementer**: migrate from openai-compatible to model-factory
20
+ - **server-implementer**: migrate from ai-gateway to model-factory + ai SDK
21
+ - **information-architect**: migrate from ai-gateway to model-factory + ai SDK
22
+
23
+ - [`5707573`](https://github.com/BeOnAuto/auto-engineer/commit/5707573716dc35775fa09e079274acac2a2caa42) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: generateBearerToken returns 64-char hex string
24
+
25
+ - [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add --tunnel flag with auth middleware wiring and console output
26
+
27
+ - [`b8d1575`](https://github.com/BeOnAuto/auto-engineer/commit/b8d157544cfce93f46691885d52f664688a1338a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: extend AutoConfig with tunnel config and resolve defaults
28
+
29
+ - [`a8c570a`](https://github.com/BeOnAuto/auto-engineer/commit/a8c570a2e4132cf99dbdc0e19a1d6f6ceb407a53) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add --tunnel flag with auth middleware wiring and console output
30
+
31
+ ### Patch Changes
32
+
33
+ - [`acd8ec7`](https://github.com/BeOnAuto/auto-engineer/commit/acd8ec79fe1947325deba60b233be79d50304723) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: apply biome formatting to startServer parameter object
34
+
35
+ - [`ff19dff`](https://github.com/BeOnAuto/auto-engineer/commit/ff19dff9989064bb46510284345834bdcb622899) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: replace tunnel tip with actionable Remote Access section
36
+
37
+ - [`265d86d`](https://github.com/BeOnAuto/auto-engineer/commit/265d86d864185328b418f5d90c0a4c3197e0e0eb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ketchup plan for ngrok tunnel support
38
+
39
+ - [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: document tunnel config in auto.config.example.ts
40
+
41
+ - Updated dependencies [[`acd8ec7`](https://github.com/BeOnAuto/auto-engineer/commit/acd8ec79fe1947325deba60b233be79d50304723), [`1c01e14`](https://github.com/BeOnAuto/auto-engineer/commit/1c01e14465f1af7b969dad9c3b45cfa66f653d67), [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f), [`c53ab86`](https://github.com/BeOnAuto/auto-engineer/commit/c53ab8648700dde4c7e49002b691382518ee39fa), [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f), [`ff19dff`](https://github.com/BeOnAuto/auto-engineer/commit/ff19dff9989064bb46510284345834bdcb622899), [`265d86d`](https://github.com/BeOnAuto/auto-engineer/commit/265d86d864185328b418f5d90c0a4c3197e0e0eb), [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5), [`a2b91f1`](https://github.com/BeOnAuto/auto-engineer/commit/a2b91f1fb37a3ebe1f074988c65ebbb88af8a1e8), [`99da060`](https://github.com/BeOnAuto/auto-engineer/commit/99da060bc7450858ecf75a916ae3ed4243896ab2), [`5707573`](https://github.com/BeOnAuto/auto-engineer/commit/5707573716dc35775fa09e079274acac2a2caa42), [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5), [`b8d1575`](https://github.com/BeOnAuto/auto-engineer/commit/b8d157544cfce93f46691885d52f664688a1338a), [`a8c570a`](https://github.com/BeOnAuto/auto-engineer/commit/a8c570a2e4132cf99dbdc0e19a1d6f6ceb407a53)]:
42
+ - @auto-engineer/file-store@1.17.0
43
+ - @auto-engineer/id@1.17.0
44
+ - @auto-engineer/message-bus@1.17.0
45
+
46
+ ## 1.16.0
47
+
48
+ ### Minor Changes
49
+
50
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`ed427ed`](https://github.com/BeOnAuto/auto-engineer/commit/ed427ed63f68376725d3e14e67446b7b6ac396cd) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **information-architect**: migrate from ai-gateway to model-factory + ai SDK
51
+
52
+ - [`5bf2927`](https://github.com/BeOnAuto/auto-engineer/commit/5bf2927141e1002ff0fb0e6ad7ab8d8f0c6ba651) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: add client and server into typical example for improved loading speed
53
+ - **global**: prevent postinstall from dirtying tree in CI
54
+ - **global**: version packages
55
+
56
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`1febc56`](https://github.com/BeOnAuto/auto-engineer/commit/1febc560a82b98181e8ae97e99677c0c8cd3e446) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **model-factory**: createModelFromEnv custom provider path
57
+
58
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`9d8dd33`](https://github.com/BeOnAuto/auto-engineer/commit/9d8dd3376385e674b09aa7b4b305dc6e5da5b97a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **model-factory**: add direct providers (openai, anthropic, google, xai)
59
+
60
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`40206ec`](https://github.com/BeOnAuto/auto-engineer/commit/40206ec9d0a0f97864f5e5caa2fc32e4f21a3110) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-implementer**: migrate from ai-gateway to model-factory + ai SDK
61
+
62
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`4f9d95d`](https://github.com/BeOnAuto/auto-engineer/commit/4f9d95d0618492f84ce93abe78184b57673a477d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-implementer**: migrate from openai-compatible to model-factory + fix usage token names
63
+
64
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`099c11a`](https://github.com/BeOnAuto/auto-engineer/commit/099c11a86d6f1a8161336cba110d28fec004a098) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **react-component-implementer**: migrate from openai-compatible to model-factory
65
+
66
+ - [`0513f41`](https://github.com/BeOnAuto/auto-engineer/commit/0513f41ad51987030886a220e0c256a088123100) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added automatic PipelineStarted event emission when the server starts, enabling listeners to react to pipeline initialization
67
+
68
+ ### Patch Changes
69
+
70
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`9c61c88`](https://github.com/BeOnAuto/auto-engineer/commit/9c61c88d99d523b3a9d3b996216b0ed3a36bcc8c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **model-factory**: scaffold package infra
71
+
72
+ - [`984aeeb`](https://github.com/BeOnAuto/auto-engineer/commit/984aeeb98238a8d102d17605367dfa9f2a0d9d49) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: align ai sdk version to v5 across all packages
73
+
74
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`78a4e38`](https://github.com/BeOnAuto/auto-engineer/commit/78a4e385914489983d61ff65d09f1d8a60fcf11e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-implementer**: resolve pre-existing type errors with LanguageModelUsage
75
+
76
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`2df8afd`](https://github.com/BeOnAuto/auto-engineer/commit/2df8afd138a3ddaf169a422690ef2996342adb0d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update pnpm-lock.yaml after ai-gateway deletion
77
+
78
+ - [`a275e11`](https://github.com/BeOnAuto/auto-engineer/commit/a275e116f93f0a6c0f05201c467245022f24f694) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: update @ai-sdk/openai-compatible to v2 for ai sdk v5 compat
79
+
80
+ - [`7fdd60b`](https://github.com/BeOnAuto/auto-engineer/commit/7fdd60b24e787b8ea75eab5a6cff1c8c4b478a99) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **ai-gateway**: update ai-sdk providers to v3 for ai@5 compatibility
81
+
82
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`ea8eacc`](https://github.com/BeOnAuto/auto-engineer/commit/ea8eaccdc827103bf79cb272a0c6ac12706b8580) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **information-architect**: reduce complexity in validateCompositionReferences
83
+
84
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`5a1e21f`](https://github.com/BeOnAuto/auto-engineer/commit/5a1e21f1a1351688210a88896983c3f11f6400e6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - apply biome formatting to scripts/dev.ts
85
+
86
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`d87a560`](https://github.com/BeOnAuto/auto-engineer/commit/d87a560fa41044e1cca4d5995a8f04aaeeed80ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **model-factory**: return LanguageModel from ai SDK for consumer compatibility
87
+
88
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`390e9e2`](https://github.com/BeOnAuto/auto-engineer/commit/390e9e20d4fd9529ef7a74dcf07ac7cde50d379c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **model-factory**: apply biome formatting to index.specs.ts
89
+
90
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`3f5efbb`](https://github.com/BeOnAuto/auto-engineer/commit/3f5efbbdf58215b4634c15c4070c3c5cd96ce7a2) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update ketchup plan — mark bursts 1-10 done
91
+
92
+ - [#45](https://github.com/BeOnAuto/auto-engineer/pull/45) [`ed42a22`](https://github.com/BeOnAuto/auto-engineer/commit/ed42a222e11d9ff437040f9d0da756bec3992775) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-implementer**: fix import order and line formatting in implement-slice.ts
93
+
94
+ - Updated dependencies [[`9c61c88`](https://github.com/BeOnAuto/auto-engineer/commit/9c61c88d99d523b3a9d3b996216b0ed3a36bcc8c), [`984aeeb`](https://github.com/BeOnAuto/auto-engineer/commit/984aeeb98238a8d102d17605367dfa9f2a0d9d49), [`78a4e38`](https://github.com/BeOnAuto/auto-engineer/commit/78a4e385914489983d61ff65d09f1d8a60fcf11e), [`2df8afd`](https://github.com/BeOnAuto/auto-engineer/commit/2df8afd138a3ddaf169a422690ef2996342adb0d), [`ed427ed`](https://github.com/BeOnAuto/auto-engineer/commit/ed427ed63f68376725d3e14e67446b7b6ac396cd), [`5bf2927`](https://github.com/BeOnAuto/auto-engineer/commit/5bf2927141e1002ff0fb0e6ad7ab8d8f0c6ba651), [`1febc56`](https://github.com/BeOnAuto/auto-engineer/commit/1febc560a82b98181e8ae97e99677c0c8cd3e446), [`9d8dd33`](https://github.com/BeOnAuto/auto-engineer/commit/9d8dd3376385e674b09aa7b4b305dc6e5da5b97a), [`a275e11`](https://github.com/BeOnAuto/auto-engineer/commit/a275e116f93f0a6c0f05201c467245022f24f694), [`7fdd60b`](https://github.com/BeOnAuto/auto-engineer/commit/7fdd60b24e787b8ea75eab5a6cff1c8c4b478a99), [`ea8eacc`](https://github.com/BeOnAuto/auto-engineer/commit/ea8eaccdc827103bf79cb272a0c6ac12706b8580), [`40206ec`](https://github.com/BeOnAuto/auto-engineer/commit/40206ec9d0a0f97864f5e5caa2fc32e4f21a3110), [`5a1e21f`](https://github.com/BeOnAuto/auto-engineer/commit/5a1e21f1a1351688210a88896983c3f11f6400e6), [`4f9d95d`](https://github.com/BeOnAuto/auto-engineer/commit/4f9d95d0618492f84ce93abe78184b57673a477d), [`099c11a`](https://github.com/BeOnAuto/auto-engineer/commit/099c11a86d6f1a8161336cba110d28fec004a098), [`d87a560`](https://github.com/BeOnAuto/auto-engineer/commit/d87a560fa41044e1cca4d5995a8f04aaeeed80ee), [`390e9e2`](https://github.com/BeOnAuto/auto-engineer/commit/390e9e20d4fd9529ef7a74dcf07ac7cde50d379c), [`3f5efbb`](https://github.com/BeOnAuto/auto-engineer/commit/3f5efbbdf58215b4634c15c4070c3c5cd96ce7a2), [`ed42a22`](https://github.com/BeOnAuto/auto-engineer/commit/ed42a222e11d9ff437040f9d0da756bec3992775), [`0513f41`](https://github.com/BeOnAuto/auto-engineer/commit/0513f41ad51987030886a220e0c256a088123100)]:
95
+ - @auto-engineer/file-store@1.16.0
96
+ - @auto-engineer/id@1.16.0
97
+ - @auto-engineer/message-bus@1.16.0
98
+
3
99
  ## 1.15.0
4
100
 
5
101
  ### Minor Changes
package/package.json CHANGED
@@ -27,9 +27,9 @@
27
27
  "typescript": "^5.9.2",
28
28
  "zod": "^3.22.4",
29
29
  "zod-to-json-schema": "^3.22.3",
30
- "@auto-engineer/file-store": "1.15.0",
31
- "@auto-engineer/message-bus": "1.15.0",
32
- "@auto-engineer/id": "1.15.0"
30
+ "@auto-engineer/id": "1.17.0",
31
+ "@auto-engineer/message-bus": "1.17.0",
32
+ "@auto-engineer/file-store": "1.17.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.0.0",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "version": "1.15.0",
42
+ "version": "1.17.0",
43
43
  "scripts": {
44
44
  "build": "tsx scripts/build.ts",
45
45
  "test": "vitest run --reporter=dot",