Jared Vititoe jared
  • Joined on 2024-11-30
jared pushed to main at LotusGuild/matrix 2026-04-29 14:50:18 -04:00
88627470c1 feat: management polish, !cancel, !wordlestats, welcome fixes
jared pushed to main at LotusGuild/matrix 2026-04-28 22:48:14 -04:00
4ef73afed2 fix: exclude #commands from !inviteall
jared pushed to main at LotusGuild/matrix 2026-04-28 22:42:15 -04:00
72577dedf7 feat: setpl and inviteall apply space-wide with smart filtering
jared pushed to main at LotusGuild/matrix 2026-04-28 22:34:10 -04:00
789db82d9f feat: management commands for PL50+ users
jared pushed to main at LotusGuild/matrix 2026-04-28 21:39:45 -04:00
66136ff2f7 feat: bypass !ask cooldown for users with power level >= 50
jared pushed to main at LotusGuild/matrix 2026-04-28 21:35:24 -04:00
37f5d2d70d feat: !ask --model flag to pick the LLM per-request
jared pushed to main at LotusGuild/matrix 2026-04-26 20:15:58 -04:00
3ed15de5ce fix: triviaduel — one guess per player, auto-advance when both wrong
jared pushed to main at LotusGuild/matrix 2026-04-26 20:10:51 -04:00
121e160535 fix: 20q answers truncate at sentence boundary, not mid-word
jared pushed to main at LotusGuild/matrix 2026-04-26 20:08:06 -04:00
75f9c7bdb9 fix: tighten 20q answer cap to prevent answer leakage
jared pushed to main at LotusGuild/matrix 2026-04-26 20:07:26 -04:00
ee38b1e76a fix: remove unused variable asker in cmd_q (ruff F841)
jared pushed to main at LotusGuild/matrix 2026-04-26 19:57:49 -04:00
a7a3891d1c fix: 20q answer dedup cache — prevent repeated answers
jared pushed to main at LotusGuild/matrix 2026-04-26 19:47:13 -04:00
ad09286e27 fix: 20q now answers any question, not just yes/no
jared pushed to main at LotusGuild/matrix 2026-04-26 18:56:33 -04:00
d095c34276 fix: ttt/triviaduel crash, blackjack per-player, improve hottake/nhie prompts
jared pushed to main at LotusGuild/matrix 2026-04-26 16:29:27 -04:00
54c73535b8 feat: add 9 new games and update help/README
jared pushed to main at LotusGuild/matrix 2026-04-26 16:00:38 -04:00
e29263c3e2 hangman: redesign extended stages — drop confusing ear/arm overlap
jared pushed to main at LotusGuild/matrix 2026-04-26 15:46:18 -04:00
8effb24761 ci: fix pip-audit — restore --local, explicitly ignore pip's own CVE
jared pushed to main at LotusGuild/matrix 2026-04-26 15:43:34 -04:00
407e66e499 fix: add guess to help, document 8ball --debug, fix pip-audit CVE false positive
jared pushed to main at LotusGuild/matrix 2026-04-26 15:40:53 -04:00
49cc0b3d75 hangman: add --hard and --extended flags
jared pushed to main at LotusGuild/matrix 2026-04-26 15:33:56 -04:00
22313b4a41 hangman: persist last 30 words to disk to prevent duplicates
jared pushed to main at LotusGuild/matrix 2026-04-26 15:20:01 -04:00
6eb435010d hangman: add retry + log validation failures for word generation