AnQiCMS v3.6.2 Update Log
Published on June 29, 2026
✨ New Feature
- AI Dialogue System Reconstruction: Support for multi-model switching (anqi-flash / anqi-pro / custom model), file attachment upload support, AiSetting persistence of the last used model, dialogue session mechanism reconstruction.
- AI Agent and Scheduled Tasks: Added AiAgent model (supports Cron expressions, execution strategies, and frequency limits), AiAgentLog records execution status; integrated robfig/cron scheduler, automatically loads and executes Agent tasks at startup.
- Built-in 7 AI seed skills: Added anqicms-dev, api-dev, batch-operations, content-planner, seo-analyzer, site-health, template-dev skill files, ready-to-use out-of-the-box.
- Multilingual translation supports custom interface: Multilingual translation function supports connecting to custom translation API interface.
- City station full-site content reuse: City station supports full-site content reuse mode, automatically synchronize main station content to sub-station, supporting both subdomain and directory URL forms.
- Object storage upload ContentType settingAll cloud storage (AWS / Google / Tencent Cloud / Qiniu / UCloud) automatically sets HTTP Content-Type during upload.
⚡ Feature Optimization
- AI skill system upgradeSupports skill template syntax ($ARGUMENTS variables, shell command injection, etc.), adds metadata fields such as DisableModelInvocation, UserInvocable, AllowedTools, and supports plugin namespaces.
- Sitemap compatible with old addresses: Maintain compatibility with the old Sitemap paths, and smoothly transition to the upgrade.
- Clean up redundant front-end resources: Remove unused third-party library files such as jquery.pjax.js, nprogress.js, etc., to reduce the size of the release package.
Bug fixes
- Image renaming not saved: Fix the issue of data not being persisted after renaming the attachment.
- Windows path recognition error: Fix the file operation failure issue caused by path separators in the Windows environment.
- Y2038 compatibility fixUpgrade all model time fields from int32 to int64, supporting date storage beyond 2038.
- Object storage upload fixedFixed the browser parsing exception caused by missing ContentType during object storage upload.