-
v1.0.0 Stable
released this
2026-07-08 20:31:27 -05:00 | 111 commits to main since this releaseFirst tagged release. Consolidates the feature set already built and brings the repo onto forgejo with the versioned-release cadence used by the other projects there.
Added
- TypeScript Discord bot answering
/aufhocker query:slash commands via Claude, using recent channel history as conversational context. - Postgres-backed message retention, per-server configuration, rate limiting, and an admin audit trail.
- Optional plugins: League of Legends live-game monitoring/predictions (
LOL_ENABLE_LIVE_MONITOR) and Diablo 2 terror-zone/DClone tracking (D2EMU_ENABLE). .gitattributes, a proprietaryLICENSE, Prettier formatting (format/format:check), and atypecheckscript, matching the other forgejo-hosted projects.- Forgejo Actions CI (
.forgejo/workflows/ci.yml) running format check, type-check, tests, and build on every push/PR tomain.
Fixed
.eslintrc.jsreferenced TypeScript-ESLint configs without the requiredplugin:prefix and a non-existentprefer-construle name, sonpm run linthad never actually run successfully.ToolExecutionLoopAudit.test.ts's loop-cap tests hardcoded 5 rounds whileMAX_TOOL_ROUNDSis 10, and assumed hitting the cap throws when the code actually returns a graceful fallback message. ExportedMAX_TOOL_ROUNDSand fixed the tests to match real behavior.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- TypeScript Discord bot answering