@auto-engineer/model-diff 1.14.0 → 1.16.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/model-diff@1.14.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
2
+ > @auto-engineer/model-diff@1.16.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/model-diff@1.14.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
2
+ > @auto-engineer/model-diff@1.16.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
3
3
  > vitest run --reporter=dot --passWithNoTests
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  7 passed (7)
11
11
   Tests  69 passed (69)
12
-  Start at  20:24:22
13
-  Duration  5.92s (transform 2.23s, setup 0ms, collect 3.47s, tests 834ms, environment 19ms, prepare 4.64s)
12
+  Start at  22:40:29
13
+  Duration  5.20s (transform 1.89s, setup 0ms, collect 2.87s, tests 649ms, environment 5ms, prepare 4.17s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-diff@1.14.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
2
+ > @auto-engineer/model-diff@1.16.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-diff
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,74 @@
1
1
  # @auto-engineer/model-diff
2
2
 
3
+ ## 1.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ - [`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
10
+ - **global**: prevent postinstall from dirtying tree in CI
11
+ - **global**: version packages
12
+
13
+ - [#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
14
+
15
+ - [#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)
16
+
17
+ - [#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
18
+
19
+ - [#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
20
+
21
+ - [#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
22
+
23
+ - [`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
24
+
25
+ ### Patch Changes
26
+
27
+ - [#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
28
+
29
+ - [`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
30
+
31
+ - [#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
32
+
33
+ - [#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
34
+
35
+ - [`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
36
+
37
+ - [`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
38
+
39
+ - [#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
40
+
41
+ - [#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
42
+
43
+ - [#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
44
+
45
+ - [#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
46
+
47
+ - [#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
48
+
49
+ - [#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
50
+
51
+ - 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)]:
52
+ - @auto-engineer/message-bus@1.16.0
53
+ - @auto-engineer/narrative@1.16.0
54
+
55
+ ## 1.15.0
56
+
57
+ ### Minor Changes
58
+
59
+ - [`c94c72e`](https://github.com/BeOnAuto/auto-engineer/commit/c94c72ea47ee902caff8e41e6fdeee6d514fff5d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: adds app implementer to auto config
60
+ - **global**: version packages
61
+
62
+ - [`a8a75f0`](https://github.com/BeOnAuto/auto-engineer/commit/a8a75f058bc9f640294c46a4e62f24de28e90d2f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added client and server integration to the typical example for improved loading speed
63
+
64
+ ### Patch Changes
65
+
66
+ - [`08b53d0`](https://github.com/BeOnAuto/auto-engineer/commit/08b53d0063263fca60d781ded67b50cfbcb1974f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an issue where the postinstall script could dirty the git tree in CI environments
67
+ - Improved publish reliability by resetting the working tree before pulling latest changes
68
+ - Updated dependencies [[`08b53d0`](https://github.com/BeOnAuto/auto-engineer/commit/08b53d0063263fca60d781ded67b50cfbcb1974f), [`c94c72e`](https://github.com/BeOnAuto/auto-engineer/commit/c94c72ea47ee902caff8e41e6fdeee6d514fff5d), [`a8a75f0`](https://github.com/BeOnAuto/auto-engineer/commit/a8a75f058bc9f640294c46a4e62f24de28e90d2f)]:
69
+ - @auto-engineer/message-bus@1.15.0
70
+ - @auto-engineer/narrative@1.15.0
71
+
3
72
  ## 1.14.0
4
73
 
5
74
  ### Minor Changes
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "debug": "^4.4.1",
14
- "@auto-engineer/narrative": "1.14.0",
15
- "@auto-engineer/message-bus": "1.14.0"
14
+ "@auto-engineer/message-bus": "1.16.0",
15
+ "@auto-engineer/narrative": "1.16.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^20.0.0",
@@ -23,7 +23,7 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "version": "1.14.0",
26
+ "version": "1.16.0",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot --passWithNoTests",