Ink Plum Blog 1.2.0 Release and AI Development Practice | 2026 Week 4 Grass Plum Weekly Report
HomeArticlesCaomei WeeklyInk Plum Blog 1.2.0 Release and AI Development Practice | 2026 Week 4 Grass Plum Weekly Report

Ink Plum Blog 1.2.0 Release and AI Development Practice | 2026 Week 4 Grass Plum Weekly Report

草梅友仁
2026-01-25 16:04:52 3 Views 1496 Word Count 5 minCaomei Weekly

This article is published and updated on CaoMeiYouRen’s Blog and synchronized across multiple platforms. For updates, please refer to the version on the blog. You can also check the latest version via the Original Link at the end of the article.

Preface

Welcome to CaoMei Weekly! This is an AI-curated newsletter by CaoMeiYouRen, aiming to provide you with the latest blog updates, GitHub activities, personal updates, and recommendations from other weekly articles.


Open-Source Updates

This week, development continues on Momei.

You can try it out on the demo site: https://demo.momei.app/

  • Use the demo admin account with email admin@example.com and password momei123456.

Or register on the official website: https://momei.app/

You can also visit the documentation site to learn about the project’s overall plan and future roadmap: https://docs.momei.app/

Momei Blog has officially released version 1.2.0. Below are some screenshots of the pages and features.

Added email and RSS subscription functionality:

image-20260125213101001

Added search functionality (press Ctrl+K for quick access):

image-20260125214529879

Improved internationalization—articles, categories, tags, and other texts now automatically switch languages:

image-20260125214137560

Added AI-assisted features, including automatic generation of titles, path aliases, tags, categories, summaries, and more:

image-20260125214330435

Added theme customization for greater UI design flexibility:

image-20260125212120340

Implemented multiple access control options for articles, such as private, password-protected, login-required, and subscriber-only visibility:

image-20260125212214155

Enhanced Markdown support with custom callouts, code groups, GitHub alerts, Emoji, LaTeX, and more:

image-20260125212618490

For more pages, visit the official website or check out previous blog posts for additional screenshots.

We welcome feedback and suggestions from all users.

Development will continue according to the roadmap and backlog—stay tuned!

Of course, Momei Blog still has many details to refine, and some features are not yet complete. If you have any suggestions or feedback, feel free to open an issue on GitHub.

If you’re interested in Momei Blog, contributions to development and testing are welcome.

Development Notes

Recently, I experimented with voice programming, and the results were quite promising. While there are occasional errors, current AI recognition is accurate enough for most cases, making communication with AI more efficient.

Simply install the VS Code Speech extension in VSCode, and a microphone icon will appear in Copilot’s dialog—just start talking!
Don’t forget to install the Chinese language support plugin; otherwise, Chinese won’t be recognized.

image-20260125215750890

Also explored remote AI-assisted development on mobile devices.

Currently, this is achieved using Happy Coder + Claude Code.

Screenshot_2026-01-23-11-05-52-86_57f62d029f3be71

At its core, happy is simply a tool for remotely calling claude or codex, so you’ll need claude or codex installed on your local machine.

As long as you have claude or codex installed, adding happy will enable smooth remote development.

The Mandarin accent of the voice assistant is a bit hard to take—it sounds somewhat Cantonese—but the recognition is quite accurate. It doesn’t directly convert speech to text; instead, it organizes the content before sending it to the host machine.

GitHub Release

caomei-auth

v1.12.3 - 2026-01-17 20:14:59

Summary:
Version 1.12.3 (2026-01-17)

Bug Fixes:

  1. Optimized plaintext generation logic by removing script tags and their contents.
  2. Fixed WeChat and Douyin OpenID retrieval logic while simplifying related code.
  3. Added sanitize-html dependency and further refined plaintext generation logic.

Code Refactoring:

  1. Extracted registration and password modification form schemas into standalone constants.
  2. Updated documentation structure and optimized links related to development, design, and standards.

momei

v1.2.0 - 2026-01-24 20:06:12

Summary:
Version 1.2.0 Highlights (2026-01-24)

Performance Optimizations:

  • Improved Lighthouse scores by fixing SEO, accessibility, and CLS issues.

New Features:

  • Added lazy loading support for images to enhance page performance.
  • Implemented unified internationalization text and optimized notifications.
  • Enhanced comment system: Added guest comment authentication and removed email queries.
  • Introduced a Markdown renderer with lazy-loaded images, Lightbox previews, and code group support.
  • Added user ID support for AI services and improved logging.
  • Enhanced theme settings: Added dark mode, custom CSS injection, and color configuration options.
  • Added ICP license display functionality.
  • Implemented frontend UI for the comment system with article access restrictions.
  • Updated database schema with new fields for users, articles, and comments.
  • Added PV caching system to optimize view count tracking.
  • Introduced external resource URL whitelisting for improved security.
  • Added article visibility policies (public/private/password-protected).
  • Implemented streaming translation support for long-form content segmentation.
  • Added demo mode with integrated guides and simulated AI services.
  • Added user agreement and privacy policy pages.
  • Introduced admin account configuration—first registered user automatically becomes admin.
  • Added comment management features (create, delete, and batch operations).

Bug Fixes:

  • Fixed multiple high-risk security vulnerabilities (devalue, tar, h3).
  • Optimized responsive styles and media queries.
  • Fixed TypeORM entity metadata loss issue.
  • Resolved comment display issues and guest info retrieval logic.
  • Updated dependencies to address compatibility and security concerns.
  • Fixed admin menu item type definitions and click events.

Code Refactoring:

  • Optimized PV caching system with Redis support.
  • Updated Markdown formatting rules (disabled punctuation processing).
  • Added serverless environment detection.
  • Unified theme setting interface field naming.
  • Migrated word count and reading time estimation features.

v1.1.0 - 2026-01-17 20:05:30

Summary:
Version 1.1.0 Key Updates:

New Features:

  1. Multilingual Support: Implemented cross-language switching for articles, categories, and tags. Added a language switcher component with support for (slug, language) composite indexing.
  2. SEO Optimization: Introduced sitemap generation functionality, support for dynamic routing, and added Google/Bing Search Console integration.
  3. Subscription Features: Implemented RSS subscriptions and basic email subscriptions with language-based filtering.
  4. AI Integration: Added title suggestions, summary generation, tag recommendations, and translation capabilities with multilingual synchronization.
  5. User Management: Added Google Sign-In support and implemented API key management functionality.
  6. Content Management: Optimized the copyright notice system, added support for multiple CC licenses, and introduced article state machines and preview features.

Bug Fixes:

  1. Fixed RSS subscription content formatting issues to ensure HTML output.
  2. Resolved 400 errors on category/tag pages and optimized i18n display.
  3. Fixed field name errors in database queries.
  4. Improved API key management UI styling and validation logic.
  5. Corrected uniqueness validation for tag and category names across languages.

Code Refactoring:

  1. Optimized AI feature interfaces to enhance content creation efficiency.
  2. Extracted AI service configurations into environment variables.
  3. Updated query builder type definitions for improved security.
  4. Enhanced error handling and language detection logic.

Other Improvements:

  1. Optimized search functionality with rate limiting and indexing.
  2. Enhanced permission management with multi-role validation.
  3. Updated admin panel styling and features.
  4. Added word count and estimated reading time features for articles.

eslint-config-cmyr

v2.1.0 - 2026-01-12 21:23:59

Summary: Version 2.1.0 Update Highlights:

New Features:

  • Added TypeScript support and related language option configurations.

Bug Fixes:

  • Removed unnecessary import statements.
  • Optimized type annotations for parser options.

This update primarily enhances TypeScript support and includes code optimizations.

v2.1.0-beta.1 - 2026-01-12 21:13:22

Summary: Version 2.1.0-beta.1 (2026-01-12)

New Features:

  • Added TypeScript support and language option configurations.

Bug Fixes:

  • Removed unnecessary imports.
  • Optimized type annotations for parser options.

Latest GitHub Starred Repositories

  • CaoMeiYouRen starred lint-md - 2026-01-25 03:13:06
    A Chinese Markdown format validation command-line tool, implemented using AST technology, integrable into CI workflows. Key features include blog document format validation and API support. Developed with TypeScript, it has garnered 954 stars on GitHub.

  • CaoMeiYouRen starred Wegent - 2026-01-25 01:41:01
    An open-source AI-native operating system designed for defining, organizing, and running teams of intelligent agents. Primarily developed in Python, it has received 207 stars.

  • CaoMeiYouRen starred openskills - 2026-01-24 02:28:20
    A universal skills loader for AI coding agents, available as an npm package called openskills. Written mainly in TypeScript, it has gained notable popularity with over 7,000 stargazers on its repository. Install globally via npm install -g openskills.

  • CaoMeiYouRen starred lighthouse-ci - 2026-01-24 01:49:45
    Automatically runs Lighthouse tests on every commit, tracks changes, and prevents performance regressions. Developed in JavaScript, it boasts 6,839 stars on GitHub. Core features include commit-level performance monitoring, visual change comparison, and regression prevention. Integrates with CI/CD pipelines for continuous code quality and performance tracking.

  • CaoMeiYouRen starred humanizer - 2026-01-23 21:20:28
    This tool aims to remove AI-generated text signatures, making content appear more human-written. With 2,907 stars on GitHub, it identifies and modifies typical AI writing patterns—such as overly formal phrasing or repetitive word choices—adjusting text stylistically for natural flow. Useful for concealing AI origins in content creation, academic writing, etc. Supports multilingual processing to evade AI detection tools.

Other Blog or Newsletter Recommendations

Ruan YiFeng’s Blog

Amao’s Blog

Trend Weekly

Erya Jiang’s Learning Weekly

Summary

This week’s updates and highlights are listed above. Thank you for reading!
You can subscribe to Cao Mei Weekly updates through the following channels:

Copyright Notice
Author:草梅友仁
Link:https://momei.app/en-US/posts/2026-04-caomei-weekly-momei-1-2-0-release-ai-development
Copyright Notice:Except where otherwise noted, all articles in this blog are licensed under CC BY-NC-SA 4.0 (Attribution-NonCommercial-ShareAlike) . Please credit the source when reposting!
Sponsor
Support the Author
Afdian Patreon