Open
Add claude activity for recent GitHub contributions + unblock headless auth/plugin list#39
claude activity for recent GitHub contributions + unblock headless auth/plugin list#39Conversation
…ess `auth`/`plugin list` Agent-Logs-Url: https://github.com/Fearvox/Evensong/sessions/0482e263-2a20-4c73-8015-7e3c85e3ecc2 Co-authored-by: Fearvox <35294173+Fearvox@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Expose a quick way to view recent GitHub contribution activity across repos (main repos + other contributions) from the CLI. Also remove a startup hang path where simple headless subcommands could stall behind the full interactive boot.
New Command:
claude activitysrc/entrypoints/cli.tsxto avoid loading the full CLI.src/cli/handlers/activity.ts:GITHUB_TOKEN/GH_TOKEN).--user <login>(or--public) uses the REST events feed for lightweight, token-optional visibility.--days,--limit, and--jsonfor scripting.Headless Fast-Paths:
authandplugin listauthfast-path (src/cli/handlers/authFastPath.ts) andplugin listfast-path (src/cli/handlers/pluginFastPath.ts) to prevent trust/REPL startup from blocking these commands.CI-safe
auth statussrc/cli/handlers/auth.tsnow tolerates CI/test environments wheregetAnthropicApiKeyWithSource()is intentionally strict, soauth statuscan still report “not logged in” without throwing.Fuzz test stabilization
benchmarks/runs/R009/services/experiment-tracker/tests/fuzz.test.tsnow generates whitespace-free hyperparameter keys to match service validation and avoid intermittent failures.Example usage: