From c42efdc70231026b8586588d77e52aa196bf2e64 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Thu, 11 Dec 2025 14:57:16 +0900 Subject: [PATCH] chore: bump version to 0.4.0 and update README features --- README.md | 4 +++- docs/README_CN.md | 4 +++- docs/README_JA.md | 4 +++- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ec5c2d..7010f07 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,11 @@ Here are some example prompts and their generated diagrams: - **LLM-Powered Diagram Creation**: Leverage Large Language Models to create and manipulate draw.io diagrams directly through natural language commands - **Image-Based Diagram Replication**: Upload existing diagrams or images and have the AI replicate and enhance them automatically +- **PDF & Text File Upload**: Upload PDF documents and text files to extract content and generate diagrams from existing documents +- **AI Reasoning Display**: View the AI's thinking process for supported models (OpenAI o1/o3, Gemini, Claude, etc.) - **Diagram History**: Comprehensive version control that tracks all changes, allowing you to view and restore previous versions of your diagrams before the AI editing. - **Interactive Chat Interface**: Communicate with AI to refine your diagrams in real-time -- **AWS Architecture Diagram Support**: Specialized support for generating AWS architecture diagrams +- **Cloud Architecture Diagram Support**: Specialized support for generating cloud architecture diagrams (AWS, GCP, Azure) - **Animated Connectors**: Create dynamic and animated connectors between diagram elements for better visualization ## Getting Started diff --git a/docs/README_CN.md b/docs/README_CN.md index 060150b..13dd5f7 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -81,9 +81,11 @@ https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979 - **LLM驱动的图表创建**:利用大语言模型通过自然语言命令直接创建和操作draw.io图表 - **基于图像的图表复制**:上传现有图表或图像,让AI自动复制和增强 +- **PDF和文本文件上传**:上传PDF文档和文本文件,提取内容并从现有文档生成图表 +- **AI推理过程显示**:查看支持模型的AI思考过程(OpenAI o1/o3、Gemini、Claude等) - **图表历史记录**:全面的版本控制,跟踪所有更改,允许您查看和恢复AI编辑前的图表版本 - **交互式聊天界面**:与AI实时对话来完善您的图表 -- **AWS架构图支持**:专门支持生成AWS架构图 +- **云架构图支持**:专门支持生成云架构图(AWS、GCP、Azure) - **动画连接器**:在图表元素之间创建动态动画连接器,实现更好的可视化效果 ## 快速开始 diff --git a/docs/README_JA.md b/docs/README_JA.md index 0362b44..3115759 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -81,9 +81,11 @@ https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979 - **LLM搭載のダイアグラム作成**:大規模言語モデルを活用して、自然言語コマンドで直接draw.ioダイアグラムを作成・操作 - **画像ベースのダイアグラム複製**:既存のダイアグラムや画像をアップロードし、AIが自動的に複製・強化 +- **PDFとテキストファイルのアップロード**:PDFドキュメントやテキストファイルをアップロードして、既存のドキュメントからコンテンツを抽出し、ダイアグラムを生成 +- **AI推論プロセス表示**:サポートされているモデル(OpenAI o1/o3、Gemini、Claudeなど)のAIの思考プロセスを表示 - **ダイアグラム履歴**:すべての変更を追跡する包括的なバージョン管理。AI編集前のダイアグラムの以前のバージョンを表示・復元可能 - **インタラクティブなチャットインターフェース**:AIとリアルタイムでコミュニケーションしてダイアグラムを改善 -- **AWSアーキテクチャダイアグラムサポート**:AWSアーキテクチャダイアグラムの生成を専門的にサポート +- **クラウドアーキテクチャダイアグラムサポート**:クラウドアーキテクチャダイアグラムの生成を専門的にサポート(AWS、GCP、Azure) - **アニメーションコネクタ**:より良い可視化のためにダイアグラム要素間に動的でアニメーション化されたコネクタを作成 ## はじめに diff --git a/package.json b/package.json index f8c2860..9178602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-ai-draw-io", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0", "private": true, "scripts": {