Skip to content

Releases: twwch/DeepDiagram

v0.1.29

29 Jan 09:43

Choose a tag to compare

feat: Add official website and configure /app base path for product frontend

  • Build DeepDiagram official website with Next.js 15, next-intl (zh/en),
    MDX blog system, and full SEO (sitemap, robots, JSON-LD, OG images)

  • Add pages: Home, Features, Pricing, Blog, Docs, About, Changelog

  • Write documentation (Getting Started, Deployment Guide, API Reference)
    in both Chinese and English based on actual project source code

  • Add feature demo images and product demo GIF to website

  • Configure frontend SPA to serve under /app base path (Vite base + nginx alias)

  • Add website Docker image build to CI/CD pipeline (GitHub Actions)

  • Add website service to docker-compose.yml

  • Update all product links from deepd.cturing.cn to deepd.cturing.cn/app

  • Update SITE_URL to https://deepd.cturing.cn across sitemap, robots,
    metadata, and JSON-LD structured data

v0.1.28

29 Jan 08:36

Choose a tag to compare

feat: Add official website and configure /app base path for product frontend

  • Build DeepDiagram official website with Next.js 15, next-intl (zh/en),
    MDX blog system, and full SEO (sitemap, robots, JSON-LD, OG images)

  • Add pages: Home, Features, Pricing, Blog, Docs, About, Changelog

  • Write documentation (Getting Started, Deployment Guide, API Reference)
    in both Chinese and English based on actual project source code

  • Add feature demo images and product demo GIF to website

  • Configure frontend SPA to serve under /app base path (Vite base + nginx alias)

  • Add website Docker image build to CI/CD pipeline (GitHub Actions)

  • Add website service to docker-compose.yml

  • Update all product links from deepd.cturing.cn to deepd.cturing.cn/app

  • Update SITE_URL to https://deepd.cturing.cn across sitemap, robots,
    metadata, and JSON-LD structured data

v0.1.27

22 Jan 07:02

Choose a tag to compare

fix: nginx config

v0.1.26

22 Jan 03:00

Choose a tag to compare

fix: 输入法组合状态下按回车会确认输入的英文字母,而不是直接发送消息。只有在非组合状态下按回车才会发送

v0.1.25

20 Jan 06:13

Choose a tag to compare

fix: DrawioAgent render

v0.1.24

20 Jan 04:52

Choose a tag to compare

sitemap.xml

v0.1.23

20 Jan 04:10

Choose a tag to compare

修复 general agent 聊天刷新后数据丢失的 bug

v0.1.22

19 Jan 08:44

Choose a tag to compare

feat: Upgrade AntV Infographic to 0.2.11 and refactor agent output format

  • Upgrade @antv/infographic from 0.2.6 to 0.2.11
  • Refactor all agents to use XML tag output format (<design_concept>/)
    instead of JSON, simplifying parsing and supporting multi-line content
  • Add StreamingTagParser to replace StreamingJsonParser for robust tag parsing
  • Enhance Flow and Draw.io agent prompts with detailed syntax examples to
    reduce parsing errors
  • Implement two-phase pipeline for Infographic agent (template selection +
    code generation)
  • Update README documentation with new architecture diagrams

v0.1.21

19 Jan 03:08

Choose a tag to compare

feat: Add model connection testing before saving custom LLM configurations

  • Add /api/test-model endpoint to validate model configurations via a simple API call
  • Frontend tests connection before allowing save, showing success/error feedback
  • Display success notification for 1.5s after model is successfully added/updated
  • Clear test results when form fields change

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

v0.1.20

18 Jan 04:59

Choose a tag to compare

架构简化, 移除 tool call 的逻辑, 避免因模型能力不调用工具从而不生图。