Open
Conversation
This was referenced Jan 29, 2026
Collaborator
|
I have revamped the entire diff mechanism, as it uses now snapshot based one. Please pull the main and open a PR on that. |
muraalee
requested changes
Feb 2, 2026
Collaborator
muraalee
left a comment
There was a problem hiding this comment.
Agent Blame 3.0 has been shipped, please pull from main and send me the PR
551be1d to
9e5a537
Compare
Author
|
I'll rebase and reuse this PR. Marked as WIP, will remove the tag in a sec. |
Author
|
Removed WIP, this MR is ready for review. (Using this locally to interrogate copilot payloads to work on #36 .) |
d82365d to
60730e8
Compare
Author
|
Rebased (and cleaned up commit author info). This can probably be closed / abandoned if a solution is found for #48 . |
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.
This PR adds support for a local (per-init) agentblame config, and populating trace hook config values into it at init. Currently the config holds two options: traceAllHooks and traceFailedHooks .
traceAllHooks : record a json of every tool hook invocation
traceFailedHooks : record a json of tool hook invocations that resulted in some failure
This is mostly useful for debugging / exploratory work, e.g. spinning up a new provider (copilot-cli / #36).
I am not sure if cross-fork attribution works in the extension... about to find out!
If not, attribution is working within a single repo, see: spencatro-pub#1