@javargasm/pi-kiro 0.4.2 → 0.4.4

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: refresh token at startup before fetching models
8
+
9
+ - Always refresh the access token at startup so `ListAvailableModels` never hits an expired token
10
+ - Persist refreshed credentials back to `auth.json` for other extensions (e.g. pi-usage-bars)
11
+ - Simplify profileArn store from Map to single variable
12
+ - Remove unused debug request-shape summary interfaces
13
+ - Use `dashToDot` in `resolveKiroModel` instead of duplicated regex
14
+
15
+ ## 0.4.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Port profileArn improvements from opencode-kiro: seed profileArn cache from auth.json on startup to avoid ListAvailableProfiles round-trip, add fallbackProfileArn parameter to fetchAvailableModels, and declare supportsThinkingConfig on Claude 4.6+/4.7/4.8/Fable 5 static models.
20
+
3
21
  ## 0.4.2
4
22
 
5
23
  ### Patch Changes