profile: add progressive user profiles

Add cache-expiry profile maintenance and contextual injection, reorganize runtime code by responsibility, remove automatic favorability decay, and prepare version 1.15.0.
This commit is contained in:
2026-08-02 21:45:34 +08:00
parent 2ed39e9fe8
commit 23299b2ae7
59 changed files with 4799 additions and 1340 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
}
group = "top.jie65535.mirai"
version = "1.14.0"
version = "1.15.0"
mirai {
jvmTarget = JavaVersion.VERSION_11