chore: bump version to 1.17.0 and update docs for release

- Bump all workspace package versions to 1.17.0
- Update APP_VERSION constant and OpenAPI spec
- Update AI tool count from 15 to 16 across docs and i18n
- Update tool table with AI Canvas Expand, Meme Generator, Beautify
- Add image editor, OIDC, and 20 languages to README features
- Add release notes for v1.17.0
- Add JSON-LD structured data and SEO improvements to landing/docs
This commit is contained in:
SnapOtter
2026-05-16 12:48:02 +08:00
parent ec85f88746
commit 3e06d68f4f
39 changed files with 259 additions and 38 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
---
description: AI engine reference with all local ML tools. Background removal, upscaling, OCR, face detection, photo restoration, and more.
---
# AI Engine Reference
The `@snapotter/ai` package bridges Node.js to a **persistent Python sidecar** for all ML operations. The dispatcher process stays alive between requests for fast warm-start performance. GPU is auto-detected at startup and used when available.
15 AI tool routes. All models run locally - no internet required after initial model download.
16 AI tool routes. All models run locally - no internet required after initial model download.
## Architecture