[PR #293] [MERGED] fix: sync handle on user ensure #313

Closed
opened 2026-02-15 17:16:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/293
Author: @christianhpoe
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @steipete

Base: mainHead: fix/ensure-handle-sync


📝 Commits (2)

  • ab089ab fix: sync handle on user ensure
  • 2c520d4 fix: sync handle on user ensure (#293) (thanks @christianhpoe)

📊 Changes

4 files changed (+141 additions, -21 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
convex/users.test.ts (+93 -0)
📝 convex/users.ts (+37 -18)
📝 packages/clawdhub/src/skills.test.ts (+6 -3)

📄 Description

Summary

  • sync user handle to latest GitHub login during ensure
  • keep auto-derived display names in sync while preserving custom ones
  • add regression tests for handle sync behavior

Fixes #187

Testing

  • bun run test -- convex/users.test.ts

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/293 **Author:** [@christianhpoe](https://github.com/christianhpoe) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `fix/ensure-handle-sync` --- ### 📝 Commits (2) - [`ab089ab`](https://github.com/openclaw/clawhub/commit/ab089ab0d783731dffdac0be8223013f4aa56108) fix: sync handle on user ensure - [`2c520d4`](https://github.com/openclaw/clawhub/commit/2c520d4bb8c1049fe28c9d0a742d6ed289dc88c2) fix: sync handle on user ensure (#293) (thanks @christianhpoe) ### 📊 Changes **4 files changed** (+141 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) ➕ `convex/users.test.ts` (+93 -0) 📝 `convex/users.ts` (+37 -18) 📝 `packages/clawdhub/src/skills.test.ts` (+6 -3) </details> ### 📄 Description ## Summary - sync user handle to latest GitHub login during ensure - keep auto-derived display names in sync while preserving custom ones - add regression tests for handle sync behavior Fixes #187 ## Testing - bun run test -- convex/users.test.ts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:50 -05:00
yindo closed this issue 2026-02-15 17:16:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#313