@auto-engineer/ai-gateway 1.7.0 → 1.9.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/ai-gateway@1.7.0 build /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
2
+ > @auto-engineer/ai-gateway@1.9.0 build /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,20 +1,20 @@
1
1
 
2
- > @auto-engineer/ai-gateway@1.7.0 test /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
2
+ > @auto-engineer/ai-gateway@1.9.0 test /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
7
7
 
8
- ·······························stdout | cleanup (/home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway/src/node/mcp-server.ts:58:11)
8
+ ···············stdout | cleanup (/home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway/src/node/mcp-server.ts:58:11)
9
9
  Cleaning up...
10
10
 
11
- stdout | cleanup (/home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway/src/node/mcp-server.ts:58:11)
11
+ ················stdout | cleanup (/home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway/src/node/mcp-server.ts:58:11)
12
12
  Cleaning up...
13
13
 
14
14
  ············
15
15
 
16
16
   Test Files  4 passed (4)
17
17
   Tests  43 passed (43)
18
-  Start at  16:24:52
19
-  Duration  6.22s (transform 1.79s, setup 0ms, collect 8.75s, tests 457ms, environment 1ms, prepare 2.41s)
18
+  Start at  10:28:36
19
+  Duration  4.86s (transform 1.36s, setup 0ms, collect 6.81s, tests 354ms, environment 15ms, prepare 1.72s)
20
20
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/ai-gateway@1.7.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
2
+ > @auto-engineer/ai-gateway@1.9.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/ai-gateway
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @auto-engineer/ai-gateway
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9cca67b`](https://github.com/BeOnAuto/auto-engineer/commit/9cca67b7c85953d297a632a268829cc18a168e3a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: implement delegation pattern for FileSyncer reset
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+ - **global**: update ketchup settings
11
+ - **cli**: update ketchup plan with completed burst
12
+
13
+ - [#43](https://github.com/BeOnAuto/auto-engineer/pull/43) [`af76242`](https://github.com/BeOnAuto/auto-engineer/commit/af762423f8adfad0796f2f3a6483fb931c7b0bf1) Thanks [@osamanar](https://github.com/osamanar)! - - Added template generation capability to frontend app generation in the information architect package
14
+
15
+ ### Patch Changes
16
+
17
+ - [#43](https://github.com/BeOnAuto/auto-engineer/pull/43) [`31aab4f`](https://github.com/BeOnAuto/auto-engineer/commit/31aab4f3114d6fd8f60fa2239fff9d567a78e321) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed package manager lock file to ensure consistent dependency installation
18
+
19
+ ## 1.8.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`c383ec4`](https://github.com/BeOnAuto/auto-engineer/commit/c383ec4bae483e32d6b747575f2311a67e488a41) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Implemented delegation pattern for FileSyncer reset, allowing the server to swap file syncer instances without re-registering socket handlers
24
+ - Made FileSyncer stop operation async and idempotent with proper startup/shutdown guards
25
+ - Updated ketchup development workflow settings
26
+
27
+ - [`9479f7a`](https://github.com/BeOnAuto/auto-engineer/commit/9479f7a5ebb999907028873cdfcc43b692bfe28a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: default file sync directory to narratives
28
+ - **husky**: handle non-zero exit codes from changeset generator under sh -e
29
+ - **global**: version packages
30
+ - **global**: add changeset
31
+ - **global**: exclude .ketchup from biome checks
32
+
3
33
  ## 1.7.0
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "version": "1.7.0",
36
+ "version": "1.9.0",
37
37
  "scripts": {
38
38
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
39
39
  "test": "vitest run --reporter=dot",