Fixes #1
.claude/settings.local.json
.claude/settings.local.json
This file has not been changed.
.gitignore
.gitignore
This file has not been changed.
.session
.session
This file has not been changed.
src/agent.ts
src/agent.ts
This file has not been changed.
src/main.ts
src/main.ts
This file has not been changed.
src/tests/agent.test.ts
src/tests/agent.test.ts
This file has not been changed.
History
2 rounds
0 comments
skywatch.blue
submitted
#1
2 commits
expand
collapse
feat: Add retry logic to authentication
The authentication flow was updated to include retry logic. This ensures
that the application attempts to log in multiple times if the initial
attempts fail. This also addresses an issue where the app was exiting
before the Jetstream client was started.
Bumped version number
expand 0 comments
pull request successfully merged
skywatch.blue
submitted
#0
1 commit
expand
collapse
feat: Add retry logic to authentication
The authentication flow was updated to include retry logic. This ensures
that the application attempts to log in multiple times if the initial
attempts fail. This also addresses an issue where the app was exiting
before the Jetstream client was started.