Skip to content

fix: Refresh identity version after property changes#215

Merged
macterra merged 2 commits intomainfrom
212-refresh-properties-after-add
Mar 14, 2026
Merged

fix: Refresh identity version after property changes#215
macterra merged 2 commits intomainfrom
212-refresh-properties-after-add

Conversation

@macterra
Copy link
Copy Markdown
Collaborator

@macterra macterra commented Mar 14, 2026

Summary

  • After adding, editing, or deleting a property, re-resolve the current ID's DID document
  • The version number on the identity tab now updates immediately without needing to switch IDs
  • Adds lightweight refreshCurrentDoc() function instead of calling heavy refreshAll()

Closes #212

Test plan

  • Add a property to an agent ID, verify the version on the identity tab increments
  • Edit a property, verify the version updates
  • Delete a property, verify the version updates

🤖 Generated with Claude Code

macterra and others added 2 commits March 14, 2026 15:35
After adding, editing, or deleting a property, re-resolve the current
ID's DID document so the version number on the identity tab updates
immediately without needing to switch IDs.

Closes #212

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename refreshCurrentDoc to refreshResolvedDocs and extend it to
refresh the DIDs tab resolved doc when the property was changed on the
selected alias, not just the current identity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@macterra macterra merged commit d4664de into main Mar 14, 2026
13 checks passed
@macterra macterra deleted the 212-refresh-properties-after-add branch March 14, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Properties tab doesn't refresh after adding property to agent ID

1 participant