@auto-engineer/app-implementer 1.16.0 → 1.18.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 +107 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,112 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4318041`](https://github.com/BeOnAuto/auto-engineer/commit/4318041b4440bcbda9e6f3ef1eb448b5c42fe111) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceRegistry to server and global accessor
8
+
9
+ - [`bbd1ec6`](https://github.com/BeOnAuto/auto-engineer/commit/bbd1ec6bac6f378b99ae8727cc88e1cdb9236783) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add TUI entry point with renderTui function
10
+
11
+ - [`3be579a`](https://github.com/BeOnAuto/auto-engineer/commit/3be579a34ac90caf0425be922b286ee2f4ff95ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **dev-server**: use piped output in TUI mode
12
+
13
+ - [`0a72b70`](https://github.com/BeOnAuto/auto-engineer/commit/0a72b705ebb74e71df40b9c939723e4d242e0a96) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceHandle and ServiceRegistry for TUI
14
+
15
+ - [`0f5f2c5`](https://github.com/BeOnAuto/auto-engineer/commit/0f5f2c5ba51c46ac0594f031d6c700ef17e96785) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add Footer component for TUI
16
+
17
+ - [`052148f`](https://github.com/BeOnAuto/auto-engineer/commit/052148f8c73cd6fe2fc3b4c73567c2980be7b816) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add App component with keyboard handling
18
+
19
+ - [`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
20
+ - **cli**: extend AutoConfig with tunnel config and resolve defaults
21
+ - **cli**: startTunnel wraps ngrok.forward with error handling
22
+ - **cli**: add @ngrok/ngrok dependency and tunnelUrl to ServerHandle
23
+ - **cli**: createTunnelSocketMiddleware with localhost bypass and token auth
24
+
25
+ - [`e972f8f`](https://github.com/BeOnAuto/auto-engineer/commit/e972f8f38b631bfa9124f220fd44b641506a0c4c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: improve AutoTab display with remote access hint
26
+
27
+ - [`5bf3089`](https://github.com/BeOnAuto/auto-engineer/commit/5bf3089bef242f8fc44aac1dd12f94f7f219167d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: rename Summary tab to Auto tab
28
+
29
+ - [`60c62e0`](https://github.com/BeOnAuto/auto-engineer/commit/60c62e0f276e826e6d318bdcdde16b509f116666) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add AutoTab component with server endpoints display
30
+
31
+ - [`e2616d4`](https://github.com/BeOnAuto/auto-engineer/commit/e2616d4b6aed2444684c2e2fa14e952f0de660b0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add Dashboard component for TUI
32
+
33
+ - [`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
34
+ - Introduced TUI (Terminal UI) as the default startup mode for better visibility and status monitoring
35
+
36
+ - [`78c49a9`](https://github.com/BeOnAuto/auto-engineer/commit/78c49a9eff9790ce0ea1c8e027d27ca5bf35adc4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add SummaryTab component for TUI
37
+
38
+ - [`cbdfbdd`](https://github.com/BeOnAuto/auto-engineer/commit/cbdfbdd9c6e05d2c8e583b7bba7e3888c2ab2054) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add LogBuffer for TUI log buffering
39
+
40
+ - [`3bec017`](https://github.com/BeOnAuto/auto-engineer/commit/3bec0171827f005dcfaa1519b58eebf0fe26d875) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add wireServiceStream for TUI log piping
41
+
42
+ - [`210e97c`](https://github.com/BeOnAuto/auto-engineer/commit/210e97c5210e66197f4d91fe2fb1cc1b8ff8bc5b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ServiceTab component for TUI
43
+
44
+ - [`5de2847`](https://github.com/BeOnAuto/auto-engineer/commit/5de2847e745a77b1359d192c651fae4bb3b89f1e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: integrate TUI as default startup mode
45
+
46
+ - [`aa8202a`](https://github.com/BeOnAuto/auto-engineer/commit/aa8202aab81ea0a672c439a975ebe19c8a4bb446) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add TabBar component for TUI
47
+
48
+ ### Patch Changes
49
+
50
+ - [`f16f4d3`](https://github.com/BeOnAuto/auto-engineer/commit/f16f4d35d3c05e77445c762a41ce13494d8e56fb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update App to use serverInfo prop
51
+
52
+ - [`4af0b7f`](https://github.com/BeOnAuto/auto-engineer/commit/4af0b7fefe51512b522ce84d309d7dec4d075f6e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ink-testing-library and JSX support
53
+
54
+ - [`446d0aa`](https://github.com/BeOnAuto/auto-engineer/commit/446d0aa7b8d7b3a9165387156a6735880f9cd1d5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ink, react, @inkjs/ui dependencies for TUI
55
+
56
+ - [`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
57
+
58
+ - [`1776619`](https://github.com/BeOnAuto/auto-engineer/commit/1776619849592fedad8ba8a62413be919f450485) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update renderTui to accept serverInfo
59
+
60
+ - [`e063e5e`](https://github.com/BeOnAuto/auto-engineer/commit/e063e5e85674b0d518a1e971f9056c1471f79b5d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update Dashboard to use serverInfo and AutoTab
61
+
62
+ - [`6a6659f`](https://github.com/BeOnAuto/auto-engineer/commit/6a6659f68883dafb496b34b13fd0b3a93141dd5a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: remove unused SummaryTab spec file
63
+
64
+ - Updated dependencies [[`4318041`](https://github.com/BeOnAuto/auto-engineer/commit/4318041b4440bcbda9e6f3ef1eb448b5c42fe111), [`bbd1ec6`](https://github.com/BeOnAuto/auto-engineer/commit/bbd1ec6bac6f378b99ae8727cc88e1cdb9236783), [`3be579a`](https://github.com/BeOnAuto/auto-engineer/commit/3be579a34ac90caf0425be922b286ee2f4ff95ee), [`0a72b70`](https://github.com/BeOnAuto/auto-engineer/commit/0a72b705ebb74e71df40b9c939723e4d242e0a96), [`f16f4d3`](https://github.com/BeOnAuto/auto-engineer/commit/f16f4d35d3c05e77445c762a41ce13494d8e56fb), [`0f5f2c5`](https://github.com/BeOnAuto/auto-engineer/commit/0f5f2c5ba51c46ac0594f031d6c700ef17e96785), [`052148f`](https://github.com/BeOnAuto/auto-engineer/commit/052148f8c73cd6fe2fc3b4c73567c2980be7b816), [`442ad2d`](https://github.com/BeOnAuto/auto-engineer/commit/442ad2dd2d4918008ce73512e4edf49df348ba29), [`e972f8f`](https://github.com/BeOnAuto/auto-engineer/commit/e972f8f38b631bfa9124f220fd44b641506a0c4c), [`4af0b7f`](https://github.com/BeOnAuto/auto-engineer/commit/4af0b7fefe51512b522ce84d309d7dec4d075f6e), [`5bf3089`](https://github.com/BeOnAuto/auto-engineer/commit/5bf3089bef242f8fc44aac1dd12f94f7f219167d), [`60c62e0`](https://github.com/BeOnAuto/auto-engineer/commit/60c62e0f276e826e6d318bdcdde16b509f116666), [`e2616d4`](https://github.com/BeOnAuto/auto-engineer/commit/e2616d4b6aed2444684c2e2fa14e952f0de660b0), [`446d0aa`](https://github.com/BeOnAuto/auto-engineer/commit/446d0aa7b8d7b3a9165387156a6735880f9cd1d5), [`27f3784`](https://github.com/BeOnAuto/auto-engineer/commit/27f3784d5450f19f8ce71f64ce9749eefa3cd2d3), [`1776619`](https://github.com/BeOnAuto/auto-engineer/commit/1776619849592fedad8ba8a62413be919f450485), [`685f429`](https://github.com/BeOnAuto/auto-engineer/commit/685f4295e7e87a80fd310c95caac78d16ef7f901), [`78c49a9`](https://github.com/BeOnAuto/auto-engineer/commit/78c49a9eff9790ce0ea1c8e027d27ca5bf35adc4), [`cbdfbdd`](https://github.com/BeOnAuto/auto-engineer/commit/cbdfbdd9c6e05d2c8e583b7bba7e3888c2ab2054), [`3bec017`](https://github.com/BeOnAuto/auto-engineer/commit/3bec0171827f005dcfaa1519b58eebf0fe26d875), [`210e97c`](https://github.com/BeOnAuto/auto-engineer/commit/210e97c5210e66197f4d91fe2fb1cc1b8ff8bc5b), [`5de2847`](https://github.com/BeOnAuto/auto-engineer/commit/5de2847e745a77b1359d192c651fae4bb3b89f1e), [`e063e5e`](https://github.com/BeOnAuto/auto-engineer/commit/e063e5e85674b0d518a1e971f9056c1471f79b5d), [`aa8202a`](https://github.com/BeOnAuto/auto-engineer/commit/aa8202aab81ea0a672c439a975ebe19c8a4bb446), [`6a6659f`](https://github.com/BeOnAuto/auto-engineer/commit/6a6659f68883dafb496b34b13fd0b3a93141dd5a)]:
65
+ - @auto-engineer/message-bus@1.18.0
66
+ - @auto-engineer/model-factory@1.18.0
67
+
68
+ ## 1.17.0
69
+
70
+ ### Minor Changes
71
+
72
+ - [`1c01e14`](https://github.com/BeOnAuto/auto-engineer/commit/1c01e14465f1af7b969dad9c3b45cfa66f653d67) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: createTunnelSocketMiddleware with localhost bypass and token auth
73
+
74
+ - [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: generateBearerToken returns 64-char hex string
75
+
76
+ - [`c53ab86`](https://github.com/BeOnAuto/auto-engineer/commit/c53ab8648700dde4c7e49002b691382518ee39fa) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: startTunnel wraps ngrok.forward with error handling
77
+
78
+ - [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: createTunnelAuthMiddleware with localhost bypass and bearer auth
79
+
80
+ - [`a2b91f1`](https://github.com/BeOnAuto/auto-engineer/commit/a2b91f1fb37a3ebe1f074988c65ebbb88af8a1e8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add @ngrok/ngrok dependency and tunnelUrl to ServerHandle
81
+
82
+ - [`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
83
+ - **app-implementer**: migrate from openai-compatible to model-factory + fix usage token names
84
+ - **react-component-implementer**: migrate from openai-compatible to model-factory
85
+ - **server-implementer**: migrate from ai-gateway to model-factory + ai SDK
86
+ - **information-architect**: migrate from ai-gateway to model-factory + ai SDK
87
+
88
+ - [`5707573`](https://github.com/BeOnAuto/auto-engineer/commit/5707573716dc35775fa09e079274acac2a2caa42) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: generateBearerToken returns 64-char hex string
89
+
90
+ - [`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
91
+
92
+ - [`b8d1575`](https://github.com/BeOnAuto/auto-engineer/commit/b8d157544cfce93f46691885d52f664688a1338a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: extend AutoConfig with tunnel config and resolve defaults
93
+
94
+ - [`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
95
+
96
+ ### Patch Changes
97
+
98
+ - [`acd8ec7`](https://github.com/BeOnAuto/auto-engineer/commit/acd8ec79fe1947325deba60b233be79d50304723) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: apply biome formatting to startServer parameter object
99
+
100
+ - [`ff19dff`](https://github.com/BeOnAuto/auto-engineer/commit/ff19dff9989064bb46510284345834bdcb622899) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: replace tunnel tip with actionable Remote Access section
101
+
102
+ - [`265d86d`](https://github.com/BeOnAuto/auto-engineer/commit/265d86d864185328b418f5d90c0a4c3197e0e0eb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add ketchup plan for ngrok tunnel support
103
+
104
+ - [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: document tunnel config in auto.config.example.ts
105
+
106
+ - Updated dependencies [[`acd8ec7`](https://github.com/BeOnAuto/auto-engineer/commit/acd8ec79fe1947325deba60b233be79d50304723), [`1c01e14`](https://github.com/BeOnAuto/auto-engineer/commit/1c01e14465f1af7b969dad9c3b45cfa66f653d67), [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f), [`c53ab86`](https://github.com/BeOnAuto/auto-engineer/commit/c53ab8648700dde4c7e49002b691382518ee39fa), [`8a62e25`](https://github.com/BeOnAuto/auto-engineer/commit/8a62e2566fb65e94c1bb1b742659246913f4739f), [`ff19dff`](https://github.com/BeOnAuto/auto-engineer/commit/ff19dff9989064bb46510284345834bdcb622899), [`265d86d`](https://github.com/BeOnAuto/auto-engineer/commit/265d86d864185328b418f5d90c0a4c3197e0e0eb), [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5), [`a2b91f1`](https://github.com/BeOnAuto/auto-engineer/commit/a2b91f1fb37a3ebe1f074988c65ebbb88af8a1e8), [`99da060`](https://github.com/BeOnAuto/auto-engineer/commit/99da060bc7450858ecf75a916ae3ed4243896ab2), [`5707573`](https://github.com/BeOnAuto/auto-engineer/commit/5707573716dc35775fa09e079274acac2a2caa42), [`40b7fb6`](https://github.com/BeOnAuto/auto-engineer/commit/40b7fb666b14cf2f51e28a038248f3684561ddf5), [`b8d1575`](https://github.com/BeOnAuto/auto-engineer/commit/b8d157544cfce93f46691885d52f664688a1338a), [`a8c570a`](https://github.com/BeOnAuto/auto-engineer/commit/a8c570a2e4132cf99dbdc0e19a1d6f6ceb407a53)]:
107
+ - @auto-engineer/message-bus@1.17.0
108
+ - @auto-engineer/model-factory@1.17.0
109
+
3
110
  ## 1.16.0
4
111
 
5
112
  ### Minor Changes
package/package.json CHANGED
@@ -21,13 +21,13 @@
21
21
  "@modelcontextprotocol/sdk": "^1.12.1",
22
22
  "ai": "^5.0.87",
23
23
  "debug": "^4.4.1",
24
- "@auto-engineer/message-bus": "1.16.0",
25
- "@auto-engineer/model-factory": "1.16.0"
24
+ "@auto-engineer/message-bus": "1.18.0",
25
+ "@auto-engineer/model-factory": "1.18.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.16.0",
30
+ "version": "1.18.0",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit"