fix: address CLI QA feedback#5
Merged
Merged
Conversation
Replace bare HTML with styled page using black background, JetBrains Mono font, purple accent (#a299ff), and subtle card borders consistent with the ai-auth app aesthetic. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Shows authentication status, configured endpoint, and token expiry with remaining time in minutes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Extract error/message/detail fields from JSON responses instead of showing raw status text, giving users actionable error information. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows running code directly without a file: eterna execute -e 'await eterna.getBalance()' Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4d29954 to
b06b2b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#a299ff), subtle card borderscloseAllConnections()drains sockets,timeout.unref()prevents the 5-min timer from keeping the process aliveeterna statuscommand — shows auth state, endpoint, and token expiry timeerror/message/detailfields) instead of raw status texteterna execute -e 'await eterna.getBalance()'runs code without a fileTest plan
eterna loginand verify the callback page is styled (dark theme, monospace font)eterna statuswhen logged in and when logged outeterna execute -e 'return 1+1'to test inline evalGenerated with Claude Code