v1.4.10
What's new
iChat
v1.4.10 (2026-09-02)
Full Changelog Previous Releases
- v1.4.10: Fix Clear All History crash and dead item-links setting
- "Clear All History" threw on first click. The callback referenced
clearAllBtn, but it was declared and assigned in one local statement,
and a Lua local is not in scope until after the statement that
declares it -- so the closure captured the nil global. Forward-
declared so the closure sees the upvalue. - "Enable item links" did nothing. The checkbox stored its value but
nothing ever read it: hyperlink handling was registered
unconditionally on every bubble, so item links were permanently on
in both positions. Now gated on the setting, read at call time so it
applies without a reload, with existing bubbles refreshed on toggle.
Anyone who had already switched it off will now see it take effect.
Found by a cross-addon audit for settings that are exposed in the UI
and written to the profile but never read. iChat had one; xCT+ had five.
Not verified in game.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session\_01AWwEY7j7phYrfcxJZsQDVb
- "Clear All History" threw on first click. The callback referenced
- chore: remove CLAUDE.md from tracking, add to .gitignore
CLAUDE.md contains project-specific context (IPs, deploy commands,
infrastructure details) that should not be public. Keep local only. - docs(claude): add standardized CLAUDE.md
Add project-specific CLAUDE.md referencing global rules. Part of
repo standardization across all projects.
This mod has no additional files

