@auto-engineer/release-automation 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,91 @@
1
1
  # @auto-engineer/release-automation
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
+ ## 1.16.0
42
+
43
+ ### Minor Changes
44
+
45
+ - [#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
46
+
47
+ - [`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
48
+ - **global**: prevent postinstall from dirtying tree in CI
49
+ - **global**: version packages
50
+
51
+ - [#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
52
+
53
+ - [#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)
54
+
55
+ - [#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
56
+
57
+ - [#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
58
+
59
+ - [#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
60
+
61
+ - [`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
62
+
63
+ ### Patch Changes
64
+
65
+ - [#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
66
+
67
+ - [`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
68
+
69
+ - [#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
70
+
71
+ - [#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
72
+
73
+ - [`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
74
+
75
+ - [`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
76
+
77
+ - [#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
78
+
79
+ - [#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
80
+
81
+ - [#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
82
+
83
+ - [#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
84
+
85
+ - [#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
86
+
87
+ - [#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
88
+
3
89
  ## 1.15.0
4
90
 
5
91
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",