AnQiCMS v3.6.2 Release: AI Dialogue, Agent Scheduled Tasks, City Substation Full Site Reuse

Calendar 👁️ 4

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.

Related articles

GEO Generation Engine Optimization: A Survival Guide for Corporate Websites in the 2025 AI Search Era

GEO Generative Engine Optimization is a new skill that corporate websites must master in the AI search era of 2025.This article explains the core strategy of GEO and how to use Anqi CMS for AI search optimization to seize traffic opportunities.

2026-06-11

What error message will the `archive/list` interface return when the `moduleId` parameter is invalid?

When building a website with AnQiCMS, the `archive/list` interface is undoubtedly the core tool for obtaining the content list.Through this interface, we can flexibly filter and display various documents, meeting the dynamic content needs of the website front-end.Among them, the `moduleId` parameter plays a very crucial role, allowing us to specify the document under a specific content model (such as articles, products, news, etc.).

2025-11-09

How to use the results of `archive/list` to implement click to view article details in conjunction with `archiveDetail.md`?

When building a website, displaying an article list and allowing users to click to view the details of the articles is a basic and core function.AnQiCMS (AnQiCMS) provides a powerful and flexible API interface, allowing us to easily achieve this requirement.Next, we will discuss how to use the `archive/list` interface to get an article summary and then use the `archive/detail` interface to display the full article content when the user clicks.

2025-11-09

Does the AnQiCMS document list interface support complex queries on the returned data's `extra` field?

In Anqi CMS, the flexibility of document content management is a highly关注的 feature, especially its support for custom fields (manifested in the `extra` field returned by the interface), providing great convenience for website operators.When we need to filter and query a large number of documents based on these custom properties, we naturally think of a key question: Does the Anqi CMS document list interface (`/api/archive/list`) support more complex queries on the `extra` field in the returned data?

2025-11-09

How to use the `archive/list` interface to dynamically load more documents on the front end (infinite scrolling)?

In modern web design, infinite scrolling has become a popular content loading method that significantly enhances user experience, allowing visitors to maintain immersion while browsing content without interruption.For users who build websites using AnQiCMS, the `archive/list` interface is a powerful tool to achieve this function.

2025-11-09

What is the help of `archive/list` interface returned `canonical_url` and `fixed_link` fields to SEO optimization?

In the ocean of website content, how can our high-quality content stand out and be discovered by more potential users, which is a topic that every content operator continuously explores.Search engine optimization (SEO) is one of the key strategies to achieve this goal.In SEO practice, the URL plays an extremely important role.

2025-11-09

What will `data` and `total` return if no documents meeting the criteria are found in the AnQiCMS document list?

When building a website or application with AnQiCMS, we often need to use its provided API interface to retrieve various content, such as document lists.What data structure will the API return when our query conditions do not match any content?Especially the `data` and `total` fields, which are crucial for our proper data handling.Today, let's delve into how AnQi CMS responds when it does not find a document that meets the criteria in the document list.

2025-11-09

How to implement a 'Hot Articles' or 'Most Viewed' list, achieved through the `order` parameter?

In website operation, we all hope to display the most popular and highly read articles to visitors, such as common lists like "Hot Articles" or "Most Viewed".This not only effectively guides users to discover more exciting content and improve the user experience of the website, but it is also an indispensable part of content operation.In AnQi CMS, implementing such a feature is simpler than you imagine, the secret is hidden in the `archive/list` interface's `order` parameter.

2025-11-09