@auto-engineer/adk-claude-code-bridge 1.120.0 → 1.121.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @auto-engineer/adk-claude-code-bridge
|
|
2
2
|
|
|
3
|
+
## 1.121.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5ccc961`](https://github.com/BeOnAuto/auto-engineer/commit/5ccc96188fae7d3fbeb4a0be52d83b6f4d0a95f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: rewrite system prompt with emmett patterns and import rules
|
|
8
|
+
- **server-implementer**: extract shared buildContextSections utility
|
|
9
|
+
- **server-implementer**: extract shared loadContextFiles utility
|
|
10
|
+
- **server-implementer**: change loadSharedContext to return Record<string, string>
|
|
11
|
+
- **global**: version packages
|
|
12
|
+
|
|
3
13
|
## 1.120.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|