@auto-engineer/release-automation 1.17.0 → 1.19.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.
- package/CHANGELOG.md +88 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
# @auto-engineer/release-automation
|
|
2
2
|
|
|
3
|
+
## 1.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`af79665`](https://github.com/BeOnAuto/auto-engineer/commit/af7966518d3496ce0880323756aa572df3da640a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: ngrok tunnel mode, TUI mode for better visibility
|
|
8
|
+
- **cli**: improve AutoTab display with remote access hint
|
|
9
|
+
- **dev-server**: use piped output in TUI mode
|
|
10
|
+
- **cli**: add ServiceRegistry to server and global accessor
|
|
11
|
+
- **cli**: integrate TUI as default startup mode
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`7c663c2`](https://github.com/BeOnAuto/auto-engineer/commit/7c663c23988a086d738b47735c1b5369f98faccb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated project tracking plan to mark completed work items
|
|
16
|
+
|
|
17
|
+
- [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed collection name case mismatch in Apollo/Emmett server generator that caused projection tests to fail
|
|
18
|
+
|
|
19
|
+
- [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
|
|
20
|
+
|
|
21
|
+
- [`6969856`](https://github.com/BeOnAuto/auto-engineer/commit/6969856d3d017cf14829a2235b1b02e2c65ce77f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed pipeline stalling when no schema changes are detected by ensuring slice generation events are always emitted
|
|
22
|
+
- Resolved issue where implementation steps would never trigger after a no-change scaffold generation
|
|
23
|
+
|
|
24
|
+
- [`2472cba`](https://github.com/BeOnAuto/auto-engineer/commit/2472cba432d6c99f86aa2850ada1016b215c71d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated the ketchup plan for the Apollo-Emmett server generator with bursts 8-9
|
|
25
|
+
|
|
26
|
+
- [`b9f5389`](https://github.com/BeOnAuto/auto-engineer/commit/b9f53894162680342a23eaa95d46e17e69d8f5dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Upgraded AI SDK from v5 to v6 across all packages to resolve version compatibility issues with the Anthropic provider
|
|
27
|
+
|
|
28
|
+
- [`776f131`](https://github.com/BeOnAuto/auto-engineer/commit/776f13124487782819f8586b541c32ec311f49d7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
|
|
29
|
+
|
|
30
|
+
## 1.18.0
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- [`4318041`](https://github.com/BeOnAuto/auto-engineer/commit/4318041b4440bcbda9e6f3ef1eb448b5c42fe111) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceRegistry to server and global accessor
|
|
35
|
+
|
|
36
|
+
- [`bbd1ec6`](https://github.com/BeOnAuto/auto-engineer/commit/bbd1ec6bac6f378b99ae8727cc88e1cdb9236783) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add TUI entry point with renderTui function
|
|
37
|
+
|
|
38
|
+
- [`3be579a`](https://github.com/BeOnAuto/auto-engineer/commit/3be579a34ac90caf0425be922b286ee2f4ff95ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **dev-server**: use piped output in TUI mode
|
|
39
|
+
|
|
40
|
+
- [`0a72b70`](https://github.com/BeOnAuto/auto-engineer/commit/0a72b705ebb74e71df40b9c939723e4d242e0a96) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceHandle and ServiceRegistry for TUI
|
|
41
|
+
|
|
42
|
+
- [`0f5f2c5`](https://github.com/BeOnAuto/auto-engineer/commit/0f5f2c5ba51c46ac0594f031d6c700ef17e96785) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add Footer component for TUI
|
|
43
|
+
|
|
44
|
+
- [`052148f`](https://github.com/BeOnAuto/auto-engineer/commit/052148f8c73cd6fe2fc3b4c73567c2980be7b816) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add App component with keyboard handling
|
|
45
|
+
|
|
46
|
+
- [`442ad2d`](https://github.com/BeOnAuto/auto-engineer/commit/442ad2dd2d4918008ce73512e4edf49df348ba29) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: add --tunnel flag with auth middleware wiring and console output
|
|
47
|
+
- **cli**: extend AutoConfig with tunnel config and resolve defaults
|
|
48
|
+
- **cli**: startTunnel wraps ngrok.forward with error handling
|
|
49
|
+
- **cli**: add @ngrok/ngrok dependency and tunnelUrl to ServerHandle
|
|
50
|
+
- **cli**: createTunnelSocketMiddleware with localhost bypass and token auth
|
|
51
|
+
|
|
52
|
+
- [`e972f8f`](https://github.com/BeOnAuto/auto-engineer/commit/e972f8f38b631bfa9124f220fd44b641506a0c4c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: improve AutoTab display with remote access hint
|
|
53
|
+
|
|
54
|
+
- [`5bf3089`](https://github.com/BeOnAuto/auto-engineer/commit/5bf3089bef242f8fc44aac1dd12f94f7f219167d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: rename Summary tab to Auto tab
|
|
55
|
+
|
|
56
|
+
- [`60c62e0`](https://github.com/BeOnAuto/auto-engineer/commit/60c62e0f276e826e6d318bdcdde16b509f116666) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add AutoTab component with server endpoints display
|
|
57
|
+
|
|
58
|
+
- [`e2616d4`](https://github.com/BeOnAuto/auto-engineer/commit/e2616d4b6aed2444684c2e2fa14e952f0de660b0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add Dashboard component for TUI
|
|
59
|
+
|
|
60
|
+
- [`685f429`](https://github.com/BeOnAuto/auto-engineer/commit/685f4295e7e87a80fd310c95caac78d16ef7f901) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added ngrok tunnel mode for remote access to the dev server
|
|
61
|
+
- Introduced TUI (Terminal UI) as the default startup mode for better visibility and status monitoring
|
|
62
|
+
|
|
63
|
+
- [`78c49a9`](https://github.com/BeOnAuto/auto-engineer/commit/78c49a9eff9790ce0ea1c8e027d27ca5bf35adc4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add SummaryTab component for TUI
|
|
64
|
+
|
|
65
|
+
- [`cbdfbdd`](https://github.com/BeOnAuto/auto-engineer/commit/cbdfbdd9c6e05d2c8e583b7bba7e3888c2ab2054) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add LogBuffer for TUI log buffering
|
|
66
|
+
|
|
67
|
+
- [`3bec017`](https://github.com/BeOnAuto/auto-engineer/commit/3bec0171827f005dcfaa1519b58eebf0fe26d875) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add wireServiceStream for TUI log piping
|
|
68
|
+
|
|
69
|
+
- [`210e97c`](https://github.com/BeOnAuto/auto-engineer/commit/210e97c5210e66197f4d91fe2fb1cc1b8ff8bc5b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceTab component for TUI
|
|
70
|
+
|
|
71
|
+
- [`5de2847`](https://github.com/BeOnAuto/auto-engineer/commit/5de2847e745a77b1359d192c651fae4bb3b89f1e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: integrate TUI as default startup mode
|
|
72
|
+
|
|
73
|
+
- [`aa8202a`](https://github.com/BeOnAuto/auto-engineer/commit/aa8202aab81ea0a672c439a975ebe19c8a4bb446) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add TabBar component for TUI
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- [`f16f4d3`](https://github.com/BeOnAuto/auto-engineer/commit/f16f4d35d3c05e77445c762a41ce13494d8e56fb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update App to use serverInfo prop
|
|
78
|
+
|
|
79
|
+
- [`4af0b7f`](https://github.com/BeOnAuto/auto-engineer/commit/4af0b7fefe51512b522ce84d309d7dec4d075f6e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ink-testing-library and JSX support
|
|
80
|
+
|
|
81
|
+
- [`446d0aa`](https://github.com/BeOnAuto/auto-engineer/commit/446d0aa7b8d7b3a9165387156a6735880f9cd1d5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ink, react, @inkjs/ui dependencies for TUI
|
|
82
|
+
|
|
83
|
+
- [`27f3784`](https://github.com/BeOnAuto/auto-engineer/commit/27f3784d5450f19f8ce71f64ce9749eefa3cd2d3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **ci**: skip pre-commit hook on version commit, reset index before publish
|
|
84
|
+
|
|
85
|
+
- [`1776619`](https://github.com/BeOnAuto/auto-engineer/commit/1776619849592fedad8ba8a62413be919f450485) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update renderTui to accept serverInfo
|
|
86
|
+
|
|
87
|
+
- [`e063e5e`](https://github.com/BeOnAuto/auto-engineer/commit/e063e5e85674b0d518a1e971f9056c1471f79b5d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update Dashboard to use serverInfo and AutoTab
|
|
88
|
+
|
|
89
|
+
- [`6a6659f`](https://github.com/BeOnAuto/auto-engineer/commit/6a6659f68883dafb496b34b13fd0b3a93141dd5a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: remove unused SummaryTab spec file
|
|
90
|
+
|
|
3
91
|
## 1.17.0
|
|
4
92
|
|
|
5
93
|
### Minor Changes
|