AnQiCMS v3.6.2 Release: AI Dialogue, Agent Scheduled Tasks, City Substation Full Site Reuse
AnQiCMS v3.6.2 has been released. The biggest change this time is related to AI, and the city station has also added many features that many people have been asking for.
AI conversation refactoring, now you can switch models.
Previously, AI conversation was bound to a single model, which was not very flexible. v3.6.2 has made this part anew:
- The conversation interface can directly switch models, both the official anqi-flash and anqi-pro can be used, as well as third-party models connected by yourself
- The model you used last time, the system will remember it, so you don't have to select it again each time
- The context transmission in the conversation has been adjusted, previously, the conversation might get mixed up in some scenarios, but now it won't
- You can upload file attachments in the conversation, not just text chat
If you are a user who frequently switches models to test effects, this version will be more convenient
Agent intelligent body: Let AI do work on schedule
This feature is considered the highlight of this update.
In simple terms, you can set up an AI task (such as "check for dead links on the website at midnight"), configure a Cron expression, and the system will automatically pull up the AI to execute at the scheduled time. Execution records will also be retained for easy review of what was done and the results each time.
Currently supported:
- Set the execution frequency with Cron expressions
- Execution count limit
- Record of each execution status and summary
Suitable scenarios:
- Scheduled website health check
- Regularly generate SEO recommendation reports
- Batch processing of content
The system will automatically load the configured Agent tasks upon startup, no additional operations are required.
Built-in 7 AI skills
The new version brings 7 preset AI skill files ready to use:
- anqicms-dev— Development related assistance
- api-dev— API development reference
- batch-operations— Batch operations
- content-planner— Content Planning
- seo-analyzer— SEO Analysis
- site-health— Site Health Check
- template-dev— Template Development
The skill system itself has been upgraded to support template syntax (variable replacement, shell command injection, etc.), if you write skills yourself, the customizability is much better than before.
City Site: Full Site Content Replication Mode
Users who create city sites should pay attention to this.
Before, city stations could only display content built by themselves. Many people's scenarios are actually 'the main station has a lot of content, and the stations directly reuse and display it', and this mode has been added this time. The content of the main station will be automatically synchronized to the station, and the URL supports two forms:
- Subdomain:
beijing.example.com - Subdirectory:
example.com/beijing/
Other things worth mentioning
- Multilingual translation can now connect to a custom interface— The previous translation engine was fixed, now you can use your own translation service
- Object storage upload ContentType— AWS, Google Cloud, Tencent Cloud, Qiniu, UCloud and other cloud storage services will automatically set the ContentType during upload, so images will not be garbled in the browser
- Y2038 fixed— All time fields have been changed from int32 to int64, so storing dates after 2038 is no problem
- Windows path bug fixed— Users running on Windows servers had path recognition issues before, which have been fixed in this version
Upgrade suggestion
If your scenario is:
- Use city sub-station and need to reuse the entire site content → This version is worth upgrading
- Use AI conversation and want to switch between multiple models or schedule tasks → This version is worth upgrading
- Other users are as they please, update as needed
It is recommended to back up data and program files before upgrading.