Skip to content

v2.2.0

Choose a tag to compare

@ShunL12324 ShunL12324 released this 29 Jan 23:02
· 25 commits to master since this release

What's New in v2.2.0

New Features

  • Note Draft System - Create, manage, and publish drafts with xhs_create_draft, xhs_list_drafts, xhs_get_draft, xhs_update_draft, xhs_delete_draft, xhs_publish_draft
  • AI Image Generation - Generate images using Gemini AI with xhs_generate_image (supports style, mood, lighting, aspectRatio)
  • AI Image Understanding - describeImages option in xhs_get_note for AI-powered image analysis
  • Environment Variable Configuration - Support for GEMINI_* environment variables

Architecture Improvements

  • Browser Layer - Refactored to composition pattern (eliminated 58 (this as any) casts)
  • Database Layer - Refactored to repository pattern for cleaner code organization

Other Changes

  • Updated Gemini models to gemini-3 series
  • Documentation improvements
  • Tool rename: xhs_check_loginxhs_check_login_session
  • New tool: xhs_check_auth_status for checking existing sessions