@auto-engineer/app-implementer 1.23.0 → 1.24.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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1d93846`](https://github.com/BeOnAuto/auto-engineer/commit/1d93846608832d9f9b98cb845028eeef9cc6795d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: enhance component stories with consistent titles and add design system overview
8
+ - **typical**: storybook fast mode and add new design system overview stories
9
+ - **dev-server**: copy storybook settings in start command
10
+ - **typical**: update auto:debug script to include --no-tui flag
11
+ - **typical**: adjust column widths and overflow comments for better responsiveness
12
+
13
+ ### Patch Changes
14
+
15
+ - [`83a9a23`](https://github.com/BeOnAuto/auto-engineer/commit/83a9a234fa1fb4d6f89e93065470427212209a7e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: improve 409 /configure error message to suggest restart
16
+
17
+ - Updated dependencies [[`83a9a23`](https://github.com/BeOnAuto/auto-engineer/commit/83a9a234fa1fb4d6f89e93065470427212209a7e), [`1d93846`](https://github.com/BeOnAuto/auto-engineer/commit/1d93846608832d9f9b98cb845028eeef9cc6795d)]:
18
+ - @auto-engineer/message-bus@1.24.0
19
+ - @auto-engineer/model-factory@1.24.0
20
+
3
21
  ## 1.23.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -21,13 +21,13 @@
21
21
  "@modelcontextprotocol/sdk": "^1.12.1",
22
22
  "ai": "^6.0.0",
23
23
  "debug": "^4.4.1",
24
- "@auto-engineer/message-bus": "1.23.0",
25
- "@auto-engineer/model-factory": "1.23.0"
24
+ "@auto-engineer/message-bus": "1.24.0",
25
+ "@auto-engineer/model-factory": "1.24.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.23.0",
30
+ "version": "1.24.0",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit"