AnQiCMS Help Document and User Guide
Published on June 29, 2026 ✨ Added features: AI conversation system refactoring: multi-model switching (anqi-flash / anqi-pro / custom model), support for file attachment upload, AiSetting persistence of the last used model, refactoring of conversation session mechanism.AI Agent Intelligent Agent with scheduling tasks: Added AiAgent model (supporting Cron expressions, execution strategy, and number limits), AiAgentLog records execution status;Integrated robfig/cron scheduler, automatically loaded and scheduled Agent tasks at startup. Inbuilt 7 AI seed skills
Published on June 22, 2026 ⚡ Performance optimization 📦 Binary size reduced by 50%: By replacing the heavy SDK with native HTTP calls, the program size was greatly reduced (103 MB → 51 MB), reducing distribution and deployment costs.The support for multilingual and SEO multilingual top-level domains: Multilingual sites support using top-level domains as independent site domains. Sitemap optimization: Adjust the Sitemap generation logic to better meet Google's requirements for XML Sitemap format.Bug fix: Path traversal vulnerability fixed: Replaced black list with white list, enhanced template operation security. AI
Published on June 16, 2026 ✨ New feature 💬 AI Chat intelligent dialogue: Added AI Chat dialogue function, supporting intelligent Q&A and content creation based on large AI models, and integrating an independent dialogue interface on the back-end. 🔧 AI Tool Calling (Tool Calling): AI conversations support the complete tool calling chain, AI can independently call built-in tools to complete document management, setting modifications, data queries, and other operations. 📦 Built-in AI Toolset: Added 80+ AI tools, covering file operations, Shell commands, Web search/crawling, code intelligent analysis, and more, greatly expanding the AI capability boundary. 📄 AI
Published on May 22, 2026 ✨ New feature: Support for external image resources: Added support for adding external image resources, which can refer to external URL images as website resources, greatly enhancing the flexibility of image management. FAQPage structured data : archiveList tag added with ld='faqs' parameter, supports generating FAQPage structured data, enhancing SEO effect.⚡ Feature Optimization: The category links in the background document list are now generated correctly, improving the management operation experience.Cache key optimization: Fixed document, category, single page, tag detail page due to token containing -
Published on April 27, 2026 ✨ Added feature LLMS support: Added integration with LLMS (Large Language Model Service) to provide more powerful AI capabilities.Support for structured data: Enhance website SEO capabilities, support for generating structured data.User field extension: Add FirstName/LastName fields to user information for better management.Website migration: New support for migrating data from Xunrui CMS to AnQiCMS.Document batch operation: supports batch addition of document tags.⚡ Feature Optimization Scheduling Optimization: Improved scheduling feature, enhancing stability and reliability of releases.Time Factor Optimization
Published on February 26, 2026 ✨ Added feature Custom field extension: Added time, date, color, timeline four field types to meet more content recording needs.Template tag enhancement: Added range function, which can quickly generate continuous data, such as {% for letter in range(1, 10) %} , {% for letter in range('A', 'Z') %} .Added priceFormat filter, format price and retain two decimal places, such as {{ item.Price|priceFormat:"%"}}
Published on January 23, 2026. This update focuses on system performance, core experience, and detail optimization, bringing smoother backend operations and more accurate frontend features.The optimization of multilingual translation function for multilingual display and content presentation: improve translation accuracy and process efficiency.Optimize default thumbnail: Now supports random image calling to avoid repetition and monotony. 🔍 Search and tag optimization Optimize full-text search logic: Improve matching algorithm to make search results more accurate and relevant.
AnQiCMS v3.5.5 - 2026-01-05 🚀 AI capabilities fully upgraded AI editor launched: Switched the document editor to AI editor, integrated AI rewriting, continuation, translation and other intelligent functions AI painting function: Added AI image generation feature to provide more visual support for content creation AI writing optimization: Fixed the issue of invalid custom prompts, optimized the automatic translation logic to reduce translation errors 🛠️ Enhanced search and filtering Full-text search improved: Fixed the issue of being unable to filter by content model
v3.5.2 AnQiCMS 2025-12-07 This update includes multiple core feature enhancements, performance optimizations, security enhancements, and bug fixes, aiming to improve the functionality, stability, and user experience of the system.Here is the detailed update content.🔐 User authentication and security added Google OAuth third-party authorization login method.Added email verification process for user account registration.Added the password reset feature via email.
New feature - Email automatic sending from child site to main site - Implement system hook (Hook) extension mechanism - Integrate Akismet anti-spam service - Add user URL token identification feature - Navigation supports thumbnails and 4-level hierarchy - Content field `ContentTitles` supports flat mode (`list`) and child mode (`children`) - Custom field extension supports text list, document, category field types, text list, image group supports sorting - Rewrite anchor text replacement logic, supports replacement and bold selection during rendering - Enhanced document list label feature: - `archiveList` supports `showContent` and `showExtra` boolean parameters - Supports using custom field parameters to filter documents in `archiveList`### ⚙️ Feature Optimization - **Template Processing** - Document/category content supports template macro function parsing - Supports `[data-ignore="true"]` ignore tag when replacing template links on mobile - Supports dynamic change of image storage path - Only title and link are considered as duplicates when importing friendly links - Traffic statistics only contains HTTP 200 status code requests - Enhanced `stampToDate` function, supports format= `diff` and `friendly` options - Rewrite SEO processing rules, more flexible configuration, supports custom rules for individual models### 🐛 Bug Fixes - Fixed user personal link generation error - Fixed concurrent Map writing conflict problem - Fixed the problem of not automatically reloading after uploading templates - Fixed memory leak caused by not closing the request body - Fixed PJAX pagination compatibility issues - Fixed remote image download exceptions - Fixed system custom content field configuration error### 🔧 Other Improvements - Added `cwebp` executable permission check - Optimized default value logic for custom fields - Updated HTML cache processing logic - Template `set` directive supports global configuration `{% set name=value global=true %}` - Added `jump` template filter, jump to specified link `{% jump url 302 %}`