All versions
1.0.4
Release
Sentic 1.0.42 months ago 37
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Changelog
1.0.4 - 2026-05-28
Security
- Removed the bundled API key from the default configuration.
- Existing configs containing the legacy bundled key are now sanitized on load.
- Disabled PC system command execution by default.
- Updated the assistant prompt to avoid broad PC access claims and require explicit user intent for system/file operations.
Fixed
- File-only AI responses now open the confirmation dialog and can be executed after approval.
- File writing no longer fails when the target path has no parent directory.
- Command execution now checks that the player network handler exists before sending chat commands.
- Voice recording errors are now surfaced in the terminal instead of silently leaving the UI in a bad state.
- Loading-state cleanup no longer assumes the history list is non-empty.
Improved
- Config loading now validates missing or invalid values and clamps unsafe timeout/radius ranges.
- Command input history is capped to keep the client session from growing unbounded.
- Footer text is localized through the in-app translation helper.
- Mod metadata description no longer contains a mojibake dash.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7akyNzKx:JFouPfG7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7akyNzKx:JFouPfG7"
}

