Commit Graph

8 Commits

Author SHA1 Message Date
KnackAtNite 58e7d2ee46 v1.0.5: Exact match trigger option; cross-world Friends for auto-accept
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.5
2026-02-21 22:25:14 -05:00
KnackAtNite 804a43ebf3 Merge pull request 'feature/auto-accept-party-invites' (#2) from feature/auto-accept-party-invites into main v1.0.4 2026-02-21 21:28:34 +00:00
jorg b1f01d2794 Auto-accept: debug logging, scan mode, friend/FC cache on login
- Add debug logging (gated by Debug) and scan mode to find party-invite addon
- Listen for PartyInvite and SelectYesno addons
- Cache friends and FC members on login: open Friends/FC addons briefly, scrape
  names, close; persist cache to HSRToolsFriendFcCache.json
- Auto-accept checks cache first, then live proxy (works without opening UIs)
- Config: CacheFriendsAndFcOnLogin, AutoAcceptScanAddons
- FC: RequestData() + longer wait; clearer log when 0 FC members

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 12:48:29 -06:00
jorg 4dcea5d7de Add auto-accept party invites from friends and FC members
- New AutoAcceptPartyService uses IAddonLifecycle to detect party invite popup
- Checks inviter against InfoProxyFriendList and InfoProxyFreeCompanyMember
- Config options: AutoAcceptEnabled, AutoAcceptFromFriends, AutoAcceptFromFreeCompany
- Bump version to 1.0.4, update CHANGELOG and README

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-20 20:40:44 -06:00
KnackAtNite 545e34e4d8 v1.0.3: Add /hsr command to open settings
Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.3
2026-02-03 00:40:44 -05:00
KnackAtNite d3d8b0fa1a v1.0.2: Suppress 'That player has already been invited' toast (QuestToast + broader match)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 00:31:16 -05:00
KnackAtNite 7765e037da v1.0.1: Same-world + cross-world invites, suppress party-error toast
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 00:27:25 -05:00
KnackAtNite 33088ea6e5 Initial release: HSRTools 1.0.0 - auto-invite on trigger word in FC/LS/CWLS/tells
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-02 23:45:22 -05:00