@thesashadev/girl-agent 0.1.16 → 0.1.18
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 +18 -0
- package/dist/cli.js +569 -220
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.18
|
|
4
|
+
|
|
5
|
+
Дата: 2026-05-09
|
|
6
|
+
|
|
7
|
+
- chore(ci): switch changelog model to gpt-5-mini
|
|
8
|
+
- feat(ci): AI-powered changelog generation via GitHub Models API
|
|
9
|
+
- Improve profile and model config UX
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 0.1.17
|
|
13
|
+
|
|
14
|
+
Дата: 2026-05-09
|
|
15
|
+
|
|
16
|
+
- Merge pull request #65 from TheSashaDev/devin/1778314838-bug-sweep
|
|
17
|
+
- Harden owner id handling
|
|
18
|
+
- Improve why and wake commands
|
|
19
|
+
- Fix Telegram behavior and setup issues
|
|
20
|
+
|
|
3
21
|
## 0.1.16
|
|
4
22
|
|
|
5
23
|
Дата: 2026-05-08
|