@javargasm/pi-kiro 0.4.3 → 0.4.5

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: resolve profileArn automatically for Builder ID accounts
8
+
9
+ Builder ID device-code login never receives a profileArn, which prevented
10
+ model fetching and streaming. Now the startup resolves it via
11
+ `ListAvailableProfiles` and persists it to auth.json.
12
+
13
+ ## 0.4.4
14
+
15
+ ### Patch Changes
16
+
17
+ - fix: refresh token at startup before fetching models
18
+
19
+ - Always refresh the access token at startup so `ListAvailableModels` never hits an expired token
20
+ - Persist refreshed credentials back to `auth.json` for other extensions (e.g. pi-usage-bars)
21
+ - Simplify profileArn store from Map to single variable
22
+ - Remove unused debug request-shape summary interfaces
23
+ - Use `dashToDot` in `resolveKiroModel` instead of duplicated regex
24
+
3
25
  ## 0.4.3
4
26
 
5
27
  ### Patch Changes