Skip to content

Commit f3272b9

Browse files
committed
fix: Kiro OAuth token refresh and health check
- Fix health check request format with correct fields (chatTriggerType, modelId, origin) - Load clientIdHash file correctly for IdC authentication - Add success notifications for token refresh and health check - Clean up debug println statements, use tracing instead - Fix ESLint warnings Version: 0.6.1
1 parent 1f20ed3 commit f3272b9

45 files changed

Lines changed: 7627 additions & 466 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"Bash(cargo check:*)",
1414
"Bash(rm:*)",
1515
"Bash(cargo clippy:*)",
16-
"Bash(cargo fmt:*)"
16+
"Bash(cargo fmt:*)",
17+
"Bash(lsof:*)",
18+
"Bash(xargs kill:*)",
19+
"Bash(cargo run:*)"
1720
],
1821
"deny": [],
1922
"ask": []

package-lock.json

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proxycast",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -22,6 +22,7 @@
2222
"@radix-ui/react-toast": "^1.2.2",
2323
"@radix-ui/react-tooltip": "^1.1.3",
2424
"@tauri-apps/api": "^2.0.0",
25+
"@tauri-apps/plugin-dialog": "^2.4.2",
2526
"@tauri-apps/plugin-shell": "^2.0.0",
2627
"class-variance-authority": "^0.7.0",
2728
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)