Releases: 248Tech/Mastermind-7DTD-AI-Server-Manager
Releases · 248Tech/Mastermind-7DTD-AI-Server-Manager
v0.0.4
Highlights
- Adds same-host Linux 7DTD autodiscovery so the agent can read local
sdtdserver.xml/serverconfig.xml,Mods/, andserveradmin.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.4flow, including same-host 7DTD onboarding.
Changes
- Normalize UI job aliases like
start,stop,restart, andrconto 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.4release line.
Validation
go test ./...inagentpassed.- Release tag
v0.0.4now points to commit2930ee33c4d1a7c12ce24f90431ee2dd5667d6c3.
v0.0.3
Highlights
Make startis 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
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
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