Skip to content

Releases: lukeocodes/sentinel-ai

v1.2.3

24 Oct 16:03
c655b7d

Choose a tag to compare

1.2.3 (2025-10-24)

Bug Fixes

  • add guild_id parameter to slash commands state calls (92ac64a)
  • pass guild_id in bot event handlers (8628f23)
  • remove references to non-existent _state attribute in StateStore (337aa40)
  • use explicit guild_id=None for global state access (ce4bcea)

Documentation

  • merge duplicate configuration docs into single guide (abe06e5)

Miscellaneous

  • update SECURITY.md with contact email (0bac685)

v1.2.2

24 Oct 14:21
0f99527

Choose a tag to compare

1.2.2 (2025-10-24)

Bug Fixes

  • use release tag_name instead of branch name for VERSION (0b8aa34)

v1.2.1

24 Oct 13:57
595632a

Choose a tag to compare

1.2.1 (2025-10-24)

Miscellaneous

  • provide fly token to all flyctl commands (f7631c3)

v1.2.0

24 Oct 13:51
30cf73c

Choose a tag to compare

1.2.0 (2025-10-24)

Features

  • implement guild isolation and machine registration (a664ceb)

Bug Fixes

  • set app_version on fly deployment prior to deploy (9bbea55)

v1.1.0

24 Oct 12:24
076f214

Choose a tag to compare

1.1.0 (2025-10-24)

Features

  • add automatic message splitting for Discord's 2000 char limit (08399bc)
  • add comprehensive prompt injection protection (d3a58d7)

v1.0.2

24 Oct 10:18
9ef6fcb

Choose a tag to compare

1.0.2 (2025-10-24)

Code Refactoring

  • remove member leave event listener (21ffa67)

v1.0.1

24 Oct 09:49
2f63651

Choose a tag to compare

1.0.1 (2025-10-24)

Bug Fixes

  • use FLY_APP_NAME secret for deployment (835812e)

v1.0.0

24 Oct 09:37
2c02338

Choose a tag to compare

1.0.0 (2025-10-24)

⚠ BREAKING CHANGES

  • Package renamed from modgpt to sentinel

Features

  • add a healthcheck and setup docker for deployment (bf63609)
  • conversations: add conversation tracking and threading system (56e0c18)
  • initial commit of architecture (a98a1e8)

Bug Fixes

  • remove PyPI publishing from release workflow (6b1c86d)

Documentation

  • add comprehensive architecture and deployment documentation (e6c7453)
  • readme: rewrite with concise quick start guide (0161908)

Code Refactoring

  • rebrand project from mod-gpt to Sentinel AI (d80622e)
  • reorganize project structure for better modularity (890bb48)

Continuous Integration

  • add automatic Fly.io deployment to release workflow (e896a62)
  • setup release-please with automated PyPI publishing (31d1e8c)

Miscellaneous

  • add MIT license and GitHub community files (0ddea30)
  • clean up obsolete files and update env example (457e05e)