Kuroco roadmap
Currently, we are focusing on improving the UI/UX of Kuroco's admin panel and developing external integrations.
2026
Apr. Next releases
(Apr 13, 10:00 AM - 1:00 PM)
New Features
AI
- Kuroco Skills for Claude Code is now available. A skill package that enables Claude Code to directly operate Kuroco via the Management API, including content management, API configuration, batch processing, and deployment automation.
- A setting for [AI post-processing after content updates] is now available. You can configure AI-powered processing to run automatically when content is created or updated.
API
- The Management API (admin_api) is now available. You can perform admin panel operations via API, including content creation, member management, and API configuration.
- [llms.txt for the management screen] is now available. You can retrieve API documentation in a format optimized for AI assistants.
- [Email API] is now available, allowing you to send emails via API endpoints.
- [LINE API] is now available, enabling LINE message sending via API endpoints.
- [Slack API] is now available, enabling Slack message sending via API endpoints.
- A
langs_open_flgparameter has been added to the Topics::list and Topics::details endpoints. When enabled, each topic includes alangs_open_flgobject showing publication status for all configured languages (e.g.{“en”:1,”ja”:0}), enabling multi-language sites to display language switchers without making separate API requests per language. - An endpoint for Files::temp_upload_url will be added.
Content Management
- A “Download as ZIP” feature has been added to the file manager. When 2 or more files are selected, you can download them as a single ZIP archive. The total download size is limited to 500MB.
Form
- If “Also include time (hh:mm)” is enabled in the date format settings, the hh:mm information will also be assigned to the message template.
Tag
- When downloading the tag list as a CSV, the tags will be exported in the order they are displayed.
Content
- An "Allow all tags" option will be added to the WYSIWYG input restriction settings. When enabled, all tags including
<script>and<iframe>tags will be available. - A new constant
USE_SAFE_SVG_TAGSwill be added, allowing safe SVG tags to be used in HTML and WYSIWYG fields.
Specification Changes
- When the
check_current_pwdparameter is enabled in Member::update, the system will also validatecurrent_passwordwhen changing the email address. - Free users (users who have not registered payment information) will be subject to restrictions on batch processing (approximately 100 executions per hour) and API sending (approximately 1,000 requests per hour).
info
Information -> Limiting Batch Processing and API Sending for Free Users
- When specifying the "Approval date and time" and content is updated by a batch process, the updater will be recorded as the member who performed the approval, rather than Member ID = 1.
- For email two-factor authentication, if Email/SMS cannot be sent due to a backend issue, login will now fail by default. To maintain the previous behavior (allowing login without the authentication code), set the constant
REJECT_MFA_LOGIN_IF_SEND_FAILEDto0.info
Jul. Later releases
The schedule for Later Releases will be announced when the details are finalized.
Support
If you have any other questions, please contact us or check out Our Slack Community.