@auto-engineer/adk-claude-code-bridge 1.117.0 → 1.118.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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @auto-engineer/adk-claude-code-bridge
|
|
2
2
|
|
|
3
|
+
## 1.118.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d1e66c1`](https://github.com/BeOnAuto/auto-engineer/commit/d1e66c13469855e539750f934e232b5caa9a205b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: imrpoves ui generation pipeline
|
|
8
|
+
- **packages/adk-claude-code-bridge**: fix package not being published
|
|
9
|
+
- **global**: version packages
|
|
10
|
+
|
|
11
|
+
- [`22bb82a`](https://github.com/BeOnAuto/auto-engineer/commit/22bb82acc4210b35fe5d22c0bb92069555c709b2) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added a new diff-based file writer that optimizes how LLM-generated code changes are applied, reducing token usage and improving write speed
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`d958eba`](https://github.com/BeOnAuto/auto-engineer/commit/d958ebac413b219ff967683fee2334879d2232ea) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **diff-patcher**: update pnpm-lock.yaml and remove package-lock.json
|
|
16
|
+
|
|
3
17
|
## 1.117.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|