Skip to content

Releases: 248Tech/Mastermind-7DTD-AI-Server-Manager

v0.0.4

09 Apr 01:30

Choose a tag to compare

Highlights

  • Adds same-host Linux 7DTD autodiscovery so the agent can read local sdtdserver.xml / serverconfig.xml, Mods/, and serveradmin.xml, then auto-create or update the matching server instance.
  • Fixes the control-plane ↔ agent JSON contract for pairing, heartbeats, job polling, and job result submission, and routes agent execution through real game adapters.
  • Adds Frigate integration paths: org settings for Frigate URL/API key/webhook secret, connection test endpoint, webhook ingestion, and alert support for FRIGATE_DETECTION.
  • Updates README, changelog, agent docs, and install guide for the current v0.0.4 flow, including same-host 7DTD onboarding.

Changes

  • Normalize UI job aliases like start, stop, restart, and rcon to backend job types.
  • Include resolved server instance config in queued job payloads so 7DTD jobs have install path and telnet settings at execution time.
  • Add Windows/Linux startup and release doc alignment carried forward in the v0.0.4 release line.

Validation

  • go test ./... in agent passed.
  • Release tag v0.0.4 now points to commit 2930ee33c4d1a7c12ce24f90431ee2dd5667d6c3.

v0.0.3

24 Mar 10:38

Choose a tag to compare

Highlights

  • Make start is now the recommended one-line install/start flow: deps, agent binaries, infra, migrations, and both apps.
  • Control plane exposes scheduler and alert CRUD APIs plus downloadable Go agents.
  • Hosts dashboard gets a setup wizard/agent download panel and org settings now cover webhook updates.

Changes

  • README/QUICKSTART document the new workflow, quick start, and features.
  • scripts/bootstrap.sh builds agent binaries and control-plane health now documents APIs and download endpoints.
  • TODO-0.0.4.md (pending) outlines follow-up work for the next release.

v0.0.2

17 Mar 04:26

Choose a tag to compare

Highlights

  • New guided host onboarding UX with one-liner, Docker, and manual install paths.
  • Added installer endpoint: GET /install.sh for tokenized agent bootstrap.
  • Agent now supports MASTERMIND_* env overrides and config-file-optional startup.
  • Added auth DTO validation for login/register payloads.
  • Updated deployment/runtime defaults in Dockerfiles and docs.

v0.0.1

11 Mar 12:54

Choose a tag to compare

Initial v0.0.1 release.\n\nHighlights:\n- Control plane, web app, and agent baseline workflow\n- Auth, orgs, hosts, server instances, and jobs APIs\n- Agent pairing, heartbeat, and job result reporting\n- Updated README with current features and install guide