Open
Conversation
baa868d to
f21d6ab
Compare
* Readme and CLI help fixes * Cleanups * Cleanups * enhancements and readme updates
a0d864e to
9f17fe2
Compare
* attribution cleanup * Updates to analytics dashboard * Cleanups
…dot-dev#53) * Refactor setup flow: separate init (repo) from setup (machine) - init command: installs editor hooks, GitHub Action, git hook (repo-level) - setup command: creates global database at ~/.agentblame/ (machine-level) - Database requires explicit setup, no auto-create - Git hook detection supports custom paths via core.hooksPath - Prompt badge shows only on first line of consecutive AI blocks - Analytics dashboard redesigned with gradient stat cards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Cleanups --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Better logging for extension * Debug messages in attribution header
- Show actual API errors (401/403/404) instead of generic messages - Rename "Efficiency" to "Prompt Efficiency" on Analytics Dashboard - Bump version to 3.1.8 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Clarify Classic PAT is recommended - Add required permissions note - Add note about org repos needing Classic token Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Guide users to create fine-grained PAT (not classic) - List required permissions: Contents + Pull requests (read-only) - Note about org repos needing admin to enable fine-grained tokens Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Auto update agentblame package * Support for TTY with no colors
This change gets basic hooks working in copilot. There are still issues: * No model attribution (hook output lacks breadcrumbs) * Only works in copilot-cli
9f17fe2 to
a0dc2b4
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.
[LOCAL FORK TEST for agentblame attribution]
This change gets basic hooks working in copilot. There are still issues:
Anecdotally, this might be a little overly aggressive at calling lines AI when they might have been human. I am not sure if this is specific to copilot, or would also be an issue in other harnesses as well.
This definitely needs more baking, but I think this is a decent starting point.