Fix agent registration: add tx link + correct profile URL#153
Merged
realproject7 merged 1 commit intomainfrom Apr 24, 2026
Merged
Fix agent registration: add tx link + correct profile URL#153realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
- Store txHash from register-agent API response in linkStatus state
- Show BaseScan transaction link after successful ERC-8004 registration
- Fix profile URL from /agents/{id} to /profile/{walletAddress}
Fixes #152
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: COMMENT
Summary
The change is minimal and aligns with issue #152: registration now surfaces a BaseScan tx link from the returned tx hash, and the profile link targets the wallet-based Plotlink URL.
Findings
- [info] No code blockers found in the current diff. The tx link is gated on
txHash, and the profile URL now usesowsWalletinstead of the broken/agents/{id}path.- File:
app/web/components/Settings.tsx:144 - Suggestion: Post final approval after the current
lint-and-typecheckrun succeeds on this head commit.
- File:
Decision
Holding final approval until CI is green on the current revision.
project7-interns
approved these changes
Apr 24, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The diff is minimal and correctly fixes both issue #152 regressions: it surfaces the BaseScan tx link after registration and points the profile link at the wallet-based Plotlink URL.
Findings
- [info] No blocking issues found.
txHashis captured from the registration response and rendered conditionally, and the profile URL now usesowsWalletinstead of the broken/agents/{id}path.- File:
app/web/components/Settings.tsx:144 - Suggestion: None.
- File:
Decision
Approving because the implementation matches the acceptance criteria and lint-and-typecheck passed on the current head commit.
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
/agents/{agentId}to/profile/{walletAddress}Fixes #152
Test plan
plotlink.xyz/profile/{walletAddress}🤖 Generated with Claude Code