-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
archdukejim edited this page Aug 2, 2026
·
3 revisions
Full version history for RimSynapse - Core. The mod page and Workshop description show only the latest release; every earlier version is recorded here.
- NEW - Load-order guard: a mod loaded before something it declares it must load after now reports one clear error at startup, instead of silently losing every type in its assembly and appearing installed while doing nothing.
- Changed: every mod now targets .NET Framework 4.8, so any RimSynapse mod can reference any other. Previously a net472 mod could not, and the reference was dropped with only a build warning.
- Changed: the metadata and wiki release gates now run automatically on every pull request, rather than when someone remembers to run them.
- Fixed: the in-game mod list showed v0.5.2 with no 0.6.0 notes; version and changelog now agree everywhere.
- Roadmap updated: 0.7 is Regions and Territories compatibility (groundwork for Factions, which will require Empire).
- NEW: Multi-step plans that call game tools, wait on game conditions, see the result and continue.
- NEW: Plans survive saving and loading, resuming at the right step without instantly timing out.
- NEW: Turn limits, a per-run request budget and a stop button.
- NEW: Autonomous actions cannot change your colony unless you enable "Allow autonomous mutations".
- NEW: Scripted features escalate to the agent when they hit something they were never taught to handle (off by default).
- NEW: Agent Runs inspector in the Script Debugger - what it decided, ran, observed and spent, plus cancel.
- NEW: Capability tiers chosen from measured response times; designed down to a 2k context window.
- NEW: Conversations prioritised (sub-500ms target); background work fits the in-game night and yields to you.
- NEW: Cloud APIs budgeted by token cost, with an experimental toggle to ignore cost.
- Fixed: mistyped tools looked like successes and malformed plans were dropped silently.
- Fixed: restored a public constructor signature so mods built against 0.5.x keep working.
- Compatible with 0.5.x saves; companion mods verified against their published builds.
- Fixed: Core failed to load entirely when a Harmony patch bound the wrong parameter name.
- Fixed: wiki guides in the Learning Helper threw an exception every frame.
- Fixed: developer scripting paths were hardcoded to one machine and now follow your install.
- Licence changed to PolyForm Noncommercial 1.0.0.
- API-level thinking controls, historical records and letter archival, resident life support.
- Regions and Territories module, expanded faction and world systems.
- New Features! (Multi-provider LLM balancing, Image Generation Framework, and LLM Capabilities filtering).
- Embedded Aura the storyteller into core.
- Ecosystem Expansion (Introduced Chat, Factions, and WorldNews companion modules).
- Bug fixes and stability improvements.
- Storyteller Update (Added the AI Storyteller module, now merged into Core).
- Initial Release (Core framework, NVIDIA Tool, and Psychology module).