mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
Compare commits
92 Commits
fix/electr
...
fix/mcp-se
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0e179582d | ||
|
|
41c410c2ba | ||
|
|
f593901fee | ||
|
|
6c6cf98019 | ||
|
|
f5ea5a0edd | ||
|
|
cb8127920c | ||
|
|
29538782fc | ||
|
|
8d6d33bfc9 | ||
|
|
0690f05399 | ||
|
|
f9c30d95b2 | ||
|
|
95e3e97b8b | ||
|
|
16801f69b4 | ||
|
|
4f41cd1f01 | ||
|
|
3ca46f44c1 | ||
|
|
a5871ded9b | ||
|
|
c3ff41ce72 | ||
|
|
9efec68cbc | ||
|
|
529a3fe2e5 | ||
|
|
571167f9dd | ||
|
|
67b0d77fa1 | ||
|
|
524b77a948 | ||
|
|
9bf0c7f23f | ||
|
|
9b9a291e2b | ||
|
|
ada2c840b9 | ||
|
|
43cc4cb657 | ||
|
|
fd84aa70db | ||
|
|
8b0beb68c0 | ||
|
|
7a6a933cf6 | ||
|
|
05bda50b2a | ||
|
|
e7453e86a6 | ||
|
|
be4bc916fd | ||
|
|
c4ba5d4ea8 | ||
|
|
ff07975574 | ||
|
|
ffac74b0ff | ||
|
|
69bd13bc93 | ||
|
|
dd9d79d2d6 | ||
|
|
f3c3614b53 | ||
|
|
6586c53093 | ||
|
|
c083782802 | ||
|
|
a5d1554c3f | ||
|
|
e171fbcdd8 | ||
|
|
89d3968733 | ||
|
|
ac3570c1b0 | ||
|
|
41dc0b2b42 | ||
|
|
3041dafe2f | ||
|
|
7fbc857d3a | ||
|
|
d752524851 | ||
|
|
ecce0a96c7 | ||
|
|
cd33e131ef | ||
|
|
4624ad40a1 | ||
|
|
fa1548d3eb | ||
|
|
eb834a341f | ||
|
|
b84b156c8c | ||
|
|
c6eab07622 | ||
|
|
c382d3c0f4 | ||
|
|
e065d4b727 | ||
|
|
b2b9614404 | ||
|
|
1b96325fea | ||
|
|
19dd4e287f | ||
|
|
699767f392 | ||
|
|
feeb9ec0c5 | ||
|
|
f1a3044224 | ||
|
|
71a1d02e28 | ||
|
|
2d17963b2a | ||
|
|
3721b16d18 | ||
|
|
cbde35fb54 | ||
|
|
f098e557fc | ||
|
|
a245dcb150 | ||
|
|
f2f5ac907d | ||
|
|
0a79536002 | ||
|
|
f2c8fea58d | ||
|
|
31fffcc52d | ||
|
|
0a03ac9f45 | ||
|
|
6dad6ab147 | ||
|
|
8781520ebb | ||
|
|
67196225f0 | ||
|
|
09a5774cba | ||
|
|
fdd4be6463 | ||
|
|
f8a0ebd149 | ||
|
|
c9dd54dad7 | ||
|
|
1258f98478 | ||
|
|
f6f693ee8d | ||
|
|
f19dc919e1 | ||
|
|
9398117368 | ||
|
|
8d92474f73 | ||
|
|
cc6f09615d | ||
|
|
be20c09c89 | ||
|
|
76487fb7ea | ||
|
|
c5de1a16ad | ||
|
|
cb0c0fbcda | ||
|
|
e7c29fb410 | ||
|
|
f0dd199cd1 |
19
.github/CONTRIBUTING.md
vendored
19
.github/CONTRIBUTING.md
vendored
@@ -47,6 +47,10 @@ To run tests with UI mode:
|
|||||||
npx playwright test --ui
|
npx playwright test --ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Before You Start
|
||||||
|
|
||||||
|
For **significant changes** (new features, architecture changes, large refactors, etc.), please **open an issue first** to discuss your proposal before writing code. This helps avoid wasted effort and ensures alignment with the project direction. Small bug fixes and minor improvements can go straight to a PR.
|
||||||
|
|
||||||
## Pull Requests
|
## Pull Requests
|
||||||
|
|
||||||
1. Create a feature branch
|
1. Create a feature branch
|
||||||
@@ -57,6 +61,21 @@ npx playwright test --ui
|
|||||||
|
|
||||||
CI will run the full test suite on your PR.
|
CI will run the full test suite on your PR.
|
||||||
|
|
||||||
|
## Using AI Tools
|
||||||
|
|
||||||
|
AI-assisted contributions are welcome. But please **review the output before opening a PR**:
|
||||||
|
|
||||||
|
1. **Review the code** — understand what was generated, don't just commit blindly
|
||||||
|
2. **Write a PR description** — explain what changed and why
|
||||||
|
3. **Rebase on latest `main`** — AI tools often work on stale branches, run `git rebase origin/main` before pushing
|
||||||
|
4. **Clean up artifacts** — remove IDE configs (`.idea/`, `.kiro/`), env files, scratch notes, and throwaway test scripts that AI tools leave behind
|
||||||
|
|
||||||
|
## Code Review
|
||||||
|
|
||||||
|
This project uses GitHub Copilot for automated code review. If you receive review comments from Copilot on your PR:
|
||||||
|
- **Valid suggestions**: Please address them in your code.
|
||||||
|
- **Invalid or irrelevant suggestions**: Feel free to click "Resolve" to dismiss them.
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
Include steps to reproduce, expected vs actual behavior, and AI provider used.
|
Include steps to reproduce, expected vs actual behavior, and AI provider used.
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,5 +40,3 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Security audit
|
|
||||||
run: npm audit --audit-level=high --omit=dev
|
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -72,3 +72,7 @@ CLAUDE.md
|
|||||||
.edgeone
|
.edgeone
|
||||||
opencode.json
|
opencode.json
|
||||||
ai-models.json
|
ai-models.json
|
||||||
|
|
||||||
|
# local backups
|
||||||
|
*.bak
|
||||||
|
.gstack/
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ WORKDIR /app
|
|||||||
COPY package.json package-lock.json* ./
|
COPY package.json package-lock.json* ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
ARG ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Stage 2: Build application
|
# Stage 2: Build application
|
||||||
@@ -34,6 +35,11 @@ ENV NEXT_PUBLIC_SHOW_ABOUT_AND_NOTICE=${NEXT_PUBLIC_SHOW_ABOUT_AND_NOTICE}
|
|||||||
ARG NEXT_PUBLIC_BASE_PATH=""
|
ARG NEXT_PUBLIC_BASE_PATH=""
|
||||||
ENV NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH}
|
ENV NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH}
|
||||||
|
|
||||||
|
# Control sponsorship and self-hosting messaging in quota notifications.
|
||||||
|
# Set NEXT_PUBLIC_SELFHOSTED="true" in self-hosted deployments to hide sponsorship/self-host links and related text in quota popups.
|
||||||
|
ARG NEXT_PUBLIC_SELFHOSTED=""
|
||||||
|
ENV NEXT_PUBLIC_SELFHOSTED="${NEXT_PUBLIC_SELFHOSTED}"
|
||||||
|
|
||||||
# Build Next.js application (standalone mode)
|
# Build Next.js application (standalone mode)
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ English | [中文](./docs/cn/README_CN.md) | [日本語](./docs/ja/README_JA.md)
|
|||||||
|
|
||||||
A Next.js web application that integrates AI capabilities with draw.io diagrams. Create, modify, and enhance diagrams through natural language commands and AI-assisted visualization.
|
A Next.js web application that integrates AI capabilities with draw.io diagrams. Create, modify, and enhance diagrams through natural language commands and AI-assisted visualization.
|
||||||
|
|
||||||
> Note: Thanks to <img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) sponsorship, the demo site now uses the powerful K2-thinking model!
|
> Note: Thanks to <img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) sponsorship, the demo site now uses the powerful glm-4.7 model!
|
||||||
|
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/9d60a3e8-4a1c-4b5e-acbb-26af2d3eabd1
|
https://github.com/user-attachments/assets/9d60a3e8-4a1c-4b5e-acbb-26af2d3eabd1
|
||||||
@@ -202,7 +202,7 @@ See the [Next.js deployment documentation](https://nextjs.org/docs/app/building-
|
|||||||
|
|
||||||
## Multi-Provider Support
|
## Multi-Provider Support
|
||||||
|
|
||||||
- [ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)
|
- [ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)
|
||||||
- AWS Bedrock (default)
|
- AWS Bedrock (default)
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Anthropic
|
- Anthropic
|
||||||
@@ -244,7 +244,7 @@ Diagrams are represented as XML that can be rendered in draw.io. The AI processe
|
|||||||
|
|
||||||
## Support & Contact
|
## Support & Contact
|
||||||
|
|
||||||
**Special thanks to [ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) for sponsoring the API token usage of the demo site!** Register on the ARK platform to get 500K free tokens for all models!
|
**Special thanks to [ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) for sponsoring the API token usage of the demo site!** Register on the ARK platform to get 500K free tokens for all models!
|
||||||
|
|
||||||
If you find this project useful, please consider [sponsoring](https://github.com/sponsors/DayuanJiang) to help me host the live demo site!
|
If you find this project useful, please consider [sponsoring](https://github.com/sponsors/DayuanJiang) to help me host the live demo site!
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import type { Metadata } from "next"
|
import type { Metadata } from "next"
|
||||||
import Image from "next/image"
|
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import { FaGithub } from "react-icons/fa"
|
import { FaGithub } from "react-icons/fa"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "关于 - Next AI Draw.io",
|
title: "关于 - Next AI Draw.io",
|
||||||
@@ -78,7 +78,7 @@ export default function AboutCN() {
|
|||||||
<p>
|
<p>
|
||||||
好消息!感谢{" "}
|
好消息!感谢{" "}
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="font-semibold text-blue-600 hover:underline"
|
className="font-semibold text-blue-600 hover:underline"
|
||||||
@@ -87,7 +87,7 @@ export default function AboutCN() {
|
|||||||
</a>
|
</a>
|
||||||
的慷慨赞助,演示站点现已接入强大的{" "}
|
的慷慨赞助,演示站点现已接入强大的{" "}
|
||||||
<span className="font-semibold text-amber-700">
|
<span className="font-semibold text-amber-700">
|
||||||
K2-thinking
|
glm-4.7
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
模型,图表生成效果更佳!点击链接注册即可领取{" "}
|
模型,图表生成效果更佳!点击链接注册即可领取{" "}
|
||||||
<span className="font-semibold text-amber-700">
|
<span className="font-semibold text-amber-700">
|
||||||
@@ -97,6 +97,23 @@ export default function AboutCN() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Invite Poster */}
|
||||||
|
<div className="text-center mb-5">
|
||||||
|
<a
|
||||||
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
<Image
|
||||||
|
src="/volcengine-invite.png"
|
||||||
|
alt="火山引擎方舟 Coding Plan"
|
||||||
|
width={300}
|
||||||
|
height={400}
|
||||||
|
className="mx-auto rounded-lg"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Bring Your Own Key */}
|
{/* Bring Your Own Key */}
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h4 className="text-base font-bold text-gray-900 mb-2">
|
<h4 className="text-base font-bold text-gray-900 mb-2">
|
||||||
@@ -277,7 +294,7 @@ export default function AboutCN() {
|
|||||||
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
@@ -312,7 +329,7 @@ export default function AboutCN() {
|
|||||||
<p className="text-gray-700 mb-4 font-semibold">
|
<p className="text-gray-700 mb-4 font-semibold">
|
||||||
特别感谢{" "}
|
特别感谢{" "}
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import type { Metadata } from "next"
|
import type { Metadata } from "next"
|
||||||
import Image from "next/image"
|
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import { FaGithub } from "react-icons/fa"
|
import { FaGithub } from "react-icons/fa"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "概要 - Next AI Draw.io",
|
title: "概要 - Next AI Draw.io",
|
||||||
@@ -86,7 +86,7 @@ export default function AboutJA() {
|
|||||||
<p>
|
<p>
|
||||||
朗報です!
|
朗報です!
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="font-semibold text-blue-600 hover:underline"
|
className="font-semibold text-blue-600 hover:underline"
|
||||||
@@ -95,7 +95,7 @@ export default function AboutJA() {
|
|||||||
</a>
|
</a>
|
||||||
様のご支援により、デモサイトでは強力な{" "}
|
様のご支援により、デモサイトでは強力な{" "}
|
||||||
<span className="font-semibold text-amber-700">
|
<span className="font-semibold text-amber-700">
|
||||||
K2-thinking
|
glm-4.7
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
モデルを利用できるようになり、より高品質なダイアグラム生成が可能になりました。リンクから登録すると、すべてのモデルで使える{" "}
|
モデルを利用できるようになり、より高品質なダイアグラム生成が可能になりました。リンクから登録すると、すべてのモデルで使える{" "}
|
||||||
<span className="font-semibold text-amber-700">
|
<span className="font-semibold text-amber-700">
|
||||||
@@ -292,7 +292,7 @@ export default function AboutJA() {
|
|||||||
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
@@ -327,7 +327,7 @@ export default function AboutJA() {
|
|||||||
<p className="text-gray-700 mb-4 font-semibold">
|
<p className="text-gray-700 mb-4 font-semibold">
|
||||||
デモサイトのAPIトークン使用を支援してくださった{" "}
|
デモサイトのAPIトークン使用を支援してくださった{" "}
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import type { Metadata } from "next"
|
import type { Metadata } from "next"
|
||||||
import Image from "next/image"
|
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import { FaGithub } from "react-icons/fa"
|
import { FaGithub } from "react-icons/fa"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "About - Next AI Draw.io",
|
title: "About - Next AI Draw.io",
|
||||||
@@ -87,7 +87,7 @@ export default function About() {
|
|||||||
Great news! Thanks to the generous
|
Great news! Thanks to the generous
|
||||||
sponsorship from{" "}
|
sponsorship from{" "}
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="font-semibold text-blue-600 hover:underline"
|
className="font-semibold text-blue-600 hover:underline"
|
||||||
@@ -96,7 +96,7 @@ export default function About() {
|
|||||||
</a>
|
</a>
|
||||||
, the demo site now uses the powerful{" "}
|
, the demo site now uses the powerful{" "}
|
||||||
<span className="font-semibold text-amber-700">
|
<span className="font-semibold text-amber-700">
|
||||||
K2-thinking
|
glm-4.7
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
model for better diagram generation! Sign up
|
model for better diagram generation! Sign up
|
||||||
via the link to get{" "}
|
via the link to get{" "}
|
||||||
@@ -311,7 +311,7 @@ export default function About() {
|
|||||||
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
<ul className="list-disc pl-6 text-gray-700 space-y-1">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
@@ -348,7 +348,7 @@ export default function About() {
|
|||||||
<p className="text-gray-700 mb-4 font-semibold">
|
<p className="text-gray-700 mb-4 font-semibold">
|
||||||
Special thanks to{" "}
|
Special thanks to{" "}
|
||||||
<a
|
<a
|
||||||
href="https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project"
|
href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-blue-600 hover:underline"
|
className="text-blue-600 hover:underline"
|
||||||
|
|||||||
@@ -41,19 +41,24 @@ export async function generateMetadata({
|
|||||||
params: Promise<{ lang: string }>
|
params: Promise<{ lang: string }>
|
||||||
}): Promise<Metadata> {
|
}): Promise<Metadata> {
|
||||||
const { lang: rawLang } = await params
|
const { lang: rawLang } = await params
|
||||||
const lang = (rawLang in { en: 1, zh: 1, ja: 1 } ? rawLang : "en") as Locale
|
const lang = (
|
||||||
|
rawLang in { en: 1, zh: 1, ja: 1, "zh-Hant": 1 } ? rawLang : "en"
|
||||||
|
) as Locale
|
||||||
|
|
||||||
// Default to English metadata
|
// Default to English metadata
|
||||||
const titles: Record<Locale, string> = {
|
const titles: Record<Locale, string> = {
|
||||||
en: "Next AI Draw.io - AI-Powered Diagram Generator",
|
en: "Next AI Draw.io - AI-Powered Diagram Generator",
|
||||||
zh: "Next AI Draw.io - AI powered diagram generator",
|
zh: "Next AI Draw.io - AI powered diagram generator",
|
||||||
ja: "Next AI Draw.io - AI-powered diagram generator",
|
ja: "Next AI Draw.io - AI-powered diagram generator",
|
||||||
|
"zh-Hant": "Next AI Draw.io - AI 驅動的圖表產生器",
|
||||||
}
|
}
|
||||||
|
|
||||||
const descriptions: Record<Locale, string> = {
|
const descriptions: Record<Locale, string> = {
|
||||||
en: "Create AWS architecture diagrams, flowcharts, and technical diagrams using AI. Free online tool integrating draw.io with AI assistance for professional diagram creation.",
|
en: "Create AWS architecture diagrams, flowcharts, and technical diagrams using AI. Free online tool integrating draw.io with AI assistance for professional diagram creation.",
|
||||||
zh: "Use AI to create AWS architecture diagrams, flowcharts, and technical diagrams. Free online tool integrated with draw.io and AI assistance for professional diagram creation.",
|
zh: "Use AI to create AWS architecture diagrams, flowcharts, and technical diagrams. Free online tool integrated with draw.io and AI assistance for professional diagram creation.",
|
||||||
ja: "Create AWS architecture diagrams, flowcharts, and technical diagrams using AI. Create professional diagrams with a free online tool that integrates draw.io with an AI assistant.",
|
ja: "Create AWS architecture diagrams, flowcharts, and technical diagrams using AI. Create professional diagrams with a free online tool that integrates draw.io with an AI assistant.",
|
||||||
|
"zh-Hant":
|
||||||
|
"使用 AI 建立 AWS 架構圖、流程圖和技術圖表。免費線上工具整合 draw.io 與 AI 輔助,輕鬆建立專業圖表。",
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
@@ -80,7 +85,14 @@ export async function generateMetadata({
|
|||||||
type: "website",
|
type: "website",
|
||||||
url: "https://next-ai-drawio.jiang.jp",
|
url: "https://next-ai-drawio.jiang.jp",
|
||||||
siteName: "Next AI Draw.io",
|
siteName: "Next AI Draw.io",
|
||||||
locale: lang === "zh" ? "zh_CN" : lang === "ja" ? "ja_JP" : "en_US",
|
locale:
|
||||||
|
lang === "zh"
|
||||||
|
? "zh_CN"
|
||||||
|
: lang === "zh-Hant"
|
||||||
|
? "zh_HK"
|
||||||
|
: lang === "ja"
|
||||||
|
? "ja_JP"
|
||||||
|
: "en_US",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/architecture.png",
|
url: "/architecture.png",
|
||||||
@@ -115,6 +127,7 @@ export async function generateMetadata({
|
|||||||
en: "/en",
|
en: "/en",
|
||||||
zh: "/zh",
|
zh: "/zh",
|
||||||
ja: "/ja",
|
ja: "/ja",
|
||||||
|
"zh-Hant": "/zh-Hant",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,10 +11,16 @@ import {
|
|||||||
} from "@/components/ui/resizable"
|
} from "@/components/ui/resizable"
|
||||||
import { useDiagram } from "@/contexts/diagram-context"
|
import { useDiagram } from "@/contexts/diagram-context"
|
||||||
import { i18n, type Locale } from "@/lib/i18n/config"
|
import { i18n, type Locale } from "@/lib/i18n/config"
|
||||||
|
import { isIndexedDBUsable } from "@/lib/session-storage"
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
const { drawioRef, handleDiagramExport, onDrawioLoad, resetDrawioReady } =
|
const {
|
||||||
useDiagram()
|
drawioRef,
|
||||||
|
handleDiagramExport,
|
||||||
|
handleDiagramAutoSave,
|
||||||
|
onDrawioLoad,
|
||||||
|
resetDrawioReady,
|
||||||
|
} = useDiagram()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const pathname = usePathname()
|
const pathname = usePathname()
|
||||||
// Extract current language from pathname (e.g., "/zh/about" → "zh")
|
// Extract current language from pathname (e.g., "/zh/about" → "zh")
|
||||||
@@ -26,6 +32,8 @@ export default function Home() {
|
|||||||
const [isLoaded, setIsLoaded] = useState(false)
|
const [isLoaded, setIsLoaded] = useState(false)
|
||||||
const [isDrawioReady, setIsDrawioReady] = useState(false)
|
const [isDrawioReady, setIsDrawioReady] = useState(false)
|
||||||
const [isElectron, setIsElectron] = useState(false)
|
const [isElectron, setIsElectron] = useState(false)
|
||||||
|
const [canPersist, setCanPersist] = useState(false)
|
||||||
|
const [canPersistChecked, setCanPersistChecked] = useState(false)
|
||||||
const [drawioBaseUrl, setDrawioBaseUrl] = useState(
|
const [drawioBaseUrl, setDrawioBaseUrl] = useState(
|
||||||
process.env.NEXT_PUBLIC_DRAWIO_BASE_URL || "https://embed.diagrams.net",
|
process.env.NEXT_PUBLIC_DRAWIO_BASE_URL || "https://embed.diagrams.net",
|
||||||
)
|
)
|
||||||
@@ -76,6 +84,11 @@ export default function Home() {
|
|||||||
setDrawioBaseUrl(`${window.location.origin}/drawio/index.html`)
|
setDrawioBaseUrl(`${window.location.origin}/drawio/index.html`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void (async () => {
|
||||||
|
const usable = await isIndexedDBUsable()
|
||||||
|
setCanPersist(usable)
|
||||||
|
setCanPersistChecked(true)
|
||||||
|
})()
|
||||||
setIsLoaded(true)
|
setIsLoaded(true)
|
||||||
}, [pathname, router])
|
}, [pathname, router])
|
||||||
|
|
||||||
@@ -84,6 +97,17 @@ export default function Home() {
|
|||||||
onDrawioLoad()
|
onDrawioLoad()
|
||||||
}, [onDrawioLoad])
|
}, [onDrawioLoad])
|
||||||
|
|
||||||
|
const handleDrawioAutoSave = useCallback(
|
||||||
|
(data: { xml?: string }) => {
|
||||||
|
handleDiagramAutoSave(data)
|
||||||
|
// Only suppress modified state when persistence is available
|
||||||
|
if (canPersist) {
|
||||||
|
drawioRef.current?.status({ message: "", modified: false })
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[canPersist, drawioRef, handleDiagramAutoSave],
|
||||||
|
)
|
||||||
|
|
||||||
const handleDarkModeChange = () => {
|
const handleDarkModeChange = () => {
|
||||||
const newValue = !darkMode
|
const newValue = !darkMode
|
||||||
setDarkMode(newValue)
|
setDarkMode(newValue)
|
||||||
@@ -167,20 +191,32 @@ export default function Home() {
|
|||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div className="h-full rounded-xl overflow-hidden shadow-soft-lg border border-border/30 relative">
|
<div className="h-full rounded-xl overflow-hidden shadow-soft-lg border border-border/30 relative">
|
||||||
{isLoaded && (
|
{isLoaded && canPersistChecked && (
|
||||||
<div
|
<div
|
||||||
className={`h-full w-full ${isDrawioReady ? "" : "invisible absolute inset-0"}`}
|
className={`h-full w-full ${isDrawioReady ? "" : "invisible absolute inset-0"}`}
|
||||||
>
|
>
|
||||||
<DrawIoEmbed
|
<DrawIoEmbed
|
||||||
key={`${drawioUi}-${darkMode}-${currentLang}-${isElectron}`}
|
key={`${drawioUi}-${darkMode}-${currentLang}-${isElectron}`}
|
||||||
ref={drawioRef}
|
ref={drawioRef}
|
||||||
|
autosave
|
||||||
|
onAutoSave={handleDrawioAutoSave}
|
||||||
onExport={handleDiagramExport}
|
onExport={handleDiagramExport}
|
||||||
onLoad={handleDrawioLoad}
|
onLoad={handleDrawioLoad}
|
||||||
baseUrl={drawioBaseUrl}
|
baseUrl={drawioBaseUrl}
|
||||||
|
configuration={
|
||||||
|
canPersist
|
||||||
|
? { confirmExit: false }
|
||||||
|
: undefined
|
||||||
|
}
|
||||||
urlParameters={{
|
urlParameters={{
|
||||||
ui: drawioUi,
|
ui: drawioUi,
|
||||||
spin: false,
|
spin: false,
|
||||||
libraries: false,
|
libraries: false,
|
||||||
|
// Disable modified tracking only when persistence is available
|
||||||
|
...(canPersist && {
|
||||||
|
modified: false,
|
||||||
|
keepmodified: false,
|
||||||
|
}),
|
||||||
saveAndExit: false,
|
saveAndExit: false,
|
||||||
noSaveBtn: true,
|
noSaveBtn: true,
|
||||||
noExitBtn: true,
|
noExitBtn: true,
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ import path from "path"
|
|||||||
import { z } from "zod"
|
import { z } from "zod"
|
||||||
import {
|
import {
|
||||||
getAIModel,
|
getAIModel,
|
||||||
|
SINGLE_SYSTEM_PROVIDERS,
|
||||||
supportsImageInput,
|
supportsImageInput,
|
||||||
supportsPromptCaching,
|
supportsPromptCaching,
|
||||||
} from "@/lib/ai-providers"
|
} from "@/lib/ai-providers"
|
||||||
@@ -89,7 +90,12 @@ async function handleChatRequest(req: Request): Promise<Response> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const { messages, xml, previousXml, sessionId } = await req.json()
|
const body = await req.json()
|
||||||
|
const { messages, xml, previousXml, sessionId } = body
|
||||||
|
const customSystemMessage =
|
||||||
|
typeof body.customSystemMessage === "string"
|
||||||
|
? body.customSystemMessage.slice(0, 5000)
|
||||||
|
: ""
|
||||||
|
|
||||||
// Get user ID for Langfuse tracking and quota
|
// Get user ID for Langfuse tracking and quota
|
||||||
const userId = getUserIdFromRequest(req)
|
const userId = getUserIdFromRequest(req)
|
||||||
@@ -186,7 +192,7 @@ async function handleChatRequest(req: Request): Promise<Response> {
|
|||||||
|
|
||||||
// Check if this is a server model with custom env var names
|
// Check if this is a server model with custom env var names
|
||||||
let serverModelConfig: {
|
let serverModelConfig: {
|
||||||
apiKeyEnv?: string
|
apiKeyEnv?: string | string[]
|
||||||
baseUrlEnv?: string
|
baseUrlEnv?: string
|
||||||
provider?: string
|
provider?: string
|
||||||
} = {}
|
} = {}
|
||||||
@@ -235,8 +241,13 @@ async function handleChatRequest(req: Request): Promise<Response> {
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Get AI model with optional client overrides
|
// Get AI model with optional client overrides
|
||||||
const { model, providerOptions, headers, modelId } =
|
const {
|
||||||
getAIModel(clientOverrides)
|
model,
|
||||||
|
providerOptions,
|
||||||
|
headers,
|
||||||
|
modelId,
|
||||||
|
provider: resolvedProvider,
|
||||||
|
} = getAIModel(clientOverrides)
|
||||||
|
|
||||||
// Check if model supports prompt caching
|
// Check if model supports prompt caching
|
||||||
const shouldCache = supportsPromptCaching(modelId)
|
const shouldCache = supportsPromptCaching(modelId)
|
||||||
@@ -246,6 +257,9 @@ async function handleChatRequest(req: Request): Promise<Response> {
|
|||||||
|
|
||||||
// Get the appropriate system prompt based on model (extended for Opus/Haiku 4.5)
|
// Get the appropriate system prompt based on model (extended for Opus/Haiku 4.5)
|
||||||
const systemMessage = getSystemPrompt(modelId, minimalStyle)
|
const systemMessage = getSystemPrompt(modelId, minimalStyle)
|
||||||
|
const finalSystemMessage = customSystemMessage
|
||||||
|
? `${systemMessage}\n\n## Custom Instructions\n${customSystemMessage}`
|
||||||
|
: systemMessage
|
||||||
|
|
||||||
// Extract file parts (images) from the last user message
|
// Extract file parts (images) from the last user message
|
||||||
const fileParts =
|
const fileParts =
|
||||||
@@ -418,37 +432,74 @@ ${userInputText}
|
|||||||
}
|
}
|
||||||
|
|
||||||
// System messages with multiple cache breakpoints for optimal caching:
|
// System messages with multiple cache breakpoints for optimal caching:
|
||||||
// - Breakpoint 1: Static instructions (~1500 tokens) - rarely changes
|
// - Breakpoint 1: System instructions + custom instructions - changes when user updates custom system message
|
||||||
// - Breakpoint 2: Current XML context - changes per diagram, but constant within a conversation turn
|
// - Breakpoint 2: Current XML context - changes per diagram, but constant within a conversation turn
|
||||||
// This allows: if only user message changes, both system caches are reused
|
// Some providers (e.g. MiniMax) don't support multiple system messages
|
||||||
// if XML changes, instruction cache is still reused
|
// Merge them into a single system message for compatibility
|
||||||
const systemMessages = [
|
// Also merge for OpenAI-compatible providers with custom base URLs (e.g. vLLM, LMStudio)
|
||||||
// Cache breakpoint 1: Instructions (rarely change)
|
// because open-source model chat templates (Qwen, Llama, etc.) typically reject multiple system messages
|
||||||
{
|
const isCustomOpenAIEndpoint =
|
||||||
role: "system" as const,
|
resolvedProvider === "openai" &&
|
||||||
content: systemMessage,
|
!!(
|
||||||
...(shouldCache && {
|
baseUrl ||
|
||||||
providerOptions: {
|
process.env.OPENAI_BASE_URL ||
|
||||||
bedrock: { cachePoint: { type: "default" } },
|
(serverModelConfig.baseUrlEnv &&
|
||||||
},
|
process.env[serverModelConfig.baseUrlEnv])
|
||||||
}),
|
)
|
||||||
},
|
const isSingleSystemProvider =
|
||||||
// Cache breakpoint 2: Previous and Current diagram XML context
|
SINGLE_SYSTEM_PROVIDERS.has(resolvedProvider) || isCustomOpenAIEndpoint
|
||||||
{
|
|
||||||
role: "system" as const,
|
const xmlContext = `${
|
||||||
content: `${previousXml ? `Previous diagram XML (before user's last message):\n"""xml\n${previousXml}\n"""\n\n` : ""}Current diagram XML (AUTHORITATIVE - the source of truth):\n"""xml\n${xml || ""}\n"""\n\nIMPORTANT: The "Current diagram XML" is the SINGLE SOURCE OF TRUTH for what's on the canvas right now. The user can manually add, delete, or modify shapes directly in draw.io. Always count and describe elements based on the CURRENT XML, not on what you previously generated. If both previous and current XML are shown, compare them to understand what the user changed. When using edit_diagram, COPY search patterns exactly from the CURRENT XML - attribute order matters!`,
|
previousXml
|
||||||
...(shouldCache && {
|
? `Previous diagram XML (before user's last message):
|
||||||
providerOptions: {
|
"""xml
|
||||||
bedrock: { cachePoint: { type: "default" } },
|
${previousXml}
|
||||||
},
|
"""
|
||||||
}),
|
|
||||||
},
|
`
|
||||||
]
|
: ""
|
||||||
|
}Current diagram XML (AUTHORITATIVE - the source of truth):
|
||||||
|
"""xml
|
||||||
|
${xml || ""}
|
||||||
|
"""
|
||||||
|
|
||||||
|
IMPORTANT: The "Current diagram XML" is the SINGLE SOURCE OF TRUTH for what's on the canvas right now. The user can manually add, delete, or modify shapes directly in draw.io. Always count and describe elements based on the CURRENT XML, not on what you previously generated. If both previous and current XML are shown, compare them to understand what the user changed. When using edit_diagram, COPY search patterns exactly from the CURRENT XML - attribute order matters!`
|
||||||
|
|
||||||
|
const systemMessages = isSingleSystemProvider
|
||||||
|
? [
|
||||||
|
{
|
||||||
|
role: "system" as const,
|
||||||
|
content: `${finalSystemMessage}\n\n${xmlContext}`,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
: [
|
||||||
|
// Cache breakpoint 1: Instructions (+ optional custom instructions)
|
||||||
|
{
|
||||||
|
role: "system" as const,
|
||||||
|
content: finalSystemMessage,
|
||||||
|
...(shouldCache && {
|
||||||
|
providerOptions: {
|
||||||
|
bedrock: { cachePoint: { type: "default" } },
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
},
|
||||||
|
// Cache breakpoint 2: Previous and Current diagram XML context
|
||||||
|
{
|
||||||
|
role: "system" as const,
|
||||||
|
content: xmlContext,
|
||||||
|
...(shouldCache && {
|
||||||
|
providerOptions: {
|
||||||
|
bedrock: { cachePoint: { type: "default" } },
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
const allMessages = [...systemMessages, ...enhancedMessages]
|
const allMessages = [...systemMessages, ...enhancedMessages]
|
||||||
|
|
||||||
const result = streamText({
|
const result = streamText({
|
||||||
model,
|
model,
|
||||||
|
abortSignal: req.signal,
|
||||||
...(process.env.MAX_OUTPUT_TOKENS && {
|
...(process.env.MAX_OUTPUT_TOKENS && {
|
||||||
maxOutputTokens: parseInt(process.env.MAX_OUTPUT_TOKENS, 10),
|
maxOutputTokens: parseInt(process.env.MAX_OUTPUT_TOKENS, 10),
|
||||||
}),
|
}),
|
||||||
@@ -662,7 +713,7 @@ Available libraries:
|
|||||||
- Networking: cisco19, network, kubernetes, vvd, rack
|
- Networking: cisco19, network, kubernetes, vvd, rack
|
||||||
- Business: bpmn, lean_mapping
|
- Business: bpmn, lean_mapping
|
||||||
- General: flowchart, basic, arrows2, infographic, sitemap
|
- General: flowchart, basic, arrows2, infographic, sitemap
|
||||||
- UI/Mockups: android
|
- UI/Mockups: android, material_design
|
||||||
- Enterprise: citrix, sap, mscae, atlassian
|
- Enterprise: citrix, sap, mscae, atlassian
|
||||||
- Engineering: fluidpower, electrical, pid, cabinets, floorplan
|
- Engineering: fluidpower, electrical, pid, cabinets, floorplan
|
||||||
- Icons: webicons
|
- Icons: webicons
|
||||||
@@ -707,7 +758,7 @@ Call this tool to get shape names and usage syntax for a specific library.`,
|
|||||||
if (
|
if (
|
||||||
(error as NodeJS.ErrnoException).code === "ENOENT"
|
(error as NodeJS.ErrnoException).code === "ENOENT"
|
||||||
) {
|
) {
|
||||||
return `Library "${library}" not found. Available: aws4, azure2, gcp2, alibaba_cloud, cisco19, kubernetes, network, bpmn, flowchart, basic, arrows2, vvd, salesforce, citrix, sap, mscae, atlassian, fluidpower, electrical, pid, cabinets, floorplan, webicons, infographic, sitemap, android, lean_mapping, openstack, rack`
|
return `Library "${library}" not found. Available: aws4, azure2, gcp2, alibaba_cloud, cisco19, kubernetes, network, bpmn, flowchart, basic, arrows2, vvd, salesforce, citrix, sap, mscae, atlassian, fluidpower, electrical, pid, cabinets, floorplan, webicons, infographic, sitemap, android, material_design, lean_mapping, openstack, rack`
|
||||||
}
|
}
|
||||||
console.error(
|
console.error(
|
||||||
`[get_shape_library] Error loading "${library}":`,
|
`[get_shape_library] Error loading "${library}":`,
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import { allowPrivateUrls, isPrivateUrl } from "@/lib/ssrf-protection"
|
|||||||
|
|
||||||
const MAX_CONTENT_LENGTH = 150000 // Match PDF limit
|
const MAX_CONTENT_LENGTH = 150000 // Match PDF limit
|
||||||
const EXTRACT_TIMEOUT_MS = 15000
|
const EXTRACT_TIMEOUT_MS = 15000
|
||||||
|
const USER_AGENT = "Mozilla/5.0 (compatible; NextAIDrawio/1.0)"
|
||||||
|
|
||||||
export async function POST(req: Request) {
|
export async function POST(req: Request) {
|
||||||
try {
|
try {
|
||||||
@@ -34,6 +35,31 @@ export async function POST(req: Request) {
|
|||||||
{ status: 400 },
|
{ status: 400 },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
const headController = new AbortController()
|
||||||
|
const headTimeout = setTimeout(() => headController.abort(), 3000)
|
||||||
|
try {
|
||||||
|
const headResponse = await fetch(url, {
|
||||||
|
method: "HEAD",
|
||||||
|
headers: { "User-Agent": USER_AGENT },
|
||||||
|
signal: headController.signal,
|
||||||
|
})
|
||||||
|
const contentType = headResponse.headers.get("content-type")
|
||||||
|
if (contentType?.includes("application/pdf")) {
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
error: "PDF URLs are not supported. Please download and upload the PDF file directly",
|
||||||
|
},
|
||||||
|
{ status: 422 },
|
||||||
|
)
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
console.warn(
|
||||||
|
"HEAD pre-check failed, proceeding with extraction:",
|
||||||
|
err,
|
||||||
|
)
|
||||||
|
} finally {
|
||||||
|
clearTimeout(headTimeout)
|
||||||
|
}
|
||||||
|
|
||||||
// Extract article content with timeout to avoid tying up server resources
|
// Extract article content with timeout to avoid tying up server resources
|
||||||
const controller = new AbortController()
|
const controller = new AbortController()
|
||||||
@@ -44,9 +70,7 @@ export async function POST(req: Request) {
|
|||||||
let article
|
let article
|
||||||
try {
|
try {
|
||||||
article = await extract(url, undefined, {
|
article = await extract(url, undefined, {
|
||||||
headers: {
|
headers: { "User-Agent": USER_AGENT },
|
||||||
"User-Agent": "Mozilla/5.0 (compatible; NextAIDrawio/1.0)",
|
|
||||||
},
|
|
||||||
signal: controller.signal,
|
signal: controller.signal,
|
||||||
})
|
})
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ import { createOpenRouter } from "@openrouter/ai-sdk-provider"
|
|||||||
import { generateText } from "ai"
|
import { generateText } from "ai"
|
||||||
import { NextResponse } from "next/server"
|
import { NextResponse } from "next/server"
|
||||||
import { createOllama } from "ollama-ai-provider-v2"
|
import { createOllama } from "ollama-ai-provider-v2"
|
||||||
|
import { normalizeMiniMaxBaseURL } from "@/lib/ai-providers"
|
||||||
import { allowPrivateUrls, isPrivateUrl } from "@/lib/ssrf-protection"
|
import { allowPrivateUrls, isPrivateUrl } from "@/lib/ssrf-protection"
|
||||||
|
import { PROVIDER_INFO, type ProviderName } from "@/lib/types/model-config"
|
||||||
|
|
||||||
export const runtime = "nodejs"
|
export const runtime = "nodejs"
|
||||||
|
|
||||||
@@ -174,10 +176,21 @@ export async function POST(req: Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "ollama": {
|
case "ollama": {
|
||||||
const ollama = createOllama({
|
// SECURITY: Mirror ai-providers.ts guard — only use server
|
||||||
baseURL: baseUrl || "http://localhost:11434",
|
// OLLAMA_API_KEY when the URL is also from server config.
|
||||||
|
const ollamaApiKey = baseUrl
|
||||||
|
? apiKey || undefined
|
||||||
|
: apiKey || process.env.OLLAMA_API_KEY || undefined
|
||||||
|
const ollamaProvider = createOllama({
|
||||||
|
baseURL:
|
||||||
|
baseUrl ||
|
||||||
|
process.env.OLLAMA_BASE_URL ||
|
||||||
|
"https://ollama.com/api",
|
||||||
|
...(ollamaApiKey && {
|
||||||
|
headers: { Authorization: `Bearer ${ollamaApiKey}` },
|
||||||
|
}),
|
||||||
})
|
})
|
||||||
model = ollama(modelId)
|
model = ollamaProvider(modelId)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -308,6 +321,59 @@ export async function POST(req: Request) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case "minimax": {
|
||||||
|
const rawUrl =
|
||||||
|
baseUrl ||
|
||||||
|
PROVIDER_INFO.minimax?.defaultBaseUrl ||
|
||||||
|
"https://api.minimaxi.com/anthropic"
|
||||||
|
const { baseURL: minimaxBaseUrl, isAnthropicCompatible } =
|
||||||
|
normalizeMiniMaxBaseURL(rawUrl)
|
||||||
|
|
||||||
|
if (isAnthropicCompatible) {
|
||||||
|
const minimax = createAnthropic({
|
||||||
|
apiKey,
|
||||||
|
baseURL: minimaxBaseUrl,
|
||||||
|
})
|
||||||
|
model = minimax.chat(modelId)
|
||||||
|
} else {
|
||||||
|
const minimax = createOpenAI({
|
||||||
|
apiKey,
|
||||||
|
baseURL: minimaxBaseUrl,
|
||||||
|
})
|
||||||
|
model = minimax.chat(modelId)
|
||||||
|
}
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
|
// GLM, Qwen, Kimi, Qiniu, Novita - OpenAI compatible
|
||||||
|
case "glm":
|
||||||
|
case "qwen":
|
||||||
|
case "kimi":
|
||||||
|
case "qiniu":
|
||||||
|
case "novita": {
|
||||||
|
const baseURL =
|
||||||
|
baseUrl ||
|
||||||
|
PROVIDER_INFO[provider as ProviderName]?.defaultBaseUrl ||
|
||||||
|
""
|
||||||
|
|
||||||
|
if (!baseURL) {
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
valid: false,
|
||||||
|
error: `No base URL configured for provider: ${provider}`,
|
||||||
|
},
|
||||||
|
{ status: 400 },
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const openai = createOpenAI({
|
||||||
|
apiKey,
|
||||||
|
baseURL,
|
||||||
|
})
|
||||||
|
model = openai.chat(modelId)
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
{ valid: false, error: `Unknown provider: ${provider}` },
|
{ valid: false, error: `Unknown provider: ${provider}` },
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
|
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
|
||||||
"vcs": {
|
"vcs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"clientKind": "git",
|
"clientKind": "git",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { Cloud } from "lucide-react"
|
import { Cloud } from "lucide-react"
|
||||||
import type { ComponentProps, ReactNode } from "react"
|
import type { ComponentProps, ElementRef, ReactNode } from "react"
|
||||||
|
import { useEffect, useRef, useState } from "react"
|
||||||
import {
|
import {
|
||||||
Command,
|
Command,
|
||||||
CommandDialog,
|
CommandDialog,
|
||||||
@@ -69,20 +70,62 @@ export type ModelSelectorListProps = ComponentProps<typeof CommandList>
|
|||||||
export const ModelSelectorList = ({
|
export const ModelSelectorList = ({
|
||||||
className,
|
className,
|
||||||
...props
|
...props
|
||||||
}: ModelSelectorListProps) => (
|
}: ModelSelectorListProps) => {
|
||||||
<div className="relative">
|
const listRef = useRef<ElementRef<typeof CommandList>>(null)
|
||||||
<CommandList
|
const [showShadow, setShowShadow] = useState(false)
|
||||||
className={cn(
|
|
||||||
// Hide scrollbar on all platforms
|
useEffect(() => {
|
||||||
"[&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",
|
const listElement = listRef.current
|
||||||
className,
|
if (!listElement) return
|
||||||
)}
|
|
||||||
{...props}
|
const checkScroll = () => {
|
||||||
/>
|
const { scrollTop, scrollHeight, clientHeight } = listElement
|
||||||
{/* Bottom shadow indicator for scrollable content */}
|
// Show shadow if there is more content below
|
||||||
<div className="pointer-events-none absolute bottom-0 left-0 right-0 h-12 bg-gradient-to-t from-muted/80 via-muted/40 to-transparent" />
|
// Using a small threshold to handle fractional pixel rendering
|
||||||
</div>
|
setShowShadow(
|
||||||
)
|
scrollHeight > Math.ceil(scrollTop + clientHeight) + 1,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Initial check
|
||||||
|
checkScroll()
|
||||||
|
|
||||||
|
// Event listeners
|
||||||
|
listElement.addEventListener("scroll", checkScroll)
|
||||||
|
window.addEventListener("resize", checkScroll)
|
||||||
|
|
||||||
|
// Observe content changes (e.g. async loading of items)
|
||||||
|
const observer = new MutationObserver(checkScroll)
|
||||||
|
observer.observe(listElement, { childList: true, subtree: true })
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
listElement.removeEventListener("scroll", checkScroll)
|
||||||
|
window.removeEventListener("resize", checkScroll)
|
||||||
|
observer.disconnect()
|
||||||
|
}
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="relative">
|
||||||
|
<CommandList
|
||||||
|
ref={listRef}
|
||||||
|
className={cn(
|
||||||
|
// Hide scrollbar on all platforms
|
||||||
|
"[&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
{/* Bottom shadow indicator for scrollable content */}
|
||||||
|
<div
|
||||||
|
className={cn(
|
||||||
|
"pointer-events-none absolute bottom-0 left-0 right-0 h-12 bg-gradient-to-t from-muted/80 via-muted/40 to-transparent transition-opacity duration-200",
|
||||||
|
showShadow ? "opacity-100" : "opacity-0",
|
||||||
|
)}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
export type ModelSelectorEmptyProps = ComponentProps<typeof CommandEmpty>
|
export type ModelSelectorEmptyProps = ComponentProps<typeof CommandEmpty>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
BookmarkPlus,
|
||||||
Download,
|
Download,
|
||||||
History,
|
History,
|
||||||
Image as ImageIcon,
|
Image as ImageIcon,
|
||||||
Link,
|
Link,
|
||||||
Loader2,
|
|
||||||
Send,
|
Send,
|
||||||
|
Square,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import type React from "react"
|
import type React from "react"
|
||||||
import {
|
import {
|
||||||
@@ -19,6 +20,7 @@ import {
|
|||||||
} from "react"
|
} from "react"
|
||||||
import { toast } from "sonner"
|
import { toast } from "sonner"
|
||||||
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
||||||
|
import { TemplateCreateDialog } from "@/components/chat/TemplateCreateDialog"
|
||||||
import { ErrorToast } from "@/components/error-toast"
|
import { ErrorToast } from "@/components/error-toast"
|
||||||
import { HistoryDialog } from "@/components/history-dialog"
|
import { HistoryDialog } from "@/components/history-dialog"
|
||||||
import { ModelSelector } from "@/components/model-selector"
|
import { ModelSelector } from "@/components/model-selector"
|
||||||
@@ -154,6 +156,7 @@ interface ChatInputProps {
|
|||||||
status: "submitted" | "streaming" | "ready" | "error"
|
status: "submitted" | "streaming" | "ready" | "error"
|
||||||
onSubmit: (e: React.FormEvent<HTMLFormElement>) => void
|
onSubmit: (e: React.FormEvent<HTMLFormElement>) => void
|
||||||
onChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void
|
onChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void
|
||||||
|
onStop?: () => void
|
||||||
files?: File[]
|
files?: File[]
|
||||||
onFileChange?: (files: File[]) => void
|
onFileChange?: (files: File[]) => void
|
||||||
pdfData?: Map<
|
pdfData?: Map<
|
||||||
@@ -169,8 +172,8 @@ interface ChatInputProps {
|
|||||||
models?: FlattenedModel[]
|
models?: FlattenedModel[]
|
||||||
selectedModelId?: string
|
selectedModelId?: string
|
||||||
onModelSelect?: (modelId: string | undefined) => void
|
onModelSelect?: (modelId: string | undefined) => void
|
||||||
showUnvalidatedModels?: boolean
|
|
||||||
onConfigureModels?: () => void
|
onConfigureModels?: () => void
|
||||||
|
showUnvalidatedModels?: boolean
|
||||||
// Focus control props
|
// Focus control props
|
||||||
shouldFocus?: boolean
|
shouldFocus?: boolean
|
||||||
onFocused?: () => void
|
onFocused?: () => void
|
||||||
@@ -183,6 +186,7 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
status,
|
status,
|
||||||
onSubmit,
|
onSubmit,
|
||||||
onChange,
|
onChange,
|
||||||
|
onStop,
|
||||||
files = [],
|
files = [],
|
||||||
onFileChange = () => {},
|
onFileChange = () => {},
|
||||||
pdfData = new Map(),
|
pdfData = new Map(),
|
||||||
@@ -193,8 +197,8 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
models = [],
|
models = [],
|
||||||
selectedModelId,
|
selectedModelId,
|
||||||
onModelSelect = () => {},
|
onModelSelect = () => {},
|
||||||
|
onConfigureModels,
|
||||||
showUnvalidatedModels = false,
|
showUnvalidatedModels = false,
|
||||||
onConfigureModels = () => {},
|
|
||||||
shouldFocus = false,
|
shouldFocus = false,
|
||||||
onFocused,
|
onFocused,
|
||||||
},
|
},
|
||||||
@@ -234,6 +238,7 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
|
|
||||||
const [showHistory, setShowHistory] = useState(false)
|
const [showHistory, setShowHistory] = useState(false)
|
||||||
const [showUrlDialog, setShowUrlDialog] = useState(false)
|
const [showUrlDialog, setShowUrlDialog] = useState(false)
|
||||||
|
const [showSaveAsTemplate, setShowSaveAsTemplate] = useState(false)
|
||||||
const [isExtractingUrl, setIsExtractingUrl] = useState(false)
|
const [isExtractingUrl, setIsExtractingUrl] = useState(false)
|
||||||
const [sendShortcut, setSendShortcut] = useState("ctrl-enter")
|
const [sendShortcut, setSendShortcut] = useState("ctrl-enter")
|
||||||
// Allow retry when there's an error (even if status is still "streaming" or "submitted")
|
// Allow retry when there's an error (even if status is still "streaming" or "submitted")
|
||||||
@@ -437,6 +442,7 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<form
|
<form
|
||||||
|
id="chat-form"
|
||||||
onSubmit={onSubmit}
|
onSubmit={onSubmit}
|
||||||
className={`w-full transition-all duration-200 ${
|
className={`w-full transition-all duration-200 ${
|
||||||
isDragging
|
isDragging
|
||||||
@@ -536,6 +542,18 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
</ButtonWithTooltip>
|
</ButtonWithTooltip>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<ButtonWithTooltip
|
||||||
|
type="button"
|
||||||
|
variant="ghost"
|
||||||
|
size="sm"
|
||||||
|
onClick={() => setShowSaveAsTemplate(true)}
|
||||||
|
disabled={isDisabled || !input.trim()}
|
||||||
|
tooltipContent={dict.templates.saveAsTemplate}
|
||||||
|
className="h-8 w-8 p-0 text-muted-foreground hover:text-foreground"
|
||||||
|
>
|
||||||
|
<BookmarkPlus className="h-4 w-4" />
|
||||||
|
</ButtonWithTooltip>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
ref={fileInputRef}
|
ref={fileInputRef}
|
||||||
@@ -555,24 +573,30 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
showUnvalidatedModels={showUnvalidatedModels}
|
showUnvalidatedModels={showUnvalidatedModels}
|
||||||
/>
|
/>
|
||||||
<div className="w-px h-5 bg-border mx-1" />
|
<div className="w-px h-5 bg-border mx-1" />
|
||||||
<Button
|
{(status === "streaming" || status === "submitted") &&
|
||||||
type="submit"
|
onStop ? (
|
||||||
disabled={isDisabled || !input.trim()}
|
<Button
|
||||||
size="sm"
|
type="button"
|
||||||
className="h-8 px-4 rounded-xl font-medium shadow-sm"
|
onClick={onStop}
|
||||||
aria-label={
|
size="sm"
|
||||||
isDisabled ? dict.chat.sending : dict.chat.send
|
variant="destructive"
|
||||||
}
|
className="h-8 w-8 p-0 rounded-xl shadow-sm"
|
||||||
>
|
aria-label={dict.chat.stopGeneration}
|
||||||
{isDisabled ? (
|
>
|
||||||
<Loader2 className="h-4 w-4 animate-spin" />
|
<Square className="h-4 w-4" />
|
||||||
) : (
|
</Button>
|
||||||
<>
|
) : (
|
||||||
<Send className="h-4 w-4 mr-1.5" />
|
<Button
|
||||||
{dict.chat.send}
|
type="submit"
|
||||||
</>
|
disabled={isDisabled || !input.trim()}
|
||||||
)}
|
size="sm"
|
||||||
</Button>
|
className="h-8 px-4 rounded-xl font-medium shadow-sm"
|
||||||
|
aria-label={dict.chat.send}
|
||||||
|
>
|
||||||
|
<Send className="h-4 w-4 mr-1.5" />
|
||||||
|
{dict.chat.send}
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<HistoryDialog
|
<HistoryDialog
|
||||||
@@ -602,6 +626,12 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
|
|||||||
isExtracting={isExtractingUrl}
|
isExtracting={isExtractingUrl}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
<TemplateCreateDialog
|
||||||
|
open={showSaveAsTemplate}
|
||||||
|
onOpenChange={setShowSaveAsTemplate}
|
||||||
|
onSuccess={() => setShowSaveAsTemplate(false)}
|
||||||
|
initialPrompt={input.trim()}
|
||||||
|
/>
|
||||||
</form>
|
</form>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
import type { UIMessage } from "ai"
|
import type { UIMessage } from "ai"
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
BookmarkPlus,
|
||||||
Check,
|
Check,
|
||||||
ChevronDown,
|
ChevronDown,
|
||||||
ChevronUp,
|
ChevronUp,
|
||||||
@@ -16,7 +17,6 @@ import {
|
|||||||
ThumbsUp,
|
ThumbsUp,
|
||||||
X,
|
X,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import Image from "next/image"
|
|
||||||
import type { MutableRefObject } from "react"
|
import type { MutableRefObject } from "react"
|
||||||
import { useCallback, useEffect, useRef, useState } from "react"
|
import { useCallback, useEffect, useRef, useState } from "react"
|
||||||
import ReactMarkdown from "react-markdown"
|
import ReactMarkdown from "react-markdown"
|
||||||
@@ -27,10 +27,12 @@ import {
|
|||||||
ReasoningTrigger,
|
ReasoningTrigger,
|
||||||
} from "@/components/ai-elements/reasoning"
|
} from "@/components/ai-elements/reasoning"
|
||||||
import { ChatLobby } from "@/components/chat/ChatLobby"
|
import { ChatLobby } from "@/components/chat/ChatLobby"
|
||||||
|
import { TemplateCreateDialog } from "@/components/chat/TemplateCreateDialog"
|
||||||
import { ToolCallCard } from "@/components/chat/ToolCallCard"
|
import { ToolCallCard } from "@/components/chat/ToolCallCard"
|
||||||
import type { DiagramOperation, ToolPartLike } from "@/components/chat/types"
|
import type { DiagramOperation, ToolPartLike } from "@/components/chat/types"
|
||||||
import type { ValidationState } from "@/components/chat/ValidationCard"
|
import type { ValidationState } from "@/components/chat/ValidationCard"
|
||||||
import { ValidationCard } from "@/components/chat/ValidationCard"
|
import { ValidationCard } from "@/components/chat/ValidationCard"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import { ScrollArea } from "@/components/ui/scroll-area"
|
import { ScrollArea } from "@/components/ui/scroll-area"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
import { getApiEndpoint } from "@/lib/base-path"
|
import { getApiEndpoint } from "@/lib/base-path"
|
||||||
@@ -159,6 +161,10 @@ interface ChatMessageDisplayProps {
|
|||||||
loadedMessageIdsRef?: MutableRefObject<Set<string>>
|
loadedMessageIdsRef?: MutableRefObject<Set<string>>
|
||||||
validationStates?: Record<string, ValidationState>
|
validationStates?: Record<string, ValidationState>
|
||||||
onImproveWithSuggestions?: (feedback: string) => void
|
onImproveWithSuggestions?: (feedback: string) => void
|
||||||
|
onSendTemplate?: (
|
||||||
|
template: import("@/lib/template-storage").Template,
|
||||||
|
) => void
|
||||||
|
currentInput?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export function ChatMessageDisplay({
|
export function ChatMessageDisplay({
|
||||||
@@ -178,6 +184,8 @@ export function ChatMessageDisplay({
|
|||||||
loadedMessageIdsRef,
|
loadedMessageIdsRef,
|
||||||
validationStates = {},
|
validationStates = {},
|
||||||
onImproveWithSuggestions,
|
onImproveWithSuggestions,
|
||||||
|
onSendTemplate,
|
||||||
|
currentInput = "",
|
||||||
}: ChatMessageDisplayProps) {
|
}: ChatMessageDisplayProps) {
|
||||||
const dict = useDictionary()
|
const dict = useDictionary()
|
||||||
const { chartXML, loadDiagram: onDisplayChart } = useDiagram()
|
const { chartXML, loadDiagram: onDisplayChart } = useDiagram()
|
||||||
@@ -237,6 +245,10 @@ export function ChatMessageDisplay({
|
|||||||
const [expandedPdfSections, setExpandedPdfSections] = useState<
|
const [expandedPdfSections, setExpandedPdfSections] = useState<
|
||||||
Record<string, boolean>
|
Record<string, boolean>
|
||||||
>({})
|
>({})
|
||||||
|
// Track "Save as Template" dialog
|
||||||
|
const [saveAsTemplateMessageId, setSaveAsTemplateMessageId] = useState<
|
||||||
|
string | null
|
||||||
|
>(null)
|
||||||
|
|
||||||
const setCopyState = (
|
const setCopyState = (
|
||||||
messageId: string,
|
messageId: string,
|
||||||
@@ -650,6 +662,8 @@ export function ChatMessageDisplay({
|
|||||||
onDeleteSession={onDeleteSession}
|
onDeleteSession={onDeleteSession}
|
||||||
setInput={setInput}
|
setInput={setInput}
|
||||||
setFiles={setFiles}
|
setFiles={setFiles}
|
||||||
|
onSendTemplate={onSendTemplate}
|
||||||
|
currentInput={currentInput}
|
||||||
dict={dict}
|
dict={dict}
|
||||||
/>
|
/>
|
||||||
) : messages.length === 0 ? null : (
|
) : messages.length === 0 ? null : (
|
||||||
@@ -747,8 +761,42 @@ export function ChatMessageDisplay({
|
|||||||
<Copy className="h-3.5 w-3.5" />
|
<Copy className="h-3.5 w-3.5" />
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
|
{/* Save as Template button - only for user messages */}
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() =>
|
||||||
|
setSaveAsTemplateMessageId(
|
||||||
|
message.id,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
className="p-1.5 rounded-lg text-muted-foreground/60 hover:text-muted-foreground hover:bg-muted transition-colors"
|
||||||
|
title={
|
||||||
|
dict.templates
|
||||||
|
?.saveAsTemplate ||
|
||||||
|
"Save as Template"
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<BookmarkPlus className="h-3.5 w-3.5" />
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{/* Save as Template Dialog */}
|
||||||
|
{saveAsTemplateMessageId === message.id && (
|
||||||
|
<TemplateCreateDialog
|
||||||
|
open={true}
|
||||||
|
onOpenChange={(open) => {
|
||||||
|
if (!open)
|
||||||
|
setSaveAsTemplateMessageId(null)
|
||||||
|
}}
|
||||||
|
onSuccess={() => {
|
||||||
|
setSaveAsTemplateMessageId(null)
|
||||||
|
}}
|
||||||
|
initialPrompt={getUserOriginalText(
|
||||||
|
message,
|
||||||
|
)}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<div className="max-w-[85%] min-w-0">
|
<div className="max-w-[85%] min-w-0">
|
||||||
{/* Reasoning blocks - displayed first for assistant messages */}
|
{/* Reasoning blocks - displayed first for assistant messages */}
|
||||||
{message.role === "assistant" &&
|
{message.role === "assistant" &&
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ import {
|
|||||||
PanelRightOpen,
|
PanelRightOpen,
|
||||||
Settings,
|
Settings,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import Image from "next/image"
|
import { usePathname, useRouter, useSearchParams } from "next/navigation"
|
||||||
import { useRouter, useSearchParams } from "next/navigation"
|
|
||||||
import type React from "react"
|
import type React from "react"
|
||||||
import {
|
import {
|
||||||
useCallback,
|
useCallback,
|
||||||
@@ -22,6 +21,7 @@ import { flushSync } from "react-dom"
|
|||||||
import { Toaster, toast } from "sonner"
|
import { Toaster, toast } from "sonner"
|
||||||
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
||||||
import { ChatInput } from "@/components/chat-input"
|
import { ChatInput } from "@/components/chat-input"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import { ModelConfigDialog } from "@/components/model-config-dialog"
|
import { ModelConfigDialog } from "@/components/model-config-dialog"
|
||||||
import { SettingsDialog } from "@/components/settings-dialog"
|
import { SettingsDialog } from "@/components/settings-dialog"
|
||||||
import { useDiagram } from "@/contexts/diagram-context"
|
import { useDiagram } from "@/contexts/diagram-context"
|
||||||
@@ -131,32 +131,29 @@ export default function ChatPanel({
|
|||||||
|
|
||||||
const dict = useDictionary()
|
const dict = useDictionary()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
const pathname = usePathname()
|
||||||
const searchParams = useSearchParams()
|
const searchParams = useSearchParams()
|
||||||
const urlSessionId = searchParams.get("session")
|
const urlSessionId = searchParams.get("session")
|
||||||
|
|
||||||
const onFetchChart = (saveToHistory = true) => {
|
const onFetchChart = (saveToHistory = true) => {
|
||||||
return Promise.race([
|
return Promise.race([
|
||||||
new Promise<string>((resolve) => {
|
new Promise<string>((resolve) => {
|
||||||
if (resolverRef && "current" in resolverRef) {
|
resolverRef.current = resolve
|
||||||
resolverRef.current = resolve
|
|
||||||
}
|
|
||||||
if (saveToHistory) {
|
if (saveToHistory) {
|
||||||
onExport()
|
onExport()
|
||||||
} else {
|
} else {
|
||||||
handleExportWithoutHistory()
|
handleExportWithoutHistory()
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new Promise<string>((_, reject) =>
|
new Promise<string>((_, reject) => {
|
||||||
setTimeout(
|
const currentResolver = resolverRef.current
|
||||||
() =>
|
setTimeout(() => {
|
||||||
reject(
|
if (resolverRef.current === currentResolver) {
|
||||||
new Error(
|
resolverRef.current = null
|
||||||
"Chart export timed out after 10 seconds",
|
}
|
||||||
),
|
reject(new Error("Chart export timed out after 10 seconds"))
|
||||||
),
|
}, 10000)
|
||||||
10000,
|
}),
|
||||||
),
|
|
||||||
),
|
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -179,6 +176,7 @@ export default function ChatPanel({
|
|||||||
const [tpmLimit, setTpmLimit] = useState(0)
|
const [tpmLimit, setTpmLimit] = useState(0)
|
||||||
const [minimalStyle, setMinimalStyle] = useState(false)
|
const [minimalStyle, setMinimalStyle] = useState(false)
|
||||||
const [vlmValidationEnabled, setVlmValidationEnabled] = useState(false)
|
const [vlmValidationEnabled, setVlmValidationEnabled] = useState(false)
|
||||||
|
const [customSystemMessage, setCustomSystemMessage] = useState("")
|
||||||
const [shouldFocusInput, setShouldFocusInput] = useState(false)
|
const [shouldFocusInput, setShouldFocusInput] = useState(false)
|
||||||
|
|
||||||
// Restore input from sessionStorage on mount (when ChatPanel remounts due to key change)
|
// Restore input from sessionStorage on mount (when ChatPanel remounts due to key change)
|
||||||
@@ -197,6 +195,14 @@ export default function ChatPanel({
|
|||||||
}
|
}
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
// Load custom system message from localStorage on mount
|
||||||
|
useEffect(() => {
|
||||||
|
const stored = localStorage.getItem(STORAGE_KEYS.customSystemMessage)
|
||||||
|
if (stored !== null) {
|
||||||
|
setCustomSystemMessage(stored)
|
||||||
|
}
|
||||||
|
}, [])
|
||||||
|
|
||||||
// Check config on mount
|
// Check config on mount
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetch(getApiEndpoint("/api/config"))
|
fetch(getApiEndpoint("/api/config"))
|
||||||
@@ -307,6 +313,12 @@ export default function ChatPanel({
|
|||||||
localStorage.setItem(STORAGE_KEYS.vlmValidationEnabled, String(value))
|
localStorage.setItem(STORAGE_KEYS.vlmValidationEnabled, String(value))
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
// Handler for custom system message change
|
||||||
|
const handleCustomSystemMessageChange = useCallback((value: string) => {
|
||||||
|
setCustomSystemMessage(value)
|
||||||
|
localStorage.setItem(STORAGE_KEYS.customSystemMessage, value)
|
||||||
|
}, [])
|
||||||
|
|
||||||
// Ref to store the sendMessage function for use in callbacks
|
// Ref to store the sendMessage function for use in callbacks
|
||||||
const sendMessageRef = useRef<typeof sendMessage | null>(null)
|
const sendMessageRef = useRef<typeof sendMessage | null>(null)
|
||||||
|
|
||||||
@@ -339,151 +351,155 @@ export default function ChatPanel({
|
|||||||
onValidationStateChange: handleValidationStateChange,
|
onValidationStateChange: handleValidationStateChange,
|
||||||
})
|
})
|
||||||
|
|
||||||
const { messages, sendMessage, addToolOutput, status, error, setMessages } =
|
const {
|
||||||
useChat({
|
messages,
|
||||||
transport: new DefaultChatTransport({
|
sendMessage,
|
||||||
api: getApiEndpoint("/api/chat"),
|
addToolOutput,
|
||||||
}),
|
status,
|
||||||
onToolCall: async ({ toolCall }) => {
|
error,
|
||||||
await handleToolCall({ toolCall }, addToolOutput)
|
setMessages,
|
||||||
},
|
stop,
|
||||||
onError: (error) => {
|
} = useChat({
|
||||||
// Handle server-side quota limit (429 response)
|
transport: new DefaultChatTransport({
|
||||||
// AI SDK puts the full response body in error.message for non-OK responses
|
api: getApiEndpoint("/api/chat"),
|
||||||
try {
|
}),
|
||||||
const data = JSON.parse(error.message)
|
onToolCall: async ({ toolCall }) => {
|
||||||
if (data.type === "request") {
|
await handleToolCall({ toolCall }, addToolOutput)
|
||||||
quotaManager.showQuotaLimitToast(data.used, data.limit)
|
},
|
||||||
return
|
onError: (error) => {
|
||||||
}
|
// Handle server-side quota limit (429 response)
|
||||||
if (data.type === "token") {
|
// AI SDK puts the full response body in error.message for non-OK responses
|
||||||
quotaManager.showTokenLimitToast(data.used, data.limit)
|
try {
|
||||||
return
|
const data = JSON.parse(error.message)
|
||||||
}
|
if (data.type === "request") {
|
||||||
if (data.type === "tpm") {
|
quotaManager.showQuotaLimitToast(data.used, data.limit)
|
||||||
quotaManager.showTPMLimitToast(data.limit)
|
return
|
||||||
return
|
|
||||||
}
|
|
||||||
} catch {
|
|
||||||
// Not JSON, fall through to string matching for backwards compatibility
|
|
||||||
}
|
}
|
||||||
|
if (data.type === "token") {
|
||||||
|
quotaManager.showTokenLimitToast(data.used, data.limit)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (data.type === "tpm") {
|
||||||
|
quotaManager.showTPMLimitToast(data.limit)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
// Not JSON, fall through to string matching for backwards compatibility
|
||||||
|
}
|
||||||
|
|
||||||
// Fallback to string matching
|
// Fallback to string matching
|
||||||
if (error.message.includes("Daily request limit")) {
|
if (error.message.includes("Daily request limit")) {
|
||||||
quotaManager.showQuotaLimitToast()
|
quotaManager.showQuotaLimitToast()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (error.message.includes("Daily token limit")) {
|
if (error.message.includes("Daily token limit")) {
|
||||||
quotaManager.showTokenLimitToast()
|
quotaManager.showTokenLimitToast()
|
||||||
return
|
return
|
||||||
|
}
|
||||||
|
if (
|
||||||
|
error.message.includes("Rate limit exceeded") ||
|
||||||
|
error.message.includes("tokens per minute")
|
||||||
|
) {
|
||||||
|
quotaManager.showTPMLimitToast()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// Silence access code error in console since it's handled by UI
|
||||||
|
if (!error.message.includes("Invalid or missing access code")) {
|
||||||
|
console.error("Chat error:", error)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Translate technical errors into user-friendly messages
|
||||||
|
// The server now handles detailed error messages, so we can display them directly.
|
||||||
|
// But we still handle connection/network errors that happen before reaching the server.
|
||||||
|
let friendlyMessage = error.message
|
||||||
|
|
||||||
|
// Simple check for network errors if message is generic
|
||||||
|
if (friendlyMessage === "Failed to fetch") {
|
||||||
|
friendlyMessage = "Network error. Please check your connection."
|
||||||
|
}
|
||||||
|
|
||||||
|
// Truncated tool input error (model output limit too low)
|
||||||
|
if (friendlyMessage.includes("toolUse.input is invalid")) {
|
||||||
|
friendlyMessage =
|
||||||
|
"Output was truncated before the diagram could be generated. Try a simpler request or increase the maxOutputLength."
|
||||||
|
}
|
||||||
|
|
||||||
|
// Translate image not supported error
|
||||||
|
if (
|
||||||
|
friendlyMessage.includes("image content block") ||
|
||||||
|
friendlyMessage.toLowerCase().includes("image_url")
|
||||||
|
) {
|
||||||
|
friendlyMessage = "This model doesn't support image input."
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add system message for error so it can be cleared
|
||||||
|
setMessages((currentMessages) => {
|
||||||
|
const errorMessage = {
|
||||||
|
id: `error-${Date.now()}`,
|
||||||
|
role: "system" as const,
|
||||||
|
content: friendlyMessage,
|
||||||
|
parts: [{ type: "text" as const, text: friendlyMessage }],
|
||||||
}
|
}
|
||||||
|
return [...currentMessages, errorMessage]
|
||||||
|
})
|
||||||
|
|
||||||
|
if (error.message.includes("Invalid or missing access code")) {
|
||||||
|
// Show settings dialog to help user fix it
|
||||||
|
setShowSettingsDialog(true)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onFinish: () => {},
|
||||||
|
sendAutomaticallyWhen: ({ messages }) => {
|
||||||
|
const isInContinuationMode = partialXmlRef.current.length > 0
|
||||||
|
|
||||||
|
const shouldRetry = hasToolErrors(
|
||||||
|
messages as unknown as ChatMessage[],
|
||||||
|
)
|
||||||
|
|
||||||
|
if (!shouldRetry) {
|
||||||
|
// No error, reset retry count and clear state
|
||||||
|
autoRetryCountRef.current = 0
|
||||||
|
continuationRetryCountRef.current = 0
|
||||||
|
partialXmlRef.current = ""
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// Continuation mode: limited retries for truncation handling
|
||||||
|
if (isInContinuationMode) {
|
||||||
if (
|
if (
|
||||||
error.message.includes("Rate limit exceeded") ||
|
continuationRetryCountRef.current >=
|
||||||
error.message.includes("tokens per minute")
|
MAX_CONTINUATION_RETRY_COUNT
|
||||||
) {
|
) {
|
||||||
quotaManager.showTPMLimitToast()
|
toast.error(
|
||||||
return
|
formatMessage(dict.errors.continuationRetryLimit, {
|
||||||
}
|
max: MAX_CONTINUATION_RETRY_COUNT,
|
||||||
|
}),
|
||||||
// Silence access code error in console since it's handled by UI
|
)
|
||||||
if (!error.message.includes("Invalid or missing access code")) {
|
|
||||||
console.error("Chat error:", error)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Translate technical errors into user-friendly messages
|
|
||||||
// The server now handles detailed error messages, so we can display them directly.
|
|
||||||
// But we still handle connection/network errors that happen before reaching the server.
|
|
||||||
let friendlyMessage = error.message
|
|
||||||
|
|
||||||
// Simple check for network errors if message is generic
|
|
||||||
if (friendlyMessage === "Failed to fetch") {
|
|
||||||
friendlyMessage =
|
|
||||||
"Network error. Please check your connection."
|
|
||||||
}
|
|
||||||
|
|
||||||
// Truncated tool input error (model output limit too low)
|
|
||||||
if (friendlyMessage.includes("toolUse.input is invalid")) {
|
|
||||||
friendlyMessage =
|
|
||||||
"Output was truncated before the diagram could be generated. Try a simpler request or increase the maxOutputLength."
|
|
||||||
}
|
|
||||||
|
|
||||||
// Translate image not supported error
|
|
||||||
if (
|
|
||||||
friendlyMessage.includes("image content block") ||
|
|
||||||
friendlyMessage.toLowerCase().includes("image_url")
|
|
||||||
) {
|
|
||||||
friendlyMessage = "This model doesn't support image input."
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add system message for error so it can be cleared
|
|
||||||
setMessages((currentMessages) => {
|
|
||||||
const errorMessage = {
|
|
||||||
id: `error-${Date.now()}`,
|
|
||||||
role: "system" as const,
|
|
||||||
content: friendlyMessage,
|
|
||||||
parts: [
|
|
||||||
{ type: "text" as const, text: friendlyMessage },
|
|
||||||
],
|
|
||||||
}
|
|
||||||
return [...currentMessages, errorMessage]
|
|
||||||
})
|
|
||||||
|
|
||||||
if (error.message.includes("Invalid or missing access code")) {
|
|
||||||
// Show settings dialog to help user fix it
|
|
||||||
setShowSettingsDialog(true)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onFinish: () => {},
|
|
||||||
sendAutomaticallyWhen: ({ messages }) => {
|
|
||||||
const isInContinuationMode = partialXmlRef.current.length > 0
|
|
||||||
|
|
||||||
const shouldRetry = hasToolErrors(
|
|
||||||
messages as unknown as ChatMessage[],
|
|
||||||
)
|
|
||||||
|
|
||||||
if (!shouldRetry) {
|
|
||||||
// No error, reset retry count and clear state
|
|
||||||
autoRetryCountRef.current = 0
|
|
||||||
continuationRetryCountRef.current = 0
|
continuationRetryCountRef.current = 0
|
||||||
partialXmlRef.current = ""
|
partialXmlRef.current = ""
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
continuationRetryCountRef.current++
|
||||||
// Continuation mode: limited retries for truncation handling
|
} else {
|
||||||
if (isInContinuationMode) {
|
// Regular error: check retry count limit
|
||||||
if (
|
if (autoRetryCountRef.current >= MAX_AUTO_RETRY_COUNT) {
|
||||||
continuationRetryCountRef.current >=
|
toast.error(
|
||||||
MAX_CONTINUATION_RETRY_COUNT
|
formatMessage(dict.errors.retryLimit, {
|
||||||
) {
|
max: MAX_AUTO_RETRY_COUNT,
|
||||||
toast.error(
|
}),
|
||||||
formatMessage(dict.errors.continuationRetryLimit, {
|
)
|
||||||
max: MAX_CONTINUATION_RETRY_COUNT,
|
autoRetryCountRef.current = 0
|
||||||
}),
|
partialXmlRef.current = ""
|
||||||
)
|
return false
|
||||||
continuationRetryCountRef.current = 0
|
|
||||||
partialXmlRef.current = ""
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
continuationRetryCountRef.current++
|
|
||||||
} else {
|
|
||||||
// Regular error: check retry count limit
|
|
||||||
if (autoRetryCountRef.current >= MAX_AUTO_RETRY_COUNT) {
|
|
||||||
toast.error(
|
|
||||||
formatMessage(dict.errors.retryLimit, {
|
|
||||||
max: MAX_AUTO_RETRY_COUNT,
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
autoRetryCountRef.current = 0
|
|
||||||
partialXmlRef.current = ""
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
// Increment retry count for actual errors
|
|
||||||
autoRetryCountRef.current++
|
|
||||||
}
|
}
|
||||||
|
// Increment retry count for actual errors
|
||||||
|
autoRetryCountRef.current++
|
||||||
|
}
|
||||||
|
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
// Store sendMessage in ref for use in callbacks (like handleImproveWithSuggestions)
|
// Store sendMessage in ref for use in callbacks (like handleImproveWithSuggestions)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -585,7 +601,7 @@ export default function ChatPanel({
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const currentSession = sessionManager.currentSession
|
const currentSession = sessionManager.currentSession
|
||||||
if (currentSession && currentSession.messages.length > 0) {
|
if (currentSession) {
|
||||||
// Restore from session manager (IndexedDB)
|
// Restore from session manager (IndexedDB)
|
||||||
justLoadedSessionRef.current = true
|
justLoadedSessionRef.current = true
|
||||||
syncUIWithSession(currentSession)
|
syncUIWithSession(currentSession)
|
||||||
@@ -622,7 +638,7 @@ export default function ChatPanel({
|
|||||||
lastSyncedSessionIdRef.current = newSessionId
|
lastSyncedSessionIdRef.current = newSessionId
|
||||||
|
|
||||||
// Sync UI with new session
|
// Sync UI with new session
|
||||||
if (newSession && newSession.messages.length > 0) {
|
if (newSession) {
|
||||||
justLoadedSessionRef.current = true
|
justLoadedSessionRef.current = true
|
||||||
syncUIWithSession(newSession)
|
syncUIWithSession(newSession)
|
||||||
} else if (!newSession) {
|
} else if (!newSession) {
|
||||||
@@ -677,7 +693,7 @@ export default function ChatPanel({
|
|||||||
// Debounce: save after 1 second of no changes
|
// Debounce: save after 1 second of no changes
|
||||||
localStorageDebounceRef.current = setTimeout(async () => {
|
localStorageDebounceRef.current = setTimeout(async () => {
|
||||||
try {
|
try {
|
||||||
if (messages.length > 0) {
|
if (messages.length > 0 || hasDiagramNow) {
|
||||||
const sessionData = await buildSessionData({
|
const sessionData = await buildSessionData({
|
||||||
// Only capture thumbnail if there was a diagram AND this isn't a no-diagram session
|
// Only capture thumbnail if there was a diagram AND this isn't a no-diagram session
|
||||||
withThumbnail: hasDiagramNow && !isNodiagramSession,
|
withThumbnail: hasDiagramNow && !isNodiagramSession,
|
||||||
@@ -699,6 +715,7 @@ export default function ChatPanel({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
|
chartXML,
|
||||||
messages,
|
messages,
|
||||||
status,
|
status,
|
||||||
sessionIsAvailable,
|
sessionIsAvailable,
|
||||||
@@ -729,7 +746,8 @@ export default function ChatPanel({
|
|||||||
const handleVisibilityChange = async () => {
|
const handleVisibilityChange = async () => {
|
||||||
if (
|
if (
|
||||||
document.visibilityState === "hidden" &&
|
document.visibilityState === "hidden" &&
|
||||||
messagesRef.current.length > 0
|
(messagesRef.current.length > 0 ||
|
||||||
|
isRealDiagram(chartXMLRef.current))
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
// Attempt to save session - browser may not wait for completion
|
// Attempt to save session - browser may not wait for completion
|
||||||
@@ -901,10 +919,10 @@ export default function ChatPanel({
|
|||||||
if (result.wasCurrentSession) {
|
if (result.wasCurrentSession) {
|
||||||
// Deleted current session - clear UI and URL
|
// Deleted current session - clear UI and URL
|
||||||
syncUIWithSession(null)
|
syncUIWithSession(null)
|
||||||
router.replace(window.location.pathname, { scroll: false })
|
router.replace(pathname, { scroll: false })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[sessionManager, syncUIWithSession, router],
|
[sessionManager, syncUIWithSession, router, pathname],
|
||||||
)
|
)
|
||||||
|
|
||||||
const handleNewChat = useCallback(async () => {
|
const handleNewChat = useCallback(async () => {
|
||||||
@@ -937,7 +955,7 @@ export default function ChatPanel({
|
|||||||
toast.success(dict.dialogs.clearSuccess)
|
toast.success(dict.dialogs.clearSuccess)
|
||||||
|
|
||||||
// Clear URL param to show blank state
|
// Clear URL param to show blank state
|
||||||
router.replace(window.location.pathname, { scroll: false })
|
router.replace(pathname, { scroll: false })
|
||||||
|
|
||||||
// After starting a fresh chat, move focus back to the chat input
|
// After starting a fresh chat, move focus back to the chat input
|
||||||
setShouldFocusInput(true)
|
setShouldFocusInput(true)
|
||||||
@@ -952,8 +970,28 @@ export default function ChatPanel({
|
|||||||
dict.dialogs.clearSuccess,
|
dict.dialogs.clearSuccess,
|
||||||
buildSessionData,
|
buildSessionData,
|
||||||
setDiagramHistory,
|
setDiagramHistory,
|
||||||
|
pathname,
|
||||||
])
|
])
|
||||||
|
|
||||||
|
// Handle sending a template directly (called from TemplatePanel)
|
||||||
|
const handleSendTemplate = useCallback(
|
||||||
|
async (template: { prompt: string }) => {
|
||||||
|
flushSync(() => {
|
||||||
|
setInput(template.prompt)
|
||||||
|
setFiles([])
|
||||||
|
setUrlData(new Map())
|
||||||
|
})
|
||||||
|
|
||||||
|
const formElement = document.getElementById(
|
||||||
|
"chat-form",
|
||||||
|
) as HTMLFormElement | null
|
||||||
|
if (formElement) {
|
||||||
|
formElement.requestSubmit()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[setInput, setFiles, setUrlData],
|
||||||
|
)
|
||||||
|
|
||||||
const handleInputChange = (
|
const handleInputChange = (
|
||||||
e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>,
|
e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>,
|
||||||
) => {
|
) => {
|
||||||
@@ -991,6 +1029,29 @@ export default function ChatPanel({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Handle stop button click
|
||||||
|
const handleStop = useCallback(() => {
|
||||||
|
const lastMessage = messages[messages.length - 1]
|
||||||
|
const toolParts = lastMessage?.parts?.filter(
|
||||||
|
(part: any) =>
|
||||||
|
part.type?.startsWith("tool-") &&
|
||||||
|
part.state === "input-streaming",
|
||||||
|
)
|
||||||
|
|
||||||
|
toolParts?.forEach((part: any) => {
|
||||||
|
if (part.toolCallId) {
|
||||||
|
addToolOutput({
|
||||||
|
tool: part.type.replace("tool-", ""),
|
||||||
|
toolCallId: part.toolCallId,
|
||||||
|
state: "output-error",
|
||||||
|
errorText: "Stopped by user",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
stop()
|
||||||
|
}, [messages, addToolOutput, stop])
|
||||||
|
|
||||||
// Send chat message with headers
|
// Send chat message with headers
|
||||||
const sendChatMessage = (
|
const sendChatMessage = (
|
||||||
parts: any,
|
parts: any,
|
||||||
@@ -1008,7 +1069,7 @@ export default function ChatPanel({
|
|||||||
sendMessage(
|
sendMessage(
|
||||||
{ parts },
|
{ parts },
|
||||||
{
|
{
|
||||||
body: { xml, previousXml, sessionId },
|
body: { xml, previousXml, sessionId, customSystemMessage },
|
||||||
headers: {
|
headers: {
|
||||||
"x-access-code": config.accessCode,
|
"x-access-code": config.accessCode,
|
||||||
...(config.aiProvider && {
|
...(config.aiProvider && {
|
||||||
@@ -1334,6 +1395,8 @@ export default function ChatPanel({
|
|||||||
loadedMessageIdsRef={loadedMessageIdsRef}
|
loadedMessageIdsRef={loadedMessageIdsRef}
|
||||||
validationStates={validationStates}
|
validationStates={validationStates}
|
||||||
onImproveWithSuggestions={handleImproveWithSuggestions}
|
onImproveWithSuggestions={handleImproveWithSuggestions}
|
||||||
|
onSendTemplate={handleSendTemplate}
|
||||||
|
currentInput={input}
|
||||||
/>
|
/>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@@ -1357,6 +1420,7 @@ export default function ChatPanel({
|
|||||||
status={status}
|
status={status}
|
||||||
onSubmit={onFormSubmit}
|
onSubmit={onFormSubmit}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
|
onStop={handleStop}
|
||||||
files={files}
|
files={files}
|
||||||
onFileChange={handleFileChange}
|
onFileChange={handleFileChange}
|
||||||
pdfData={pdfData}
|
pdfData={pdfData}
|
||||||
@@ -1367,8 +1431,8 @@ export default function ChatPanel({
|
|||||||
models={modelConfig.models}
|
models={modelConfig.models}
|
||||||
selectedModelId={modelConfig.selectedModelId}
|
selectedModelId={modelConfig.selectedModelId}
|
||||||
onModelSelect={modelConfig.setSelectedModelId}
|
onModelSelect={modelConfig.setSelectedModelId}
|
||||||
showUnvalidatedModels={modelConfig.showUnvalidatedModels}
|
|
||||||
onConfigureModels={() => setShowModelConfigDialog(true)}
|
onConfigureModels={() => setShowModelConfigDialog(true)}
|
||||||
|
showUnvalidatedModels={modelConfig.showUnvalidatedModels}
|
||||||
shouldFocus={shouldFocusInput}
|
shouldFocus={shouldFocusInput}
|
||||||
onFocused={() => setShouldFocusInput(false)}
|
onFocused={() => setShouldFocusInput(false)}
|
||||||
/>
|
/>
|
||||||
@@ -1385,6 +1449,9 @@ export default function ChatPanel({
|
|||||||
onMinimalStyleChange={setMinimalStyle}
|
onMinimalStyleChange={setMinimalStyle}
|
||||||
vlmValidationEnabled={vlmValidationEnabled}
|
vlmValidationEnabled={vlmValidationEnabled}
|
||||||
onVlmValidationChange={handleVlmValidationChange}
|
onVlmValidationChange={handleVlmValidationChange}
|
||||||
|
customSystemMessage={customSystemMessage}
|
||||||
|
onCustomSystemMessageChange={handleCustomSystemMessageChange}
|
||||||
|
onOpenModelConfig={() => setShowModelConfigDialog(true)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ModelConfigDialog
|
<ModelConfigDialog
|
||||||
|
|||||||
@@ -8,9 +8,10 @@ import {
|
|||||||
Trash2,
|
Trash2,
|
||||||
X,
|
X,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import Image from "next/image"
|
import { useEffect, useState } from "react"
|
||||||
import { useState } from "react"
|
import { TemplatePanel } from "@/components/chat/TemplatePanel"
|
||||||
import ExamplePanel from "@/components/chat-example-panel"
|
import ExamplePanel from "@/components/chat-example-panel"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import {
|
import {
|
||||||
AlertDialog,
|
AlertDialog,
|
||||||
AlertDialogAction,
|
AlertDialogAction,
|
||||||
@@ -21,6 +22,8 @@ import {
|
|||||||
AlertDialogHeader,
|
AlertDialogHeader,
|
||||||
AlertDialogTitle,
|
AlertDialogTitle,
|
||||||
} from "@/components/ui/alert-dialog"
|
} from "@/components/ui/alert-dialog"
|
||||||
|
import { STORAGE_KEYS } from "@/lib/storage"
|
||||||
|
import type { Template } from "@/lib/template-storage"
|
||||||
|
|
||||||
interface SessionMetadata {
|
interface SessionMetadata {
|
||||||
id: string
|
id: string
|
||||||
@@ -35,6 +38,8 @@ interface ChatLobbyProps {
|
|||||||
onDeleteSession?: (id: string) => void
|
onDeleteSession?: (id: string) => void
|
||||||
setInput: (input: string) => void
|
setInput: (input: string) => void
|
||||||
setFiles: (files: File[]) => void
|
setFiles: (files: File[]) => void
|
||||||
|
onSendTemplate?: (template: Template) => void
|
||||||
|
currentInput?: string
|
||||||
dict: {
|
dict: {
|
||||||
sessionHistory?: {
|
sessionHistory?: {
|
||||||
recentChats?: string
|
recentChats?: string
|
||||||
@@ -44,6 +49,10 @@ interface ChatLobbyProps {
|
|||||||
deleteTitle?: string
|
deleteTitle?: string
|
||||||
deleteDescription?: string
|
deleteDescription?: string
|
||||||
}
|
}
|
||||||
|
templates?: {
|
||||||
|
title?: string
|
||||||
|
myTemplates?: string
|
||||||
|
}
|
||||||
examples?: {
|
examples?: {
|
||||||
quickExamples?: string
|
quickExamples?: string
|
||||||
}
|
}
|
||||||
@@ -75,164 +84,233 @@ function formatSessionDate(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getPanelVisibility() {
|
||||||
|
if (typeof window === "undefined")
|
||||||
|
return { recentChats: true, myTemplates: true, quickExamples: true }
|
||||||
|
return {
|
||||||
|
recentChats:
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showRecentChats) !== "false",
|
||||||
|
myTemplates:
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showMyTemplates) !== "false",
|
||||||
|
quickExamples:
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showQuickExamples) !== "false",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
export function ChatLobby({
|
export function ChatLobby({
|
||||||
sessions,
|
sessions,
|
||||||
onSelectSession,
|
onSelectSession,
|
||||||
onDeleteSession,
|
onDeleteSession,
|
||||||
setInput,
|
setInput,
|
||||||
setFiles,
|
setFiles,
|
||||||
|
onSendTemplate,
|
||||||
|
currentInput = "",
|
||||||
dict,
|
dict,
|
||||||
}: ChatLobbyProps) {
|
}: ChatLobbyProps) {
|
||||||
// Track whether examples section is expanded (collapsed by default when there's history)
|
const [templatesExpanded, setTemplatesExpanded] = useState(false)
|
||||||
const [examplesExpanded, setExamplesExpanded] = useState(false)
|
const [examplesExpanded, setExamplesExpanded] = useState(false)
|
||||||
// Delete confirmation dialog state
|
const [panelVisibility, setPanelVisibility] = useState(getPanelVisibility)
|
||||||
const [deleteDialogOpen, setDeleteDialogOpen] = useState(false)
|
const [deleteDialogOpen, setDeleteDialogOpen] = useState(false)
|
||||||
const [sessionToDelete, setSessionToDelete] = useState<string | null>(null)
|
const [sessionToDelete, setSessionToDelete] = useState<string | null>(null)
|
||||||
// Search filter for history
|
|
||||||
const [searchQuery, setSearchQuery] = useState("")
|
const [searchQuery, setSearchQuery] = useState("")
|
||||||
|
|
||||||
|
// Listen for panel visibility changes from settings
|
||||||
|
useEffect(() => {
|
||||||
|
const handler = () => setPanelVisibility(getPanelVisibility())
|
||||||
|
window.addEventListener("panelVisibilityChange", handler)
|
||||||
|
return () =>
|
||||||
|
window.removeEventListener("panelVisibilityChange", handler)
|
||||||
|
}, [])
|
||||||
|
|
||||||
const hasHistory = sessions.length > 0
|
const hasHistory = sessions.length > 0
|
||||||
|
|
||||||
if (!hasHistory) {
|
if (!hasHistory) {
|
||||||
// Show full examples when no history
|
if (panelVisibility.myTemplates) {
|
||||||
return <ExamplePanel setInput={setInput} setFiles={setFiles} />
|
return (
|
||||||
|
<TemplatePanel
|
||||||
|
setInput={setInput}
|
||||||
|
onSendTemplate={onSendTemplate}
|
||||||
|
currentInput={currentInput}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
if (panelVisibility.quickExamples) {
|
||||||
|
return <ExamplePanel setInput={setInput} setFiles={setFiles} />
|
||||||
|
}
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
// Show history + collapsible examples when there are sessions
|
// Show history + collapsible examples when there are sessions
|
||||||
return (
|
return (
|
||||||
<div className="py-6 px-2 animate-fade-in">
|
<div className="py-6 px-2 animate-fade-in">
|
||||||
{/* Recent Chats Section */}
|
{/* Recent Chats Section */}
|
||||||
<div className="mb-6">
|
{panelVisibility.recentChats && (
|
||||||
<p className="text-xs font-medium text-muted-foreground uppercase tracking-wider px-1 mb-3">
|
<div className="mb-6">
|
||||||
{dict.sessionHistory?.recentChats || "Recent Chats"}
|
<p className="text-xs font-medium text-muted-foreground uppercase tracking-wider px-1 mb-3">
|
||||||
</p>
|
{dict.sessionHistory?.recentChats || "Recent Chats"}
|
||||||
{/* Search Bar */}
|
</p>
|
||||||
<div className="relative mb-3">
|
{/* Search Bar */}
|
||||||
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground" />
|
<div className="relative mb-3">
|
||||||
<input
|
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground" />
|
||||||
type="text"
|
<input
|
||||||
placeholder={
|
type="text"
|
||||||
dict.sessionHistory?.searchPlaceholder ||
|
placeholder={
|
||||||
"Search chats..."
|
dict.sessionHistory?.searchPlaceholder ||
|
||||||
}
|
"Search chats..."
|
||||||
value={searchQuery}
|
}
|
||||||
onChange={(e) => setSearchQuery(e.target.value)}
|
value={searchQuery}
|
||||||
className="w-full pl-9 pr-3 py-2 text-sm rounded-lg border border-border/60 bg-background focus:outline-none focus:ring-2 focus:ring-primary/30 focus:border-primary/50 transition-all"
|
onChange={(e) => setSearchQuery(e.target.value)}
|
||||||
/>
|
className="w-full pl-9 pr-3 py-2 text-sm rounded-lg border border-border/60 bg-background focus:outline-none focus:ring-2 focus:ring-primary/30 focus:border-primary/50 transition-all"
|
||||||
{searchQuery && (
|
/>
|
||||||
<button
|
{searchQuery && (
|
||||||
type="button"
|
<button
|
||||||
onClick={() => setSearchQuery("")}
|
type="button"
|
||||||
className="absolute right-2 top-1/2 -translate-y-1/2 p-1 rounded hover:bg-muted transition-colors"
|
onClick={() => setSearchQuery("")}
|
||||||
>
|
className="absolute right-2 top-1/2 -translate-y-1/2 p-1 rounded hover:bg-muted transition-colors"
|
||||||
<X className="w-3 h-3 text-muted-foreground" />
|
>
|
||||||
</button>
|
<X className="w-3 h-3 text-muted-foreground" />
|
||||||
)}
|
</button>
|
||||||
</div>
|
)}
|
||||||
<div className="space-y-2">
|
</div>
|
||||||
{sessions
|
<div className="space-y-2">
|
||||||
.filter((session) =>
|
{sessions
|
||||||
session.title
|
.filter((session) =>
|
||||||
|
session.title
|
||||||
|
.toLowerCase()
|
||||||
|
.includes(searchQuery.toLowerCase()),
|
||||||
|
)
|
||||||
|
.map((session) => (
|
||||||
|
// biome-ignore lint/a11y/useSemanticElements: Cannot use button - has nested delete button which causes hydration error
|
||||||
|
<div
|
||||||
|
key={session.id}
|
||||||
|
role="button"
|
||||||
|
tabIndex={0}
|
||||||
|
className="group w-full flex items-center gap-3 p-3 rounded-xl border border-border/60 bg-card hover:bg-accent/50 hover:border-primary/30 transition-all duration-200 cursor-pointer text-left"
|
||||||
|
onClick={() => onSelectSession(session.id)}
|
||||||
|
onKeyDown={(e) => {
|
||||||
|
if (
|
||||||
|
e.key === "Enter" ||
|
||||||
|
e.key === " "
|
||||||
|
) {
|
||||||
|
e.preventDefault()
|
||||||
|
onSelectSession(session.id)
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{session.thumbnailDataUrl ? (
|
||||||
|
<div className="w-12 h-12 shrink-0 rounded-lg border bg-white overflow-hidden">
|
||||||
|
<Image
|
||||||
|
src={session.thumbnailDataUrl}
|
||||||
|
alt=""
|
||||||
|
width={48}
|
||||||
|
height={48}
|
||||||
|
className="object-contain w-full h-full"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="w-12 h-12 shrink-0 rounded-lg bg-primary/10 flex items-center justify-center">
|
||||||
|
<MessageSquare className="w-5 h-5 text-primary" />
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="text-sm font-medium truncate">
|
||||||
|
{session.title}
|
||||||
|
</div>
|
||||||
|
<div className="text-xs text-muted-foreground">
|
||||||
|
{formatSessionDate(
|
||||||
|
session.updatedAt,
|
||||||
|
dict.sessionHistory,
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{onDeleteSession && (
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
setSessionToDelete(session.id)
|
||||||
|
setDeleteDialogOpen(true)
|
||||||
|
}}
|
||||||
|
className="p-1.5 rounded-lg opacity-0 group-hover:opacity-100 text-muted-foreground hover:text-destructive hover:bg-destructive/10 transition-all"
|
||||||
|
title={dict.common.delete}
|
||||||
|
>
|
||||||
|
<Trash2 className="w-4 h-4" />
|
||||||
|
</button>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
{sessions.filter((s) =>
|
||||||
|
s.title
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.includes(searchQuery.toLowerCase()),
|
.includes(searchQuery.toLowerCase()),
|
||||||
)
|
).length === 0 &&
|
||||||
.map((session) => (
|
searchQuery && (
|
||||||
// biome-ignore lint/a11y/useSemanticElements: Cannot use button - has nested delete button which causes hydration error
|
<p className="text-sm text-muted-foreground text-center py-4">
|
||||||
<div
|
{dict.sessionHistory?.noResults ||
|
||||||
key={session.id}
|
"No chats found"}
|
||||||
role="button"
|
</p>
|
||||||
tabIndex={0}
|
)}
|
||||||
className="group w-full flex items-center gap-3 p-3 rounded-xl border border-border/60 bg-card hover:bg-accent/50 hover:border-primary/30 transition-all duration-200 cursor-pointer text-left"
|
|
||||||
onClick={() => onSelectSession(session.id)}
|
|
||||||
onKeyDown={(e) => {
|
|
||||||
if (e.key === "Enter" || e.key === " ") {
|
|
||||||
e.preventDefault()
|
|
||||||
onSelectSession(session.id)
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{session.thumbnailDataUrl ? (
|
|
||||||
<div className="w-12 h-12 shrink-0 rounded-lg border bg-white overflow-hidden">
|
|
||||||
<Image
|
|
||||||
src={session.thumbnailDataUrl}
|
|
||||||
alt=""
|
|
||||||
width={48}
|
|
||||||
height={48}
|
|
||||||
className="object-contain w-full h-full"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
) : (
|
|
||||||
<div className="w-12 h-12 shrink-0 rounded-lg bg-primary/10 flex items-center justify-center">
|
|
||||||
<MessageSquare className="w-5 h-5 text-primary" />
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<div className="min-w-0 flex-1">
|
|
||||||
<div className="text-sm font-medium truncate">
|
|
||||||
{session.title}
|
|
||||||
</div>
|
|
||||||
<div className="text-xs text-muted-foreground">
|
|
||||||
{formatSessionDate(
|
|
||||||
session.updatedAt,
|
|
||||||
dict.sessionHistory,
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{onDeleteSession && (
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
onClick={(e) => {
|
|
||||||
e.stopPropagation()
|
|
||||||
setSessionToDelete(session.id)
|
|
||||||
setDeleteDialogOpen(true)
|
|
||||||
}}
|
|
||||||
className="p-1.5 rounded-lg opacity-0 group-hover:opacity-100 text-muted-foreground hover:text-destructive hover:bg-destructive/10 transition-all"
|
|
||||||
title={dict.common.delete}
|
|
||||||
>
|
|
||||||
<Trash2 className="w-4 h-4" />
|
|
||||||
</button>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
{sessions.filter((s) =>
|
|
||||||
s.title
|
|
||||||
.toLowerCase()
|
|
||||||
.includes(searchQuery.toLowerCase()),
|
|
||||||
).length === 0 &&
|
|
||||||
searchQuery && (
|
|
||||||
<p className="text-sm text-muted-foreground text-center py-4">
|
|
||||||
{dict.sessionHistory?.noResults ||
|
|
||||||
"No chats found"}
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Collapsible Examples Section */}
|
|
||||||
<div className="border-t border-border/50 pt-4">
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
onClick={() => setExamplesExpanded(!examplesExpanded)}
|
|
||||||
className="w-full flex items-center justify-between px-1 py-2 text-xs font-medium text-muted-foreground uppercase tracking-wider hover:text-foreground transition-colors"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
{dict.examples?.quickExamples || "Quick Examples"}
|
|
||||||
</span>
|
|
||||||
{examplesExpanded ? (
|
|
||||||
<ChevronUp className="w-4 h-4" />
|
|
||||||
) : (
|
|
||||||
<ChevronDown className="w-4 h-4" />
|
|
||||||
)}
|
|
||||||
</button>
|
|
||||||
{examplesExpanded && (
|
|
||||||
<div className="mt-2">
|
|
||||||
<ExamplePanel
|
|
||||||
setInput={setInput}
|
|
||||||
setFiles={setFiles}
|
|
||||||
minimal
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
</div>
|
||||||
</div>
|
)}
|
||||||
|
|
||||||
|
{/* Collapsible My Templates Section */}
|
||||||
|
{panelVisibility.myTemplates && (
|
||||||
|
<div className="border-t border-border/50 pt-4">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setTemplatesExpanded(!templatesExpanded)}
|
||||||
|
className="w-full flex items-center justify-between px-1 py-2 text-xs font-medium text-muted-foreground uppercase tracking-wider hover:text-foreground transition-colors"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
{dict.templates?.myTemplates || "My Templates"}
|
||||||
|
</span>
|
||||||
|
{templatesExpanded ? (
|
||||||
|
<ChevronUp className="w-4 h-4" />
|
||||||
|
) : (
|
||||||
|
<ChevronDown className="w-4 h-4" />
|
||||||
|
)}
|
||||||
|
</button>
|
||||||
|
{templatesExpanded && (
|
||||||
|
<div className="mt-2">
|
||||||
|
<TemplatePanel
|
||||||
|
setInput={setInput}
|
||||||
|
onSendTemplate={onSendTemplate}
|
||||||
|
currentInput={currentInput}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Collapsible Quick Examples Section */}
|
||||||
|
{panelVisibility.quickExamples && (
|
||||||
|
<div className="border-t border-border/50 pt-4">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setExamplesExpanded(!examplesExpanded)}
|
||||||
|
className="w-full flex items-center justify-between px-1 py-2 text-xs font-medium text-muted-foreground uppercase tracking-wider hover:text-foreground transition-colors"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
{dict.examples?.quickExamples || "Quick Examples"}
|
||||||
|
</span>
|
||||||
|
{examplesExpanded ? (
|
||||||
|
<ChevronUp className="w-4 h-4" />
|
||||||
|
) : (
|
||||||
|
<ChevronDown className="w-4 h-4" />
|
||||||
|
)}
|
||||||
|
</button>
|
||||||
|
{examplesExpanded && (
|
||||||
|
<div className="mt-2">
|
||||||
|
<ExamplePanel
|
||||||
|
setInput={setInput}
|
||||||
|
setFiles={setFiles}
|
||||||
|
minimal
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* Delete Confirmation Dialog */}
|
{/* Delete Confirmation Dialog */}
|
||||||
<AlertDialog
|
<AlertDialog
|
||||||
|
|||||||
203
components/chat/TemplateCreateDialog.tsx
Normal file
203
components/chat/TemplateCreateDialog.tsx
Normal file
@@ -0,0 +1,203 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
|
import { Bookmark, Plus } from "lucide-react"
|
||||||
|
import { useEffect, useState } from "react"
|
||||||
|
import { Button } from "@/components/ui/button"
|
||||||
|
import {
|
||||||
|
Dialog,
|
||||||
|
DialogContent,
|
||||||
|
DialogDescription,
|
||||||
|
DialogFooter,
|
||||||
|
DialogHeader,
|
||||||
|
DialogTitle,
|
||||||
|
} from "@/components/ui/dialog"
|
||||||
|
import { Input } from "@/components/ui/input"
|
||||||
|
import { Label } from "@/components/ui/label"
|
||||||
|
import { Switch } from "@/components/ui/switch"
|
||||||
|
import { Textarea } from "@/components/ui/textarea"
|
||||||
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
|
import {
|
||||||
|
createTemplate,
|
||||||
|
type TemplateCreateInput,
|
||||||
|
} from "@/lib/template-storage"
|
||||||
|
|
||||||
|
interface TemplateCreateDialogProps {
|
||||||
|
open: boolean
|
||||||
|
onOpenChange: (open: boolean) => void
|
||||||
|
onSuccess: () => void
|
||||||
|
initialPrompt?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export function TemplateCreateDialog({
|
||||||
|
open,
|
||||||
|
onOpenChange,
|
||||||
|
onSuccess,
|
||||||
|
initialPrompt = "",
|
||||||
|
}: TemplateCreateDialogProps) {
|
||||||
|
const dict = useDictionary()
|
||||||
|
const [title, setTitle] = useState("")
|
||||||
|
const [description, setDescription] = useState("")
|
||||||
|
const [prompt, setPrompt] = useState("")
|
||||||
|
const [pinned, setPinned] = useState(false)
|
||||||
|
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||||
|
const [error, setError] = useState<string | null>(null)
|
||||||
|
|
||||||
|
// Reset form when dialog opens with the latest initialPrompt
|
||||||
|
useEffect(() => {
|
||||||
|
if (open) {
|
||||||
|
setTitle("")
|
||||||
|
setDescription("")
|
||||||
|
setPrompt(initialPrompt)
|
||||||
|
setPinned(false)
|
||||||
|
setError(null)
|
||||||
|
}
|
||||||
|
}, [open, initialPrompt])
|
||||||
|
|
||||||
|
const handleSubmit = async (e: React.FormEvent) => {
|
||||||
|
e.preventDefault()
|
||||||
|
|
||||||
|
const trimmedPrompt = prompt.trim()
|
||||||
|
if (!trimmedPrompt) {
|
||||||
|
setError(dict.templates.promptRequired)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
setIsSubmitting(true)
|
||||||
|
setError(null)
|
||||||
|
|
||||||
|
try {
|
||||||
|
const input: TemplateCreateInput = {
|
||||||
|
prompt: trimmedPrompt,
|
||||||
|
title: title.trim() || undefined,
|
||||||
|
description: description.trim() || undefined,
|
||||||
|
pinned,
|
||||||
|
}
|
||||||
|
|
||||||
|
const template = await createTemplate(input)
|
||||||
|
if (template) {
|
||||||
|
onSuccess()
|
||||||
|
onOpenChange(false)
|
||||||
|
} else {
|
||||||
|
setError(dict.templates.createFailed)
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
console.error("Failed to create template:", err)
|
||||||
|
setError(dict.templates.createFailed)
|
||||||
|
} finally {
|
||||||
|
setIsSubmitting(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||||
|
<DialogContent className="sm:max-w-[500px] overflow-hidden">
|
||||||
|
<form onSubmit={handleSubmit}>
|
||||||
|
<DialogHeader>
|
||||||
|
<DialogTitle className="flex items-center gap-2">
|
||||||
|
<Plus className="w-5 h-5" />
|
||||||
|
{dict.templates.createTitle}
|
||||||
|
</DialogTitle>
|
||||||
|
<DialogDescription>
|
||||||
|
{dict.templates.createDescription}
|
||||||
|
</DialogDescription>
|
||||||
|
</DialogHeader>
|
||||||
|
|
||||||
|
<div className="space-y-4 py-4">
|
||||||
|
{/* Prompt field - required */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label htmlFor="prompt" className="text-foreground">
|
||||||
|
{dict.templates.promptLabel}
|
||||||
|
<span className="text-destructive ml-1">*</span>
|
||||||
|
</Label>
|
||||||
|
<Textarea
|
||||||
|
id="prompt"
|
||||||
|
value={prompt}
|
||||||
|
onChange={(e) => setPrompt(e.target.value)}
|
||||||
|
placeholder={dict.templates.promptPlaceholder}
|
||||||
|
className="min-h-[100px] resize-none break-words"
|
||||||
|
required
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Title field - optional */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label htmlFor="title" className="text-foreground">
|
||||||
|
{dict.templates.titleLabel}
|
||||||
|
</Label>
|
||||||
|
<Input
|
||||||
|
id="title"
|
||||||
|
value={title}
|
||||||
|
onChange={(e) => setTitle(e.target.value)}
|
||||||
|
placeholder={dict.templates.titlePlaceholder}
|
||||||
|
/>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{dict.templates.titleHint}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Description field - optional */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label
|
||||||
|
htmlFor="description"
|
||||||
|
className="text-foreground"
|
||||||
|
>
|
||||||
|
{dict.templates.descriptionLabel}
|
||||||
|
</Label>
|
||||||
|
<Textarea
|
||||||
|
id="description"
|
||||||
|
value={description}
|
||||||
|
onChange={(e) => setDescription(e.target.value)}
|
||||||
|
placeholder={
|
||||||
|
dict.templates.descriptionPlaceholder
|
||||||
|
}
|
||||||
|
className="min-h-[60px] resize-none"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Pinned switch */}
|
||||||
|
<div className="flex items-center justify-between">
|
||||||
|
<div className="space-y-0.5">
|
||||||
|
<Label
|
||||||
|
htmlFor="pinned"
|
||||||
|
className="flex items-center gap-2 text-foreground"
|
||||||
|
>
|
||||||
|
<Bookmark className="w-4 h-4" />
|
||||||
|
{dict.templates.pinnedLabel}
|
||||||
|
</Label>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{dict.templates.pinnedHint}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<Switch
|
||||||
|
id="pinned"
|
||||||
|
checked={pinned}
|
||||||
|
onCheckedChange={setPinned}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Error message */}
|
||||||
|
{error && (
|
||||||
|
<p className="text-sm text-destructive">{error}</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<DialogFooter>
|
||||||
|
<Button
|
||||||
|
type="button"
|
||||||
|
variant="outline"
|
||||||
|
onClick={() => onOpenChange(false)}
|
||||||
|
disabled={isSubmitting}
|
||||||
|
>
|
||||||
|
{dict.common.cancel}
|
||||||
|
</Button>
|
||||||
|
<Button type="submit" disabled={isSubmitting}>
|
||||||
|
{isSubmitting
|
||||||
|
? dict.common.loading
|
||||||
|
: dict.templates.createButton}
|
||||||
|
</Button>
|
||||||
|
</DialogFooter>
|
||||||
|
</form>
|
||||||
|
</DialogContent>
|
||||||
|
</Dialog>
|
||||||
|
)
|
||||||
|
}
|
||||||
215
components/chat/TemplateEditDialog.tsx
Normal file
215
components/chat/TemplateEditDialog.tsx
Normal file
@@ -0,0 +1,215 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
|
import { Bookmark, Edit2 } from "lucide-react"
|
||||||
|
import { useEffect, useState } from "react"
|
||||||
|
import { Button } from "@/components/ui/button"
|
||||||
|
import {
|
||||||
|
Dialog,
|
||||||
|
DialogContent,
|
||||||
|
DialogDescription,
|
||||||
|
DialogFooter,
|
||||||
|
DialogHeader,
|
||||||
|
DialogTitle,
|
||||||
|
} from "@/components/ui/dialog"
|
||||||
|
import { Input } from "@/components/ui/input"
|
||||||
|
import { Label } from "@/components/ui/label"
|
||||||
|
import { Switch } from "@/components/ui/switch"
|
||||||
|
import { Textarea } from "@/components/ui/textarea"
|
||||||
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
|
import { type Template, updateTemplate } from "@/lib/template-storage"
|
||||||
|
|
||||||
|
interface TemplateEditDialogProps {
|
||||||
|
open: boolean
|
||||||
|
onOpenChange: (open: boolean) => void
|
||||||
|
template: Template | null
|
||||||
|
onSuccess: () => void
|
||||||
|
}
|
||||||
|
|
||||||
|
export function TemplateEditDialog({
|
||||||
|
open,
|
||||||
|
onOpenChange,
|
||||||
|
template,
|
||||||
|
onSuccess,
|
||||||
|
}: TemplateEditDialogProps) {
|
||||||
|
const dict = useDictionary()
|
||||||
|
const [title, setTitle] = useState("")
|
||||||
|
const [description, setDescription] = useState("")
|
||||||
|
const [prompt, setPrompt] = useState("")
|
||||||
|
const [pinned, setPinned] = useState(false)
|
||||||
|
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||||
|
const [error, setError] = useState<string | null>(null)
|
||||||
|
|
||||||
|
// Populate form when template changes
|
||||||
|
useEffect(() => {
|
||||||
|
if (template) {
|
||||||
|
setTitle(template.title || "")
|
||||||
|
setDescription(template.description || "")
|
||||||
|
setPrompt(template.prompt || "")
|
||||||
|
setPinned(template.pinned || false)
|
||||||
|
setError(null)
|
||||||
|
}
|
||||||
|
}, [template])
|
||||||
|
|
||||||
|
const handleOpenChange = (newOpen: boolean) => {
|
||||||
|
if (!newOpen) {
|
||||||
|
setError(null)
|
||||||
|
}
|
||||||
|
onOpenChange(newOpen)
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleSubmit = async (e: React.FormEvent) => {
|
||||||
|
e.preventDefault()
|
||||||
|
|
||||||
|
if (!template) return
|
||||||
|
|
||||||
|
const trimmedPrompt = prompt.trim()
|
||||||
|
if (!trimmedPrompt) {
|
||||||
|
setError(dict.templates.promptRequired)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
setIsSubmitting(true)
|
||||||
|
setError(null)
|
||||||
|
|
||||||
|
try {
|
||||||
|
const updates: Partial<Omit<Template, "id" | "createdAt">> = {
|
||||||
|
prompt: trimmedPrompt,
|
||||||
|
title: title.trim() || template.title,
|
||||||
|
description: description.trim() || undefined,
|
||||||
|
pinned,
|
||||||
|
}
|
||||||
|
|
||||||
|
const updated = await updateTemplate(template.id, updates)
|
||||||
|
if (updated) {
|
||||||
|
onSuccess()
|
||||||
|
onOpenChange(false)
|
||||||
|
} else {
|
||||||
|
setError(dict.templates.updateFailed)
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
console.error("Failed to update template:", err)
|
||||||
|
setError(dict.templates.updateFailed)
|
||||||
|
} finally {
|
||||||
|
setIsSubmitting(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Dialog open={open} onOpenChange={handleOpenChange}>
|
||||||
|
<DialogContent className="sm:max-w-[500px] overflow-hidden">
|
||||||
|
<form onSubmit={handleSubmit}>
|
||||||
|
<DialogHeader>
|
||||||
|
<DialogTitle className="flex items-center gap-2">
|
||||||
|
<Edit2 className="w-5 h-5" />
|
||||||
|
{dict.templates.editTitle}
|
||||||
|
</DialogTitle>
|
||||||
|
<DialogDescription>
|
||||||
|
{dict.templates.editDescription}
|
||||||
|
</DialogDescription>
|
||||||
|
</DialogHeader>
|
||||||
|
|
||||||
|
<div className="space-y-4 py-4">
|
||||||
|
{/* Prompt field - required */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label
|
||||||
|
htmlFor="edit-prompt"
|
||||||
|
className="text-foreground"
|
||||||
|
>
|
||||||
|
{dict.templates.promptLabel}
|
||||||
|
<span className="text-destructive ml-1">*</span>
|
||||||
|
</Label>
|
||||||
|
<Textarea
|
||||||
|
id="edit-prompt"
|
||||||
|
value={prompt}
|
||||||
|
onChange={(e) => setPrompt(e.target.value)}
|
||||||
|
placeholder={dict.templates.promptPlaceholder}
|
||||||
|
className="min-h-[100px] resize-none break-words"
|
||||||
|
required
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Title field - optional */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label
|
||||||
|
htmlFor="edit-title"
|
||||||
|
className="text-foreground"
|
||||||
|
>
|
||||||
|
{dict.templates.titleLabel}
|
||||||
|
</Label>
|
||||||
|
<Input
|
||||||
|
id="edit-title"
|
||||||
|
value={title}
|
||||||
|
onChange={(e) => setTitle(e.target.value)}
|
||||||
|
placeholder={dict.templates.titlePlaceholder}
|
||||||
|
/>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{dict.templates.titleHint}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Description field - optional */}
|
||||||
|
<div className="space-y-2">
|
||||||
|
<Label
|
||||||
|
htmlFor="edit-description"
|
||||||
|
className="text-foreground"
|
||||||
|
>
|
||||||
|
{dict.templates.descriptionLabel}
|
||||||
|
</Label>
|
||||||
|
<Textarea
|
||||||
|
id="edit-description"
|
||||||
|
value={description}
|
||||||
|
onChange={(e) => setDescription(e.target.value)}
|
||||||
|
placeholder={
|
||||||
|
dict.templates.descriptionPlaceholder
|
||||||
|
}
|
||||||
|
className="min-h-[60px] resize-none"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Pinned switch */}
|
||||||
|
<div className="flex items-center justify-between">
|
||||||
|
<div className="space-y-0.5">
|
||||||
|
<Label
|
||||||
|
htmlFor="edit-pinned"
|
||||||
|
className="flex items-center gap-2 text-foreground"
|
||||||
|
>
|
||||||
|
<Bookmark className="w-4 h-4" />
|
||||||
|
{dict.templates.pinnedLabel}
|
||||||
|
</Label>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{dict.templates.pinnedHint}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<Switch
|
||||||
|
id="edit-pinned"
|
||||||
|
checked={pinned}
|
||||||
|
onCheckedChange={setPinned}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Error message */}
|
||||||
|
{error && (
|
||||||
|
<p className="text-sm text-destructive">{error}</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<DialogFooter>
|
||||||
|
<Button
|
||||||
|
type="button"
|
||||||
|
variant="outline"
|
||||||
|
onClick={() => onOpenChange(false)}
|
||||||
|
disabled={isSubmitting}
|
||||||
|
>
|
||||||
|
{dict.common.cancel}
|
||||||
|
</Button>
|
||||||
|
<Button type="submit" disabled={isSubmitting}>
|
||||||
|
{isSubmitting
|
||||||
|
? dict.common.loading
|
||||||
|
: dict.common.save}
|
||||||
|
</Button>
|
||||||
|
</DialogFooter>
|
||||||
|
</form>
|
||||||
|
</DialogContent>
|
||||||
|
</Dialog>
|
||||||
|
)
|
||||||
|
}
|
||||||
622
components/chat/TemplatePanel.tsx
Normal file
622
components/chat/TemplatePanel.tsx
Normal file
@@ -0,0 +1,622 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
|
import {
|
||||||
|
Bookmark,
|
||||||
|
Copy,
|
||||||
|
Download,
|
||||||
|
Edit2,
|
||||||
|
FileText,
|
||||||
|
Plus,
|
||||||
|
Search,
|
||||||
|
Trash2,
|
||||||
|
Upload,
|
||||||
|
} from "lucide-react"
|
||||||
|
import { useCallback, useEffect, useRef, useState } from "react"
|
||||||
|
import {
|
||||||
|
AlertDialog,
|
||||||
|
AlertDialogAction,
|
||||||
|
AlertDialogCancel,
|
||||||
|
AlertDialogContent,
|
||||||
|
AlertDialogDescription,
|
||||||
|
AlertDialogFooter,
|
||||||
|
AlertDialogHeader,
|
||||||
|
AlertDialogTitle,
|
||||||
|
} from "@/components/ui/alert-dialog"
|
||||||
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
|
import {
|
||||||
|
deleteTemplate,
|
||||||
|
duplicateTemplate,
|
||||||
|
exportTemplates,
|
||||||
|
getAllTemplates,
|
||||||
|
importTemplates,
|
||||||
|
incrementClickCount,
|
||||||
|
incrementRunCount,
|
||||||
|
searchTemplates,
|
||||||
|
type Template,
|
||||||
|
updateTemplate,
|
||||||
|
validateImportData,
|
||||||
|
} from "@/lib/template-storage"
|
||||||
|
import { TemplateCreateDialog } from "./TemplateCreateDialog"
|
||||||
|
import { TemplateEditDialog } from "./TemplateEditDialog"
|
||||||
|
|
||||||
|
interface TemplatePanelProps {
|
||||||
|
setInput: (input: string) => void
|
||||||
|
onSendTemplate?: (template: Template) => void
|
||||||
|
currentInput?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatLastUsed(timestamp: number, neverUsedText: string): string {
|
||||||
|
if (!timestamp) return neverUsedText
|
||||||
|
const now = Date.now()
|
||||||
|
const diffMs = now - timestamp
|
||||||
|
const diffMins = Math.floor(diffMs / (1000 * 60))
|
||||||
|
const diffHours = Math.floor(diffMs / (1000 * 60 * 60))
|
||||||
|
const diffDays = Math.floor(diffMs / (1000 * 60 * 60 * 24))
|
||||||
|
|
||||||
|
try {
|
||||||
|
const rtf = new Intl.RelativeTimeFormat(undefined, { numeric: "auto" })
|
||||||
|
if (diffMins < 1) return rtf.format(0, "minute")
|
||||||
|
if (diffMins < 60) return rtf.format(-diffMins, "minute")
|
||||||
|
if (diffHours < 24) return rtf.format(-diffHours, "hour")
|
||||||
|
if (diffDays < 7) return rtf.format(-diffDays, "day")
|
||||||
|
} catch {
|
||||||
|
// Fallback if Intl.RelativeTimeFormat is not available
|
||||||
|
if (diffMins < 1) return "<1m ago"
|
||||||
|
if (diffMins < 60) return `${diffMins}m ago`
|
||||||
|
if (diffHours < 24) return `${diffHours}h ago`
|
||||||
|
if (diffDays < 7) return `${diffDays}d ago`
|
||||||
|
}
|
||||||
|
|
||||||
|
return new Date(timestamp).toLocaleDateString(undefined, {
|
||||||
|
month: "short",
|
||||||
|
day: "numeric",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function TemplatePanel({
|
||||||
|
setInput,
|
||||||
|
onSendTemplate,
|
||||||
|
currentInput = "",
|
||||||
|
}: TemplatePanelProps) {
|
||||||
|
const dict = useDictionary()
|
||||||
|
const [templates, setTemplates] = useState<Template[]>([])
|
||||||
|
const [loading, setLoading] = useState(true)
|
||||||
|
const [createDialogOpen, setCreateDialogOpen] = useState(false)
|
||||||
|
const [editDialogOpen, setEditDialogOpen] = useState(false)
|
||||||
|
const [templateToEdit, setTemplateToEdit] = useState<Template | null>(null)
|
||||||
|
const [deleteDialogOpen, setDeleteDialogOpen] = useState(false)
|
||||||
|
const [templateToDelete, setTemplateToDelete] = useState<Template | null>(
|
||||||
|
null,
|
||||||
|
)
|
||||||
|
const [confirmSendDialogOpen, setConfirmSendDialogOpen] = useState(false)
|
||||||
|
const [templateToSend, setTemplateToSend] = useState<Template | null>(null)
|
||||||
|
const [searchQuery, setSearchQuery] = useState("")
|
||||||
|
const fileInputRef = useRef<HTMLInputElement>(null)
|
||||||
|
const [importMessage, setImportMessage] = useState<{
|
||||||
|
type: "success" | "error"
|
||||||
|
text: string
|
||||||
|
} | null>(null)
|
||||||
|
|
||||||
|
const loadTemplates = useCallback(async () => {
|
||||||
|
const result = await getAllTemplates()
|
||||||
|
setTemplates(result)
|
||||||
|
setLoading(false)
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
// Filter templates by search query
|
||||||
|
const filteredTemplates = searchQuery.trim()
|
||||||
|
? searchTemplates(templates, searchQuery)
|
||||||
|
: templates
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
loadTemplates()
|
||||||
|
}, [loadTemplates])
|
||||||
|
|
||||||
|
const handleCreateSuccess = () => {
|
||||||
|
loadTemplates()
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleEditSuccess = () => {
|
||||||
|
loadTemplates()
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleEdit = (template: Template) => {
|
||||||
|
setTemplateToEdit(template)
|
||||||
|
setEditDialogOpen(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleDuplicate = async (template: Template) => {
|
||||||
|
const duplicated = await duplicateTemplate(
|
||||||
|
template.id,
|
||||||
|
dict.templates.copySuffix || "(copy)",
|
||||||
|
)
|
||||||
|
if (duplicated) {
|
||||||
|
loadTemplates()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleDeleteClick = (template: Template) => {
|
||||||
|
setTemplateToDelete(template)
|
||||||
|
setDeleteDialogOpen(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleDeleteConfirm = async () => {
|
||||||
|
if (!templateToDelete) return
|
||||||
|
const success = await deleteTemplate(templateToDelete.id)
|
||||||
|
if (success) {
|
||||||
|
loadTemplates()
|
||||||
|
}
|
||||||
|
setDeleteDialogOpen(false)
|
||||||
|
setTemplateToDelete(null)
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleTogglePin = async (template: Template) => {
|
||||||
|
const updated = await updateTemplate(template.id, {
|
||||||
|
pinned: !template.pinned,
|
||||||
|
})
|
||||||
|
if (updated) {
|
||||||
|
loadTemplates()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle template card click - send directly or show confirmation
|
||||||
|
const handleTemplateClick = async (template: Template) => {
|
||||||
|
// If there's unsent content in the input, show confirmation dialog
|
||||||
|
if (currentInput.trim()) {
|
||||||
|
setTemplateToSend(template)
|
||||||
|
setConfirmSendDialogOpen(true)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// No unsent content, send directly
|
||||||
|
await sendTemplate(template)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Actually send the template
|
||||||
|
const sendTemplate = async (template: Template) => {
|
||||||
|
// Increment click count only when actually sending
|
||||||
|
await incrementClickCount(template.id)
|
||||||
|
if (onSendTemplate) {
|
||||||
|
// Increment run count and update lastUsedAt
|
||||||
|
await incrementRunCount(template.id)
|
||||||
|
// Reload to show updated stats
|
||||||
|
loadTemplates()
|
||||||
|
// Call the send callback
|
||||||
|
onSendTemplate(template)
|
||||||
|
} else {
|
||||||
|
// Fallback: just fill the input if no send callback provided
|
||||||
|
setInput(template.prompt)
|
||||||
|
}
|
||||||
|
setConfirmSendDialogOpen(false)
|
||||||
|
setTemplateToSend(null)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle confirmation dialog - user confirmed to send template
|
||||||
|
const handleConfirmSend = async () => {
|
||||||
|
if (!templateToSend) return
|
||||||
|
await sendTemplate(templateToSend)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle cancel - close dialog without sending
|
||||||
|
const handleCancelSend = () => {
|
||||||
|
setConfirmSendDialogOpen(false)
|
||||||
|
setTemplateToSend(null)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Export templates to JSON file
|
||||||
|
const handleExport = () => {
|
||||||
|
if (templates.length === 0) {
|
||||||
|
setImportMessage({
|
||||||
|
type: "error",
|
||||||
|
text: dict.templates.exportEmpty || "No templates to export",
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
const exportData = exportTemplates(templates)
|
||||||
|
const json = JSON.stringify(exportData, null, 2)
|
||||||
|
const blob = new Blob([json], { type: "application/json" })
|
||||||
|
const url = URL.createObjectURL(blob)
|
||||||
|
const a = document.createElement("a")
|
||||||
|
a.href = url
|
||||||
|
a.download = `templates-${new Date().toISOString().split("T")[0]}.json`
|
||||||
|
document.body.appendChild(a)
|
||||||
|
a.click()
|
||||||
|
document.body.removeChild(a)
|
||||||
|
URL.revokeObjectURL(url)
|
||||||
|
|
||||||
|
setImportMessage({
|
||||||
|
type: "success",
|
||||||
|
text: dict.templates.exportSuccess.replace(
|
||||||
|
"{count}",
|
||||||
|
String(templates.length),
|
||||||
|
),
|
||||||
|
})
|
||||||
|
setTimeout(() => setImportMessage(null), 3000)
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to export templates:", error)
|
||||||
|
setImportMessage({
|
||||||
|
type: "error",
|
||||||
|
text: `Export failed: ${error instanceof Error ? error.message : "Unknown error"}`,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Import templates from JSON file
|
||||||
|
const handleImport = async (event: React.ChangeEvent<HTMLInputElement>) => {
|
||||||
|
const file = event.target.files?.[0]
|
||||||
|
if (!file) {
|
||||||
|
setImportMessage({
|
||||||
|
type: "error",
|
||||||
|
text:
|
||||||
|
dict.templates.importNoFile || "Please select a JSON file",
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
const text = await file.text()
|
||||||
|
const data = JSON.parse(text)
|
||||||
|
|
||||||
|
// Validate import data
|
||||||
|
const validation = validateImportData(data)
|
||||||
|
if (!validation.valid) {
|
||||||
|
setImportMessage({
|
||||||
|
type: "error",
|
||||||
|
text: dict.templates.importFailed.replace(
|
||||||
|
"{error}",
|
||||||
|
validation.error || "Invalid data",
|
||||||
|
),
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// Import templates with dedup-append strategy
|
||||||
|
const result = await importTemplates(data.templates, templates)
|
||||||
|
|
||||||
|
// Reload template list
|
||||||
|
await loadTemplates()
|
||||||
|
|
||||||
|
setImportMessage({
|
||||||
|
type: "success",
|
||||||
|
text: dict.templates.importSuccess
|
||||||
|
.replace("{imported}", String(result.imported))
|
||||||
|
.replace("{skipped}", String(result.skipped)),
|
||||||
|
})
|
||||||
|
setTimeout(() => setImportMessage(null), 5000)
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to import templates:", error)
|
||||||
|
setImportMessage({
|
||||||
|
type: "error",
|
||||||
|
text: dict.templates.importFailed.replace(
|
||||||
|
"{error}",
|
||||||
|
error instanceof Error ? error.message : "Unknown error",
|
||||||
|
),
|
||||||
|
})
|
||||||
|
} finally {
|
||||||
|
// Reset file input
|
||||||
|
if (fileInputRef.current) {
|
||||||
|
fileInputRef.current.value = ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Empty state: no templates at all
|
||||||
|
if (!loading && templates.length === 0) {
|
||||||
|
return (
|
||||||
|
<div className="py-6 px-2 animate-fade-in">
|
||||||
|
<div className="text-center mb-6">
|
||||||
|
<h2 className="text-lg font-semibold text-foreground mb-2">
|
||||||
|
{dict.templates.title}
|
||||||
|
</h2>
|
||||||
|
<p className="text-sm text-muted-foreground max-w-xs mx-auto">
|
||||||
|
{dict.templates.subtitle}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div className="flex flex-col items-center justify-center py-8 px-4">
|
||||||
|
<div className="w-16 h-16 rounded-2xl bg-primary/10 flex items-center justify-center mb-4">
|
||||||
|
<FileText className="w-8 h-8 text-primary/60" />
|
||||||
|
</div>
|
||||||
|
<p className="text-sm font-medium text-foreground mb-1">
|
||||||
|
{dict.templates.emptyTitle}
|
||||||
|
</p>
|
||||||
|
<p className="text-xs text-muted-foreground text-center max-w-[240px] mb-4">
|
||||||
|
{dict.templates.emptyDescription}
|
||||||
|
</p>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="inline-flex items-center gap-2 px-4 py-2 rounded-lg bg-primary text-primary-foreground text-sm font-medium hover:bg-primary/90 transition-colors"
|
||||||
|
onClick={() => setCreateDialogOpen(true)}
|
||||||
|
>
|
||||||
|
<Plus className="w-4 h-4" />
|
||||||
|
{dict.templates.createFirst}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<TemplateCreateDialog
|
||||||
|
open={createDialogOpen}
|
||||||
|
onOpenChange={setCreateDialogOpen}
|
||||||
|
onSuccess={handleCreateSuccess}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Template list
|
||||||
|
return (
|
||||||
|
<div className="py-2 px-2 animate-fade-in">
|
||||||
|
<div className="space-y-3">
|
||||||
|
{/* Search bar */}
|
||||||
|
<div className="relative">
|
||||||
|
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground pointer-events-none" />
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
value={searchQuery}
|
||||||
|
onChange={(e) => setSearchQuery(e.target.value)}
|
||||||
|
placeholder={dict.templates.searchPlaceholder}
|
||||||
|
className="w-full pl-9 pr-3 py-2 text-sm rounded-lg border border-border/60 bg-background focus:outline-none focus:ring-2 focus:ring-primary/30 focus:border-primary/50 transition-all"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Action buttons */}
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setCreateDialogOpen(true)}
|
||||||
|
className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-medium text-primary hover:bg-primary/10 transition-colors"
|
||||||
|
>
|
||||||
|
<Plus className="w-3.5 h-3.5" />
|
||||||
|
{dict.templates.createButton}
|
||||||
|
</button>
|
||||||
|
<div className="flex-1" />
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={handleExport}
|
||||||
|
disabled={templates.length === 0}
|
||||||
|
className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-medium text-muted-foreground hover:text-foreground hover:bg-muted transition-colors disabled:opacity-50 disabled:cursor-not-allowed"
|
||||||
|
title={dict.templates.exportTemplates}
|
||||||
|
>
|
||||||
|
<Download className="w-3.5 h-3.5" />
|
||||||
|
{dict.templates.exportTemplates}
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => fileInputRef.current?.click()}
|
||||||
|
className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-medium text-muted-foreground hover:text-foreground hover:bg-muted transition-colors"
|
||||||
|
title={dict.templates.importTemplates}
|
||||||
|
>
|
||||||
|
<Upload className="w-3.5 h-3.5" />
|
||||||
|
{dict.templates.importTemplates}
|
||||||
|
</button>
|
||||||
|
<input
|
||||||
|
ref={fileInputRef}
|
||||||
|
type="file"
|
||||||
|
accept="application/json,.json"
|
||||||
|
onChange={handleImport}
|
||||||
|
className="hidden"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Import message */}
|
||||||
|
{importMessage && (
|
||||||
|
<div
|
||||||
|
className={`text-xs px-3 py-2 rounded-lg ${
|
||||||
|
importMessage.type === "success"
|
||||||
|
? "bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400"
|
||||||
|
: "bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400"
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{importMessage.text}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="space-y-2">
|
||||||
|
{loading
|
||||||
|
? // Loading skeleton
|
||||||
|
Array.from({ length: 3 }).map((_, i) => (
|
||||||
|
<div
|
||||||
|
key={`skeleton-${String(i)}`}
|
||||||
|
className="w-full p-4 rounded-xl border border-border/60 bg-card animate-pulse"
|
||||||
|
>
|
||||||
|
<div className="flex items-start gap-3">
|
||||||
|
<div className="w-9 h-9 rounded-lg bg-muted shrink-0" />
|
||||||
|
<div className="flex-1 space-y-2">
|
||||||
|
<div className="h-4 bg-muted rounded w-2/3" />
|
||||||
|
<div className="h-3 bg-muted rounded w-1/2" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))
|
||||||
|
: filteredTemplates.length === 0
|
||||||
|
? // Search empty state
|
||||||
|
!loading && (
|
||||||
|
<div className="flex flex-col items-center justify-center py-6 px-4">
|
||||||
|
<Search className="w-8 h-8 text-muted-foreground/40 mb-2" />
|
||||||
|
<p className="text-sm text-muted-foreground text-center">
|
||||||
|
{dict.templates.searchNoResults}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
: filteredTemplates.map((template) => (
|
||||||
|
// biome-ignore lint/a11y/useSemanticElements: Cannot use button - has nested action buttons which causes hydration error
|
||||||
|
<div
|
||||||
|
key={template.id}
|
||||||
|
className="group w-full flex items-center gap-3 p-3 rounded-xl border border-border/60 bg-card hover:bg-accent/50 hover:border-primary/30 transition-all duration-200 cursor-pointer text-left"
|
||||||
|
onClick={() =>
|
||||||
|
handleTemplateClick(template)
|
||||||
|
}
|
||||||
|
onKeyDown={(e) => {
|
||||||
|
if (
|
||||||
|
e.key === "Enter" ||
|
||||||
|
e.key === " "
|
||||||
|
) {
|
||||||
|
e.preventDefault()
|
||||||
|
handleTemplateClick(template)
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
role="button"
|
||||||
|
tabIndex={0}
|
||||||
|
>
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<div className="text-sm font-medium truncate">
|
||||||
|
{template.title}
|
||||||
|
</div>
|
||||||
|
{template.pinned && (
|
||||||
|
<Bookmark className="w-3 h-3 text-primary fill-primary shrink-0" />
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{template.description && (
|
||||||
|
<div className="text-xs text-muted-foreground truncate">
|
||||||
|
{template.description}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{/* Actions and stats */}
|
||||||
|
<div className="relative shrink-0">
|
||||||
|
<div className="text-[11px] text-muted-foreground whitespace-nowrap group-hover:invisible">
|
||||||
|
{template.runCount > 0
|
||||||
|
? `${dict.templates.usedCount.replace("{count}", String(template.runCount))} · ${formatLastUsed(template.lastUsedAt, dict.templates.neverUsed)}`
|
||||||
|
: dict.templates.neverUsed}
|
||||||
|
</div>
|
||||||
|
<div className="absolute inset-0 flex items-center justify-end gap-0.5 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 transition-opacity">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
handleTogglePin(template)
|
||||||
|
}}
|
||||||
|
className={`p-1.5 rounded-lg transition-all ${
|
||||||
|
template.pinned
|
||||||
|
? "text-primary hover:text-primary/80 hover:bg-primary/10"
|
||||||
|
: "text-muted-foreground hover:text-foreground hover:bg-muted"
|
||||||
|
}`}
|
||||||
|
title={
|
||||||
|
template.pinned
|
||||||
|
? dict.templates
|
||||||
|
.unpin || "Unpin"
|
||||||
|
: dict.templates.pin ||
|
||||||
|
"Pin"
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<Bookmark
|
||||||
|
className={`w-4 h-4 ${template.pinned ? "fill-current" : ""}`}
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
handleEdit(template)
|
||||||
|
}}
|
||||||
|
className="p-1.5 rounded-lg text-muted-foreground hover:text-foreground hover:bg-muted transition-all"
|
||||||
|
title={dict.common.edit}
|
||||||
|
>
|
||||||
|
<Edit2 className="w-4 h-4" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
handleDuplicate(template)
|
||||||
|
}}
|
||||||
|
className="p-1.5 rounded-lg text-muted-foreground hover:text-foreground hover:bg-muted transition-all"
|
||||||
|
title={
|
||||||
|
dict.templates.duplicate ||
|
||||||
|
"Duplicate"
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<Copy className="w-4 h-4" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
handleDeleteClick(template)
|
||||||
|
}}
|
||||||
|
className="p-1.5 rounded-lg text-muted-foreground hover:text-destructive hover:bg-destructive/10 transition-all"
|
||||||
|
title={dict.common.delete}
|
||||||
|
>
|
||||||
|
<Trash2 className="w-4 h-4" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<TemplateCreateDialog
|
||||||
|
open={createDialogOpen}
|
||||||
|
onOpenChange={setCreateDialogOpen}
|
||||||
|
onSuccess={handleCreateSuccess}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<TemplateEditDialog
|
||||||
|
open={editDialogOpen}
|
||||||
|
onOpenChange={setEditDialogOpen}
|
||||||
|
template={templateToEdit}
|
||||||
|
onSuccess={handleEditSuccess}
|
||||||
|
/>
|
||||||
|
|
||||||
|
{/* Delete Confirmation Dialog */}
|
||||||
|
<AlertDialog
|
||||||
|
open={deleteDialogOpen}
|
||||||
|
onOpenChange={setDeleteDialogOpen}
|
||||||
|
>
|
||||||
|
<AlertDialogContent className="max-w-sm">
|
||||||
|
<AlertDialogHeader>
|
||||||
|
<AlertDialogTitle>
|
||||||
|
{dict.templates.deleteTitle ||
|
||||||
|
"Delete this template?"}
|
||||||
|
</AlertDialogTitle>
|
||||||
|
<AlertDialogDescription>
|
||||||
|
{dict.templates.deleteDescription ||
|
||||||
|
"This will permanently delete this template. This action cannot be undone."}
|
||||||
|
</AlertDialogDescription>
|
||||||
|
</AlertDialogHeader>
|
||||||
|
<AlertDialogFooter>
|
||||||
|
<AlertDialogCancel>
|
||||||
|
{dict.common.cancel}
|
||||||
|
</AlertDialogCancel>
|
||||||
|
<AlertDialogAction
|
||||||
|
onClick={handleDeleteConfirm}
|
||||||
|
className="border border-red-300 bg-red-50 text-red-700 hover:bg-red-100 hover:border-red-400"
|
||||||
|
>
|
||||||
|
{dict.common.delete}
|
||||||
|
</AlertDialogAction>
|
||||||
|
</AlertDialogFooter>
|
||||||
|
</AlertDialogContent>
|
||||||
|
</AlertDialog>
|
||||||
|
|
||||||
|
{/* Confirm Send Dialog - when there's unsent input */}
|
||||||
|
<AlertDialog
|
||||||
|
open={confirmSendDialogOpen}
|
||||||
|
onOpenChange={setConfirmSendDialogOpen}
|
||||||
|
>
|
||||||
|
<AlertDialogContent className="max-w-sm">
|
||||||
|
<AlertDialogHeader>
|
||||||
|
<AlertDialogTitle>
|
||||||
|
{dict.templates.confirmSendTitle ||
|
||||||
|
"Replace current input?"}
|
||||||
|
</AlertDialogTitle>
|
||||||
|
<AlertDialogDescription>
|
||||||
|
{dict.templates.confirmSendDescription ||
|
||||||
|
"You have unsent content in the input. Sending this template will replace it."}
|
||||||
|
</AlertDialogDescription>
|
||||||
|
</AlertDialogHeader>
|
||||||
|
<AlertDialogFooter>
|
||||||
|
<AlertDialogCancel onClick={handleCancelSend}>
|
||||||
|
{dict.common.cancel}
|
||||||
|
</AlertDialogCancel>
|
||||||
|
<AlertDialogAction onClick={handleConfirmSend}>
|
||||||
|
{dict.templates.confirmSendButton ||
|
||||||
|
"Send Template"}
|
||||||
|
</AlertDialogAction>
|
||||||
|
</AlertDialogFooter>
|
||||||
|
</AlertDialogContent>
|
||||||
|
</AlertDialog>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -10,8 +10,8 @@ import {
|
|||||||
RefreshCw,
|
RefreshCw,
|
||||||
X,
|
X,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import Image from "next/image"
|
|
||||||
import { useState } from "react"
|
import { useState } from "react"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
import type { ValidationResult } from "@/lib/diagram-validator"
|
import type { ValidationResult } from "@/lib/diagram-validator"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { FileCode, FileText, Link, Loader2, X } from "lucide-react"
|
import { FileCode, FileText, Link, Loader2, X } from "lucide-react"
|
||||||
import Image from "next/image"
|
|
||||||
import { useEffect, useRef, useState } from "react"
|
import { useEffect, useRef, useState } from "react"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
import { isPdfFile, isTextFile } from "@/lib/pdf-utils"
|
import { isPdfFile, isTextFile } from "@/lib/pdf-utils"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import Image from "next/image"
|
|
||||||
import { useState } from "react"
|
import { useState } from "react"
|
||||||
|
import Image from "@/components/image-with-basepath"
|
||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import {
|
import {
|
||||||
Dialog,
|
Dialog,
|
||||||
|
|||||||
16
components/image-with-basepath.tsx
Normal file
16
components/image-with-basepath.tsx
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import NextImage, { type ImageProps } from "next/image"
|
||||||
|
import { forwardRef } from "react"
|
||||||
|
import { getAssetUrl } from "@/lib/base-path"
|
||||||
|
|
||||||
|
export default forwardRef<HTMLImageElement, ImageProps>(
|
||||||
|
function Image(props, ref) {
|
||||||
|
const src =
|
||||||
|
typeof props.src === "string" &&
|
||||||
|
props.src.startsWith("/") &&
|
||||||
|
!props.src.startsWith("//")
|
||||||
|
? getAssetUrl(props.src)
|
||||||
|
: props.src
|
||||||
|
|
||||||
|
return <NextImage {...props} src={src} ref={ref} />
|
||||||
|
},
|
||||||
|
)
|
||||||
@@ -54,7 +54,11 @@ import { useDictionary } from "@/hooks/use-dictionary"
|
|||||||
import type { UseModelConfigReturn } from "@/hooks/use-model-config"
|
import type { UseModelConfigReturn } from "@/hooks/use-model-config"
|
||||||
import { formatMessage } from "@/lib/i18n/utils"
|
import { formatMessage } from "@/lib/i18n/utils"
|
||||||
import type { ProviderConfig, ProviderName } from "@/lib/types/model-config"
|
import type { ProviderConfig, ProviderName } from "@/lib/types/model-config"
|
||||||
import { PROVIDER_INFO, SUGGESTED_MODELS } from "@/lib/types/model-config"
|
import {
|
||||||
|
PROVIDER_INFO,
|
||||||
|
PROVIDER_LOGO_MAP,
|
||||||
|
SUGGESTED_MODELS,
|
||||||
|
} from "@/lib/types/model-config"
|
||||||
import { cn } from "@/lib/utils"
|
import { cn } from "@/lib/utils"
|
||||||
|
|
||||||
interface ModelConfigDialogProps {
|
interface ModelConfigDialogProps {
|
||||||
@@ -65,24 +69,6 @@ interface ModelConfigDialogProps {
|
|||||||
|
|
||||||
type ValidationStatus = "idle" | "validating" | "success" | "error"
|
type ValidationStatus = "idle" | "validating" | "success" | "error"
|
||||||
|
|
||||||
// Map provider names to models.dev logo names
|
|
||||||
const PROVIDER_LOGO_MAP: Record<string, string> = {
|
|
||||||
openai: "openai",
|
|
||||||
anthropic: "anthropic",
|
|
||||||
google: "google",
|
|
||||||
azure: "azure",
|
|
||||||
bedrock: "amazon-bedrock",
|
|
||||||
openrouter: "openrouter",
|
|
||||||
deepseek: "deepseek",
|
|
||||||
siliconflow: "siliconflow",
|
|
||||||
sglang: "openai", // SGLang is OpenAI-compatible
|
|
||||||
gateway: "vercel",
|
|
||||||
edgeone: "tencent-cloud",
|
|
||||||
vertexai: "google",
|
|
||||||
doubao: "bytedance",
|
|
||||||
modelscope: "modelscope",
|
|
||||||
}
|
|
||||||
|
|
||||||
// Provider logo component
|
// Provider logo component
|
||||||
function ProviderLogo({
|
function ProviderLogo({
|
||||||
provider,
|
provider,
|
||||||
@@ -282,6 +268,7 @@ export function ModelConfigDialog({
|
|||||||
// Check credentials based on provider type
|
// Check credentials based on provider type
|
||||||
const isBedrock = selectedProvider.provider === "bedrock"
|
const isBedrock = selectedProvider.provider === "bedrock"
|
||||||
const isEdgeOne = selectedProvider.provider === "edgeone"
|
const isEdgeOne = selectedProvider.provider === "edgeone"
|
||||||
|
const isOllama = selectedProvider.provider === "ollama"
|
||||||
const isVertexAI = selectedProvider.provider === "vertexai"
|
const isVertexAI = selectedProvider.provider === "vertexai"
|
||||||
if (isBedrock) {
|
if (isBedrock) {
|
||||||
if (
|
if (
|
||||||
@@ -296,7 +283,7 @@ export function ModelConfigDialog({
|
|||||||
if (!selectedProvider.vertexApiKey) {
|
if (!selectedProvider.vertexApiKey) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else if (!isEdgeOne && !selectedProvider.apiKey) {
|
} else if (!isEdgeOne && !isOllama && !selectedProvider.apiKey) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -526,7 +513,7 @@ export function ModelConfigDialog({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Provider Details (Right Panel) */}
|
{/* Provider Details (Right Panel) */}
|
||||||
<div className="flex-1 min-w-0 flex flex-col overflow-auto [&::-webkit-scrollbar]:hidden ">
|
<div className="flex-1 min-w-0 flex flex-col overflow-auto scrollbar-thin">
|
||||||
{selectedProvider ? (
|
{selectedProvider ? (
|
||||||
<ScrollArea className="flex-1" ref={scrollRef}>
|
<ScrollArea className="flex-1" ref={scrollRef}>
|
||||||
<div className="p-6 space-y-8">
|
<div className="p-6 space-y-8">
|
||||||
@@ -1030,9 +1017,7 @@ export function ModelConfigDialog({
|
|||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
) : selectedProvider.provider ===
|
) : selectedProvider.provider ===
|
||||||
"ollama" ||
|
"edgeone" ? (
|
||||||
selectedProvider.provider ===
|
|
||||||
"edgeone" ? (
|
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Button
|
<Button
|
||||||
@@ -1100,6 +1085,9 @@ export function ModelConfigDialog({
|
|||||||
dict.modelConfig
|
dict.modelConfig
|
||||||
.apiKey
|
.apiKey
|
||||||
}
|
}
|
||||||
|
{selectedProvider.provider ===
|
||||||
|
"ollama" &&
|
||||||
|
` ${dict.modelConfig.optional}`}
|
||||||
</Label>
|
</Label>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<div className="relative flex-1">
|
<div className="relative flex-1">
|
||||||
@@ -1163,7 +1151,9 @@ export function ModelConfigDialog({
|
|||||||
handleValidate
|
handleValidate
|
||||||
}
|
}
|
||||||
disabled={
|
disabled={
|
||||||
!selectedProvider.apiKey ||
|
(selectedProvider.provider !==
|
||||||
|
"ollama" &&
|
||||||
|
!selectedProvider.apiKey) ||
|
||||||
validationStatus ===
|
validationStatus ===
|
||||||
"validating"
|
"validating"
|
||||||
}
|
}
|
||||||
@@ -1251,6 +1241,16 @@ export function ModelConfigDialog({
|
|||||||
}
|
}
|
||||||
className="h-9 rounded-xl font-mono text-xs"
|
className="h-9 rounded-xl font-mono text-xs"
|
||||||
/>
|
/>
|
||||||
|
{selectedProvider.provider ===
|
||||||
|
"minimax" && (
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{
|
||||||
|
dict
|
||||||
|
.modelConfig
|
||||||
|
.minimaxBaseUrlHint
|
||||||
|
}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
@@ -1661,12 +1661,16 @@ export function ModelConfigDialog({
|
|||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Switch
|
<Switch
|
||||||
|
id="show-unvalidated-models"
|
||||||
checked={modelConfig.showUnvalidatedModels}
|
checked={modelConfig.showUnvalidatedModels}
|
||||||
onCheckedChange={
|
onCheckedChange={
|
||||||
modelConfig.setShowUnvalidatedModels
|
modelConfig.setShowUnvalidatedModels
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Label className="text-xs text-muted-foreground cursor-pointer">
|
<Label
|
||||||
|
htmlFor="show-unvalidated-models"
|
||||||
|
className="text-xs text-muted-foreground cursor-pointer"
|
||||||
|
>
|
||||||
{dict.modelConfig.showUnvalidatedModels}
|
{dict.modelConfig.showUnvalidatedModels}
|
||||||
</Label>
|
</Label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,36 +27,21 @@ import {
|
|||||||
} from "@/components/ai-elements/model-selector"
|
} from "@/components/ai-elements/model-selector"
|
||||||
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
import { ButtonWithTooltip } from "@/components/button-with-tooltip"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
import type { FlattenedModel } from "@/lib/types/model-config"
|
import {
|
||||||
|
type FlattenedModel,
|
||||||
|
PROVIDER_LOGO_MAP,
|
||||||
|
} from "@/lib/types/model-config"
|
||||||
import { cn } from "@/lib/utils"
|
import { cn } from "@/lib/utils"
|
||||||
|
|
||||||
interface ModelSelectorProps {
|
interface ModelSelectorProps {
|
||||||
models: FlattenedModel[]
|
models: FlattenedModel[]
|
||||||
selectedModelId: string | undefined
|
selectedModelId: string | undefined
|
||||||
onSelect: (modelId: string | undefined) => void
|
onSelect: (modelId: string | undefined) => void
|
||||||
onConfigure: () => void
|
onConfigure?: () => void
|
||||||
disabled?: boolean
|
disabled?: boolean
|
||||||
showUnvalidatedModels?: boolean
|
showUnvalidatedModels?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
// Map our provider names to models.dev logo names
|
|
||||||
const PROVIDER_LOGO_MAP: Record<string, string> = {
|
|
||||||
openai: "openai",
|
|
||||||
anthropic: "anthropic",
|
|
||||||
google: "google",
|
|
||||||
azure: "azure",
|
|
||||||
bedrock: "amazon-bedrock",
|
|
||||||
openrouter: "openrouter",
|
|
||||||
deepseek: "deepseek",
|
|
||||||
siliconflow: "siliconflow",
|
|
||||||
sglang: "openai", // SGLang is OpenAI-compatible, use OpenAI logo
|
|
||||||
gateway: "vercel",
|
|
||||||
edgeone: "tencent-cloud",
|
|
||||||
vertexai: "google",
|
|
||||||
doubao: "bytedance",
|
|
||||||
modelscope: "modelscope",
|
|
||||||
}
|
|
||||||
|
|
||||||
// Group models by providerLabel (handles duplicate providers)
|
// Group models by providerLabel (handles duplicate providers)
|
||||||
function groupModelsByProvider(
|
function groupModelsByProvider(
|
||||||
models: FlattenedModel[],
|
models: FlattenedModel[],
|
||||||
@@ -126,9 +111,7 @@ export function ModelSelector({
|
|||||||
)
|
)
|
||||||
|
|
||||||
const handleSelect = (value: string) => {
|
const handleSelect = (value: string) => {
|
||||||
if (value === "__configure__") {
|
if (value === "__server_default__") {
|
||||||
onConfigure()
|
|
||||||
} else if (value === "__server_default__") {
|
|
||||||
onSelect(undefined)
|
onSelect(undefined)
|
||||||
} else {
|
} else {
|
||||||
onSelect(value)
|
onSelect(value)
|
||||||
@@ -214,199 +197,241 @@ export function ModelSelector({
|
|||||||
<ModelSelectorInput
|
<ModelSelectorInput
|
||||||
placeholder={dict.modelConfig.searchModels}
|
placeholder={dict.modelConfig.searchModels}
|
||||||
/>
|
/>
|
||||||
<ModelSelectorList className="[&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]">
|
<div className="flex flex-1 flex-col min-h-0 overflow-hidden">
|
||||||
<ModelSelectorEmpty>
|
<div className="flex-1 min-h-0 overflow-hidden">
|
||||||
{displayModels.length === 0 && models.length > 0
|
<ModelSelectorList className="overflow-y-auto scrollbar-thin">
|
||||||
? dict.modelConfig.noVerifiedModels
|
<ModelSelectorEmpty>
|
||||||
: dict.modelConfig.noModelsFound}
|
{displayModels.length === 0 &&
|
||||||
</ModelSelectorEmpty>
|
models.length > 0
|
||||||
|
? dict.modelConfig.noVerifiedModels
|
||||||
|
: dict.modelConfig.noModelsFound}
|
||||||
|
</ModelSelectorEmpty>
|
||||||
|
|
||||||
{/* Server Default Option - only show when no server models are configured */}
|
{/* Server Default Option - only show when no server models are configured */}
|
||||||
{serverModels.length === 0 && (
|
{serverModels.length === 0 && (
|
||||||
<ModelSelectorGroup
|
<ModelSelectorGroup
|
||||||
heading={dict.modelConfig.default}
|
heading={dict.modelConfig.default}
|
||||||
>
|
>
|
||||||
<ModelSelectorItem
|
<ModelSelectorItem
|
||||||
value="__server_default__"
|
value="__server_default__"
|
||||||
onSelect={handleSelect}
|
onSelect={handleSelect}
|
||||||
className={cn(
|
className={cn(
|
||||||
"cursor-pointer",
|
"cursor-pointer",
|
||||||
!selectedModelId && "bg-accent",
|
!selectedModelId && "bg-accent",
|
||||||
)}
|
)}
|
||||||
>
|
|
||||||
<Check
|
|
||||||
className={cn(
|
|
||||||
"mr-2 h-4 w-4",
|
|
||||||
!selectedModelId
|
|
||||||
? "opacity-100"
|
|
||||||
: "opacity-0",
|
|
||||||
)}
|
|
||||||
/>
|
|
||||||
<Server className="mr-2 h-4 w-4 text-muted-foreground" />
|
|
||||||
<ModelSelectorName>
|
|
||||||
{dict.modelConfig.serverDefault}
|
|
||||||
</ModelSelectorName>
|
|
||||||
</ModelSelectorItem>
|
|
||||||
</ModelSelectorGroup>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{/* Server Models Section */}
|
|
||||||
{serverModels.length > 0 && (
|
|
||||||
<>
|
|
||||||
<ModelSelectorSectionHeader
|
|
||||||
icon={<Monitor />}
|
|
||||||
label={dict.modelConfig.serverModels}
|
|
||||||
/>
|
|
||||||
{Array.from(groupedServerModels.entries()).map(
|
|
||||||
([
|
|
||||||
providerLabel,
|
|
||||||
{ provider, models: providerModels },
|
|
||||||
]) => (
|
|
||||||
<ModelSelectorGroup
|
|
||||||
key={`server-${providerLabel}`}
|
|
||||||
heading={providerLabel}
|
|
||||||
className="[&>[cmdk-group-heading]]:pl-4"
|
|
||||||
>
|
>
|
||||||
{providerModels.map((model) => (
|
<Check
|
||||||
<ModelSelectorItem
|
className={cn(
|
||||||
key={model.id}
|
"mr-2 h-4 w-4",
|
||||||
value={model.modelId}
|
!selectedModelId
|
||||||
onSelect={() =>
|
? "opacity-100"
|
||||||
handleSelect(model.id)
|
: "opacity-0",
|
||||||
}
|
)}
|
||||||
className="cursor-pointer"
|
/>
|
||||||
>
|
<Server className="mr-2 h-4 w-4 text-muted-foreground" />
|
||||||
<Check
|
<ModelSelectorName>
|
||||||
className={cn(
|
{dict.modelConfig.serverDefault}
|
||||||
"mr-2 h-4 w-4",
|
</ModelSelectorName>
|
||||||
selectedModelId ===
|
</ModelSelectorItem>
|
||||||
model.id
|
</ModelSelectorGroup>
|
||||||
? "opacity-100"
|
|
||||||
: "opacity-0",
|
|
||||||
)}
|
|
||||||
/>
|
|
||||||
<ModelSelectorLogo
|
|
||||||
provider={
|
|
||||||
PROVIDER_LOGO_MAP[
|
|
||||||
provider
|
|
||||||
] || provider
|
|
||||||
}
|
|
||||||
className="mr-2"
|
|
||||||
/>
|
|
||||||
<ModelSelectorName>
|
|
||||||
{model.modelId}
|
|
||||||
</ModelSelectorName>
|
|
||||||
{model.isDefault && (
|
|
||||||
<span
|
|
||||||
title={
|
|
||||||
dict.modelConfig
|
|
||||||
.serverDefaultModel
|
|
||||||
}
|
|
||||||
className="ml-auto text-xs text-muted-foreground"
|
|
||||||
>
|
|
||||||
{
|
|
||||||
dict.modelConfig
|
|
||||||
.default
|
|
||||||
}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</ModelSelectorItem>
|
|
||||||
))}
|
|
||||||
</ModelSelectorGroup>
|
|
||||||
),
|
|
||||||
)}
|
)}
|
||||||
</>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{/* User Models Section */}
|
{/* Server Models Section */}
|
||||||
{userModels.length > 0 && (
|
|
||||||
<>
|
|
||||||
{serverModels.length > 0 && (
|
{serverModels.length > 0 && (
|
||||||
<ModelSelectorSeparator />
|
<>
|
||||||
)}
|
<ModelSelectorSectionHeader
|
||||||
<ModelSelectorSectionHeader
|
icon={<Monitor />}
|
||||||
icon={<User />}
|
label={
|
||||||
label={dict.modelConfig.userModels}
|
dict.modelConfig.serverModels
|
||||||
/>
|
}
|
||||||
{Array.from(groupedUserModels.entries()).map(
|
/>
|
||||||
([
|
{Array.from(
|
||||||
providerLabel,
|
groupedServerModels.entries(),
|
||||||
{ provider, models: providerModels },
|
).map(
|
||||||
]) => (
|
([
|
||||||
<ModelSelectorGroup
|
providerLabel,
|
||||||
key={`user-${providerLabel}`}
|
{
|
||||||
heading={providerLabel}
|
provider,
|
||||||
className="[&>[cmdk-group-heading]]:pl-4"
|
models: providerModels,
|
||||||
>
|
},
|
||||||
{providerModels.map((model) => (
|
]) => (
|
||||||
<ModelSelectorItem
|
<ModelSelectorGroup
|
||||||
key={model.id}
|
key={`server-${providerLabel}`}
|
||||||
value={model.modelId}
|
heading={providerLabel}
|
||||||
onSelect={() =>
|
className="[&>[cmdk-group-heading]]:pl-4"
|
||||||
handleSelect(model.id)
|
|
||||||
}
|
|
||||||
className="cursor-pointer"
|
|
||||||
>
|
>
|
||||||
<Check
|
{providerModels.map(
|
||||||
className={cn(
|
(model) => (
|
||||||
"mr-2 h-4 w-4",
|
<ModelSelectorItem
|
||||||
selectedModelId ===
|
key={model.id}
|
||||||
model.id
|
value={
|
||||||
? "opacity-100"
|
model.modelId
|
||||||
: "opacity-0",
|
}
|
||||||
)}
|
onSelect={() =>
|
||||||
/>
|
handleSelect(
|
||||||
<ModelSelectorLogo
|
model.id,
|
||||||
provider={
|
)
|
||||||
PROVIDER_LOGO_MAP[
|
}
|
||||||
provider
|
className="cursor-pointer"
|
||||||
] || provider
|
>
|
||||||
}
|
<Check
|
||||||
className="mr-2"
|
className={cn(
|
||||||
/>
|
"mr-2 h-4 w-4",
|
||||||
<ModelSelectorName>
|
selectedModelId ===
|
||||||
{model.modelId}
|
model.id
|
||||||
</ModelSelectorName>
|
? "opacity-100"
|
||||||
{model.validated !==
|
: "opacity-0",
|
||||||
true && (
|
)}
|
||||||
<span
|
/>
|
||||||
title={
|
<ModelSelectorLogo
|
||||||
dict.modelConfig
|
provider={
|
||||||
.unvalidatedModelWarning
|
PROVIDER_LOGO_MAP[
|
||||||
}
|
provider
|
||||||
>
|
] ||
|
||||||
<AlertTriangle className="ml-auto h-3 w-3 text-warning" />
|
provider
|
||||||
</span>
|
}
|
||||||
|
className="mr-2"
|
||||||
|
/>
|
||||||
|
<ModelSelectorName>
|
||||||
|
{
|
||||||
|
model.modelId
|
||||||
|
}
|
||||||
|
</ModelSelectorName>
|
||||||
|
{model.isDefault && (
|
||||||
|
<span
|
||||||
|
title={
|
||||||
|
dict
|
||||||
|
.modelConfig
|
||||||
|
.serverDefaultModel
|
||||||
|
}
|
||||||
|
className="ml-auto text-xs text-muted-foreground"
|
||||||
|
>
|
||||||
|
{
|
||||||
|
dict
|
||||||
|
.modelConfig
|
||||||
|
.default
|
||||||
|
}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</ModelSelectorItem>
|
||||||
|
),
|
||||||
)}
|
)}
|
||||||
</ModelSelectorItem>
|
</ModelSelectorGroup>
|
||||||
))}
|
),
|
||||||
</ModelSelectorGroup>
|
)}
|
||||||
),
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{/* Configure Option */}
|
{/* User Models Section */}
|
||||||
<ModelSelectorSeparator />
|
{userModels.length > 0 && (
|
||||||
<ModelSelectorGroup>
|
<>
|
||||||
<ModelSelectorItem
|
{serverModels.length > 0 && (
|
||||||
value="__configure__"
|
<ModelSelectorSeparator />
|
||||||
onSelect={handleSelect}
|
)}
|
||||||
className="cursor-pointer text-muted-foreground hover:text-foreground"
|
<ModelSelectorSectionHeader
|
||||||
>
|
icon={<User />}
|
||||||
<Settings2 className="mr-2 h-4 w-4" />
|
label={dict.modelConfig.userModels}
|
||||||
<ModelSelectorName>
|
/>
|
||||||
{dict.modelConfig.configureModels}
|
{Array.from(
|
||||||
</ModelSelectorName>
|
groupedUserModels.entries(),
|
||||||
</ModelSelectorItem>
|
).map(
|
||||||
</ModelSelectorGroup>
|
([
|
||||||
{/* Info text */}
|
providerLabel,
|
||||||
<div className="px-3 py-2 text-xs text-muted-foreground border-t">
|
{
|
||||||
{showUnvalidatedModels
|
provider,
|
||||||
? dict.modelConfig.allModelsShown
|
models: providerModels,
|
||||||
: dict.modelConfig.onlyVerifiedShown}
|
},
|
||||||
|
]) => (
|
||||||
|
<ModelSelectorGroup
|
||||||
|
key={`user-${providerLabel}`}
|
||||||
|
heading={providerLabel}
|
||||||
|
className="[&>[cmdk-group-heading]]:pl-4"
|
||||||
|
>
|
||||||
|
{providerModels.map(
|
||||||
|
(model) => (
|
||||||
|
<ModelSelectorItem
|
||||||
|
key={model.id}
|
||||||
|
value={
|
||||||
|
model.modelId
|
||||||
|
}
|
||||||
|
onSelect={() =>
|
||||||
|
handleSelect(
|
||||||
|
model.id,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
className="cursor-pointer"
|
||||||
|
>
|
||||||
|
<Check
|
||||||
|
className={cn(
|
||||||
|
"mr-2 h-4 w-4",
|
||||||
|
selectedModelId ===
|
||||||
|
model.id
|
||||||
|
? "opacity-100"
|
||||||
|
: "opacity-0",
|
||||||
|
)}
|
||||||
|
/>
|
||||||
|
<ModelSelectorLogo
|
||||||
|
provider={
|
||||||
|
PROVIDER_LOGO_MAP[
|
||||||
|
provider
|
||||||
|
] ||
|
||||||
|
provider
|
||||||
|
}
|
||||||
|
className="mr-2"
|
||||||
|
/>
|
||||||
|
<ModelSelectorName>
|
||||||
|
{
|
||||||
|
model.modelId
|
||||||
|
}
|
||||||
|
</ModelSelectorName>
|
||||||
|
{model.validated !==
|
||||||
|
true && (
|
||||||
|
<span
|
||||||
|
title={
|
||||||
|
dict
|
||||||
|
.modelConfig
|
||||||
|
.unvalidatedModelWarning
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<AlertTriangle className="ml-auto h-3 w-3 text-warning" />
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</ModelSelectorItem>
|
||||||
|
),
|
||||||
|
)}
|
||||||
|
</ModelSelectorGroup>
|
||||||
|
),
|
||||||
|
)}
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
</ModelSelectorList>
|
||||||
</div>
|
</div>
|
||||||
</ModelSelectorList>
|
{/* Pinned footer: Configure Models... + info text (z-10 above list shadow) */}
|
||||||
|
<div className="relative z-10 shrink-0 border-t bg-background">
|
||||||
|
{onConfigure && (
|
||||||
|
<div className="px-3 py-2">
|
||||||
|
<ModelSelectorItem
|
||||||
|
value="__configure_models__"
|
||||||
|
onSelect={() => {
|
||||||
|
onConfigure()
|
||||||
|
setOpen(false)
|
||||||
|
}}
|
||||||
|
className="flex cursor-pointer items-center gap-2 rounded-sm"
|
||||||
|
>
|
||||||
|
<Settings2 className="h-4 w-4 shrink-0 text-muted-foreground" />
|
||||||
|
<ModelSelectorName>
|
||||||
|
{dict.modelConfig.configureModels}
|
||||||
|
</ModelSelectorName>
|
||||||
|
</ModelSelectorItem>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
<div className="px-3 pb-2 text-xs text-muted-foreground">
|
||||||
|
{showUnvalidatedModels
|
||||||
|
? dict.modelConfig.allModelsShown
|
||||||
|
: dict.modelConfig.onlyVerifiedShown}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</ModelSelectorContent>
|
</ModelSelectorContent>
|
||||||
</ModelSelectorRoot>
|
</ModelSelectorRoot>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -23,9 +23,22 @@ export function QuotaLimitToast({
|
|||||||
}: QuotaLimitToastProps) {
|
}: QuotaLimitToastProps) {
|
||||||
const dict = useDictionary()
|
const dict = useDictionary()
|
||||||
const isTokenLimit = type === "token"
|
const isTokenLimit = type === "token"
|
||||||
|
const isSelfHosted = process.env.NEXT_PUBLIC_SELFHOSTED === "true"
|
||||||
const formatNumber = (n: number) =>
|
const formatNumber = (n: number) =>
|
||||||
n >= 1000 ? `${(n / 1000).toFixed(1)}k` : n.toString()
|
n >= 1000 ? `${(n / 1000).toFixed(1)}k` : n.toString()
|
||||||
|
|
||||||
|
const quotaMessage = isTokenLimit
|
||||||
|
? isSelfHosted
|
||||||
|
? (dict.quota.messageTokenSelfHosted ?? dict.quota.messageToken)
|
||||||
|
: dict.quota.messageToken
|
||||||
|
: isSelfHosted
|
||||||
|
? (dict.quota.messageApiSelfHosted ?? dict.quota.messageApi)
|
||||||
|
: dict.quota.messageApi
|
||||||
|
|
||||||
|
const tipHtml = isSelfHosted
|
||||||
|
? (dict.quota.tipSelfHosted ?? dict.quota.tip)
|
||||||
|
: dict.quota.tip
|
||||||
|
|
||||||
const handleKeyDown = (e: React.KeyboardEvent) => {
|
const handleKeyDown = (e: React.KeyboardEvent) => {
|
||||||
if (e.key === "Escape") {
|
if (e.key === "Escape") {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
@@ -71,19 +84,24 @@ export function QuotaLimitToast({
|
|||||||
</div>
|
</div>
|
||||||
{/* Message */}
|
{/* Message */}
|
||||||
<div className="text-sm text-muted-foreground leading-relaxed mb-4 space-y-2">
|
<div className="text-sm text-muted-foreground leading-relaxed mb-4 space-y-2">
|
||||||
<p>
|
<p>{quotaMessage}</p>
|
||||||
{isTokenLimit
|
{!isSelfHosted && (
|
||||||
? dict.quota.messageToken
|
<p
|
||||||
: dict.quota.messageApi}
|
dangerouslySetInnerHTML={{
|
||||||
</p>
|
__html: formatMessage(
|
||||||
|
dict.quota.doubaoSponsorship,
|
||||||
|
{
|
||||||
|
link: "https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<p
|
<p
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: formatMessage(dict.quota.doubaoSponsorship, {
|
__html: tipHtml,
|
||||||
link: "https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project",
|
|
||||||
}),
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<p dangerouslySetInnerHTML={{ __html: dict.quota.tip }} />
|
|
||||||
<p>{dict.quota.reset}</p>
|
<p>{dict.quota.reset}</p>
|
||||||
</div>{" "}
|
</div>{" "}
|
||||||
{/* Action buttons */}
|
{/* Action buttons */}
|
||||||
@@ -101,24 +119,28 @@ export function QuotaLimitToast({
|
|||||||
{dict.quota.configModel}
|
{dict.quota.configModel}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
<a
|
{!isSelfHosted && (
|
||||||
href="https://github.com/DayuanJiang/next-ai-draw-io"
|
<>
|
||||||
target="_blank"
|
<a
|
||||||
rel="noopener noreferrer"
|
href="https://github.com/DayuanJiang/next-ai-draw-io"
|
||||||
className="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-lg border border-border text-foreground hover:bg-muted transition-colors"
|
target="_blank"
|
||||||
>
|
rel="noopener noreferrer"
|
||||||
<FaGithub className="w-3.5 h-3.5" />
|
className="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-lg border border-border text-foreground hover:bg-muted transition-colors"
|
||||||
{dict.quota.selfHost}
|
>
|
||||||
</a>
|
<FaGithub className="w-3.5 h-3.5" />
|
||||||
<a
|
{dict.quota.selfHost}
|
||||||
href="https://github.com/sponsors/DayuanJiang"
|
</a>
|
||||||
target="_blank"
|
<a
|
||||||
rel="noopener noreferrer"
|
href="https://github.com/sponsors/DayuanJiang"
|
||||||
className="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-lg border border-border text-foreground hover:bg-muted transition-colors"
|
target="_blank"
|
||||||
>
|
rel="noopener noreferrer"
|
||||||
<Coffee className="w-3.5 h-3.5" />
|
className="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-lg border border-border text-foreground hover:bg-muted transition-colors"
|
||||||
{dict.quota.sponsor}
|
>
|
||||||
</a>
|
<Coffee className="w-3.5 h-3.5" />
|
||||||
|
{dict.quota.sponsor}
|
||||||
|
</a>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import {
|
|||||||
} from "@/components/ui/select"
|
} from "@/components/ui/select"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
|
|
||||||
export type ExportFormat = "drawio" | "png" | "svg"
|
export type ExportFormat = "drawio" | "png" | "svg" | "xmlsvg"
|
||||||
|
|
||||||
interface SaveDialogProps {
|
interface SaveDialogProps {
|
||||||
open: boolean
|
open: boolean
|
||||||
@@ -74,6 +74,11 @@ export function SaveDialog({
|
|||||||
label: dict.save.formats.svg,
|
label: dict.save.formats.svg,
|
||||||
extension: ".svg",
|
extension: ".svg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "xmlsvg" as const,
|
||||||
|
label: dict.save.formats.xmlsvg,
|
||||||
|
extension: ".drawio.svg",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
const currentFormat = FORMAT_OPTIONS.find((f) => f.value === format)
|
const currentFormat = FORMAT_OPTIONS.find((f) => f.value === format)
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { Github, Info, Moon, Sun, Tag } from "lucide-react"
|
import { ChevronRight, Github, Info, Moon, Sun, Tag } from "lucide-react"
|
||||||
import { usePathname, useRouter, useSearchParams } from "next/navigation"
|
import { usePathname, useRouter, useSearchParams } from "next/navigation"
|
||||||
import { Suspense, useEffect, useState } from "react"
|
import { Suspense, useCallback, useEffect, useState } from "react"
|
||||||
import { toast } from "sonner"
|
import { toast } from "sonner"
|
||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import {
|
import {
|
||||||
@@ -22,6 +22,7 @@ import {
|
|||||||
SelectValue,
|
SelectValue,
|
||||||
} from "@/components/ui/select"
|
} from "@/components/ui/select"
|
||||||
import { Switch } from "@/components/ui/switch"
|
import { Switch } from "@/components/ui/switch"
|
||||||
|
import { Textarea } from "@/components/ui/textarea"
|
||||||
import { useDictionary } from "@/hooks/use-dictionary"
|
import { useDictionary } from "@/hooks/use-dictionary"
|
||||||
import { getApiEndpoint } from "@/lib/base-path"
|
import { getApiEndpoint } from "@/lib/base-path"
|
||||||
import { i18n, type Locale } from "@/lib/i18n/config"
|
import { i18n, type Locale } from "@/lib/i18n/config"
|
||||||
@@ -56,6 +57,7 @@ const LANGUAGE_LABELS: Record<Locale, string> = {
|
|||||||
en: "English",
|
en: "English",
|
||||||
zh: "中文",
|
zh: "中文",
|
||||||
ja: "日本語",
|
ja: "日本語",
|
||||||
|
"zh-Hant": "繁體中文",
|
||||||
}
|
}
|
||||||
|
|
||||||
interface SettingsDialogProps {
|
interface SettingsDialogProps {
|
||||||
@@ -69,6 +71,9 @@ interface SettingsDialogProps {
|
|||||||
onMinimalStyleChange?: (value: boolean) => void
|
onMinimalStyleChange?: (value: boolean) => void
|
||||||
vlmValidationEnabled?: boolean
|
vlmValidationEnabled?: boolean
|
||||||
onVlmValidationChange?: (value: boolean) => void
|
onVlmValidationChange?: (value: boolean) => void
|
||||||
|
onOpenModelConfig?: () => void
|
||||||
|
customSystemMessage?: string
|
||||||
|
onCustomSystemMessageChange?: (value: string) => void
|
||||||
}
|
}
|
||||||
|
|
||||||
export const STORAGE_ACCESS_CODE_KEY = "next-ai-draw-io-access-code"
|
export const STORAGE_ACCESS_CODE_KEY = "next-ai-draw-io-access-code"
|
||||||
@@ -92,6 +97,9 @@ function SettingsContent({
|
|||||||
onMinimalStyleChange = () => {},
|
onMinimalStyleChange = () => {},
|
||||||
vlmValidationEnabled = false,
|
vlmValidationEnabled = false,
|
||||||
onVlmValidationChange = () => {},
|
onVlmValidationChange = () => {},
|
||||||
|
onOpenModelConfig,
|
||||||
|
customSystemMessage = "",
|
||||||
|
onCustomSystemMessageChange = () => {},
|
||||||
}: SettingsDialogProps) {
|
}: SettingsDialogProps) {
|
||||||
const dict = useDictionary()
|
const dict = useDictionary()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -106,6 +114,20 @@ function SettingsContent({
|
|||||||
const [currentLang, setCurrentLang] = useState("en")
|
const [currentLang, setCurrentLang] = useState("en")
|
||||||
const [sendShortcut, setSendShortcut] = useState("ctrl-enter")
|
const [sendShortcut, setSendShortcut] = useState("ctrl-enter")
|
||||||
|
|
||||||
|
// Panel visibility state
|
||||||
|
const [showRecentChats, setShowRecentChats] = useState(true)
|
||||||
|
const [showMyTemplates, setShowMyTemplates] = useState(true)
|
||||||
|
const [showQuickExamples, setShowQuickExamples] = useState(true)
|
||||||
|
|
||||||
|
const handlePanelToggle = useCallback(
|
||||||
|
(key: string, value: boolean, setter: (v: boolean) => void) => {
|
||||||
|
setter(value)
|
||||||
|
localStorage.setItem(key, String(value))
|
||||||
|
window.dispatchEvent(new CustomEvent("panelVisibilityChange"))
|
||||||
|
},
|
||||||
|
[],
|
||||||
|
)
|
||||||
|
|
||||||
// Proxy settings state (Electron only)
|
// Proxy settings state (Electron only)
|
||||||
const [httpProxy, setHttpProxy] = useState("")
|
const [httpProxy, setHttpProxy] = useState("")
|
||||||
const [httpsProxy, setHttpsProxy] = useState("")
|
const [httpsProxy, setHttpsProxy] = useState("")
|
||||||
@@ -156,6 +178,17 @@ function SettingsContent({
|
|||||||
)
|
)
|
||||||
setSendShortcut(storedSendShortcut || "ctrl-enter")
|
setSendShortcut(storedSendShortcut || "ctrl-enter")
|
||||||
|
|
||||||
|
setShowRecentChats(
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showRecentChats) !== "false",
|
||||||
|
)
|
||||||
|
setShowMyTemplates(
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showMyTemplates) !== "false",
|
||||||
|
)
|
||||||
|
setShowQuickExamples(
|
||||||
|
localStorage.getItem(STORAGE_KEYS.showQuickExamples) !==
|
||||||
|
"false",
|
||||||
|
)
|
||||||
|
|
||||||
setError("")
|
setError("")
|
||||||
|
|
||||||
// Load proxy settings (Electron only)
|
// Load proxy settings (Electron only)
|
||||||
@@ -271,7 +304,7 @@ function SettingsContent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DialogContent className="sm:max-w-lg p-0 gap-0">
|
<DialogContent className="sm:max-w-lg p-0 gap-0 max-h-[90vh] flex flex-col overflow-hidden">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<DialogHeader className="px-6 pt-6 pb-4">
|
<DialogHeader className="px-6 pt-6 pb-4">
|
||||||
<DialogTitle>{dict.settings.title}</DialogTitle>
|
<DialogTitle>{dict.settings.title}</DialogTitle>
|
||||||
@@ -281,8 +314,29 @@ function SettingsContent({
|
|||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
{/* Content */}
|
{/* Content */}
|
||||||
<div className="px-6 pb-6">
|
<div className="px-6 pb-6 overflow-y-auto flex-1 scrollbar-thin">
|
||||||
<div className="divide-y divide-border-subtle">
|
<div className="divide-y divide-border-subtle">
|
||||||
|
{/* API Keys & Models */}
|
||||||
|
{onOpenModelConfig && (
|
||||||
|
<SettingItem
|
||||||
|
label={dict.settings.apiKeysModels}
|
||||||
|
description={dict.settings.apiKeysModelsDescription}
|
||||||
|
>
|
||||||
|
<Button
|
||||||
|
variant="ghost"
|
||||||
|
size="sm"
|
||||||
|
className="h-9 w-9 p-0"
|
||||||
|
onClick={() => {
|
||||||
|
onOpenChange(false)
|
||||||
|
onOpenModelConfig()
|
||||||
|
}}
|
||||||
|
aria-label={dict.settings.apiKeysModels}
|
||||||
|
>
|
||||||
|
<ChevronRight className="h-4 w-4" />
|
||||||
|
</Button>
|
||||||
|
</SettingItem>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* Access Code (conditional) */}
|
{/* Access Code (conditional) */}
|
||||||
{accessCodeRequired && (
|
{accessCodeRequired && (
|
||||||
<div className="py-4 first:pt-0 space-y-3">
|
<div className="py-4 first:pt-0 space-y-3">
|
||||||
@@ -414,6 +468,63 @@ function SettingsContent({
|
|||||||
</div>
|
</div>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
|
{/* Panel Visibility */}
|
||||||
|
<SettingItem
|
||||||
|
label={dict.settings.panelVisibility}
|
||||||
|
description={dict.settings.panelVisibilityDescription}
|
||||||
|
>
|
||||||
|
<div className="flex flex-col gap-2">
|
||||||
|
<label className="flex items-center gap-2 cursor-pointer">
|
||||||
|
<Switch
|
||||||
|
id="show-recent-chats"
|
||||||
|
checked={showRecentChats}
|
||||||
|
onCheckedChange={(v) =>
|
||||||
|
handlePanelToggle(
|
||||||
|
STORAGE_KEYS.showRecentChats,
|
||||||
|
v,
|
||||||
|
setShowRecentChats,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<span className="text-xs text-muted-foreground">
|
||||||
|
{dict.settings.showRecentChats}
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
<label className="flex items-center gap-2 cursor-pointer">
|
||||||
|
<Switch
|
||||||
|
id="show-my-templates"
|
||||||
|
checked={showMyTemplates}
|
||||||
|
onCheckedChange={(v) =>
|
||||||
|
handlePanelToggle(
|
||||||
|
STORAGE_KEYS.showMyTemplates,
|
||||||
|
v,
|
||||||
|
setShowMyTemplates,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<span className="text-xs text-muted-foreground">
|
||||||
|
{dict.settings.showMyTemplates}
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
<label className="flex items-center gap-2 cursor-pointer">
|
||||||
|
<Switch
|
||||||
|
id="show-quick-examples"
|
||||||
|
checked={showQuickExamples}
|
||||||
|
onCheckedChange={(v) =>
|
||||||
|
handlePanelToggle(
|
||||||
|
STORAGE_KEYS.showQuickExamples,
|
||||||
|
v,
|
||||||
|
setShowQuickExamples,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<span className="text-xs text-muted-foreground">
|
||||||
|
{dict.settings.showQuickExamples}
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</SettingItem>
|
||||||
|
|
||||||
{/* VLM Diagram Validation */}
|
{/* VLM Diagram Validation */}
|
||||||
<SettingItem
|
<SettingItem
|
||||||
label={dict.settings.diagramValidation}
|
label={dict.settings.diagramValidation}
|
||||||
@@ -433,6 +544,33 @@ function SettingsContent({
|
|||||||
</div>
|
</div>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
|
{/* Custom System Message */}
|
||||||
|
<div className="py-4 space-y-3">
|
||||||
|
<div className="space-y-0.5">
|
||||||
|
<Label
|
||||||
|
htmlFor="custom-system-message"
|
||||||
|
className="text-sm font-medium"
|
||||||
|
>
|
||||||
|
{dict.settings.customSystemMessage}
|
||||||
|
</Label>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{dict.settings.customSystemMessageDescription}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<Textarea
|
||||||
|
id="custom-system-message"
|
||||||
|
value={customSystemMessage}
|
||||||
|
onChange={(e) =>
|
||||||
|
onCustomSystemMessageChange(e.target.value)
|
||||||
|
}
|
||||||
|
placeholder={
|
||||||
|
dict.settings.customSystemMessagePlaceholder
|
||||||
|
}
|
||||||
|
className="min-h-[80px] max-h-[160px] text-sm"
|
||||||
|
maxLength={5000}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Send Shortcut */}
|
{/* Send Shortcut */}
|
||||||
<SettingItem
|
<SettingItem
|
||||||
label={dict.settings.sendShortcut}
|
label={dict.settings.sendShortcut}
|
||||||
|
|||||||
@@ -77,12 +77,13 @@ function CommandInput({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
function CommandList({
|
const CommandList = React.forwardRef<
|
||||||
className,
|
React.ElementRef<typeof CommandPrimitive.List>,
|
||||||
...props
|
React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>
|
||||||
}: React.ComponentProps<typeof CommandPrimitive.List>) {
|
>(({ className, ...props }, ref) => {
|
||||||
return (
|
return (
|
||||||
<CommandPrimitive.List
|
<CommandPrimitive.List
|
||||||
|
ref={ref}
|
||||||
data-slot="command-list"
|
data-slot="command-list"
|
||||||
className={cn(
|
className={cn(
|
||||||
"max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto",
|
"max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto",
|
||||||
@@ -91,7 +92,8 @@ function CommandList({
|
|||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
|
CommandList.displayName = CommandPrimitive.List.displayName ?? "CommandList"
|
||||||
|
|
||||||
function CommandEmpty({
|
function CommandEmpty({
|
||||||
...props
|
...props
|
||||||
|
|||||||
@@ -20,9 +20,10 @@ interface DiagramContextType {
|
|||||||
loadDiagram: (chart: string, skipValidation?: boolean) => string | null
|
loadDiagram: (chart: string, skipValidation?: boolean) => string | null
|
||||||
handleExport: () => void
|
handleExport: () => void
|
||||||
handleExportWithoutHistory: () => void
|
handleExportWithoutHistory: () => void
|
||||||
resolverRef: React.Ref<((value: string) => void) | null>
|
resolverRef: React.MutableRefObject<((value: string) => void) | null>
|
||||||
drawioRef: React.Ref<DrawIoEmbedRef | null>
|
drawioRef: React.MutableRefObject<DrawIoEmbedRef | null>
|
||||||
handleDiagramExport: (data: any) => void
|
handleDiagramExport: (data: any) => void
|
||||||
|
handleDiagramAutoSave: (data: { xml?: string }) => void
|
||||||
clearDiagram: () => void
|
clearDiagram: () => void
|
||||||
saveDiagramToFile: (
|
saveDiagramToFile: (
|
||||||
filename: string,
|
filename: string,
|
||||||
@@ -56,8 +57,6 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
const pngResolverRef = useRef<((value: string) => void) | null>(null)
|
const pngResolverRef = useRef<((value: string) => void) | null>(null)
|
||||||
// Track if we're expecting an export for history (user-initiated)
|
// Track if we're expecting an export for history (user-initiated)
|
||||||
const expectHistoryExportRef = useRef<boolean>(false)
|
const expectHistoryExportRef = useRef<boolean>(false)
|
||||||
// Track if diagram has been restored after DrawIO remount (e.g., theme change)
|
|
||||||
const hasDiagramRestoredRef = useRef<boolean>(false)
|
|
||||||
// Track latest chartXML for restoration after remount
|
// Track latest chartXML for restoration after remount
|
||||||
const chartXMLRef = useRef<string>("")
|
const chartXMLRef = useRef<string>("")
|
||||||
|
|
||||||
@@ -66,6 +65,10 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
if (hasCalledOnLoadRef.current) return
|
if (hasCalledOnLoadRef.current) return
|
||||||
hasCalledOnLoadRef.current = true
|
hasCalledOnLoadRef.current = true
|
||||||
setIsDrawioReady(true)
|
setIsDrawioReady(true)
|
||||||
|
// Restore diagram after remount (e.g., theme/UI change)
|
||||||
|
if (drawioRef.current && isRealDiagram(chartXMLRef.current)) {
|
||||||
|
drawioRef.current.load({ xml: chartXMLRef.current })
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const resetDrawioReady = () => {
|
const resetDrawioReady = () => {
|
||||||
@@ -78,24 +81,6 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
chartXMLRef.current = chartXML
|
chartXMLRef.current = chartXML
|
||||||
}, [chartXML])
|
}, [chartXML])
|
||||||
|
|
||||||
// Restore diagram when DrawIO becomes ready after remount (e.g., theme/UI change)
|
|
||||||
useEffect(() => {
|
|
||||||
// Reset restore flag when DrawIO is not ready (preparing for next restore cycle)
|
|
||||||
if (!isDrawioReady) {
|
|
||||||
hasDiagramRestoredRef.current = false
|
|
||||||
return
|
|
||||||
}
|
|
||||||
// Only restore once per ready cycle
|
|
||||||
if (hasDiagramRestoredRef.current) return
|
|
||||||
hasDiagramRestoredRef.current = true
|
|
||||||
|
|
||||||
// Restore diagram from ref if we have one
|
|
||||||
const xmlToRestore = chartXMLRef.current
|
|
||||||
if (isRealDiagram(xmlToRestore) && drawioRef.current) {
|
|
||||||
drawioRef.current.load({ xml: xmlToRestore })
|
|
||||||
}
|
|
||||||
}, [isDrawioReady])
|
|
||||||
|
|
||||||
// Track if we're expecting an export for file save (stores raw export data)
|
// Track if we're expecting an export for file save (stores raw export data)
|
||||||
const saveResolverRef = useRef<{
|
const saveResolverRef = useRef<{
|
||||||
resolver: ((data: string) => void) | null
|
resolver: ((data: string) => void) | null
|
||||||
@@ -234,7 +219,8 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
saveResolverRef.current = { resolver: null, format: null }
|
saveResolverRef.current = { resolver: null, format: null }
|
||||||
// For non-xmlsvg formats, skip XML extraction as it will fail
|
// For non-xmlsvg formats, skip XML extraction as it will fail
|
||||||
// Only drawio (which uses xmlsvg internally) has the content attribute
|
// Only drawio (which uses xmlsvg internally) has the content attribute
|
||||||
if (format === "png" || format === "svg") {
|
// xmlsvg is saved directly as SVG file, no need for extraction
|
||||||
|
if (format === "png" || format === "svg" || format === "xmlsvg") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -267,6 +253,16 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const handleDiagramAutoSave = (data: { xml?: string }) => {
|
||||||
|
if (!data?.xml) return
|
||||||
|
// Don't overwrite a pending restore - if we have a real diagram in state
|
||||||
|
// but DrawIO isn't ready yet, it means we're waiting to restore
|
||||||
|
if (!isDrawioReady && isRealDiagram(chartXML)) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
setChartXML(data.xml)
|
||||||
|
}
|
||||||
|
|
||||||
const clearDiagram = () => {
|
const clearDiagram = () => {
|
||||||
const emptyDiagram = `<mxfile><diagram name="Page-1" id="page-1"><mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel></diagram></mxfile>`
|
const emptyDiagram = `<mxfile><diagram name="Page-1" id="page-1"><mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel></diagram></mxfile>`
|
||||||
// Skip validation for trusted internal template (loadDiagram also sets chartXML)
|
// Skip validation for trusted internal template (loadDiagram also sets chartXML)
|
||||||
@@ -287,7 +283,8 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Map format to draw.io export format
|
// Map format to draw.io export format
|
||||||
const drawioFormat = format === "drawio" ? "xmlsvg" : format
|
const drawioFormat =
|
||||||
|
format === "drawio" || format === "xmlsvg" ? "xmlsvg" : format
|
||||||
|
|
||||||
// Set up the resolver before triggering export
|
// Set up the resolver before triggering export
|
||||||
saveResolverRef.current = {
|
saveResolverRef.current = {
|
||||||
@@ -311,8 +308,13 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
fileContent = exportData
|
fileContent = exportData
|
||||||
mimeType = "image/png"
|
mimeType = "image/png"
|
||||||
extension = ".png"
|
extension = ".png"
|
||||||
|
} else if (format === "xmlsvg") {
|
||||||
|
// Editable SVG: pass data URL directly (like PNG)
|
||||||
|
fileContent = exportData
|
||||||
|
mimeType = "image/svg+xml"
|
||||||
|
extension = ".drawio.svg"
|
||||||
} else {
|
} else {
|
||||||
// SVG format
|
// SVG format (view-only)
|
||||||
fileContent = exportData
|
fileContent = exportData
|
||||||
mimeType = "image/svg+xml"
|
mimeType = "image/svg+xml"
|
||||||
extension = ".svg"
|
extension = ".svg"
|
||||||
@@ -391,6 +393,7 @@ export function DiagramProvider({ children }: { children: React.ReactNode }) {
|
|||||||
resolverRef,
|
resolverRef,
|
||||||
drawioRef,
|
drawioRef,
|
||||||
handleDiagramExport,
|
handleDiagramExport,
|
||||||
|
handleDiagramAutoSave,
|
||||||
clearDiagram,
|
clearDiagram,
|
||||||
saveDiagramToFile,
|
saveDiagramToFile,
|
||||||
getThumbnailSvg,
|
getThumbnailSvg,
|
||||||
|
|||||||
@@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
一个集成了AI功能的Next.js网页应用,与draw.io图表无缝结合。通过自然语言命令和AI辅助可视化来创建、修改和增强图表。
|
一个集成了AI功能的Next.js网页应用,与draw.io图表无缝结合。通过自然语言命令和AI辅助可视化来创建、修改和增强图表。
|
||||||
|
|
||||||
> 注:感谢 <img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [字节跳动豆包](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) 的赞助支持,本项目的 Demo 现已接入强大的 K2-thinking 模型!
|
> 注:感谢 <img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [字节跳动豆包](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) 的赞助支持,本项目的 Demo 现已接入强大的 glm-4.7 模型!
|
||||||
|
|
||||||
|
<a href="https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio" target="_blank"><img src="../../public/volcengine-invite.png" alt="火山引擎方舟 Coding Plan" width="300" /></a>
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
||||||
|
|
||||||
@@ -195,7 +197,7 @@ npm run dev
|
|||||||
|
|
||||||
## 多提供商支持
|
## 多提供商支持
|
||||||
|
|
||||||
- [字节跳动豆包](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)
|
- [字节跳动豆包](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)
|
||||||
- AWS Bedrock(默认)
|
- AWS Bedrock(默认)
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Anthropic
|
- Anthropic
|
||||||
@@ -236,7 +238,7 @@ npm run dev
|
|||||||
|
|
||||||
## 支持与联系
|
## 支持与联系
|
||||||
|
|
||||||
**特别感谢[字节跳动豆包](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)赞助演示站点的 API Token 使用!** 注册火山引擎 ARK 平台即可获得50万免费Token!
|
**特别感谢[字节跳动豆包](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)赞助演示站点的 API Token 使用!** 注册火山引擎 ARK 平台即可获得50万免费Token!
|
||||||
|
|
||||||
如果您觉得这个项目有用,请考虑[赞助](https://github.com/sponsors/DayuanJiang)来帮助我托管在线演示站点!
|
如果您觉得这个项目有用,请考虑[赞助](https://github.com/sponsors/DayuanJiang)来帮助我托管在线演示站点!
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
### 豆包 (字节跳动火山引擎)
|
### 豆包 (字节跳动火山引擎)
|
||||||
|
|
||||||
> **免费 Token**:在 [火山引擎 ARK 平台](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) 注册,即可获得所有模型 50 万免费 Token!
|
> **免费 Token**:在 [火山引擎 ARK 平台](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) 注册,即可获得所有模型 50 万免费 Token!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOUBAO_API_KEY=your_api_key
|
DOUBAO_API_KEY=your_api_key
|
||||||
@@ -207,6 +207,85 @@ AI_MODEL=openai/gpt-4o
|
|||||||
|
|
||||||
从 [Vercel AI Gateway 仪表板](https://vercel.com/ai-gateway) 获取您的 API 密钥。
|
从 [Vercel AI Gateway 仪表板](https://vercel.com/ai-gateway) 获取您的 API 密钥。
|
||||||
|
|
||||||
|
### MiniMax
|
||||||
|
|
||||||
|
MiniMax 支持两种 API 格式:
|
||||||
|
- **Anthropic 兼容**(`/anthropic` 端点)— 推荐,支持 interleaved thinking
|
||||||
|
- **OpenAI 兼容**(`/v1` 端点)— 标准 OpenAI 聊天补全格式
|
||||||
|
|
||||||
|
```bash
|
||||||
|
MINIMAX_API_KEY=your_api_key
|
||||||
|
AI_MODEL=MiniMax-M2.7
|
||||||
|
```
|
||||||
|
|
||||||
|
可选配置:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 中国大陆版,Anthropic 兼容(默认)
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/anthropic
|
||||||
|
|
||||||
|
# 中国大陆版,OpenAI 兼容
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/v1
|
||||||
|
|
||||||
|
# 国际版,Anthropic 兼容
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/anthropic
|
||||||
|
|
||||||
|
# 国际版,OpenAI 兼容
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/v1
|
||||||
|
```
|
||||||
|
|
||||||
|
### GLM (智谱 AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_API_KEY=your_api_key
|
||||||
|
AI_MODEL=glm-4
|
||||||
|
```
|
||||||
|
|
||||||
|
可选的自定义端点:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qwen (阿里云通义千问)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_API_KEY=your_api_key
|
||||||
|
AI_MODEL=qwen-turbo
|
||||||
|
```
|
||||||
|
|
||||||
|
可选的自定义端点:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Kimi (月之暗面 Moonshot AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_API_KEY=your_api_key
|
||||||
|
AI_MODEL=kimi-latest
|
||||||
|
```
|
||||||
|
|
||||||
|
可选的自定义端点:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qiniu (七牛云)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_API_KEY=your_api_key
|
||||||
|
AI_MODEL=your_model_id
|
||||||
|
```
|
||||||
|
|
||||||
|
可选的自定义端点:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
## 自动检测
|
## 自动检测
|
||||||
|
|
||||||
如果您只配置了**一个**提供商的 API 密钥,系统将自动检测并使用该提供商。无需设置 `AI_PROVIDER`。
|
如果您只配置了**一个**提供商的 API 密钥,系统将自动检测并使用该提供商。无需设置 `AI_PROVIDER`。
|
||||||
@@ -214,7 +293,7 @@ AI_MODEL=openai/gpt-4o
|
|||||||
如果您配置了**多个** API 密钥,则必须显式设置 `AI_PROVIDER`:
|
如果您配置了**多个** API 密钥,则必须显式设置 `AI_PROVIDER`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
AI_PROVIDER=google # 或:openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang
|
AI_PROVIDER=google # 或:openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang, modelscope, minimax, glm, qwen, kimi, qiniu
|
||||||
```
|
```
|
||||||
|
|
||||||
## 服务端多模型配置
|
## 服务端多模型配置
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ This guide explains how to configure different AI model providers for next-ai-dr
|
|||||||
|
|
||||||
### Doubao (ByteDance Volcengine)
|
### Doubao (ByteDance Volcengine)
|
||||||
|
|
||||||
> **Free tokens**: Register on the [Volcengine ARK platform](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) to get 500K free tokens for all models!
|
> **Free tokens**: Register on the [Volcengine ARK platform](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) to get 500K free tokens for all models!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOUBAO_API_KEY=your_api_key
|
DOUBAO_API_KEY=your_api_key
|
||||||
@@ -222,6 +222,85 @@ Model format uses `provider/model` syntax:
|
|||||||
|
|
||||||
Get your API key from the [Vercel AI Gateway dashboard](https://vercel.com/ai-gateway).
|
Get your API key from the [Vercel AI Gateway dashboard](https://vercel.com/ai-gateway).
|
||||||
|
|
||||||
|
### MiniMax
|
||||||
|
|
||||||
|
MiniMax supports two API formats:
|
||||||
|
- **Anthropic-compatible** (`/anthropic` endpoint) — recommended, supports interleaved thinking
|
||||||
|
- **OpenAI-compatible** (`/v1` endpoint) — standard OpenAI chat completions format
|
||||||
|
|
||||||
|
```bash
|
||||||
|
MINIMAX_API_KEY=your_api_key
|
||||||
|
AI_MODEL=MiniMax-M2.7
|
||||||
|
```
|
||||||
|
|
||||||
|
Optional configuration:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# China mainland, Anthropic-compatible (default)
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/anthropic
|
||||||
|
|
||||||
|
# China mainland, OpenAI-compatible
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/v1
|
||||||
|
|
||||||
|
# International, Anthropic-compatible
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/anthropic
|
||||||
|
|
||||||
|
# International, OpenAI-compatible
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/v1
|
||||||
|
```
|
||||||
|
|
||||||
|
### GLM (Zhipu AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_API_KEY=your_api_key
|
||||||
|
AI_MODEL=glm-4
|
||||||
|
```
|
||||||
|
|
||||||
|
Optional custom endpoint:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qwen (Alibaba Cloud)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_API_KEY=your_api_key
|
||||||
|
AI_MODEL=qwen-turbo
|
||||||
|
```
|
||||||
|
|
||||||
|
Optional custom endpoint:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Kimi (Moonshot AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_API_KEY=your_api_key
|
||||||
|
AI_MODEL=kimi-latest
|
||||||
|
```
|
||||||
|
|
||||||
|
Optional custom endpoint:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qiniu (Qiniu Cloud)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_API_KEY=your_api_key
|
||||||
|
AI_MODEL=your_model_id
|
||||||
|
```
|
||||||
|
|
||||||
|
Optional custom endpoint:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
## Auto-Detection
|
## Auto-Detection
|
||||||
|
|
||||||
If you only configure **one** provider's API key, the system will automatically detect and use that provider. No need to set `AI_PROVIDER`.
|
If you only configure **one** provider's API key, the system will automatically detect and use that provider. No need to set `AI_PROVIDER`.
|
||||||
@@ -229,7 +308,7 @@ If you only configure **one** provider's API key, the system will automatically
|
|||||||
If you configure **multiple** API keys, you must explicitly set `AI_PROVIDER`:
|
If you configure **multiple** API keys, you must explicitly set `AI_PROVIDER`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
AI_PROVIDER=google # or: openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang, modelscope
|
AI_PROVIDER=google # or: openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang, modelscope, minimax, glm, qwen, kimi, qiniu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Server-Side Multi-Model Configuration
|
## Server-Side Multi-Model Configuration
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
AI機能とdraw.ioダイアグラムを統合したNext.jsウェブアプリケーションです。自然言語コマンドとAI支援の可視化により、ダイアグラムを作成、修正、強化できます。
|
AI機能とdraw.ioダイアグラムを統合したNext.jsウェブアプリケーションです。自然言語コマンドとAI支援の可視化により、ダイアグラムを作成、修正、強化できます。
|
||||||
|
|
||||||
> 注:<img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project) のご支援により、デモサイトに強力な K2-thinking モデルを導入しました!
|
> 注:<img src="https://raw.githubusercontent.com/DayuanJiang/next-ai-draw-io/main/public/doubao-color.png" alt="" height="20" /> [ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio) のご支援により、デモサイトに強力な glm-4.7 モデルを導入しました!
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
https://github.com/user-attachments/assets/b2eef5f3-b335-4e71-a755-dc2e80931979
|
||||||
|
|
||||||
@@ -196,7 +196,7 @@ Next.jsアプリをデプロイする最も簡単な方法は、Next.jsの作成
|
|||||||
|
|
||||||
## マルチプロバイダーサポート
|
## マルチプロバイダーサポート
|
||||||
|
|
||||||
- [ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)
|
- [ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)
|
||||||
- AWS Bedrock(デフォルト)
|
- AWS Bedrock(デフォルト)
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Anthropic
|
- Anthropic
|
||||||
@@ -237,7 +237,7 @@ AWS BedrockとOpenRouter以外のすべてのプロバイダーはカスタム
|
|||||||
|
|
||||||
## サポート&お問い合わせ
|
## サポート&お問い合わせ
|
||||||
|
|
||||||
**デモサイトのAPIトークン使用を支援してくださった[ByteDance Doubao](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)に特別な感謝を申し上げます!** ARKプラットフォームに登録すると、50万トークンが無料でもらえます!
|
**デモサイトのAPIトークン使用を支援してくださった[ByteDance Doubao](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)に特別な感謝を申し上げます!** ARKプラットフォームに登録すると、50万トークンが無料でもらえます!
|
||||||
|
|
||||||
このプロジェクトが役に立ったら、ライブデモサイトのホスティングを支援するために[スポンサー](https://github.com/sponsors/DayuanJiang)をご検討ください!
|
このプロジェクトが役に立ったら、ライブデモサイトのホスティングを支援するために[スポンサー](https://github.com/sponsors/DayuanJiang)をご検討ください!
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
### Doubao (ByteDance Volcengine)
|
### Doubao (ByteDance Volcengine)
|
||||||
|
|
||||||
> **無料トークン**: [Volcengine ARK プラットフォーム](https://console.volcengine.com/ark/region:ark+cn-beijing/overview?briefPage=0&briefType=introduce&type=new&utm_campaign=doubao&utm_content=aidrawio&utm_medium=github&utm_source=coopensrc&utm_term=project)に登録すると、すべてのモデルで使える50万トークンが無料で入手できます!
|
> **無料トークン**: [Volcengine ARK プラットフォーム](https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=Z9Z3LDTJ&utm_campaign=drawio&utm_content=drawio&utm_medium=devrel&utm_source=OWO&utm_term=drawio)に登録すると、すべてのモデルで使える50万トークンが無料で入手できます!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOUBAO_API_KEY=your_api_key
|
DOUBAO_API_KEY=your_api_key
|
||||||
@@ -207,6 +207,85 @@ AI_MODEL=openai/gpt-4o
|
|||||||
|
|
||||||
[Vercel AI Gateway ダッシュボード](https://vercel.com/ai-gateway)から API キーを取得してください。
|
[Vercel AI Gateway ダッシュボード](https://vercel.com/ai-gateway)から API キーを取得してください。
|
||||||
|
|
||||||
|
### MiniMax
|
||||||
|
|
||||||
|
MiniMax は 2 つの API 形式をサポートしています:
|
||||||
|
- **Anthropic 互換**(`/anthropic` エンドポイント)— 推奨、インターリーブ思考をサポート
|
||||||
|
- **OpenAI 互換**(`/v1` エンドポイント)— 標準 OpenAI チャット補完形式
|
||||||
|
|
||||||
|
```bash
|
||||||
|
MINIMAX_API_KEY=your_api_key
|
||||||
|
AI_MODEL=MiniMax-M2.7
|
||||||
|
```
|
||||||
|
|
||||||
|
オプション設定:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 中国大陸版、Anthropic 互換(デフォルト)
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/anthropic
|
||||||
|
|
||||||
|
# 中国大陸版、OpenAI 互換
|
||||||
|
MINIMAX_BASE_URL=https://api.minimaxi.com/v1
|
||||||
|
|
||||||
|
# 国際版、Anthropic 互換
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/anthropic
|
||||||
|
|
||||||
|
# 国際版、OpenAI 互換
|
||||||
|
MINIMAX_BASE_URL=https://api.minimax.io/v1
|
||||||
|
```
|
||||||
|
|
||||||
|
### GLM (Zhipu AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_API_KEY=your_api_key
|
||||||
|
AI_MODEL=glm-4
|
||||||
|
```
|
||||||
|
|
||||||
|
オプションのカスタムエンドポイント:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLM_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qwen (Alibaba Cloud)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_API_KEY=your_api_key
|
||||||
|
AI_MODEL=qwen-turbo
|
||||||
|
```
|
||||||
|
|
||||||
|
オプションのカスタムエンドポイント:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QWEN_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Kimi (Moonshot AI)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_API_KEY=your_api_key
|
||||||
|
AI_MODEL=kimi-latest
|
||||||
|
```
|
||||||
|
|
||||||
|
オプションのカスタムエンドポイント:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
KIMI_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Qiniu (Qiniu Cloud)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_API_KEY=your_api_key
|
||||||
|
AI_MODEL=your_model_id
|
||||||
|
```
|
||||||
|
|
||||||
|
オプションのカスタムエンドポイント:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
QINIU_BASE_URL=https://your-custom-endpoint
|
||||||
|
```
|
||||||
|
|
||||||
## 自動検出
|
## 自動検出
|
||||||
|
|
||||||
**1つ**のプロバイダーの API キーのみを設定した場合、システムはそのプロバイダーを自動的に検出して使用します。`AI_PROVIDER` を設定する必要はありません。
|
**1つ**のプロバイダーの API キーのみを設定した場合、システムはそのプロバイダーを自動的に検出して使用します。`AI_PROVIDER` を設定する必要はありません。
|
||||||
@@ -214,7 +293,7 @@ AI_MODEL=openai/gpt-4o
|
|||||||
**複数**の API キーを設定する場合は、`AI_PROVIDER` を明示的に設定する必要があります:
|
**複数**の API キーを設定する場合は、`AI_PROVIDER` を明示的に設定する必要があります:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
AI_PROVIDER=google # または: openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang
|
AI_PROVIDER=google # または: openai, anthropic, deepseek, siliconflow, doubao, azure, bedrock, openrouter, ollama, gateway, sglang, modelscope, minimax, glm, qwen, kimi, qiniu
|
||||||
```
|
```
|
||||||
|
|
||||||
## サーバーサイドマルチモデル設定
|
## サーバーサイドマルチモデル設定
|
||||||
|
|||||||
367
docs/shape-libraries/material_design.md
Normal file
367
docs/shape-libraries/material_design.md
Normal file
@@ -0,0 +1,367 @@
|
|||||||
|
# material_design
|
||||||
|
|
||||||
|
**Type:** SVG images (Google Material Icons CDN)
|
||||||
|
**URL Pattern:** `https://fonts.gstatic.com/s/i/materialicons/{icon_name}/v6/24px.svg`
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<mxCell value="label" style="image;aspect=fixed;html=1;image=https://fonts.gstatic.com/s/i/materialicons/{icon_name}/v6/24px.svg;verticalLabelPosition=bottom;verticalAlign=top;align=center;" vertex="1" parent="1">
|
||||||
|
<mxGeometry x="0" y="0" width="48" height="48" as="geometry" />
|
||||||
|
</mxCell>
|
||||||
|
```
|
||||||
|
|
||||||
|
Replace `{icon_name}` with any icon name from the list below.
|
||||||
|
|
||||||
|
## action (115)
|
||||||
|
|
||||||
|
- `account_balance`
|
||||||
|
- `account_balance_wallet`
|
||||||
|
- `account_box`
|
||||||
|
- `account_circle`
|
||||||
|
- `add_shopping_cart`
|
||||||
|
- `admin_panel_settings`
|
||||||
|
- `analytics`
|
||||||
|
- `arrow_right_alt`
|
||||||
|
- `article`
|
||||||
|
- `assessment`
|
||||||
|
- `assignment`
|
||||||
|
- `assignment_ind`
|
||||||
|
- `assignment_turned_in`
|
||||||
|
- `autorenew`
|
||||||
|
- `bookmark`
|
||||||
|
- `bookmark_border`
|
||||||
|
- `build`
|
||||||
|
- `calendar_month`
|
||||||
|
- `calendar_today`
|
||||||
|
- `card_giftcard`
|
||||||
|
- `check_circle`
|
||||||
|
- `check_circle_outline`
|
||||||
|
- `code`
|
||||||
|
- `contact_support`
|
||||||
|
- `credit_card`
|
||||||
|
- `dashboard`
|
||||||
|
- `date_range`
|
||||||
|
- `delete`
|
||||||
|
- `delete_forever`
|
||||||
|
- `delete_outline`
|
||||||
|
- `description`
|
||||||
|
- `dns`
|
||||||
|
- `done`
|
||||||
|
- `done_all`
|
||||||
|
- `done_outline`
|
||||||
|
- `drag_indicator`
|
||||||
|
- `event`
|
||||||
|
- `exit_to_app`
|
||||||
|
- `explore`
|
||||||
|
- `face`
|
||||||
|
- `fact_check`
|
||||||
|
- `favorite`
|
||||||
|
- `favorite_border`
|
||||||
|
- `feedback`
|
||||||
|
- `filter_alt`
|
||||||
|
- `fingerprint`
|
||||||
|
- `flight_takeoff`
|
||||||
|
- `grade`
|
||||||
|
- `help`
|
||||||
|
- `help_outline`
|
||||||
|
- `highlight_off`
|
||||||
|
- `history`
|
||||||
|
- `home`
|
||||||
|
- `info`
|
||||||
|
- `label`
|
||||||
|
- `language`
|
||||||
|
- `launch`
|
||||||
|
- `leaderboard`
|
||||||
|
- `lightbulb`
|
||||||
|
- `list`
|
||||||
|
- `lock`
|
||||||
|
- `lock_open`
|
||||||
|
- `login`
|
||||||
|
- `logout`
|
||||||
|
- `manage_accounts`
|
||||||
|
- `note_add`
|
||||||
|
- `open_in_full`
|
||||||
|
- `open_in_new`
|
||||||
|
- `paid`
|
||||||
|
- `payment`
|
||||||
|
- `pending`
|
||||||
|
- `pending_actions`
|
||||||
|
- `perm_identity`
|
||||||
|
- `pets`
|
||||||
|
- `power_settings_new`
|
||||||
|
- `preview`
|
||||||
|
- `print`
|
||||||
|
- `published_with_changes`
|
||||||
|
- `question_answer`
|
||||||
|
- `receipt`
|
||||||
|
- `reorder`
|
||||||
|
- `report_problem`
|
||||||
|
- `room`
|
||||||
|
- `savings`
|
||||||
|
- `schedule`
|
||||||
|
- `search`
|
||||||
|
- `settings`
|
||||||
|
- `shopping_bag`
|
||||||
|
- `shopping_basket`
|
||||||
|
- `shopping_cart`
|
||||||
|
- `star_rate`
|
||||||
|
- `stars`
|
||||||
|
- `store`
|
||||||
|
- `supervisor_account`
|
||||||
|
- `swap_horiz`
|
||||||
|
- `sync_alt`
|
||||||
|
- `task_alt`
|
||||||
|
- `thumb_up`
|
||||||
|
- `thumb_up_off_alt`
|
||||||
|
- `timeline`
|
||||||
|
- `tips_and_updates`
|
||||||
|
- `today`
|
||||||
|
- `touch_app`
|
||||||
|
- `trending_up`
|
||||||
|
- `update`
|
||||||
|
- `verified`
|
||||||
|
- `verified_user`
|
||||||
|
- `view_in_ar`
|
||||||
|
- `view_list`
|
||||||
|
- `visibility`
|
||||||
|
- `visibility_off`
|
||||||
|
- `watch_later`
|
||||||
|
- `work`
|
||||||
|
- `work_outline`
|
||||||
|
- `zoom_in`
|
||||||
|
|
||||||
|
## alert (4)
|
||||||
|
|
||||||
|
- `error`
|
||||||
|
- `error_outline`
|
||||||
|
- `warning`
|
||||||
|
- `warning_amber`
|
||||||
|
|
||||||
|
## av (12)
|
||||||
|
|
||||||
|
- `library_books`
|
||||||
|
- `mic`
|
||||||
|
- `pause`
|
||||||
|
- `play_arrow`
|
||||||
|
- `play_circle`
|
||||||
|
- `play_circle_filled`
|
||||||
|
- `play_circle_outline`
|
||||||
|
- `replay`
|
||||||
|
- `skip_next`
|
||||||
|
- `videocam`
|
||||||
|
- `volume_off`
|
||||||
|
- `volume_up`
|
||||||
|
|
||||||
|
## communication (13)
|
||||||
|
|
||||||
|
- `alternate_email`
|
||||||
|
- `business`
|
||||||
|
- `call`
|
||||||
|
- `chat`
|
||||||
|
- `chat_bubble_outline`
|
||||||
|
- `email`
|
||||||
|
- `forum`
|
||||||
|
- `list_alt`
|
||||||
|
- `location_on`
|
||||||
|
- `mail_outline`
|
||||||
|
- `phone`
|
||||||
|
- `qr_code_scanner`
|
||||||
|
- `vpn_key`
|
||||||
|
|
||||||
|
## content (27)
|
||||||
|
|
||||||
|
- `add`
|
||||||
|
- `add_box`
|
||||||
|
- `add_circle`
|
||||||
|
- `add_circle_outline`
|
||||||
|
- `block`
|
||||||
|
- `bolt`
|
||||||
|
- `calculate`
|
||||||
|
- `clear`
|
||||||
|
- `content_copy`
|
||||||
|
- `create`
|
||||||
|
- `filter_list`
|
||||||
|
- `flag`
|
||||||
|
- `how_to_reg`
|
||||||
|
- `insights`
|
||||||
|
- `inventory`
|
||||||
|
- `inventory_2`
|
||||||
|
- `link`
|
||||||
|
- `mail`
|
||||||
|
- `push_pin`
|
||||||
|
- `remove`
|
||||||
|
- `remove_circle`
|
||||||
|
- `remove_circle_outline`
|
||||||
|
- `reply`
|
||||||
|
- `save`
|
||||||
|
- `send`
|
||||||
|
- `sort`
|
||||||
|
- `undo`
|
||||||
|
|
||||||
|
## device (9)
|
||||||
|
|
||||||
|
- `dark_mode`
|
||||||
|
- `devices`
|
||||||
|
- `light_mode`
|
||||||
|
- `password`
|
||||||
|
- `restart_alt`
|
||||||
|
- `sell`
|
||||||
|
- `signal_cellular_alt`
|
||||||
|
- `summarize`
|
||||||
|
- `task`
|
||||||
|
|
||||||
|
## editor (9)
|
||||||
|
|
||||||
|
- `attach_file`
|
||||||
|
- `attach_money`
|
||||||
|
- `bar_chart`
|
||||||
|
- `checklist`
|
||||||
|
- `edit_note`
|
||||||
|
- `format_list_bulleted`
|
||||||
|
- `mode_edit`
|
||||||
|
- `monetization_on`
|
||||||
|
- `post_add`
|
||||||
|
|
||||||
|
## file (8)
|
||||||
|
|
||||||
|
- `cloud_upload`
|
||||||
|
- `download`
|
||||||
|
- `file_download`
|
||||||
|
- `file_upload`
|
||||||
|
- `folder`
|
||||||
|
- `folder_open`
|
||||||
|
- `grid_view`
|
||||||
|
- `upload_file`
|
||||||
|
|
||||||
|
## hardware (6)
|
||||||
|
|
||||||
|
- `computer`
|
||||||
|
- `keyboard_arrow_down`
|
||||||
|
- `keyboard_arrow_right`
|
||||||
|
- `phone_iphone`
|
||||||
|
- `security`
|
||||||
|
- `smartphone`
|
||||||
|
|
||||||
|
## image (16)
|
||||||
|
|
||||||
|
- `add_a_photo`
|
||||||
|
- `auto_awesome`
|
||||||
|
- `auto_stories`
|
||||||
|
- `circle`
|
||||||
|
- `collections`
|
||||||
|
- `edit`
|
||||||
|
- `image`
|
||||||
|
- `navigate_before`
|
||||||
|
- `navigate_next`
|
||||||
|
- `palette`
|
||||||
|
- `photo_camera`
|
||||||
|
- `picture_as_pdf`
|
||||||
|
- `receipt_long`
|
||||||
|
- `remove_red_eye`
|
||||||
|
- `timer`
|
||||||
|
- `tune`
|
||||||
|
|
||||||
|
## maps (11)
|
||||||
|
|
||||||
|
- `badge`
|
||||||
|
- `category`
|
||||||
|
- `directions_car`
|
||||||
|
- `local_fire_department`
|
||||||
|
- `local_offer`
|
||||||
|
- `local_shipping`
|
||||||
|
- `map`
|
||||||
|
- `menu_book`
|
||||||
|
- `place`
|
||||||
|
- `restaurant`
|
||||||
|
- `volunteer_activism`
|
||||||
|
|
||||||
|
## navigation (29)
|
||||||
|
|
||||||
|
- `apps`
|
||||||
|
- `arrow_back`
|
||||||
|
- `arrow_back_ios`
|
||||||
|
- `arrow_back_ios_new`
|
||||||
|
- `arrow_downward`
|
||||||
|
- `arrow_drop_down`
|
||||||
|
- `arrow_drop_up`
|
||||||
|
- `arrow_forward`
|
||||||
|
- `arrow_forward_ios`
|
||||||
|
- `arrow_right`
|
||||||
|
- `arrow_upward`
|
||||||
|
- `campaign`
|
||||||
|
- `cancel`
|
||||||
|
- `check`
|
||||||
|
- `chevron_left`
|
||||||
|
- `chevron_right`
|
||||||
|
- `close`
|
||||||
|
- `double_arrow`
|
||||||
|
- `east`
|
||||||
|
- `expand_less`
|
||||||
|
- `expand_more`
|
||||||
|
- `fullscreen`
|
||||||
|
- `menu`
|
||||||
|
- `menu_open`
|
||||||
|
- `more_horiz`
|
||||||
|
- `more_vert`
|
||||||
|
- `payments`
|
||||||
|
- `refresh`
|
||||||
|
- `unfold_more`
|
||||||
|
|
||||||
|
## notification (6)
|
||||||
|
|
||||||
|
- `account_tree`
|
||||||
|
- `event_available`
|
||||||
|
- `priority_high`
|
||||||
|
- `support_agent`
|
||||||
|
- `sync`
|
||||||
|
- `wifi`
|
||||||
|
|
||||||
|
## places (2)
|
||||||
|
|
||||||
|
- `apartment`
|
||||||
|
- `storefront`
|
||||||
|
|
||||||
|
## search (2)
|
||||||
|
|
||||||
|
- `feed`
|
||||||
|
- `manage_search`
|
||||||
|
|
||||||
|
## social (23)
|
||||||
|
|
||||||
|
- `construction`
|
||||||
|
- `emoji_emotions`
|
||||||
|
- `emoji_events`
|
||||||
|
- `engineering`
|
||||||
|
- `group`
|
||||||
|
- `group_add`
|
||||||
|
- `groups`
|
||||||
|
- `health_and_safety`
|
||||||
|
- `notifications`
|
||||||
|
- `notifications_active`
|
||||||
|
- `notifications_none`
|
||||||
|
- `people`
|
||||||
|
- `people_alt`
|
||||||
|
- `person`
|
||||||
|
- `person_add`
|
||||||
|
- `person_outline`
|
||||||
|
- `psychology`
|
||||||
|
- `public`
|
||||||
|
- `school`
|
||||||
|
- `share`
|
||||||
|
- `thumb_up_alt`
|
||||||
|
- `travel_explore`
|
||||||
|
- `water_drop`
|
||||||
|
|
||||||
|
## toggle (8)
|
||||||
|
|
||||||
|
- `check_box`
|
||||||
|
- `check_box_outline_blank`
|
||||||
|
- `radio_button_checked`
|
||||||
|
- `radio_button_unchecked`
|
||||||
|
- `star`
|
||||||
|
- `star_border`
|
||||||
|
- `star_outline`
|
||||||
|
- `toggle_on`
|
||||||
|
|
||||||
|
Total: 300 icons (top by popularity from 2100+ available)
|
||||||
@@ -10,8 +10,13 @@ directories:
|
|||||||
afterPack: ./scripts/afterPack.cjs
|
afterPack: ./scripts/afterPack.cjs
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- dist-electron/**/*
|
- from: dist-electron
|
||||||
- "!node_modules"
|
to: dist-electron
|
||||||
|
filter:
|
||||||
|
- "**/*"
|
||||||
|
- from: .
|
||||||
|
filter:
|
||||||
|
- package.json
|
||||||
|
|
||||||
asarUnpack:
|
asarUnpack:
|
||||||
- "**/*.node"
|
- "**/*.node"
|
||||||
|
|||||||
4
electron/electron.d.ts
vendored
4
electron/electron.d.ts
vendored
@@ -69,7 +69,9 @@ declare global {
|
|||||||
/** Set proxy configuration (saves and restarts server) */
|
/** Set proxy configuration (saves and restarts server) */
|
||||||
setProxy: (config: ProxyConfig) => Promise<SetProxyResult>
|
setProxy: (config: ProxyConfig) => Promise<SetProxyResult>
|
||||||
/** Get user's preferred locale */
|
/** Get user's preferred locale */
|
||||||
getUserLocale: () => Promise<"en" | "zh" | "ja" | undefined>
|
getUserLocale: () => Promise<
|
||||||
|
"en" | "zh" | "ja" | "zh-Hant" | undefined
|
||||||
|
>
|
||||||
/** Set user's preferred locale */
|
/** Set user's preferred locale */
|
||||||
setUserLocale: (locale: string) => Promise<SetUserLocaleResult>
|
setUserLocale: (locale: string) => Promise<SetUserLocaleResult>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ interface ConfigPresetsFile {
|
|||||||
version: 1
|
version: 1
|
||||||
currentPresetId: string | null
|
currentPresetId: string | null
|
||||||
presets: ConfigPreset[]
|
presets: ConfigPreset[]
|
||||||
userLocale?: "en" | "zh" | "ja"
|
userLocale?: "en" | "zh" | "ja" | "zh-Hant"
|
||||||
}
|
}
|
||||||
|
|
||||||
const CONFIG_FILE_NAME = "config-presets.json"
|
const CONFIG_FILE_NAME = "config-presets.json"
|
||||||
@@ -359,9 +359,9 @@ const PROVIDER_ENV_MAP: Record<string, { apiKey: string; baseUrl: string }> = {
|
|||||||
baseUrl: "MODELSCOPE_BASE_URL",
|
baseUrl: "MODELSCOPE_BASE_URL",
|
||||||
},
|
},
|
||||||
gateway: { apiKey: "AI_GATEWAY_API_KEY", baseUrl: "AI_GATEWAY_BASE_URL" },
|
gateway: { apiKey: "AI_GATEWAY_API_KEY", baseUrl: "AI_GATEWAY_BASE_URL" },
|
||||||
// bedrock and ollama don't use API keys in the same way
|
// bedrock doesn't use API keys in the same way
|
||||||
bedrock: { apiKey: "", baseUrl: "" },
|
bedrock: { apiKey: "", baseUrl: "" },
|
||||||
ollama: { apiKey: "", baseUrl: "OLLAMA_BASE_URL" },
|
ollama: { apiKey: "OLLAMA_API_KEY", baseUrl: "OLLAMA_BASE_URL" },
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -470,7 +470,7 @@ export function getCurrentPresetEnv(): Record<string, string> {
|
|||||||
* Get user's preferred locale from config
|
* Get user's preferred locale from config
|
||||||
* Returns undefined if not set
|
* Returns undefined if not set
|
||||||
*/
|
*/
|
||||||
export function getUserLocale(): "en" | "zh" | "ja" | undefined {
|
export function getUserLocale(): "en" | "zh" | "ja" | "zh-Hant" | undefined {
|
||||||
const data = loadPresets()
|
const data = loadPresets()
|
||||||
return data.userLocale
|
return data.userLocale
|
||||||
}
|
}
|
||||||
@@ -478,7 +478,9 @@ export function getUserLocale(): "en" | "zh" | "ja" | undefined {
|
|||||||
/**
|
/**
|
||||||
* Set user's preferred locale in config
|
* Set user's preferred locale in config
|
||||||
*/
|
*/
|
||||||
export function setUserLocale(locale: "en" | "zh" | "ja" | null): void {
|
export function setUserLocale(
|
||||||
|
locale: "en" | "zh" | "ja" | "zh-Hant" | null,
|
||||||
|
): void {
|
||||||
const data = loadPresets()
|
const data = loadPresets()
|
||||||
data.userLocale = locale === null ? undefined : locale
|
data.userLocale = locale === null ? undefined : locale
|
||||||
savePresets(data)
|
savePresets(data)
|
||||||
|
|||||||
@@ -94,7 +94,8 @@ if (!gotTheLock) {
|
|||||||
if (
|
if (
|
||||||
url.includes("diagrams.net") ||
|
url.includes("diagrams.net") ||
|
||||||
url.includes("draw.io") ||
|
url.includes("draw.io") ||
|
||||||
url.startsWith("http://localhost")
|
url.startsWith("http://localhost") ||
|
||||||
|
url.startsWith("http://127.0.0.1")
|
||||||
) {
|
) {
|
||||||
return { action: "allow" }
|
return { action: "allow" }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -263,12 +263,12 @@ export function registerIpcHandlers(): void {
|
|||||||
|
|
||||||
ipcMain.handle("set-user-locale", (_event, locale: string) => {
|
ipcMain.handle("set-user-locale", (_event, locale: string) => {
|
||||||
// Validate locale is one of the supported values
|
// Validate locale is one of the supported values
|
||||||
if (!["en", "zh", "ja"].includes(locale)) {
|
if (!["en", "zh", "ja", "zh-Hant"].includes(locale)) {
|
||||||
return { success: false, error: "Invalid locale" }
|
return { success: false, error: "Invalid locale" }
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
setUserLocale(locale as "en" | "zh" | "ja")
|
setUserLocale(locale as "en" | "zh" | "ja" | "zh-Hant")
|
||||||
// Rebuild the menu to reflect the new locale
|
// Rebuild the menu to reflect the new locale
|
||||||
rebuildAppMenu()
|
rebuildAppMenu()
|
||||||
return { success: true }
|
return { success: true }
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
import { getUserLocale } from "./config-manager"
|
import { getUserLocale } from "./config-manager"
|
||||||
|
|
||||||
export type MenuLocale = "en" | "zh" | "ja"
|
export type MenuLocale = "en" | "zh" | "ja" | "zh-Hant"
|
||||||
|
|
||||||
export interface MenuTranslations {
|
export interface MenuTranslations {
|
||||||
// App menu (macOS only)
|
// App menu (macOS only)
|
||||||
@@ -119,6 +119,34 @@ const translations: Record<MenuLocale, MenuTranslations> = {
|
|||||||
documentation: "ドキュメント",
|
documentation: "ドキュメント",
|
||||||
reportIssue: "問題を報告",
|
reportIssue: "問題を報告",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"zh-Hant": {
|
||||||
|
// App menu
|
||||||
|
settings: "設定...",
|
||||||
|
|
||||||
|
// File menu
|
||||||
|
file: "檔案",
|
||||||
|
|
||||||
|
// Edit menu
|
||||||
|
edit: "編輯",
|
||||||
|
|
||||||
|
// View menu
|
||||||
|
view: "檢視",
|
||||||
|
|
||||||
|
// Configuration menu
|
||||||
|
configuration: "配置",
|
||||||
|
switchPreset: "切換預設",
|
||||||
|
managePresets: "管理預設...",
|
||||||
|
addConfigurationPreset: "新增配置預設...",
|
||||||
|
|
||||||
|
// Window menu
|
||||||
|
window: "視窗",
|
||||||
|
|
||||||
|
// Help menu
|
||||||
|
help: "說明",
|
||||||
|
documentation: "文件",
|
||||||
|
reportIssue: "回報問題",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -126,6 +154,16 @@ const translations: Record<MenuLocale, MenuTranslations> = {
|
|||||||
* Falls back to English if locale is not supported
|
* Falls back to English if locale is not supported
|
||||||
*/
|
*/
|
||||||
export function getMenuTranslations(locale: string): MenuTranslations {
|
export function getMenuTranslations(locale: string): MenuTranslations {
|
||||||
|
// Check for zh-Hant before normalizing
|
||||||
|
if (
|
||||||
|
locale === "zh-Hant" ||
|
||||||
|
locale.toLowerCase().startsWith("zh-hant") ||
|
||||||
|
locale.toLowerCase().startsWith("zh-tw") ||
|
||||||
|
locale.toLowerCase().startsWith("zh-hk")
|
||||||
|
) {
|
||||||
|
return translations["zh-Hant"]
|
||||||
|
}
|
||||||
|
|
||||||
// Normalize locale (e.g., "zh-CN" -> "zh", "ja-JP" -> "ja")
|
// Normalize locale (e.g., "zh-CN" -> "zh", "ja-JP" -> "ja")
|
||||||
const normalized = locale.toLowerCase().split("-")[0]
|
const normalized = locale.toLowerCase().split("-")[0]
|
||||||
|
|
||||||
@@ -136,10 +174,21 @@ export function getMenuTranslations(locale: string): MenuTranslations {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect system locale from Electron app
|
* Detect system locale from Electron app
|
||||||
* Returns one of: "en", "zh", "ja"
|
* Returns one of: "en", "zh", "ja", "zh-Hant"
|
||||||
*/
|
*/
|
||||||
export function detectSystemLocale(appLocale: string): MenuLocale {
|
export function detectSystemLocale(appLocale: string): MenuLocale {
|
||||||
const normalized = appLocale.toLowerCase().split("-")[0]
|
const lower = appLocale.toLowerCase()
|
||||||
|
|
||||||
|
// Distinguish Traditional Chinese locales (TW, HK, Hant) from Simplified
|
||||||
|
if (
|
||||||
|
lower.startsWith("zh-hant") ||
|
||||||
|
lower.startsWith("zh-tw") ||
|
||||||
|
lower.startsWith("zh-hk")
|
||||||
|
) {
|
||||||
|
return "zh-Hant"
|
||||||
|
}
|
||||||
|
|
||||||
|
const normalized = lower.split("-")[0]
|
||||||
|
|
||||||
if (normalized === "zh") return "zh"
|
if (normalized === "zh") return "zh"
|
||||||
if (normalized === "ja") return "ja"
|
if (normalized === "ja") return "ja"
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export async function startNextServer(): Promise<string> {
|
|||||||
const env: Record<string, string> = {
|
const env: Record<string, string> = {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
PORT: String(port),
|
PORT: String(port),
|
||||||
HOSTNAME: "localhost",
|
HOSTNAME: "127.0.0.1",
|
||||||
// Enable Node.js built-in proxy support for fetch (Node.js 24+)
|
// Enable Node.js built-in proxy support for fetch (Node.js 24+)
|
||||||
NODE_USE_ENV_PROXY: "1",
|
NODE_USE_ENV_PROXY: "1",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,9 +9,11 @@ import { app } from "electron"
|
|||||||
const PORT_CONFIG = {
|
const PORT_CONFIG = {
|
||||||
// Development mode uses fixed port for hot reload compatibility
|
// Development mode uses fixed port for hot reload compatibility
|
||||||
development: 6002,
|
development: 6002,
|
||||||
// Production mode uses fixed port (61337) to preserve localStorage
|
// Legacy production port — tried first to preserve localStorage for existing users
|
||||||
// Falls back to sequential ports if unavailable
|
legacyProduction: 61337,
|
||||||
production: 61337,
|
// New production port below the ephemeral range (49152-65535)
|
||||||
|
// to avoid conflicts with Windows Hyper-V / ephemeral port reservations
|
||||||
|
production: 13370,
|
||||||
// Maximum attempts to find an available port (fallback)
|
// Maximum attempts to find an available port (fallback)
|
||||||
maxAttempts: 100,
|
maxAttempts: 100,
|
||||||
}
|
}
|
||||||
@@ -27,7 +29,10 @@ let allocatedPort: number | null = null
|
|||||||
export function isPortAvailable(port: number): Promise<boolean> {
|
export function isPortAvailable(port: number): Promise<boolean> {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
const server = net.createServer()
|
const server = net.createServer()
|
||||||
server.once("error", () => resolve(false))
|
server.once("error", (err: NodeJS.ErrnoException) => {
|
||||||
|
console.warn(`Port ${port} unavailable: ${err.code}`)
|
||||||
|
resolve(false)
|
||||||
|
})
|
||||||
server.once("listening", () => {
|
server.once("listening", () => {
|
||||||
server.close()
|
server.close()
|
||||||
resolve(true)
|
resolve(true)
|
||||||
@@ -39,12 +44,12 @@ export function isPortAvailable(port: number): Promise<boolean> {
|
|||||||
/**
|
/**
|
||||||
* Find an available port
|
* Find an available port
|
||||||
* - In development: uses fixed port (6002)
|
* - In development: uses fixed port (6002)
|
||||||
* - In production: uses fixed port (61337) to preserve localStorage
|
* - In production: uses fixed port (13370) to preserve localStorage
|
||||||
* - Falls back to sequential ports if preferred port is unavailable
|
* - Falls back to sequential ports if preferred port is unavailable
|
||||||
|
* - Last resort: lets the OS assign a port (port 0)
|
||||||
*
|
*
|
||||||
* @param reuseExisting If true, try to reuse the previously allocated port
|
* @param reuseExisting If true, try to reuse the previously allocated port
|
||||||
* @returns Promise<number> The available port
|
* @returns Promise<number> The available port
|
||||||
* @throws Error if no available port found after max attempts
|
|
||||||
*/
|
*/
|
||||||
export async function findAvailablePort(reuseExisting = true): Promise<number> {
|
export async function findAvailablePort(reuseExisting = true): Promise<number> {
|
||||||
const isDev = !app.isPackaged
|
const isDev = !app.isPackaged
|
||||||
@@ -64,7 +69,16 @@ export async function findAvailablePort(reuseExisting = true): Promise<number> {
|
|||||||
allocatedPort = null
|
allocatedPort = null
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try preferred port first
|
// In production, try legacy port first to preserve existing users' localStorage
|
||||||
|
if (!isDev) {
|
||||||
|
const legacyPort = PORT_CONFIG.legacyProduction
|
||||||
|
if (await isPortAvailable(legacyPort)) {
|
||||||
|
allocatedPort = legacyPort
|
||||||
|
return legacyPort
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Try preferred port
|
||||||
if (await isPortAvailable(preferredPort)) {
|
if (await isPortAvailable(preferredPort)) {
|
||||||
allocatedPort = preferredPort
|
allocatedPort = preferredPort
|
||||||
return preferredPort
|
return preferredPort
|
||||||
@@ -84,9 +98,23 @@ export async function findAvailablePort(reuseExisting = true): Promise<number> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(
|
// Last resort: let the OS pick an available port
|
||||||
`Failed to find available port after ${PORT_CONFIG.maxAttempts} attempts`,
|
console.warn(
|
||||||
|
"All sequential ports failed. Requesting OS-assigned port (localStorage may not persist across restarts).",
|
||||||
)
|
)
|
||||||
|
const osPort = await new Promise<number>((resolve, reject) => {
|
||||||
|
const server = net.createServer()
|
||||||
|
server.once("error", reject)
|
||||||
|
server.once("listening", () => {
|
||||||
|
const addr = server.address()
|
||||||
|
const port = (addr as net.AddressInfo).port
|
||||||
|
server.close(() => resolve(port))
|
||||||
|
})
|
||||||
|
server.listen(0, "127.0.0.1")
|
||||||
|
})
|
||||||
|
allocatedPort = osPort
|
||||||
|
console.log(`OS assigned port: ${osPort}`)
|
||||||
|
return osPort
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -113,5 +141,5 @@ export function getServerUrl(): string {
|
|||||||
"No port allocated yet. Call findAvailablePort() first.",
|
"No port allocated yet. Call findAvailablePort() first.",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
return `http://localhost:${allocatedPort}`
|
return `http://127.0.0.1:${allocatedPort}`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,11 @@ export function createWindow(serverUrl: string): BrowserWindow {
|
|||||||
|
|
||||||
// Handle page title updates
|
// Handle page title updates
|
||||||
mainWindow.webContents.on("page-title-updated", (event, title) => {
|
mainWindow.webContents.on("page-title-updated", (event, title) => {
|
||||||
if (title && !title.includes("localhost")) {
|
if (
|
||||||
|
title &&
|
||||||
|
!title.includes("localhost") &&
|
||||||
|
!title.includes("127.0.0.1")
|
||||||
|
) {
|
||||||
mainWindow?.setTitle(title)
|
mainWindow?.setTitle(title)
|
||||||
} else {
|
} else {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|||||||
44
env.example
44
env.example
@@ -1,6 +1,6 @@
|
|||||||
# AI Provider Configuration
|
# AI Provider Configuration
|
||||||
# AI_PROVIDER: Which provider to use
|
# AI_PROVIDER: Which provider to use
|
||||||
# Options: bedrock, openai, anthropic, google, vertexai, azure, ollama, openrouter, deepseek, siliconflow, gateway
|
# Options: bedrock, openai, anthropic, google, vertexai, azure, ollama, openrouter, deepseek, siliconflow, gateway, novita
|
||||||
# Default: bedrock
|
# Default: bedrock
|
||||||
AI_PROVIDER=bedrock
|
AI_PROVIDER=bedrock
|
||||||
|
|
||||||
@@ -59,8 +59,9 @@ AI_MODEL=global.anthropic.claude-sonnet-4-5-20250929-v1:0
|
|||||||
# AZURE_REASONING_EFFORT=low # Optional: Azure reasoning effort (low, medium, high)
|
# AZURE_REASONING_EFFORT=low # Optional: Azure reasoning effort (low, medium, high)
|
||||||
# AZURE_REASONING_SUMMARY=detailed
|
# AZURE_REASONING_SUMMARY=detailed
|
||||||
|
|
||||||
# Ollama (Local) Configuration
|
# Ollama Configuration (Local or Cloud)
|
||||||
# OLLAMA_BASE_URL=http://localhost:11434/api # Optional, defaults to localhost
|
# OLLAMA_BASE_URL=https://ollama.com/api # Optional, defaults to Ollama Cloud
|
||||||
|
# OLLAMA_API_KEY=your-ollama-cloud-api-key # Optional: For Ollama Cloud or authenticated remote instances
|
||||||
# OLLAMA_ENABLE_THINKING=true # Optional: Enable thinking for models that support it (e.g., qwen3)
|
# OLLAMA_ENABLE_THINKING=true # Optional: Enable thinking for models that support it (e.g., qwen3)
|
||||||
|
|
||||||
# OpenRouter Configuration
|
# OpenRouter Configuration
|
||||||
@@ -134,3 +135,40 @@ AI_MODEL=global.anthropic.claude-sonnet-4-5-20250929-v1:0
|
|||||||
# Allow private/internal URLs for reverse proxy setups (default: true)
|
# Allow private/internal URLs for reverse proxy setups (default: true)
|
||||||
# Set to "false" to block private IPs, localhost, and internal hostnames
|
# Set to "false" to block private IPs, localhost, and internal hostnames
|
||||||
# ALLOW_PRIVATE_URLS=false
|
# ALLOW_PRIVATE_URLS=false
|
||||||
|
|
||||||
|
# Self-hosted deployment (Optional)
|
||||||
|
# Self-hosted users may implement custom quota-management solutions,
|
||||||
|
# which triggers the client UI to display messages suggesting self-hosting or sponsorship.
|
||||||
|
# This switch allows self-hosted users to provide custom messages in response to a 429 code,
|
||||||
|
# in messageTokenSelfHosted, messageApiSelfHosted, and tipSelfHosted translation strings.
|
||||||
|
# NEXT_PUBLIC_SELFHOSTED=true
|
||||||
|
|
||||||
|
# Minimax Configuration (Optional)
|
||||||
|
# Get your API key from: https://platform.minimaxi.com/docs/guides/models-intro
|
||||||
|
# MINIMAX_API_KEY=your_minimax_api_key
|
||||||
|
# MINIMAX_BASE_URL=https://api.minimaxi.com/anthropic # Optional, default (China mainland)
|
||||||
|
|
||||||
|
# GLM Configuration (Optional)
|
||||||
|
# Get your API key from: https://open.bigmodel.cn/dev/api
|
||||||
|
# GLM_API_KEY=your_glm_api_key
|
||||||
|
# GLM_BASE_URL=https://open.bigmodel.cn/api/paas/v4 # Optional, default
|
||||||
|
|
||||||
|
# Qwen Configuration (Optional)
|
||||||
|
# Get your API key from: https://www.aliyun.com/product/bailian
|
||||||
|
# QWEN_API_KEY=your_qwen_api_key
|
||||||
|
# QWEN_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 # Optional, default
|
||||||
|
|
||||||
|
# Kimi Configuration (Optional)
|
||||||
|
# Get your API key from: https://platform.moonshot.cn/
|
||||||
|
# KIMI_API_KEY=your_kimi_api_key
|
||||||
|
# KIMI_BASE_URL=https://api.moonshot.cn/v1 # Optional, default
|
||||||
|
|
||||||
|
# Qiniu Configuration (Optional)
|
||||||
|
# Get your API key from: https://www.qiniu.com/ai/models
|
||||||
|
# QINIU_API_KEY=your_qiniu_api_key
|
||||||
|
# QINIU_BASE_URL=https://api.qnaigc.com/v1 # Optional, default
|
||||||
|
|
||||||
|
# Novita AI Configuration (Optional)
|
||||||
|
# Get your API key from: https://novita.ai/dashboard/key
|
||||||
|
# NOVITA_API_KEY=your_novita_api_key
|
||||||
|
# NOVITA_BASE_URL=https://api.novita.ai/openai # Optional, default
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { useCallback, useEffect, useState } from "react"
|
import { useCallback, useEffect, useState } from "react"
|
||||||
|
import { getApiEndpoint } from "@/lib/base-path"
|
||||||
import type { FlattenedServerModel } from "@/lib/server-model-config"
|
import type { FlattenedServerModel } from "@/lib/server-model-config"
|
||||||
import { STORAGE_KEYS } from "@/lib/storage"
|
import { STORAGE_KEYS } from "@/lib/storage"
|
||||||
import {
|
import {
|
||||||
@@ -147,7 +148,7 @@ export function useModelConfig(): UseModelConfigReturn {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (typeof window === "undefined") return
|
if (typeof window === "undefined") return
|
||||||
|
|
||||||
fetch("/api/server-models")
|
fetch(getApiEndpoint("/api/server-models"))
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
console.error(
|
console.error(
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import { createOpenAI, openai } from "@ai-sdk/openai"
|
|||||||
import { fromNodeProviderChain } from "@aws-sdk/credential-providers"
|
import { fromNodeProviderChain } from "@aws-sdk/credential-providers"
|
||||||
import { createOpenRouter } from "@openrouter/ai-sdk-provider"
|
import { createOpenRouter } from "@openrouter/ai-sdk-provider"
|
||||||
import { createOllama, ollama } from "ollama-ai-provider-v2"
|
import { createOllama, ollama } from "ollama-ai-provider-v2"
|
||||||
import type { ProviderName } from "@/lib/types/model-config"
|
import { PROVIDER_INFO, type ProviderName } from "@/lib/types/model-config"
|
||||||
|
|
||||||
export type { ProviderName }
|
export type { ProviderName }
|
||||||
|
|
||||||
@@ -18,6 +18,43 @@ interface ModelConfig {
|
|||||||
providerOptions?: any
|
providerOptions?: any
|
||||||
headers?: Record<string, string>
|
headers?: Record<string, string>
|
||||||
modelId: string
|
modelId: string
|
||||||
|
provider: ProviderName
|
||||||
|
}
|
||||||
|
|
||||||
|
// Providers that only support a single system message
|
||||||
|
export const SINGLE_SYSTEM_PROVIDERS = new Set<ProviderName>([
|
||||||
|
"minimax",
|
||||||
|
"glm",
|
||||||
|
"qwen",
|
||||||
|
"kimi",
|
||||||
|
"qiniu",
|
||||||
|
"novita",
|
||||||
|
])
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Normalize MiniMax base URL for AI SDK compatibility.
|
||||||
|
* MiniMax supports Anthropic-compatible and OpenAI-compatible endpoints.
|
||||||
|
*/
|
||||||
|
export function normalizeMiniMaxBaseURL(rawUrl: string): {
|
||||||
|
baseURL: string
|
||||||
|
isAnthropicCompatible: boolean
|
||||||
|
} {
|
||||||
|
const isAnthropicCompatible = rawUrl.includes("/anthropic")
|
||||||
|
let baseURL = rawUrl.replace(/\/$/, "")
|
||||||
|
if (isAnthropicCompatible) {
|
||||||
|
if (!baseURL.endsWith("/anthropic/v1")) {
|
||||||
|
if (baseURL.endsWith("/anthropic")) {
|
||||||
|
baseURL = `${baseURL}/v1`
|
||||||
|
} else {
|
||||||
|
baseURL = `${baseURL}/anthropic/v1`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!baseURL.endsWith("/v1")) {
|
||||||
|
baseURL = `${baseURL}/v1`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return { baseURL, isAnthropicCompatible }
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ClientOverrides {
|
export interface ClientOverrides {
|
||||||
@@ -34,12 +71,13 @@ export interface ClientOverrides {
|
|||||||
vertexApiKey?: string | null // Express Mode API key
|
vertexApiKey?: string | null // Express Mode API key
|
||||||
// Custom headers (e.g., for EdgeOne cookie auth)
|
// Custom headers (e.g., for EdgeOne cookie auth)
|
||||||
headers?: Record<string, string>
|
headers?: Record<string, string>
|
||||||
// Custom env var names for server models (allows multiple API keys per provider)
|
// Custom env var name(s) for server models
|
||||||
apiKeyEnv?: string
|
// Can be a single string or array of strings for load balancing
|
||||||
|
apiKeyEnv?: string | string[]
|
||||||
baseUrlEnv?: string
|
baseUrlEnv?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Providers that can be used with client-provided API keys
|
// Providers that can be selected from client settings
|
||||||
const ALLOWED_CLIENT_PROVIDERS: ProviderName[] = [
|
const ALLOWED_CLIENT_PROVIDERS: ProviderName[] = [
|
||||||
"openai",
|
"openai",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
@@ -53,8 +91,15 @@ const ALLOWED_CLIENT_PROVIDERS: ProviderName[] = [
|
|||||||
"sglang",
|
"sglang",
|
||||||
"gateway",
|
"gateway",
|
||||||
"edgeone",
|
"edgeone",
|
||||||
|
"ollama",
|
||||||
"doubao",
|
"doubao",
|
||||||
"modelscope",
|
"modelscope",
|
||||||
|
"glm",
|
||||||
|
"qwen",
|
||||||
|
"qiniu",
|
||||||
|
"kimi",
|
||||||
|
"minimax",
|
||||||
|
"novita",
|
||||||
]
|
]
|
||||||
|
|
||||||
// Bedrock provider options for Anthropic beta features
|
// Bedrock provider options for Anthropic beta features
|
||||||
@@ -98,10 +143,12 @@ export function resolveBaseURL(
|
|||||||
/**
|
/**
|
||||||
* Resolve API key from custom env var name or default env var.
|
* Resolve API key from custom env var name or default env var.
|
||||||
* Supports multiple API keys per provider via ai-models.json apiKeyEnv config.
|
* Supports multiple API keys per provider via ai-models.json apiKeyEnv config.
|
||||||
|
* When multiple keys are configured, randomly selects one for load balancing.
|
||||||
*
|
*
|
||||||
* Priority:
|
* Priority:
|
||||||
* 1. User-provided API key (overrides.apiKey)
|
* 1. User-provided API key (overrides.apiKey)
|
||||||
* 2. Custom env var from ai-models.json (overrides.apiKeyEnv)
|
* 2. Custom env var(s) from ai-models.json (overrides.apiKeyEnv)
|
||||||
|
* - If array, randomly picks one with a valid value
|
||||||
* 3. Default provider env var (defaultEnvVar)
|
* 3. Default provider env var (defaultEnvVar)
|
||||||
*/
|
*/
|
||||||
function resolveApiKey(
|
function resolveApiKey(
|
||||||
@@ -109,7 +156,30 @@ function resolveApiKey(
|
|||||||
defaultEnvVar: string,
|
defaultEnvVar: string,
|
||||||
): string | undefined {
|
): string | undefined {
|
||||||
if (overrides?.apiKey) return overrides.apiKey
|
if (overrides?.apiKey) return overrides.apiKey
|
||||||
if (overrides?.apiKeyEnv) return process.env[overrides.apiKeyEnv]
|
|
||||||
|
if (overrides?.apiKeyEnv) {
|
||||||
|
// Handle array of env var names - randomly select one
|
||||||
|
if (Array.isArray(overrides.apiKeyEnv)) {
|
||||||
|
// Filter to only env vars that have values
|
||||||
|
const validEnvVars = overrides.apiKeyEnv.filter(
|
||||||
|
(envVar) => process.env[envVar],
|
||||||
|
)
|
||||||
|
if (validEnvVars.length > 0) {
|
||||||
|
// Randomly select one
|
||||||
|
const selectedEnvVar =
|
||||||
|
validEnvVars[
|
||||||
|
Math.floor(Math.random() * validEnvVars.length)
|
||||||
|
]
|
||||||
|
console.log(
|
||||||
|
`[API Key Routing] Selected ${selectedEnvVar} from ${validEnvVars.length} available keys`,
|
||||||
|
)
|
||||||
|
return process.env[selectedEnvVar]
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return process.env[overrides.apiKeyEnv]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return process.env[defaultEnvVar]
|
return process.env[defaultEnvVar]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -447,7 +517,13 @@ function buildProviderOptions(
|
|||||||
case "sglang":
|
case "sglang":
|
||||||
case "gateway":
|
case "gateway":
|
||||||
case "modelscope":
|
case "modelscope":
|
||||||
case "doubao": {
|
case "doubao":
|
||||||
|
case "minimax":
|
||||||
|
case "glm":
|
||||||
|
case "qwen":
|
||||||
|
case "kimi":
|
||||||
|
case "qiniu":
|
||||||
|
case "novita": {
|
||||||
// These providers don't have reasoning configs in AI SDK yet
|
// These providers don't have reasoning configs in AI SDK yet
|
||||||
// Gateway passes through to underlying providers which handle their own configs
|
// Gateway passes through to underlying providers which handle their own configs
|
||||||
break
|
break
|
||||||
@@ -477,6 +553,12 @@ const PROVIDER_ENV_VARS: Record<ProviderName, string | null> = {
|
|||||||
edgeone: null, // No credentials needed - uses EdgeOne Edge AI
|
edgeone: null, // No credentials needed - uses EdgeOne Edge AI
|
||||||
doubao: "DOUBAO_API_KEY",
|
doubao: "DOUBAO_API_KEY",
|
||||||
modelscope: "MODELSCOPE_API_KEY",
|
modelscope: "MODELSCOPE_API_KEY",
|
||||||
|
glm: "GLM_API_KEY",
|
||||||
|
qwen: "QWEN_API_KEY",
|
||||||
|
qiniu: "QINIU_API_KEY",
|
||||||
|
kimi: "KIMI_API_KEY",
|
||||||
|
minimax: "MINIMAX_API_KEY",
|
||||||
|
novita: "NOVITA_API_KEY",
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -515,12 +597,24 @@ function detectProvider(): ProviderName | null {
|
|||||||
/**
|
/**
|
||||||
* Validate that required API keys are present for the selected provider
|
* Validate that required API keys are present for the selected provider
|
||||||
* @param provider - The provider to validate
|
* @param provider - The provider to validate
|
||||||
* @param customApiKeyEnv - Optional custom env var name (from ai-models.json apiKeyEnv)
|
* @param customApiKeyEnv - Optional custom env var name(s) (from ai-models.json apiKeyEnv)
|
||||||
*/
|
*/
|
||||||
function validateProviderCredentials(
|
function validateProviderCredentials(
|
||||||
provider: ProviderName,
|
provider: ProviderName,
|
||||||
customApiKeyEnv?: string,
|
customApiKeyEnv?: string | string[],
|
||||||
): void {
|
): void {
|
||||||
|
// Handle array of env var names - at least one must be set
|
||||||
|
if (Array.isArray(customApiKeyEnv)) {
|
||||||
|
const hasAnyKey = customApiKeyEnv.some((envVar) => process.env[envVar])
|
||||||
|
if (!hasAnyKey) {
|
||||||
|
throw new Error(
|
||||||
|
`At least one of [${customApiKeyEnv.join(", ")}] environment variables is required for ${provider} provider. ` +
|
||||||
|
`Please set at least one in your .env.local file.`,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
// Use custom env var name if provided, otherwise use default
|
// Use custom env var name if provided, otherwise use default
|
||||||
const requiredVar = customApiKeyEnv || PROVIDER_ENV_VARS[provider]
|
const requiredVar = customApiKeyEnv || PROVIDER_ENV_VARS[provider]
|
||||||
if (requiredVar && !process.env[requiredVar]) {
|
if (requiredVar && !process.env[requiredVar]) {
|
||||||
@@ -557,7 +651,7 @@ function validateProviderCredentials(
|
|||||||
* - GOOGLE_GENERATIVE_AI_API_KEY: Google API key
|
* - GOOGLE_GENERATIVE_AI_API_KEY: Google API key
|
||||||
* - AZURE_RESOURCE_NAME, AZURE_API_KEY: Azure OpenAI credentials
|
* - AZURE_RESOURCE_NAME, AZURE_API_KEY: Azure OpenAI credentials
|
||||||
* - AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY: AWS Bedrock credentials
|
* - AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY: AWS Bedrock credentials
|
||||||
* - OLLAMA_BASE_URL: Ollama server URL (optional, defaults to http://localhost:11434)
|
* - OLLAMA_BASE_URL: Ollama server URL (optional, defaults to https://ollama.com/api)
|
||||||
* - OPENROUTER_API_KEY: OpenRouter API key
|
* - OPENROUTER_API_KEY: OpenRouter API key
|
||||||
* - DEEPSEEK_API_KEY: DeepSeek API key
|
* - DEEPSEEK_API_KEY: DeepSeek API key
|
||||||
* - DEEPSEEK_BASE_URL: DeepSeek endpoint (optional)
|
* - DEEPSEEK_BASE_URL: DeepSeek endpoint (optional)
|
||||||
@@ -572,12 +666,15 @@ export function getAIModel(overrides?: ClientOverrides): ModelConfig {
|
|||||||
// SECURITY: Prevent SSRF attacks (GHSA-9qf7-mprq-9qgm)
|
// SECURITY: Prevent SSRF attacks (GHSA-9qf7-mprq-9qgm)
|
||||||
// If a custom baseUrl is provided, an API key MUST also be provided.
|
// If a custom baseUrl is provided, an API key MUST also be provided.
|
||||||
// This prevents attackers from redirecting server API keys to malicious endpoints.
|
// This prevents attackers from redirecting server API keys to malicious endpoints.
|
||||||
// Exception: EdgeOne provider doesn't require API key (uses Edge AI runtime)
|
// Exception: EdgeOne doesn't require API keys.
|
||||||
|
// Ollama is exempt only when no server OLLAMA_API_KEY is configured;
|
||||||
|
// when it IS configured, the outer guard also enforces client apiKey for custom baseUrls.
|
||||||
if (
|
if (
|
||||||
overrides?.baseUrl &&
|
overrides?.baseUrl &&
|
||||||
!overrides?.apiKey &&
|
!overrides?.apiKey &&
|
||||||
!(overrides?.provider === "vertexai" && overrides?.vertexApiKey) &&
|
!(overrides?.provider === "vertexai" && overrides?.vertexApiKey) &&
|
||||||
overrides?.provider !== "edgeone"
|
overrides?.provider !== "edgeone" &&
|
||||||
|
!(overrides?.provider === "ollama" && !process.env.OLLAMA_API_KEY)
|
||||||
) {
|
) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`API key is required when using a custom base URL. ` +
|
`API key is required when using a custom base URL. ` +
|
||||||
@@ -836,16 +933,27 @@ export function getAIModel(overrides?: ClientOverrides): ModelConfig {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
case "ollama":
|
case "ollama": {
|
||||||
if (process.env.OLLAMA_BASE_URL) {
|
const baseURL = overrides?.baseUrl || process.env.OLLAMA_BASE_URL
|
||||||
|
// SECURITY: When client provides a custom base URL, only use
|
||||||
|
// client-provided API key. Never fall back to server OLLAMA_API_KEY
|
||||||
|
// to prevent leaking server credentials to user-controlled endpoints.
|
||||||
|
const apiKey = overrides?.baseUrl
|
||||||
|
? overrides?.apiKey || undefined
|
||||||
|
: resolveApiKey(overrides, "OLLAMA_API_KEY")
|
||||||
|
if (baseURL || apiKey) {
|
||||||
const customOllama = createOllama({
|
const customOllama = createOllama({
|
||||||
baseURL: process.env.OLLAMA_BASE_URL,
|
...(baseURL && { baseURL }),
|
||||||
|
...(apiKey && {
|
||||||
|
headers: { Authorization: `Bearer ${apiKey}` },
|
||||||
|
}),
|
||||||
})
|
})
|
||||||
model = customOllama(modelId)
|
model = customOllama(modelId)
|
||||||
} else {
|
} else {
|
||||||
model = ollama(modelId)
|
model = ollama(modelId)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
}
|
||||||
|
|
||||||
case "openrouter": {
|
case "openrouter": {
|
||||||
const apiKey = resolveApiKey(overrides, "OPENROUTER_API_KEY")
|
const apiKey = resolveApiKey(overrides, "OPENROUTER_API_KEY")
|
||||||
@@ -1119,9 +1227,70 @@ export function getAIModel(overrides?: ClientOverrides): ModelConfig {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case "minimax": {
|
||||||
|
const apiKey = resolveApiKey(overrides, "MINIMAX_API_KEY")
|
||||||
|
const serverBaseUrl = resolveBaseUrlEnv(
|
||||||
|
overrides,
|
||||||
|
"MINIMAX_BASE_URL",
|
||||||
|
)
|
||||||
|
const rawBaseURL = resolveBaseURL(
|
||||||
|
overrides?.apiKey,
|
||||||
|
overrides?.baseUrl,
|
||||||
|
serverBaseUrl,
|
||||||
|
PROVIDER_INFO.minimax.defaultBaseUrl,
|
||||||
|
)
|
||||||
|
|
||||||
|
if (!rawBaseURL) {
|
||||||
|
throw new Error(
|
||||||
|
"MiniMax base URL could not be resolved. Set MINIMAX_BASE_URL or configure a base URL in settings.",
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const { baseURL, isAnthropicCompatible } =
|
||||||
|
normalizeMiniMaxBaseURL(rawBaseURL)
|
||||||
|
|
||||||
|
if (isAnthropicCompatible) {
|
||||||
|
const minimax = createAnthropic({ apiKey, baseURL })
|
||||||
|
model = minimax.chat(modelId)
|
||||||
|
} else {
|
||||||
|
const minimax = createOpenAI({ apiKey, baseURL })
|
||||||
|
model = minimax.chat(modelId)
|
||||||
|
}
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
|
case "glm":
|
||||||
|
case "qwen":
|
||||||
|
case "qiniu":
|
||||||
|
case "kimi":
|
||||||
|
case "novita": {
|
||||||
|
const envVar = PROVIDER_ENV_VARS[provider]
|
||||||
|
if (!envVar) {
|
||||||
|
throw new Error(
|
||||||
|
`API key environment variable not defined for provider: ${provider}`,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
const apiKey = resolveApiKey(overrides, envVar)
|
||||||
|
const baseURL = resolveBaseURL(
|
||||||
|
overrides?.apiKey,
|
||||||
|
overrides?.baseUrl,
|
||||||
|
resolveBaseUrlEnv(
|
||||||
|
overrides,
|
||||||
|
`${provider.toUpperCase()}_BASE_URL`,
|
||||||
|
),
|
||||||
|
PROVIDER_INFO[provider]?.defaultBaseUrl,
|
||||||
|
)
|
||||||
|
const customProvider = createOpenAI({
|
||||||
|
apiKey,
|
||||||
|
baseURL,
|
||||||
|
})
|
||||||
|
model = customProvider.chat(modelId)
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Unknown AI provider: ${provider}. Supported providers: bedrock, openai, anthropic, google, azure, ollama, openrouter, deepseek, siliconflow, sglang, gateway, edgeone, doubao, modelscope`,
|
`Unknown AI provider: ${provider}. Supported providers: bedrock, openai, anthropic, google, azure, ollama, openrouter, deepseek, siliconflow, sglang, gateway, edgeone, doubao, modelscope, glm, qwen, qiniu, kimi, minimax, novita`,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1130,7 +1299,7 @@ export function getAIModel(overrides?: ClientOverrides): ModelConfig {
|
|||||||
providerOptions = customProviderOptions
|
providerOptions = customProviderOptions
|
||||||
}
|
}
|
||||||
|
|
||||||
return { model, providerOptions, headers, modelId }
|
return { model, providerOptions, headers, modelId, provider }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1159,8 +1328,25 @@ export function supportsImageInput(modelId: string): boolean {
|
|||||||
lowerModelId.includes("vision") || lowerModelId.includes("vl")
|
lowerModelId.includes("vision") || lowerModelId.includes("vl")
|
||||||
|
|
||||||
// Models that DON'T support image/vision input (unless vision variant)
|
// Models that DON'T support image/vision input (unless vision variant)
|
||||||
// Kimi K2 models don't support images
|
// Kimi K2 doesn't support images, but K2.5 does
|
||||||
if (lowerModelId.includes("kimi") && !hasVisionIndicator) {
|
// Only block kimi-k2 specifically, not other Kimi models
|
||||||
|
if (
|
||||||
|
(lowerModelId.includes("kimi-k2") ||
|
||||||
|
lowerModelId.includes("kimi_k2")) &&
|
||||||
|
!hasVisionIndicator &&
|
||||||
|
!lowerModelId.includes("2.5") &&
|
||||||
|
!lowerModelId.includes("k2.5")
|
||||||
|
) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// Moonshot text models (moonshot-v1 series are text-only)
|
||||||
|
if (lowerModelId.includes("moonshot-v1") && !hasVisionIndicator) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// MiniMax text models (MiniMax-M2.x series are text-only)
|
||||||
|
if (lowerModelId.includes("minimax") && !hasVisionIndicator) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1170,10 +1356,24 @@ export function supportsImageInput(modelId: string): boolean {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Qwen text models (not vision variants like qwen-vl)
|
// Qwen text models (not vision variants like qwen-vl)
|
||||||
if (lowerModelId.includes("qwen") && !hasVisionIndicator) {
|
// qwen3.5-plus is a vision model
|
||||||
|
if (
|
||||||
|
lowerModelId.includes("qwen") &&
|
||||||
|
!hasVisionIndicator &&
|
||||||
|
!lowerModelId.includes("qwen3.5-plus") &&
|
||||||
|
!lowerModelId.includes("qwen3.5-flash")
|
||||||
|
) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GLM text models (not vision variants)
|
||||||
|
// GLM vision models: glm-4v, glm-4v-9b, glm-4.1v-9b-thinking
|
||||||
|
if (lowerModelId.includes("glm") && !hasVisionIndicator) {
|
||||||
|
if (!/[\d.]v/.test(lowerModelId)) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Default: assume model supports images
|
// Default: assume model supports images
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const i18n = {
|
export const i18n = {
|
||||||
defaultLocale: "en",
|
defaultLocale: "en",
|
||||||
locales: ["en", "zh", "ja"],
|
locales: ["en", "zh", "ja", "zh-Hant"],
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export type Locale = (typeof i18n)["locales"][number]
|
export type Locale = (typeof i18n)["locales"][number]
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ const dictionaries = {
|
|||||||
en: () => import("./dictionaries/en.json").then((m) => m.default),
|
en: () => import("./dictionaries/en.json").then((m) => m.default),
|
||||||
zh: () => import("./dictionaries/zh.json").then((m) => m.default),
|
zh: () => import("./dictionaries/zh.json").then((m) => m.default),
|
||||||
ja: () => import("./dictionaries/ja.json").then((m) => m.default),
|
ja: () => import("./dictionaries/ja.json").then((m) => m.default),
|
||||||
|
"zh-Hant": () =>
|
||||||
|
import("./dictionaries/zh-Hant.json").then((m) => m.default),
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Dictionary = Awaited<ReturnType<(typeof dictionaries)["en"]>>
|
export type Dictionary = Awaited<ReturnType<(typeof dictionaries)["en"]>>
|
||||||
|
|||||||
@@ -29,12 +29,17 @@
|
|||||||
"openrouter": "OpenRouter",
|
"openrouter": "OpenRouter",
|
||||||
"deepseek": "DeepSeek",
|
"deepseek": "DeepSeek",
|
||||||
"siliconflow": "SiliconFlow",
|
"siliconflow": "SiliconFlow",
|
||||||
"modelscope": "ModelScope"
|
"modelscope": "ModelScope",
|
||||||
|
"minimax": "MiniMax",
|
||||||
|
"glm": "GLM",
|
||||||
|
"qwen": "Qwen",
|
||||||
|
"kimi": "Kimi",
|
||||||
|
"qiniu": "Qiniu"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"placeholder": "Describe your diagram or upload a file...",
|
"placeholder": "Describe your diagram or upload a file...",
|
||||||
"send": "Send",
|
"send": "Send",
|
||||||
"sending": "Sending...",
|
"stopGeneration": "Stop generation",
|
||||||
"sendMessage": "Send message",
|
"sendMessage": "Send message",
|
||||||
"clearConversation": "Clear conversation",
|
"clearConversation": "Clear conversation",
|
||||||
"diagramHistory": "Diagram history",
|
"diagramHistory": "Diagram history",
|
||||||
@@ -77,6 +82,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings",
|
"title": "Settings",
|
||||||
"description": "Configure your application settings.",
|
"description": "Configure your application settings.",
|
||||||
|
"apiKeysModels": "API Keys & Models",
|
||||||
|
"apiKeysModelsDescription": "Configure AI providers and API keys.",
|
||||||
"accessCode": "Access Code",
|
"accessCode": "Access Code",
|
||||||
"accessCodePlaceholder": "Enter access code",
|
"accessCodePlaceholder": "Enter access code",
|
||||||
"accessCodeDescription": "Required to use this application.",
|
"accessCodeDescription": "Required to use this application.",
|
||||||
@@ -119,7 +126,15 @@
|
|||||||
"diagramValidation": "Diagram Validation (Experimental)",
|
"diagramValidation": "Diagram Validation (Experimental)",
|
||||||
"diagramValidationDescription": "Use a vision language model to validate generated diagrams. Requires a VLM like GPT-5.2 or Sonnet-4.5.",
|
"diagramValidationDescription": "Use a vision language model to validate generated diagrams. Requires a VLM like GPT-5.2 or Sonnet-4.5.",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled"
|
"disabled": "Disabled",
|
||||||
|
"customSystemMessage": "Custom System Message",
|
||||||
|
"customSystemMessageDescription": "Add custom instructions appended to the AI's system prompt.",
|
||||||
|
"customSystemMessagePlaceholder": "e.g., Always use blue color scheme for diagrams...",
|
||||||
|
"panelVisibility": "Lobby Panels",
|
||||||
|
"panelVisibilityDescription": "Choose which panels to show on the chat lobby.",
|
||||||
|
"showRecentChats": "Recent Chats",
|
||||||
|
"showMyTemplates": "My Templates",
|
||||||
|
"showQuickExamples": "Quick Examples"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
"title": "Save Diagram",
|
"title": "Save Diagram",
|
||||||
@@ -130,7 +145,8 @@
|
|||||||
"formats": {
|
"formats": {
|
||||||
"drawio": "Draw.io XML",
|
"drawio": "Draw.io XML",
|
||||||
"png": "PNG Image",
|
"png": "PNG Image",
|
||||||
"svg": "SVG Image"
|
"svg": "SVG Image",
|
||||||
|
"xmlsvg": "Editable SVG"
|
||||||
},
|
},
|
||||||
"savedSuccessfully": "Saved successfully!"
|
"savedSuccessfully": "Saved successfully!"
|
||||||
},
|
},
|
||||||
@@ -177,8 +193,11 @@
|
|||||||
"tpmMessage": "Too many requests. Please wait a moment.",
|
"tpmMessage": "Too many requests. Please wait a moment.",
|
||||||
"tpmMessageDetailed": "Rate limit reached ({limit} tokens/min). Please wait {seconds} seconds before sending another request.",
|
"tpmMessageDetailed": "Rate limit reached ({limit} tokens/min). Please wait {seconds} seconds before sending another request.",
|
||||||
"messageApi": "Looks like you've reached today's demo limit. We're thrilled you're enjoying it, and while ByteDance Doubao generously sponsors this demo, we've had to set a few boundaries to keep things fair for everyone.",
|
"messageApi": "Looks like you've reached today's demo limit. We're thrilled you're enjoying it, and while ByteDance Doubao generously sponsors this demo, we've had to set a few boundaries to keep things fair for everyone.",
|
||||||
|
"messageApiSelfHosted": null,
|
||||||
"messageToken": "Looks like you've reached today's token limit. We're thrilled you're enjoying it, and while ByteDance Doubao generously sponsors this demo, we've had to set a few boundaries to keep things fair for everyone.",
|
"messageToken": "Looks like you've reached today's token limit. We're thrilled you're enjoying it, and while ByteDance Doubao generously sponsors this demo, we've had to set a few boundaries to keep things fair for everyone.",
|
||||||
|
"messageTokenSelfHosted": null,
|
||||||
"tip": "<strong>Tip:</strong> You can use your own API key (click the Settings icon) or self-host the project to bypass these limits.",
|
"tip": "<strong>Tip:</strong> You can use your own API key (click the Settings icon) or self-host the project to bypass these limits.",
|
||||||
|
"tipSelfHosted": "<strong>Tip:</strong> You can configure your own API key in the settings to continue using the service.",
|
||||||
"reset": "Your limit resets tomorrow. Thanks for understanding.",
|
"reset": "Your limit resets tomorrow. Thanks for understanding.",
|
||||||
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">Register here</a> to get 500K free tokens per model (including Doubao, DeepSeek and Kimi), then configure your API key in model settings.",
|
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">Register here</a> to get 500K free tokens per model (including Doubao, DeepSeek and Kimi), then configure your API key in model settings.",
|
||||||
"configModel": "Use Your API Key",
|
"configModel": "Use Your API Key",
|
||||||
@@ -252,6 +271,52 @@
|
|||||||
"searchPlaceholder": "Search chats...",
|
"searchPlaceholder": "Search chats...",
|
||||||
"noResults": "No chats found"
|
"noResults": "No chats found"
|
||||||
},
|
},
|
||||||
|
"templates": {
|
||||||
|
"title": "My Templates",
|
||||||
|
"subtitle": "Your personal prompt library for quick diagram creation",
|
||||||
|
"emptyTitle": "No templates yet",
|
||||||
|
"emptyDescription": "Create your first template to start building your personal prompt library",
|
||||||
|
"createFirst": "Create First Template",
|
||||||
|
"neverUsed": "Not used yet",
|
||||||
|
"usedCount": "{count} uses",
|
||||||
|
"myTemplates": "My Templates",
|
||||||
|
"createTitle": "Create Template",
|
||||||
|
"createDescription": "Save a prompt for repeated use. Templates help you quickly start common workflows.",
|
||||||
|
"promptLabel": "Prompt",
|
||||||
|
"promptPlaceholder": "Describe the diagram you want to create...",
|
||||||
|
"promptRequired": "Prompt is required",
|
||||||
|
"titleLabel": "Title",
|
||||||
|
"titlePlaceholder": "Enter a title",
|
||||||
|
"titleHint": "Leave empty to use the first 20 characters of prompt",
|
||||||
|
"descriptionLabel": "Description",
|
||||||
|
"descriptionPlaceholder": "Add a description for this template",
|
||||||
|
"pinnedLabel": "Pin Template",
|
||||||
|
"pinnedHint": "Pinned templates appear at the top of the list",
|
||||||
|
"createButton": "Create Template",
|
||||||
|
"createFailed": "Failed to create template. Please try again.",
|
||||||
|
"editTitle": "Edit Template",
|
||||||
|
"editDescription": "Update your template content and settings.",
|
||||||
|
"updateFailed": "Failed to update template. Please try again.",
|
||||||
|
"duplicate": "Duplicate",
|
||||||
|
"copySuffix": "(copy)",
|
||||||
|
"deleteTitle": "Delete this template?",
|
||||||
|
"deleteDescription": "This will permanently delete this template. This action cannot be undone.",
|
||||||
|
"confirmSendTitle": "Replace current input?",
|
||||||
|
"confirmSendDescription": "You have unsent content in the input. Sending this template will replace it.",
|
||||||
|
"confirmSendButton": "Send Template",
|
||||||
|
"searchPlaceholder": "Search templates...",
|
||||||
|
"searchNoResults": "No templates match your search",
|
||||||
|
"pin": "Pin to top",
|
||||||
|
"unpin": "Unpin from top",
|
||||||
|
"saveAsTemplate": "Save as Template",
|
||||||
|
"exportTemplates": "Export Templates",
|
||||||
|
"importTemplates": "Import Templates",
|
||||||
|
"exportEmpty": "No templates to export",
|
||||||
|
"exportSuccess": "Exported {count} template(s) successfully",
|
||||||
|
"importNoFile": "Please select a JSON file",
|
||||||
|
"importFailed": "Import failed: {error}",
|
||||||
|
"importSuccess": "Imported {imported} template(s), skipped {skipped} duplicate(s)"
|
||||||
|
},
|
||||||
"validation": {
|
"validation": {
|
||||||
"title": "Validate Diagram",
|
"title": "Validate Diagram",
|
||||||
"capturing": "Capturing",
|
"capturing": "Capturing",
|
||||||
@@ -304,6 +369,7 @@
|
|||||||
"optional": "(optional)",
|
"optional": "(optional)",
|
||||||
"baseUrlWithExample": "Base URL (optional, e.g. {example})",
|
"baseUrlWithExample": "Base URL (optional, e.g. {example})",
|
||||||
"customEndpoint": "Custom endpoint URL",
|
"customEndpoint": "Custom endpoint URL",
|
||||||
|
"minimaxBaseUrlHint": "Use /anthropic for Anthropic-compatible API (recommended), or /v1 for OpenAI-compatible API",
|
||||||
"models": "Models",
|
"models": "Models",
|
||||||
"customModelId": "Custom model ID...",
|
"customModelId": "Custom model ID...",
|
||||||
"allAdded": "All added",
|
"allAdded": "All added",
|
||||||
|
|||||||
@@ -29,12 +29,17 @@
|
|||||||
"openrouter": "OpenRouter",
|
"openrouter": "OpenRouter",
|
||||||
"deepseek": "DeepSeek",
|
"deepseek": "DeepSeek",
|
||||||
"siliconflow": "SiliconFlow",
|
"siliconflow": "SiliconFlow",
|
||||||
"modelscope": "ModelScope"
|
"modelscope": "ModelScope",
|
||||||
|
"minimax": "MiniMax",
|
||||||
|
"glm": "GLM",
|
||||||
|
"qwen": "Qwen",
|
||||||
|
"kimi": "Kimi",
|
||||||
|
"qiniu": "Qiniu"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"placeholder": "ダイアグラムを説明するか、ファイルをアップロード...",
|
"placeholder": "ダイアグラムを説明するか、ファイルをアップロード...",
|
||||||
"send": "送信",
|
"send": "送信",
|
||||||
"sending": "送信中...",
|
"stopGeneration": "生成を停止",
|
||||||
"sendMessage": "メッセージを送信",
|
"sendMessage": "メッセージを送信",
|
||||||
"clearConversation": "会話をクリア",
|
"clearConversation": "会話をクリア",
|
||||||
"diagramHistory": "ダイアグラム履歴",
|
"diagramHistory": "ダイアグラム履歴",
|
||||||
@@ -77,6 +82,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"title": "設定",
|
"title": "設定",
|
||||||
"description": "アプリケーション設定を構成します。",
|
"description": "アプリケーション設定を構成します。",
|
||||||
|
"apiKeysModels": "API キーとモデル",
|
||||||
|
"apiKeysModelsDescription": "AI プロバイダーと API キーを設定します。",
|
||||||
"accessCode": "アクセスコード",
|
"accessCode": "アクセスコード",
|
||||||
"accessCodePlaceholder": "アクセスコードを入力",
|
"accessCodePlaceholder": "アクセスコードを入力",
|
||||||
"accessCodeDescription": "このアプリケーションを使用するために必要です。",
|
"accessCodeDescription": "このアプリケーションを使用するために必要です。",
|
||||||
@@ -119,7 +126,15 @@
|
|||||||
"diagramValidation": "ダイアグラム検証(実験的)",
|
"diagramValidation": "ダイアグラム検証(実験的)",
|
||||||
"diagramValidationDescription": "視覚言語モデルを使用して生成されたダイアグラムを検証します。GPT-5.2 や Sonnet-4.5 などの VLM が必要です。",
|
"diagramValidationDescription": "視覚言語モデルを使用して生成されたダイアグラムを検証します。GPT-5.2 や Sonnet-4.5 などの VLM が必要です。",
|
||||||
"enabled": "有効",
|
"enabled": "有効",
|
||||||
"disabled": "無効"
|
"disabled": "無効",
|
||||||
|
"customSystemMessage": "カスタムシステムメッセージ",
|
||||||
|
"customSystemMessageDescription": "AIのシステムプロンプトに追加されるカスタム指示を入力します。",
|
||||||
|
"customSystemMessagePlaceholder": "例:ダイアグラムには常に青色のカラースキームを使用...",
|
||||||
|
"panelVisibility": "ロビーパネル",
|
||||||
|
"panelVisibilityDescription": "チャットロビーに表示するパネルを選択します。",
|
||||||
|
"showRecentChats": "最近のチャット",
|
||||||
|
"showMyTemplates": "マイテンプレート",
|
||||||
|
"showQuickExamples": "クイック例"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
"title": "ダイアグラムを保存",
|
"title": "ダイアグラムを保存",
|
||||||
@@ -130,7 +145,8 @@
|
|||||||
"formats": {
|
"formats": {
|
||||||
"drawio": "Draw.io XML",
|
"drawio": "Draw.io XML",
|
||||||
"png": "PNG 画像",
|
"png": "PNG 画像",
|
||||||
"svg": "SVG 画像"
|
"svg": "SVG 画像",
|
||||||
|
"xmlsvg": "編集可能 SVG"
|
||||||
},
|
},
|
||||||
"savedSuccessfully": "保存完了!"
|
"savedSuccessfully": "保存完了!"
|
||||||
},
|
},
|
||||||
@@ -177,8 +193,11 @@
|
|||||||
"tpmMessage": "リクエストが多すぎます。しばらくお待ちください。",
|
"tpmMessage": "リクエストが多すぎます。しばらくお待ちください。",
|
||||||
"tpmMessageDetailed": "レート制限に達しました({limit}トークン/分)。{seconds}秒待ってからもう一度リクエストしてください。",
|
"tpmMessageDetailed": "レート制限に達しました({limit}トークン/分)。{seconds}秒待ってからもう一度リクエストしてください。",
|
||||||
"messageApi": "今日のデモ利用上限に達してしまったようです。楽しんでいただけて本当に嬉しいです。このデモはByteDance Doubaoのご厚意により提供されていますが、皆様に公平にご利用いただくため、少し制限を設けさせていただいております。",
|
"messageApi": "今日のデモ利用上限に達してしまったようです。楽しんでいただけて本当に嬉しいです。このデモはByteDance Doubaoのご厚意により提供されていますが、皆様に公平にご利用いただくため、少し制限を設けさせていただいております。",
|
||||||
|
"messageApiSelfHosted": null,
|
||||||
"messageToken": "今日のトークン利用上限に達してしまったようです。楽しんでいただけて本当に嬉しいです。このデモはByteDance Doubaoのご厚意により提供されていますが、皆様に公平にご利用いただくため、少し制限を設けさせていただいております。",
|
"messageToken": "今日のトークン利用上限に達してしまったようです。楽しんでいただけて本当に嬉しいです。このデモはByteDance Doubaoのご厚意により提供されていますが、皆様に公平にご利用いただくため、少し制限を設けさせていただいております。",
|
||||||
|
"messageTokenSelfHosted": null,
|
||||||
"tip": "<strong>ヒント:</strong>独自の API キーを使用する(設定アイコンをクリック)か、プロジェクトをセルフホストしてこれらの制限を回避できます。",
|
"tip": "<strong>ヒント:</strong>独自の API キーを使用する(設定アイコンをクリック)か、プロジェクトをセルフホストしてこれらの制限を回避できます。",
|
||||||
|
"tipSelfHosted": "<strong>ヒント:</strong>設定で独自の API キーを設定することで、引き続きサービスをご利用いただけます。",
|
||||||
"reset": "制限は明日リセットされます。ご理解ありがとうございます。",
|
"reset": "制限は明日リセットされます。ご理解ありがとうございます。",
|
||||||
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">こちらから登録</a>すると、各モデル(Doubao、DeepSeek、Kimi含む)で50万トークンを無料で取得できます。モデル設定でAPIキーを設定してください。",
|
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">こちらから登録</a>すると、各モデル(Doubao、DeepSeek、Kimi含む)で50万トークンを無料で取得できます。モデル設定でAPIキーを設定してください。",
|
||||||
"configModel": "APIキーを使用",
|
"configModel": "APIキーを使用",
|
||||||
@@ -304,6 +323,7 @@
|
|||||||
"optional": "(オプション)",
|
"optional": "(オプション)",
|
||||||
"baseUrlWithExample": "ベース URL(オプション、例: {example})",
|
"baseUrlWithExample": "ベース URL(オプション、例: {example})",
|
||||||
"customEndpoint": "カスタムエンドポイント URL",
|
"customEndpoint": "カスタムエンドポイント URL",
|
||||||
|
"minimaxBaseUrlHint": "/anthropic で Anthropic 互換 API(推奨)、または /v1 で OpenAI 互換 API を使用",
|
||||||
"models": "モデル",
|
"models": "モデル",
|
||||||
"customModelId": "カスタムモデル ID...",
|
"customModelId": "カスタムモデル ID...",
|
||||||
"allAdded": "すべて追加済み",
|
"allAdded": "すべて追加済み",
|
||||||
@@ -336,5 +356,51 @@
|
|||||||
"allModelsShown": "すべてのモデルを表示(未検証を含む)",
|
"allModelsShown": "すべてのモデルを表示(未検証を含む)",
|
||||||
"unvalidatedModelWarning": "このモデルは検証されていません",
|
"unvalidatedModelWarning": "このモデルは検証されていません",
|
||||||
"serverDefaultModel": "サーバーデフォルトモデル"
|
"serverDefaultModel": "サーバーデフォルトモデル"
|
||||||
|
},
|
||||||
|
"templates": {
|
||||||
|
"title": "マイテンプレート",
|
||||||
|
"subtitle": "素早いダイアグラム作成のための個人的なプロンプトライブラリ",
|
||||||
|
"emptyTitle": "テンプレートがありません",
|
||||||
|
"emptyDescription": "最初のテンプレートを作成して、個人的なプロンプトライブラリを構築しましょう",
|
||||||
|
"createFirst": "最初のテンプレートを作成",
|
||||||
|
"neverUsed": "未使用",
|
||||||
|
"usedCount": "{count} 回使用",
|
||||||
|
"myTemplates": "マイテンプレート",
|
||||||
|
"createTitle": "テンプレート作成",
|
||||||
|
"createDescription": "再利用のためにプロンプトを保存します。テンプレートを使用すると、一般的なワークフローを素早く開始できます。",
|
||||||
|
"promptLabel": "プロンプト",
|
||||||
|
"promptPlaceholder": "作成するダイアグラムを説明してください...",
|
||||||
|
"promptRequired": "プロンプトは必須です",
|
||||||
|
"titleLabel": "タイトル",
|
||||||
|
"titlePlaceholder": "タイトルを入力",
|
||||||
|
"titleHint": "空欄の場合はプロンプトの最初の20文字が使用されます",
|
||||||
|
"descriptionLabel": "説明",
|
||||||
|
"descriptionPlaceholder": "このテンプレートの説明を追加",
|
||||||
|
"pinnedLabel": "テンプレートをピン留め",
|
||||||
|
"pinnedHint": "ピン留めされたテンプレートはリストの上部に表示されます",
|
||||||
|
"createButton": "テンプレート作成",
|
||||||
|
"createFailed": "テンプレートの作成に失敗しました。もう一度お試しください。",
|
||||||
|
"editTitle": "テンプレート編集",
|
||||||
|
"editDescription": "テンプレートの内容と設定を更新します。",
|
||||||
|
"updateFailed": "テンプレートの更新に失敗しました。もう一度お試しください。",
|
||||||
|
"duplicate": "複製",
|
||||||
|
"copySuffix": "(コピー)",
|
||||||
|
"deleteTitle": "このテンプレートを削除しますか?",
|
||||||
|
"deleteDescription": "このテンプレートは完全に削除されます。この操作は取り消せません。",
|
||||||
|
"confirmSendTitle": "現在の入力を置き換えますか?",
|
||||||
|
"confirmSendDescription": "未送信のコンテンツがあります。このテンプレートを送信すると置き換えられます。",
|
||||||
|
"confirmSendButton": "テンプレートを送信",
|
||||||
|
"searchPlaceholder": "テンプレートを検索...",
|
||||||
|
"searchNoResults": "検索に一致するテンプレートがありません",
|
||||||
|
"pin": "上部にピン留め",
|
||||||
|
"unpin": "ピン留め解除",
|
||||||
|
"saveAsTemplate": "テンプレートとして保存",
|
||||||
|
"exportTemplates": "テンプレートをエクスポート",
|
||||||
|
"importTemplates": "テンプレートをインポート",
|
||||||
|
"exportEmpty": "エクスポートするテンプレートがありません",
|
||||||
|
"exportSuccess": "{count} 件のテンプレートをエクスポートしました",
|
||||||
|
"importNoFile": "JSON ファイルを選択してください",
|
||||||
|
"importFailed": "インポートに失敗しました:{error}",
|
||||||
|
"importSuccess": "{imported} 件インポート、{skipped} 件の重複をスキップしました"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
406
lib/i18n/dictionaries/zh-Hant.json
Normal file
406
lib/i18n/dictionaries/zh-Hant.json
Normal file
@@ -0,0 +1,406 @@
|
|||||||
|
{
|
||||||
|
"common": {
|
||||||
|
"save": "儲存",
|
||||||
|
"cancel": "取消",
|
||||||
|
"close": "關閉",
|
||||||
|
"confirm": "確認",
|
||||||
|
"clear": "清除",
|
||||||
|
"edit": "編輯",
|
||||||
|
"delete": "刪除",
|
||||||
|
"loading": "載入中...",
|
||||||
|
"new": "新建"
|
||||||
|
},
|
||||||
|
"nav": {
|
||||||
|
"about": "關於",
|
||||||
|
"editor": "編輯器",
|
||||||
|
"newChat": "開始新對話",
|
||||||
|
"github": "GitHub",
|
||||||
|
"settings": "設定",
|
||||||
|
"hidePanel": "隱藏聊天面板 (Ctrl+B)",
|
||||||
|
"showPanel": "顯示聊天面板 (Ctrl+B)",
|
||||||
|
"aiChat": "AI 聊天"
|
||||||
|
},
|
||||||
|
"providers": {
|
||||||
|
"useServerDefault": "使用伺服器預設值",
|
||||||
|
"openai": "OpenAI",
|
||||||
|
"anthropic": "Anthropic",
|
||||||
|
"google": "Google",
|
||||||
|
"azure": "Azure OpenAI",
|
||||||
|
"openrouter": "OpenRouter",
|
||||||
|
"deepseek": "DeepSeek",
|
||||||
|
"siliconflow": "SiliconFlow",
|
||||||
|
"modelscope": "ModelScope",
|
||||||
|
"minimax": "MiniMax",
|
||||||
|
"glm": "GLM",
|
||||||
|
"qwen": "Qwen",
|
||||||
|
"kimi": "Kimi",
|
||||||
|
"qiniu": "Qiniu"
|
||||||
|
},
|
||||||
|
"chat": {
|
||||||
|
"placeholder": "描述您的圖表或上傳檔案...",
|
||||||
|
"send": "傳送",
|
||||||
|
"stopGeneration": "停止產生",
|
||||||
|
"sendMessage": "傳送訊息",
|
||||||
|
"clearConversation": "清除對話",
|
||||||
|
"diagramHistory": "圖表歷史",
|
||||||
|
"saveDiagram": "儲存圖表",
|
||||||
|
"uploadFile": "上傳檔案(圖片、PDF、文字)",
|
||||||
|
"minimalStyle": "簡約",
|
||||||
|
"styledMode": "精緻",
|
||||||
|
"minimalTooltip": "使用簡約模式以加快產生速度(無顏色)",
|
||||||
|
"regenerate": "重新產生回應",
|
||||||
|
"copyResponse": "複製回應",
|
||||||
|
"copied": "已複製!",
|
||||||
|
"failedToCopy": "複製失敗",
|
||||||
|
"failedToCopyDetail": "複製訊息失敗。請手動複製或檢查剪貼簿權限。",
|
||||||
|
"goodResponse": "有幫助",
|
||||||
|
"badResponse": "無幫助",
|
||||||
|
"clickToEdit": "點擊編輯",
|
||||||
|
"editMessage": "編輯訊息",
|
||||||
|
"saveAndSubmit": "儲存並提交",
|
||||||
|
"ExtractURL": "從 URL 擷取"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"title": "用 AI 建立圖表",
|
||||||
|
"subtitle": "描述您想要建立的內容或上傳圖片進行複製",
|
||||||
|
"quickExamples": "快速範例",
|
||||||
|
"paperToDiagram": "文件轉圖表",
|
||||||
|
"paperDescription": "上傳 .pdf, .txt, .md, .json, .csv, .py, .js, .ts 等檔案",
|
||||||
|
"animatedDiagram": "動畫圖表",
|
||||||
|
"animatedDescription": "繪製帶有動畫連接器的 Transformer 架構",
|
||||||
|
"awsArchitecture": "AWS 架構",
|
||||||
|
"awsDescription": "使用 AWS 圖示建立雲端架構圖",
|
||||||
|
"replicateFlowchart": "複製流程圖",
|
||||||
|
"replicateDescription": "上傳並複製現有流程圖",
|
||||||
|
"creativeDrawing": "創意繪圖",
|
||||||
|
"creativeDescription": "繪製有趣且富有創意的內容",
|
||||||
|
"cachedNote": "範例已快取,可即時回應",
|
||||||
|
"mcpServer": "MCP 伺服器",
|
||||||
|
"mcpDescription": "在 Claude Desktop、VS Code 和 Cursor 中使用",
|
||||||
|
"preview": "預覽"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"title": "設定",
|
||||||
|
"description": "配置您的應用程式設定。",
|
||||||
|
"apiKeysModels": "API 金鑰和模型",
|
||||||
|
"apiKeysModelsDescription": "配置 AI 提供商和 API 金鑰。",
|
||||||
|
"accessCode": "存取碼",
|
||||||
|
"accessCodePlaceholder": "輸入存取碼",
|
||||||
|
"accessCodeDescription": "使用此應用程式需要存取碼。",
|
||||||
|
"aiProvider": "AI 提供商設定",
|
||||||
|
"aiProviderDescription": "使用您自己的 API 金鑰來繞過使用限制。您的金鑰僅儲存在瀏覽器本機,不會儲存在伺服器上。",
|
||||||
|
"provider": "提供商",
|
||||||
|
"modelId": "模型 ID",
|
||||||
|
"apiKey": "API 金鑰",
|
||||||
|
"apiKeyPlaceholder": "您的 API 金鑰",
|
||||||
|
"baseUrl": "基礎 URL(可選)",
|
||||||
|
"customEndpoint": "自訂端點 URL",
|
||||||
|
"overrides": "覆寫",
|
||||||
|
"clearSettings": "清除設定",
|
||||||
|
"useServerDefault": "使用伺服器預設值",
|
||||||
|
"language": "語言",
|
||||||
|
"languageDescription": "選擇介面語言。",
|
||||||
|
"theme": "主題",
|
||||||
|
"themeDescription": "介面和 DrawIO 畫布的深色/淺色模式。",
|
||||||
|
"drawioStyle": "DrawIO 樣式",
|
||||||
|
"drawioStyleDescription": "畫布樣式:",
|
||||||
|
"switchTo": "切換到",
|
||||||
|
"minimal": "簡約",
|
||||||
|
"sketch": "草圖",
|
||||||
|
"diagramStyle": "圖表樣式",
|
||||||
|
"diagramStyleDescription": "切換簡約與精緻圖表輸出模式。",
|
||||||
|
"sendShortcut": "傳送快捷鍵",
|
||||||
|
"sendShortcutDescription": "選擇傳送訊息的方式。",
|
||||||
|
"enterToSend": "Enter 傳送",
|
||||||
|
"ctrlEnterToSend": "Cmd/Ctrl+Enter 傳送",
|
||||||
|
"diagramActions": "圖表操作",
|
||||||
|
"diagramActionsDescription": "管理圖表歷史紀錄和匯出",
|
||||||
|
"history": "歷史紀錄",
|
||||||
|
"download": "下載",
|
||||||
|
"proxy": "代理設定",
|
||||||
|
"proxyDescription": "配置 API 請求的 HTTP/HTTPS 代理(僅桌面版)",
|
||||||
|
"httpProxy": "HTTP 代理",
|
||||||
|
"httpsProxy": "HTTPS 代理",
|
||||||
|
"applyProxy": "套用",
|
||||||
|
"proxyApplied": "代理設定已套用",
|
||||||
|
"diagramValidation": "圖表驗證(實驗性)",
|
||||||
|
"diagramValidationDescription": "使用視覺語言模型驗證產生的圖表。需要支援視覺的模型,如 GPT-5.2 或 Sonnet-4.5。",
|
||||||
|
"enabled": "已啟用",
|
||||||
|
"disabled": "已停用",
|
||||||
|
"customSystemMessage": "自訂系統訊息",
|
||||||
|
"customSystemMessageDescription": "新增自訂指示,將附加到 AI 的系統提示末尾。",
|
||||||
|
"customSystemMessagePlaceholder": "例如:圖表始終使用藍色配色方案...",
|
||||||
|
"panelVisibility": "大廳面板",
|
||||||
|
"panelVisibilityDescription": "選擇在聊天大廳顯示哪些面板。",
|
||||||
|
"showRecentChats": "最近聊天",
|
||||||
|
"showMyTemplates": "我的範本",
|
||||||
|
"showQuickExamples": "快速範例"
|
||||||
|
},
|
||||||
|
"save": {
|
||||||
|
"title": "儲存圖表",
|
||||||
|
"description": "選擇格式和檔案名稱以儲存您的圖表。",
|
||||||
|
"format": "格式",
|
||||||
|
"filename": "檔案名稱",
|
||||||
|
"filenamePlaceholder": "輸入檔案名稱",
|
||||||
|
"formats": {
|
||||||
|
"drawio": "Draw.io XML",
|
||||||
|
"png": "PNG 圖片",
|
||||||
|
"svg": "SVG 圖片",
|
||||||
|
"xmlsvg": "可編輯 SVG"
|
||||||
|
},
|
||||||
|
"savedSuccessfully": "儲存成功!"
|
||||||
|
},
|
||||||
|
"history": {
|
||||||
|
"title": "圖表歷史",
|
||||||
|
"description": "在 AI 修改之前儲存的每個圖表。\n點擊圖表以還原它",
|
||||||
|
"noHistory": "尚無歷史紀錄。傳送訊息以建立圖表歷史。",
|
||||||
|
"version": "版本",
|
||||||
|
"restoreTo": "還原到版本 {version}?"
|
||||||
|
},
|
||||||
|
"dialogs": {
|
||||||
|
"clearTitle": "清除所有內容?",
|
||||||
|
"clearDescription": "這將清除目前對話並重設圖表。此操作無法復原。",
|
||||||
|
"clearEverything": "清除所有內容",
|
||||||
|
"clearSuccess": "已開始新對話"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"maxFiles": "檔案太多。最多允許 {max} 個。",
|
||||||
|
"onlyMoreAllowed": "只能再新增 {slots} 個檔案",
|
||||||
|
"fileExceeds": "「{name}」大小為 {size}(超過 {max}MB)",
|
||||||
|
"unsupportedType": "「{name}」不是支援的檔案類型",
|
||||||
|
"filesRejected": "{count} 個檔案被拒絕:",
|
||||||
|
"andMore": "...還有 {count} 個",
|
||||||
|
"invalidAccessCode": "無效或缺少存取碼。請在設定中配置。",
|
||||||
|
"networkError": "網路錯誤。請檢查您的連線。",
|
||||||
|
"retryLimit": "已達自動重試限制({max})。請手動重試。",
|
||||||
|
"continuationRetryLimit": "已達繼續重試限制({max})。圖表可能過於複雜。",
|
||||||
|
"validationFailed": "圖表驗證失敗。請嘗試重新產生。",
|
||||||
|
"malformedXml": "AI 產生的圖表 XML 無效。請嘗試重新產生。",
|
||||||
|
"failedToProcess": "無法處理圖表。請嘗試重新產生。",
|
||||||
|
"sessionCorrupted": "工作階段資料已損壞。重新開始。",
|
||||||
|
"failedToSave": "無法儲存訊息到 localStorage",
|
||||||
|
"failedToRestore": "無法從 localStorage 還原",
|
||||||
|
"failedToPersist": "卸載前無法持久化狀態",
|
||||||
|
"failedToExport": "取得圖表資料時出錯",
|
||||||
|
"failedToLoadExample": "載入範例圖片時出錯",
|
||||||
|
"failedToRecordFeedback": "記錄您的回饋失敗。請重試。",
|
||||||
|
"storageUpdateFailed": "聊天已清除,但無法更新瀏覽器儲存空間"
|
||||||
|
},
|
||||||
|
"quota": {
|
||||||
|
"dailyLimit": "已達每日配額",
|
||||||
|
"tokenLimit": "已達每日令牌限制",
|
||||||
|
"tpmLimit": "速率限制",
|
||||||
|
"tpmMessage": "請求過多。請稍等片刻。",
|
||||||
|
"tpmMessageDetailed": "達到速率限制({limit} 令牌/分鐘)。請等待 {seconds} 秒後再傳送請求。",
|
||||||
|
"messageApi": "看來您今天的體驗次數已達上限。非常高興您玩得開心,雖然本專案由字節跳動豆包慷慨贊助,但為了確保大家都能公平使用,我們不得不對使用量做一點小小的限制。",
|
||||||
|
"messageApiSelfHosted": null,
|
||||||
|
"messageToken": "看來您今天的 Token 用量已達上限。非常高興您玩得開心,雖然本專案由字節跳動豆包慷慨贊助,但為了確保大家都能公平使用,我們不得不對使用量做一點小小的限制。",
|
||||||
|
"messageTokenSelfHosted": null,
|
||||||
|
"tip": "<strong>提示:</strong>您可以使用自己的 API 金鑰(點擊設定圖示)或自行託管專案來繞過這些限制。",
|
||||||
|
"tipSelfHosted": "<strong>提示:</strong>您可以在設定中配置自己的 API 金鑰以繼續使用服務。",
|
||||||
|
"reset": "您的限制將在明天重設。感謝您的理解。",
|
||||||
|
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">點此註冊</a>可獲得每個模型 50 萬免費 Token(包括豆包、DeepSeek 和 Kimi),然後在模型設定中配置您的 API Key。",
|
||||||
|
"configModel": "使用您的金鑰",
|
||||||
|
"selfHost": "自行託管",
|
||||||
|
"sponsor": "贊助",
|
||||||
|
"learnMore": "了解更多 →",
|
||||||
|
"usedOf": "{used}/{limit}"
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"generateDiagram": "產生圖表",
|
||||||
|
"editDiagram": "編輯圖表",
|
||||||
|
"appendDiagram": "繼續圖表",
|
||||||
|
"complete": "完成",
|
||||||
|
"error": "錯誤",
|
||||||
|
"truncated": "已截斷"
|
||||||
|
},
|
||||||
|
"file": {
|
||||||
|
"reading": "讀取中...",
|
||||||
|
"chars": "字元",
|
||||||
|
"removeFile": "移除檔案"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"title": "從 URL 擷取內容",
|
||||||
|
"description": "貼上 URL 以擷取和分析其內容",
|
||||||
|
"Extracting": "擷取中...",
|
||||||
|
"extract": "擷取",
|
||||||
|
"Cancel": "取消",
|
||||||
|
"enterUrl": "請輸入 URL",
|
||||||
|
"invalidFormat": "URL 格式無效"
|
||||||
|
},
|
||||||
|
"reasoning": {
|
||||||
|
"thinking": "思考中...",
|
||||||
|
"thoughtFor": "思考了 {duration} 秒",
|
||||||
|
"thoughtBrief": "思考了幾秒鐘"
|
||||||
|
},
|
||||||
|
"dev": {
|
||||||
|
"title": "開發:XML 串流模擬器",
|
||||||
|
"preset": "預設:",
|
||||||
|
"selectPreset": "選擇預設...",
|
||||||
|
"clear": "清除",
|
||||||
|
"placeholder": "在此貼上 mxCell XML 或選擇預設...",
|
||||||
|
"interval": "間隔:",
|
||||||
|
"chars": "字元:",
|
||||||
|
"streaming": "串流傳輸中...",
|
||||||
|
"simulate": "模擬",
|
||||||
|
"stop": "停止",
|
||||||
|
"testQuotaToast": "測試配額提示",
|
||||||
|
"simulatingMessage": "[開發] 模擬 XML 串流傳輸",
|
||||||
|
"successMessage": "成功顯示圖表。"
|
||||||
|
},
|
||||||
|
"about": {
|
||||||
|
"modelChange": "模型變更與用量限制",
|
||||||
|
"walletCrying": "(別名:我的錢包頂不住了)",
|
||||||
|
"seekingSponsorship": "尋求贊助(求大佬撈一把)",
|
||||||
|
"contactMe": "聯絡我",
|
||||||
|
"usageNotice": "由於使用量過高,我已將模型從 Claude 更換為 minimax-m2,並設定了一些用量限制。詳情請查看關於頁面。"
|
||||||
|
},
|
||||||
|
"sessionHistory": {
|
||||||
|
"tooltip": "聊天歷史",
|
||||||
|
"newChat": "新對話",
|
||||||
|
"empty": "暫無聊天紀錄",
|
||||||
|
"emptyHint": "開始對話吧",
|
||||||
|
"today": "今天",
|
||||||
|
"yesterday": "昨天",
|
||||||
|
"thisWeek": "本週",
|
||||||
|
"earlier": "更早",
|
||||||
|
"deleteTitle": "刪除此對話?",
|
||||||
|
"deleteDescription": "這將永久刪除此聊天工作階段及其圖表。此操作無法復原。",
|
||||||
|
"recentChats": "最近對話",
|
||||||
|
"justNow": "剛剛",
|
||||||
|
"searchPlaceholder": "搜尋對話...",
|
||||||
|
"noResults": "未找到對話"
|
||||||
|
},
|
||||||
|
"templates": {
|
||||||
|
"title": "我的範本",
|
||||||
|
"subtitle": "快速建立圖表的個人提示庫",
|
||||||
|
"emptyTitle": "尚無範本",
|
||||||
|
"emptyDescription": "建立您的第一個範本,開始構建您的個人提示庫",
|
||||||
|
"createFirst": "建立第一個範本",
|
||||||
|
"neverUsed": "未使用過",
|
||||||
|
"usedCount": "使用 {count} 次",
|
||||||
|
"myTemplates": "我的範本",
|
||||||
|
"createTitle": "建立範本",
|
||||||
|
"createDescription": "儲存常用提示以便重複使用。範本幫助您快速開始常用工作流程。",
|
||||||
|
"promptLabel": "提示",
|
||||||
|
"promptPlaceholder": "描述您想建立的圖表...",
|
||||||
|
"promptRequired": "提示為必填項",
|
||||||
|
"titleLabel": "標題",
|
||||||
|
"titlePlaceholder": "輸入標題",
|
||||||
|
"titleHint": "留空則使用提示的前 20 個字元",
|
||||||
|
"descriptionLabel": "描述",
|
||||||
|
"descriptionPlaceholder": "為此範本新增描述",
|
||||||
|
"pinnedLabel": "釘選範本",
|
||||||
|
"pinnedHint": "釘選的範本會顯示在清單頂部",
|
||||||
|
"createButton": "建立範本",
|
||||||
|
"createFailed": "建立範本失敗,請重試。",
|
||||||
|
"editTitle": "編輯範本",
|
||||||
|
"editDescription": "更新範本內容和設定。",
|
||||||
|
"updateFailed": "更新範本失敗,請重試。",
|
||||||
|
"duplicate": "複製",
|
||||||
|
"copySuffix": "(副本)",
|
||||||
|
"deleteTitle": "刪除此範本?",
|
||||||
|
"deleteDescription": "此操作將永久刪除該範本,無法復原。",
|
||||||
|
"confirmSendTitle": "取代目前輸入?",
|
||||||
|
"confirmSendDescription": "您有未傳送的內容。傳送此範本將取代它。",
|
||||||
|
"confirmSendButton": "傳送範本",
|
||||||
|
"searchPlaceholder": "搜尋範本...",
|
||||||
|
"searchNoResults": "沒有符合的範本",
|
||||||
|
"pin": "置頂",
|
||||||
|
"unpin": "取消置頂",
|
||||||
|
"saveAsTemplate": "儲存為範本",
|
||||||
|
"exportTemplates": "匯出範本",
|
||||||
|
"importTemplates": "匯入範本",
|
||||||
|
"exportEmpty": "沒有可匯出的範本",
|
||||||
|
"exportSuccess": "成功匯出 {count} 個範本",
|
||||||
|
"importNoFile": "請選擇一個 JSON 檔案",
|
||||||
|
"importFailed": "匯入失敗:{error}",
|
||||||
|
"importSuccess": "成功匯入 {imported} 個範本,跳過 {skipped} 個重複"
|
||||||
|
},
|
||||||
|
"validation": {
|
||||||
|
"title": "驗證圖表",
|
||||||
|
"capturing": "截圖中",
|
||||||
|
"validating": "驗證中",
|
||||||
|
"validatingWithAttempt": "驗證中 ({attempt}/{max})",
|
||||||
|
"valid": "通過",
|
||||||
|
"validWithWarnings": "通過(有警告)",
|
||||||
|
"issuesFound": "發現問題",
|
||||||
|
"error": "錯誤",
|
||||||
|
"skipped": "已跳過",
|
||||||
|
"capturedScreenshot": "截圖預覽:",
|
||||||
|
"issuesFoundLabel": "發現的問題:",
|
||||||
|
"suggestions": "建議:",
|
||||||
|
"passedValidation": "圖表通過視覺驗證 - 未發現問題。",
|
||||||
|
"improvementRequested": "改進請求已傳送 - 請查看下方新圖表",
|
||||||
|
"improveWithSuggestions": "根據建議改進",
|
||||||
|
"regenerateWithFeedback": "使用驗證回饋重新產生圖表"
|
||||||
|
},
|
||||||
|
"modelConfig": {
|
||||||
|
"title": "AI 模型配置",
|
||||||
|
"description": "配置多個 AI 提供商和模型",
|
||||||
|
"configure": "配置",
|
||||||
|
"addProvider": "新增提供商",
|
||||||
|
"addModel": "新增模型",
|
||||||
|
"modelId": "模型 ID",
|
||||||
|
"modelLabel": "顯示名稱",
|
||||||
|
"streaming": "啟用串流輸出",
|
||||||
|
"deleteProvider": "刪除提供商",
|
||||||
|
"deleteModel": "刪除模型",
|
||||||
|
"noModels": "尚未配置模型。新增模型以開始使用。",
|
||||||
|
"selectProvider": "選擇一個提供商或新增",
|
||||||
|
"configureMultiple": "配置多個 AI 提供商並輕鬆切換",
|
||||||
|
"apiKeyStored": "API 金鑰儲存在您的瀏覽器本機",
|
||||||
|
"test": "測試",
|
||||||
|
"validationError": "驗證失敗",
|
||||||
|
"addModelFirst": "請先新增至少一個模型以進行驗證",
|
||||||
|
"providers": "提供商",
|
||||||
|
"addProviderHint": "新增提供商即可開始使用",
|
||||||
|
"verified": "已驗證",
|
||||||
|
"configuration": "配置",
|
||||||
|
"displayName": "顯示名稱",
|
||||||
|
"awsAccessKeyId": "AWS 存取金鑰 ID",
|
||||||
|
"awsSecretAccessKey": "AWS Secret Access Key",
|
||||||
|
"awsRegion": "AWS 區域",
|
||||||
|
"selectRegion": "選擇區域",
|
||||||
|
"apiKey": "API 金鑰",
|
||||||
|
"enterApiKey": "輸入您的 API 金鑰",
|
||||||
|
"enterSecretKey": "輸入您的 Secret Key",
|
||||||
|
"baseUrl": "基礎 URL",
|
||||||
|
"optional": "(可選)",
|
||||||
|
"baseUrlWithExample": "基礎 URL(可選,例如 {example})",
|
||||||
|
"customEndpoint": "自訂端點 URL",
|
||||||
|
"minimaxBaseUrlHint": "使用 /anthropic 端點為 Anthropic 相容 API(推薦),或使用 /v1 端點為 OpenAI 相容 API",
|
||||||
|
"models": "模型",
|
||||||
|
"customModelId": "自訂模型 ID...",
|
||||||
|
"allAdded": "已全部新增",
|
||||||
|
"suggested": "推薦",
|
||||||
|
"noModelsConfigured": "尚未配置模型",
|
||||||
|
"modelIdEmpty": "模型 ID 不能為空",
|
||||||
|
"modelIdExists": "此模型 ID 已存在",
|
||||||
|
"configureProviders": "配置 AI 提供商",
|
||||||
|
"selectProviderHint": "從列表中選擇提供商或新增以配置 API 金鑰和模型",
|
||||||
|
"deleteConfirmDesc": "確定要刪除 {name} 嗎?這將移除所有配置的模型且無法復原。",
|
||||||
|
"typeToConfirm": "輸入「{name}」以確認",
|
||||||
|
"typeProviderName": "輸入提供商名稱...",
|
||||||
|
"modelsConfiguredCount": "已配置 {count} 個模型",
|
||||||
|
"validationFailedCount": "{count} 個模型驗證失敗",
|
||||||
|
"cancel": "取消",
|
||||||
|
"delete": "刪除",
|
||||||
|
"clickToChange": "(點擊變更)",
|
||||||
|
"usingServerDefault": "使用伺服器預設模型",
|
||||||
|
"selectModel": "選擇模型",
|
||||||
|
"searchModels": "搜尋模型...",
|
||||||
|
"noVerifiedModels": "沒有已驗證的模型。請先測試您的模型。",
|
||||||
|
"noModelsFound": "未找到模型。",
|
||||||
|
"default": "預設",
|
||||||
|
"serverDefault": "伺服器預設",
|
||||||
|
"serverModels": "伺服器模型",
|
||||||
|
"userModels": "使用者模型",
|
||||||
|
"configureModels": "配置模型...",
|
||||||
|
"onlyVerifiedShown": "僅顯示已驗證的模型",
|
||||||
|
"showUnvalidatedModels": "顯示未驗證的模型",
|
||||||
|
"allModelsShown": "顯示所有模型(包括未驗證的)",
|
||||||
|
"unvalidatedModelWarning": "此模型尚未驗證",
|
||||||
|
"serverDefaultModel": "伺服器預設模型"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -29,12 +29,17 @@
|
|||||||
"openrouter": "OpenRouter",
|
"openrouter": "OpenRouter",
|
||||||
"deepseek": "DeepSeek",
|
"deepseek": "DeepSeek",
|
||||||
"siliconflow": "SiliconFlow",
|
"siliconflow": "SiliconFlow",
|
||||||
"modelscope": "ModelScope"
|
"modelscope": "ModelScope",
|
||||||
|
"minimax": "MiniMax",
|
||||||
|
"glm": "GLM",
|
||||||
|
"qwen": "Qwen",
|
||||||
|
"kimi": "Kimi",
|
||||||
|
"qiniu": "Qiniu"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"placeholder": "描述您的图表或上传文件...",
|
"placeholder": "描述您的图表或上传文件...",
|
||||||
"send": "发送",
|
"send": "发送",
|
||||||
"sending": "发送中...",
|
"stopGeneration": "停止生成",
|
||||||
"sendMessage": "发送消息",
|
"sendMessage": "发送消息",
|
||||||
"clearConversation": "清除对话",
|
"clearConversation": "清除对话",
|
||||||
"diagramHistory": "图表历史",
|
"diagramHistory": "图表历史",
|
||||||
@@ -77,6 +82,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"title": "设置",
|
"title": "设置",
|
||||||
"description": "配置您的应用程序设置。",
|
"description": "配置您的应用程序设置。",
|
||||||
|
"apiKeysModels": "API 密钥和模型",
|
||||||
|
"apiKeysModelsDescription": "配置 AI 提供商和 API 密钥。",
|
||||||
"accessCode": "访问码",
|
"accessCode": "访问码",
|
||||||
"accessCodePlaceholder": "输入访问码",
|
"accessCodePlaceholder": "输入访问码",
|
||||||
"accessCodeDescription": "使用此应用程序需要访问码。",
|
"accessCodeDescription": "使用此应用程序需要访问码。",
|
||||||
@@ -119,7 +126,15 @@
|
|||||||
"diagramValidation": "图表验证(实验性)",
|
"diagramValidation": "图表验证(实验性)",
|
||||||
"diagramValidationDescription": "使用视觉语言模型验证生成的图表。需要支持视觉的模型,如 GPT-5.2 或 Sonnet-4.5。",
|
"diagramValidationDescription": "使用视觉语言模型验证生成的图表。需要支持视觉的模型,如 GPT-5.2 或 Sonnet-4.5。",
|
||||||
"enabled": "已启用",
|
"enabled": "已启用",
|
||||||
"disabled": "已禁用"
|
"disabled": "已禁用",
|
||||||
|
"customSystemMessage": "自定义系统消息",
|
||||||
|
"customSystemMessageDescription": "添加自定义指令,将附加到 AI 的系统提示末尾。",
|
||||||
|
"customSystemMessagePlaceholder": "例如:图表始终使用蓝色配色方案...",
|
||||||
|
"panelVisibility": "大厅面板",
|
||||||
|
"panelVisibilityDescription": "选择在聊天大厅显示哪些面板。",
|
||||||
|
"showRecentChats": "最近聊天",
|
||||||
|
"showMyTemplates": "我的模板",
|
||||||
|
"showQuickExamples": "快速示例"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
"title": "保存图表",
|
"title": "保存图表",
|
||||||
@@ -130,7 +145,8 @@
|
|||||||
"formats": {
|
"formats": {
|
||||||
"drawio": "Draw.io XML",
|
"drawio": "Draw.io XML",
|
||||||
"png": "PNG 图片",
|
"png": "PNG 图片",
|
||||||
"svg": "SVG 图片"
|
"svg": "SVG 图片",
|
||||||
|
"xmlsvg": "可编辑 SVG"
|
||||||
},
|
},
|
||||||
"savedSuccessfully": "保存成功!"
|
"savedSuccessfully": "保存成功!"
|
||||||
},
|
},
|
||||||
@@ -177,8 +193,11 @@
|
|||||||
"tpmMessage": "请求过多。请稍等片刻。",
|
"tpmMessage": "请求过多。请稍等片刻。",
|
||||||
"tpmMessageDetailed": "达到速率限制({limit} 令牌/分钟)。请等待 {seconds} 秒后再发送请求。",
|
"tpmMessageDetailed": "达到速率限制({limit} 令牌/分钟)。请等待 {seconds} 秒后再发送请求。",
|
||||||
"messageApi": "看来您今天的体验次数已达上限。非常高兴您玩得开心,虽然本项目由字节跳动豆包慷慨赞助,但为了确保大家都能公平使用,我们不得不对使用量做一点小小的限制。",
|
"messageApi": "看来您今天的体验次数已达上限。非常高兴您玩得开心,虽然本项目由字节跳动豆包慷慨赞助,但为了确保大家都能公平使用,我们不得不对使用量做一点小小的限制。",
|
||||||
|
"messageApiSelfHosted": null,
|
||||||
"messageToken": "看来您今天的 Token 用量已达上限。非常高兴您玩得开心,虽然本项目由字节跳动豆包慷慨赞助,但为了确保大家都能公平使用,我们不得不对使用量做一点小小的限制。",
|
"messageToken": "看来您今天的 Token 用量已达上限。非常高兴您玩得开心,虽然本项目由字节跳动豆包慷慨赞助,但为了确保大家都能公平使用,我们不得不对使用量做一点小小的限制。",
|
||||||
|
"messageTokenSelfHosted": null,
|
||||||
"tip": "<strong>提示:</strong>您可以使用自己的 API 密钥(点击设置图标)或自托管项目来绕过这些限制。",
|
"tip": "<strong>提示:</strong>您可以使用自己的 API 密钥(点击设置图标)或自托管项目来绕过这些限制。",
|
||||||
|
"tipSelfHosted": "<strong>提示:</strong>您可以在设置中配置自己的 API 密钥以继续使用服务。",
|
||||||
"reset": "您的限制将在明天重置。感谢您的理解。",
|
"reset": "您的限制将在明天重置。感谢您的理解。",
|
||||||
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">点击此处注册</a>可获得每个模型 50 万免费 Token(包括豆包、DeepSeek 和 Kimi),然后在模型设置中配置您的 API Key。",
|
"doubaoSponsorship": "<a href=\"{link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-foreground\">点击此处注册</a>可获得每个模型 50 万免费 Token(包括豆包、DeepSeek 和 Kimi),然后在模型设置中配置您的 API Key。",
|
||||||
"configModel": "使用您的密钥",
|
"configModel": "使用您的密钥",
|
||||||
@@ -252,6 +271,52 @@
|
|||||||
"searchPlaceholder": "搜索对话...",
|
"searchPlaceholder": "搜索对话...",
|
||||||
"noResults": "未找到对话"
|
"noResults": "未找到对话"
|
||||||
},
|
},
|
||||||
|
"templates": {
|
||||||
|
"title": "我的模板库",
|
||||||
|
"subtitle": "您的个人 prompt 库,快速创建图表",
|
||||||
|
"emptyTitle": "暂无模板",
|
||||||
|
"emptyDescription": "创建您的第一个模板,开始构建个人 prompt 库",
|
||||||
|
"createFirst": "创建第一个模板",
|
||||||
|
"neverUsed": "未使用过",
|
||||||
|
"usedCount": "使用 {count} 次",
|
||||||
|
"myTemplates": "我的模板",
|
||||||
|
"createTitle": "创建模板",
|
||||||
|
"createDescription": "保存常用 prompt 以便重复使用。模板帮助您快速开始常用工作流。",
|
||||||
|
"promptLabel": "提示词",
|
||||||
|
"promptPlaceholder": "描述您想要创建的图表...",
|
||||||
|
"promptRequired": "提示词不能为空",
|
||||||
|
"titleLabel": "标题",
|
||||||
|
"titlePlaceholder": "输入标题",
|
||||||
|
"titleHint": "留空则使用提示词前 20 个字符作为标题",
|
||||||
|
"descriptionLabel": "描述",
|
||||||
|
"descriptionPlaceholder": "为此模板添加描述",
|
||||||
|
"pinnedLabel": "置顶模板",
|
||||||
|
"pinnedHint": "置顶的模板会显示在列表顶部",
|
||||||
|
"createButton": "创建模板",
|
||||||
|
"createFailed": "创建模板失败,请重试。",
|
||||||
|
"editTitle": "编辑模板",
|
||||||
|
"editDescription": "更新模板内容和设置。",
|
||||||
|
"updateFailed": "更新模板失败,请重试。",
|
||||||
|
"duplicate": "复制",
|
||||||
|
"copySuffix": "(副本)",
|
||||||
|
"deleteTitle": "删除此模板?",
|
||||||
|
"deleteDescription": "此操作将永久删除该模板,无法撤销。",
|
||||||
|
"confirmSendTitle": "替换当前输入?",
|
||||||
|
"confirmSendDescription": "您有未发送的内容。发送此模板将替换它。",
|
||||||
|
"confirmSendButton": "发送模板",
|
||||||
|
"searchPlaceholder": "搜索模板...",
|
||||||
|
"searchNoResults": "没有匹配的模板",
|
||||||
|
"pin": "置顶",
|
||||||
|
"unpin": "取消置顶",
|
||||||
|
"saveAsTemplate": "保存为模板",
|
||||||
|
"exportTemplates": "导出模板",
|
||||||
|
"importTemplates": "导入模板",
|
||||||
|
"exportEmpty": "没有可导出的模板",
|
||||||
|
"exportSuccess": "成功导出 {count} 个模板",
|
||||||
|
"importNoFile": "请选择一个 JSON 文件",
|
||||||
|
"importFailed": "导入失败:{error}",
|
||||||
|
"importSuccess": "成功导入 {imported} 个模板,跳过 {skipped} 个重复"
|
||||||
|
},
|
||||||
"validation": {
|
"validation": {
|
||||||
"title": "验证图表",
|
"title": "验证图表",
|
||||||
"capturing": "截图中",
|
"capturing": "截图中",
|
||||||
@@ -304,6 +369,7 @@
|
|||||||
"optional": "(可选)",
|
"optional": "(可选)",
|
||||||
"baseUrlWithExample": "基础 URL(可选,例如 {example})",
|
"baseUrlWithExample": "基础 URL(可选,例如 {example})",
|
||||||
"customEndpoint": "自定义端点 URL",
|
"customEndpoint": "自定义端点 URL",
|
||||||
|
"minimaxBaseUrlHint": "使用 /anthropic 端点为 Anthropic 兼容 API(推荐),或使用 /v1 端点为 OpenAI 兼容 API",
|
||||||
"models": "模型",
|
"models": "模型",
|
||||||
"customModelId": "自定义模型 ID...",
|
"customModelId": "自定义模型 ID...",
|
||||||
"allAdded": "已全部添加",
|
"allAdded": "已全部添加",
|
||||||
|
|||||||
@@ -14,9 +14,12 @@ export const ServerProviderSchema = z.object({
|
|||||||
name: z.string().min(1),
|
name: z.string().min(1),
|
||||||
provider: ProviderNameSchema,
|
provider: ProviderNameSchema,
|
||||||
models: z.array(z.string().min(1)),
|
models: z.array(z.string().min(1)),
|
||||||
// Optional: custom environment variable name for API key
|
// Optional: custom environment variable name(s) for API key
|
||||||
// e.g., "OPENAI_API_KEY_TEAM_A" instead of default "OPENAI_API_KEY"
|
// Can be a single string or array of strings for load balancing
|
||||||
apiKeyEnv: z.string().min(1).optional(),
|
// e.g., "OPENAI_API_KEY_TEAM_A" or ["OPENAI_KEY_1", "OPENAI_KEY_2"]
|
||||||
|
apiKeyEnv: z
|
||||||
|
.union([z.string().min(1), z.array(z.string().min(1)).min(1)])
|
||||||
|
.optional(),
|
||||||
// Optional: custom environment variable name for base URL
|
// Optional: custom environment variable name for base URL
|
||||||
baseUrlEnv: z.string().min(1).optional(),
|
baseUrlEnv: z.string().min(1).optional(),
|
||||||
// Optional: mark the first model in this provider as the default
|
// Optional: mark the first model in this provider as the default
|
||||||
@@ -36,8 +39,9 @@ export interface FlattenedServerModel {
|
|||||||
provider: ProviderName
|
provider: ProviderName
|
||||||
providerLabel: string
|
providerLabel: string
|
||||||
isDefault: boolean
|
isDefault: boolean
|
||||||
// Custom env var names for credentials (optional)
|
// Custom env var name(s) for API key (optional)
|
||||||
apiKeyEnv?: string
|
// Can be a single string or array of strings for load balancing
|
||||||
|
apiKeyEnv?: string | string[]
|
||||||
baseUrlEnv?: string
|
baseUrlEnv?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
import { type DBSchema, type IDBPDatabase, openDB } from "idb"
|
import { type DBSchema, type IDBPDatabase, openDB } from "idb"
|
||||||
import { nanoid } from "nanoid"
|
import { nanoid } from "nanoid"
|
||||||
|
import type { Template } from "./template-storage"
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const DB_NAME = "next-ai-drawio"
|
const DB_NAME = "next-ai-drawio"
|
||||||
const DB_VERSION = 1
|
const DB_VERSION = 2
|
||||||
const STORE_NAME = "sessions"
|
const STORE_NAME = "sessions"
|
||||||
const MIGRATION_FLAG = "next-ai-drawio-migrated-to-idb"
|
const MIGRATION_FLAG = "next-ai-drawio-migrated-to-idb"
|
||||||
const MAX_SESSIONS = 50
|
const MAX_SESSIONS = 50
|
||||||
@@ -43,10 +44,47 @@ interface ChatSessionDB extends DBSchema {
|
|||||||
value: ChatSession
|
value: ChatSession
|
||||||
indexes: { "by-updated": number }
|
indexes: { "by-updated": number }
|
||||||
}
|
}
|
||||||
|
templates: {
|
||||||
|
key: string
|
||||||
|
value: Template
|
||||||
|
indexes: {
|
||||||
|
"by-updated": number
|
||||||
|
"by-pinned": number
|
||||||
|
"by-run-count": number
|
||||||
|
"by-last-used": number
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Database singleton
|
// Database singleton
|
||||||
let dbPromise: Promise<IDBPDatabase<ChatSessionDB>> | null = null
|
let dbPromise: Promise<IDBPDatabase<ChatSessionDB>> | null = null
|
||||||
|
const resetDBPromise = () => {
|
||||||
|
dbPromise = null
|
||||||
|
}
|
||||||
|
|
||||||
|
const isClosingError = (error: unknown): boolean => {
|
||||||
|
return (
|
||||||
|
error instanceof DOMException &&
|
||||||
|
error.name === "InvalidStateError" &&
|
||||||
|
/closing/i.test(error.message)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const withDB = async <T>(
|
||||||
|
action: (db: IDBPDatabase<ChatSessionDB>) => Promise<T>,
|
||||||
|
): Promise<T> => {
|
||||||
|
try {
|
||||||
|
const db = await getDB()
|
||||||
|
return await action(db)
|
||||||
|
} catch (error) {
|
||||||
|
if (isClosingError(error)) {
|
||||||
|
resetDBPromise()
|
||||||
|
const db = await getDB()
|
||||||
|
return await action(db)
|
||||||
|
}
|
||||||
|
throw error
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
async function getDB(): Promise<IDBPDatabase<ChatSessionDB>> {
|
async function getDB(): Promise<IDBPDatabase<ChatSessionDB>> {
|
||||||
if (!dbPromise) {
|
if (!dbPromise) {
|
||||||
@@ -58,9 +96,42 @@ async function getDB(): Promise<IDBPDatabase<ChatSessionDB>> {
|
|||||||
})
|
})
|
||||||
store.createIndex("by-updated", "updatedAt")
|
store.createIndex("by-updated", "updatedAt")
|
||||||
}
|
}
|
||||||
// Future migrations: if (oldVersion < 2) { ... }
|
// Version 2: templates store (added by template-storage.ts)
|
||||||
|
// Note: We also need to include this here to ensure the upgrade
|
||||||
|
// callback properly handles all migrations when opening from this file
|
||||||
|
if (oldVersion < 2) {
|
||||||
|
// Check if templates store already exists (created by template-storage.ts)
|
||||||
|
if (!db.objectStoreNames.contains("templates")) {
|
||||||
|
const templateStore = db.createObjectStore(
|
||||||
|
"templates",
|
||||||
|
{
|
||||||
|
keyPath: "id",
|
||||||
|
},
|
||||||
|
)
|
||||||
|
templateStore.createIndex("by-updated", "updatedAt")
|
||||||
|
templateStore.createIndex("by-pinned", "pinned")
|
||||||
|
templateStore.createIndex("by-run-count", "runCount")
|
||||||
|
templateStore.createIndex("by-last-used", "lastUsedAt")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
terminated() {
|
||||||
|
resetDBPromise()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
dbPromise
|
||||||
|
.then((db) => {
|
||||||
|
db.onversionchange = () => {
|
||||||
|
db.close()
|
||||||
|
resetDBPromise()
|
||||||
|
}
|
||||||
|
db.onclose = () => {
|
||||||
|
resetDBPromise()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch(() => {
|
||||||
|
resetDBPromise()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
return dbPromise
|
return dbPromise
|
||||||
}
|
}
|
||||||
@@ -75,31 +146,46 @@ export function isIndexedDBAvailable(): boolean {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Check if IndexedDB is actually usable (not just present).
|
||||||
|
// Note: Do NOT close the db here - getDB() returns a shared singleton connection
|
||||||
|
// that other code depends on.
|
||||||
|
export async function isIndexedDBUsable(): Promise<boolean> {
|
||||||
|
if (!isIndexedDBAvailable()) return false
|
||||||
|
try {
|
||||||
|
await getDB()
|
||||||
|
return true
|
||||||
|
} catch {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// CRUD Operations
|
// CRUD Operations
|
||||||
export async function getAllSessionMetadata(): Promise<SessionMetadata[]> {
|
export async function getAllSessionMetadata(): Promise<SessionMetadata[]> {
|
||||||
if (!isIndexedDBAvailable()) return []
|
if (!isIndexedDBAvailable()) return []
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
return await withDB(async (db) => {
|
||||||
const tx = db.transaction(STORE_NAME, "readonly")
|
const tx = db.transaction(STORE_NAME, "readonly")
|
||||||
const index = tx.store.index("by-updated")
|
const index = tx.store.index("by-updated")
|
||||||
const metadata: SessionMetadata[] = []
|
const metadata: SessionMetadata[] = []
|
||||||
|
|
||||||
// Use cursor to read only metadata fields (avoids loading full messages/XML)
|
// Use cursor to read only metadata fields (avoids loading full messages/XML)
|
||||||
let cursor = await index.openCursor(null, "prev") // newest first
|
let cursor = await index.openCursor(null, "prev") // newest first
|
||||||
while (cursor) {
|
while (cursor) {
|
||||||
const s = cursor.value
|
const s = cursor.value
|
||||||
metadata.push({
|
metadata.push({
|
||||||
id: s.id,
|
id: s.id,
|
||||||
title: s.title,
|
title: s.title,
|
||||||
createdAt: s.createdAt,
|
createdAt: s.createdAt,
|
||||||
updatedAt: s.updatedAt,
|
updatedAt: s.updatedAt,
|
||||||
messageCount: s.messages.length,
|
messageCount: s.messages.length,
|
||||||
hasDiagram: !!s.diagramXml && s.diagramXml.trim().length > 0,
|
hasDiagram:
|
||||||
thumbnailDataUrl: s.thumbnailDataUrl,
|
!!s.diagramXml && s.diagramXml.trim().length > 0,
|
||||||
})
|
thumbnailDataUrl: s.thumbnailDataUrl,
|
||||||
cursor = await cursor.continue()
|
})
|
||||||
}
|
cursor = await cursor.continue()
|
||||||
return metadata
|
}
|
||||||
|
return metadata
|
||||||
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to get session metadata:", error)
|
console.error("Failed to get session metadata:", error)
|
||||||
return []
|
return []
|
||||||
@@ -109,8 +195,9 @@ export async function getAllSessionMetadata(): Promise<SessionMetadata[]> {
|
|||||||
export async function getSession(id: string): Promise<ChatSession | null> {
|
export async function getSession(id: string): Promise<ChatSession | null> {
|
||||||
if (!isIndexedDBAvailable()) return null
|
if (!isIndexedDBAvailable()) return null
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
return await withDB(async (db) => {
|
||||||
return (await db.get(STORE_NAME, id)) || null
|
return (await db.get(STORE_NAME, id)) || null
|
||||||
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to get session:", error)
|
console.error("Failed to get session:", error)
|
||||||
return null
|
return null
|
||||||
@@ -120,8 +207,9 @@ export async function getSession(id: string): Promise<ChatSession | null> {
|
|||||||
export async function saveSession(session: ChatSession): Promise<boolean> {
|
export async function saveSession(session: ChatSession): Promise<boolean> {
|
||||||
if (!isIndexedDBAvailable()) return false
|
if (!isIndexedDBAvailable()) return false
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
await withDB(async (db) => {
|
||||||
await db.put(STORE_NAME, session)
|
await db.put(STORE_NAME, session)
|
||||||
|
})
|
||||||
return true
|
return true
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// Handle quota exceeded
|
// Handle quota exceeded
|
||||||
@@ -133,8 +221,9 @@ export async function saveSession(session: ChatSession): Promise<boolean> {
|
|||||||
await deleteOldestSession()
|
await deleteOldestSession()
|
||||||
// Retry once
|
// Retry once
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
await withDB(async (db) => {
|
||||||
await db.put(STORE_NAME, session)
|
await db.put(STORE_NAME, session)
|
||||||
|
})
|
||||||
return true
|
return true
|
||||||
} catch (retryError) {
|
} catch (retryError) {
|
||||||
console.error(
|
console.error(
|
||||||
@@ -153,8 +242,9 @@ export async function saveSession(session: ChatSession): Promise<boolean> {
|
|||||||
export async function deleteSession(id: string): Promise<void> {
|
export async function deleteSession(id: string): Promise<void> {
|
||||||
if (!isIndexedDBAvailable()) return
|
if (!isIndexedDBAvailable()) return
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
await withDB(async (db) => {
|
||||||
await db.delete(STORE_NAME, id)
|
await db.delete(STORE_NAME, id)
|
||||||
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to delete session:", error)
|
console.error("Failed to delete session:", error)
|
||||||
}
|
}
|
||||||
@@ -163,8 +253,9 @@ export async function deleteSession(id: string): Promise<void> {
|
|||||||
export async function getSessionCount(): Promise<number> {
|
export async function getSessionCount(): Promise<number> {
|
||||||
if (!isIndexedDBAvailable()) return 0
|
if (!isIndexedDBAvailable()) return 0
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
return await withDB(async (db) => {
|
||||||
return await db.count(STORE_NAME)
|
return await db.count(STORE_NAME)
|
||||||
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to get session count:", error)
|
console.error("Failed to get session count:", error)
|
||||||
return 0
|
return 0
|
||||||
@@ -174,14 +265,15 @@ export async function getSessionCount(): Promise<number> {
|
|||||||
export async function deleteOldestSession(): Promise<void> {
|
export async function deleteOldestSession(): Promise<void> {
|
||||||
if (!isIndexedDBAvailable()) return
|
if (!isIndexedDBAvailable()) return
|
||||||
try {
|
try {
|
||||||
const db = await getDB()
|
await withDB(async (db) => {
|
||||||
const tx = db.transaction(STORE_NAME, "readwrite")
|
const tx = db.transaction(STORE_NAME, "readwrite")
|
||||||
const index = tx.store.index("by-updated")
|
const index = tx.store.index("by-updated")
|
||||||
const cursor = await index.openCursor()
|
const cursor = await index.openCursor()
|
||||||
if (cursor) {
|
if (cursor) {
|
||||||
await cursor.delete()
|
await cursor.delete()
|
||||||
}
|
}
|
||||||
await tx.done
|
await tx.done
|
||||||
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to delete oldest session:", error)
|
console.error("Failed to delete oldest session:", error)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,4 +27,12 @@ export const STORAGE_KEYS = {
|
|||||||
|
|
||||||
// Diagram validation
|
// Diagram validation
|
||||||
vlmValidationEnabled: "next-ai-draw-io-vlm-validation-enabled",
|
vlmValidationEnabled: "next-ai-draw-io-vlm-validation-enabled",
|
||||||
|
|
||||||
|
// Custom system message
|
||||||
|
customSystemMessage: "next-ai-draw-io-custom-system-message",
|
||||||
|
|
||||||
|
// Panel visibility
|
||||||
|
showRecentChats: "next-ai-draw-io-show-recent-chats",
|
||||||
|
showMyTemplates: "next-ai-draw-io-show-my-templates",
|
||||||
|
showQuickExamples: "next-ai-draw-io-show-quick-examples",
|
||||||
} as const
|
} as const
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ export const DEFAULT_SYSTEM_PROMPT = `
|
|||||||
You are an expert diagram creation assistant specializing in draw.io XML generation.
|
You are an expert diagram creation assistant specializing in draw.io XML generation.
|
||||||
Your primary function is chat with user and crafting clear, well-organized visual diagrams through precise XML specifications.
|
Your primary function is chat with user and crafting clear, well-organized visual diagrams through precise XML specifications.
|
||||||
You can see images that users upload, and you can read the text content extracted from PDF documents they upload.
|
You can see images that users upload, and you can read the text content extracted from PDF documents they upload.
|
||||||
|
ALWAYS respond in the same language as the user's last message.
|
||||||
|
|
||||||
When you are asked to create a diagram, briefly describe your plan about the layout and structure to avoid object overlapping or edge cross the objects. (2-3 sentences max), then use display_diagram tool to generate the XML.
|
When you are asked to create a diagram, briefly describe your plan about the layout and structure to avoid object overlapping or edge cross the objects. (2-3 sentences max), then use display_diagram tool to generate the XML.
|
||||||
After generating or editing a diagram, you don't need to say anything. The user can see the diagram - no need to describe it.
|
After generating or editing a diagram, you don't need to say anything. The user can see the diagram - no need to describe it.
|
||||||
@@ -50,9 +51,9 @@ parameters: {
|
|||||||
}
|
}
|
||||||
---Tool4---
|
---Tool4---
|
||||||
tool name: get_shape_library
|
tool name: get_shape_library
|
||||||
description: Get shape/icon library documentation. Use this to discover available icon shapes (AWS, Azure, GCP, Kubernetes, etc.) before creating diagrams with cloud/tech icons.
|
description: Get shape/icon library documentation. Use this to discover available icon shapes (AWS, Azure, GCP, Kubernetes, Material Design, etc.) before creating diagrams with special icons. ALWAYS call this before using any icon library — never guess the syntax.
|
||||||
parameters: {
|
parameters: {
|
||||||
library: string // Library name: aws4, azure2, gcp2, kubernetes, cisco19, flowchart, bpmn, etc.
|
library: string // Library name: aws4, azure2, gcp2, kubernetes, cisco19, flowchart, bpmn, material_design, etc.
|
||||||
}
|
}
|
||||||
---End of tools---
|
---End of tools---
|
||||||
|
|
||||||
@@ -60,7 +61,7 @@ IMPORTANT: Choose the right tool:
|
|||||||
- Use display_diagram for: Creating new diagrams, major restructuring, or when the current diagram XML is empty
|
- Use display_diagram for: Creating new diagrams, major restructuring, or when the current diagram XML is empty
|
||||||
- Use edit_diagram for: Small modifications, adding/removing elements, changing text/colors, repositioning items
|
- Use edit_diagram for: Small modifications, adding/removing elements, changing text/colors, repositioning items
|
||||||
- Use append_diagram for: ONLY when display_diagram was truncated due to output length - continue generating from where you stopped
|
- Use append_diagram for: ONLY when display_diagram was truncated due to output length - continue generating from where you stopped
|
||||||
- Use get_shape_library for: Discovering available icons/shapes when creating cloud architecture or technical diagrams (call BEFORE display_diagram)
|
- Use get_shape_library for: Discovering available icons/shapes when creating diagrams with any icon library (cloud, material design, etc.) — call BEFORE display_diagram
|
||||||
|
|
||||||
Core capabilities:
|
Core capabilities:
|
||||||
- Generate valid, well-formed XML strings for draw.io diagrams
|
- Generate valid, well-formed XML strings for draw.io diagrams
|
||||||
@@ -91,7 +92,7 @@ Note that:
|
|||||||
- When artistic drawings are requested, creatively compose them using standard diagram shapes and connectors while maintaining visual clarity.
|
- When artistic drawings are requested, creatively compose them using standard diagram shapes and connectors while maintaining visual clarity.
|
||||||
- Return XML only via tool calls, never in text responses.
|
- Return XML only via tool calls, never in text responses.
|
||||||
- If user asks you to replicate a diagram based on an image, remember to match the diagram style and layout as closely as possible. Especially, pay attention to the lines and shapes, for example, if the lines are straight or curved, and if the shapes are rounded or square.
|
- If user asks you to replicate a diagram based on an image, remember to match the diagram style and layout as closely as possible. Especially, pay attention to the lines and shapes, for example, if the lines are straight or curved, and if the shapes are rounded or square.
|
||||||
- For cloud/tech diagrams (AWS, Azure, GCP, K8s), call get_shape_library first to discover available icon shapes and their syntax.
|
- For cloud/tech diagrams (AWS, Azure, GCP, K8s) or when using icon libraries (material_design, webicons, etc.), call get_shape_library first to discover available icon shapes and their correct syntax. NEVER guess icon style syntax — always look it up first.
|
||||||
- NEVER include XML comments (<!-- ... -->) in your generated XML. Draw.io strips comments, which breaks edit_diagram patterns.
|
- NEVER include XML comments (<!-- ... -->) in your generated XML. Draw.io strips comments, which breaks edit_diagram patterns.
|
||||||
|
|
||||||
When using edit_diagram tool:
|
When using edit_diagram tool:
|
||||||
|
|||||||
437
lib/template-storage.ts
Normal file
437
lib/template-storage.ts
Normal file
@@ -0,0 +1,437 @@
|
|||||||
|
import { type DBSchema, type IDBPDatabase, openDB } from "idb"
|
||||||
|
import { nanoid } from "nanoid"
|
||||||
|
|
||||||
|
// Constants
|
||||||
|
const DB_NAME = "next-ai-drawio-templates"
|
||||||
|
const DB_VERSION = 1
|
||||||
|
const STORE_NAME = "templates"
|
||||||
|
|
||||||
|
// Types
|
||||||
|
export interface Template {
|
||||||
|
id: string
|
||||||
|
title: string
|
||||||
|
prompt: string
|
||||||
|
description?: string
|
||||||
|
createdAt: number
|
||||||
|
updatedAt: number
|
||||||
|
clickCount: number
|
||||||
|
runCount: number
|
||||||
|
lastUsedAt: number
|
||||||
|
pinned: boolean
|
||||||
|
}
|
||||||
|
|
||||||
|
export type TemplateCreateInput = Pick<Template, "prompt"> &
|
||||||
|
Partial<
|
||||||
|
Omit<
|
||||||
|
Template,
|
||||||
|
| "id"
|
||||||
|
| "createdAt"
|
||||||
|
| "updatedAt"
|
||||||
|
| "clickCount"
|
||||||
|
| "runCount"
|
||||||
|
| "lastUsedAt"
|
||||||
|
>
|
||||||
|
>
|
||||||
|
|
||||||
|
interface TemplateDB extends DBSchema {
|
||||||
|
templates: {
|
||||||
|
key: string
|
||||||
|
value: Template
|
||||||
|
indexes: {
|
||||||
|
"by-updated": number
|
||||||
|
"by-pinned": number
|
||||||
|
"by-run-count": number
|
||||||
|
"by-last-used": number
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Default title: first 20 chars of trimmed prompt, with ellipsis if truncated
|
||||||
|
const DEFAULT_TITLE_MAX_LENGTH = 20
|
||||||
|
|
||||||
|
export function generateDefaultTitle(prompt: string): string {
|
||||||
|
const trimmed = prompt.trim()
|
||||||
|
if (trimmed.length <= DEFAULT_TITLE_MAX_LENGTH) return trimmed
|
||||||
|
return trimmed.slice(0, DEFAULT_TITLE_MAX_LENGTH).trim() + "..."
|
||||||
|
}
|
||||||
|
|
||||||
|
// Database singleton
|
||||||
|
let dbPromise: Promise<IDBPDatabase<TemplateDB>> | null = null
|
||||||
|
const resetDBPromise = () => {
|
||||||
|
dbPromise = null
|
||||||
|
}
|
||||||
|
|
||||||
|
const isClosingError = (error: unknown): boolean => {
|
||||||
|
return (
|
||||||
|
error instanceof DOMException &&
|
||||||
|
error.name === "InvalidStateError" &&
|
||||||
|
/closing/i.test(error.message)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const withDB = async <T>(
|
||||||
|
action: (db: IDBPDatabase<TemplateDB>) => Promise<T>,
|
||||||
|
): Promise<T> => {
|
||||||
|
try {
|
||||||
|
const db = await getDB()
|
||||||
|
return await action(db)
|
||||||
|
} catch (error) {
|
||||||
|
if (isClosingError(error)) {
|
||||||
|
resetDBPromise()
|
||||||
|
const db = await getDB()
|
||||||
|
return await action(db)
|
||||||
|
}
|
||||||
|
throw error
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getDB(): Promise<IDBPDatabase<TemplateDB>> {
|
||||||
|
if (!dbPromise) {
|
||||||
|
dbPromise = openDB<TemplateDB>(DB_NAME, DB_VERSION, {
|
||||||
|
upgrade(db, oldVersion) {
|
||||||
|
if (oldVersion < 1) {
|
||||||
|
if (!db.objectStoreNames.contains(STORE_NAME)) {
|
||||||
|
const templateStore = db.createObjectStore(STORE_NAME, {
|
||||||
|
keyPath: "id",
|
||||||
|
})
|
||||||
|
templateStore.createIndex("by-updated", "updatedAt")
|
||||||
|
templateStore.createIndex("by-pinned", "pinned")
|
||||||
|
templateStore.createIndex("by-run-count", "runCount")
|
||||||
|
templateStore.createIndex("by-last-used", "lastUsedAt")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
terminated() {
|
||||||
|
resetDBPromise()
|
||||||
|
},
|
||||||
|
})
|
||||||
|
dbPromise
|
||||||
|
.then((db) => {
|
||||||
|
db.onversionchange = () => {
|
||||||
|
db.close()
|
||||||
|
resetDBPromise()
|
||||||
|
}
|
||||||
|
db.onclose = () => {
|
||||||
|
resetDBPromise()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch(() => {
|
||||||
|
resetDBPromise()
|
||||||
|
})
|
||||||
|
}
|
||||||
|
return dbPromise
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if IndexedDB is available
|
||||||
|
export function isIndexedDBAvailable(): boolean {
|
||||||
|
if (typeof window === "undefined") return false
|
||||||
|
try {
|
||||||
|
return "indexedDB" in window && window.indexedDB !== null
|
||||||
|
} catch {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// CRUD Operations
|
||||||
|
|
||||||
|
export async function getAllTemplates(): Promise<Template[]> {
|
||||||
|
if (!isIndexedDBAvailable()) return []
|
||||||
|
try {
|
||||||
|
return await withDB(async (db) => {
|
||||||
|
const templates = await db.getAll(STORE_NAME)
|
||||||
|
return sortTemplates(templates)
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to get templates:", error)
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getTemplate(id: string): Promise<Template | null> {
|
||||||
|
if (!isIndexedDBAvailable()) return null
|
||||||
|
try {
|
||||||
|
return await withDB(async (db) => {
|
||||||
|
return (await db.get(STORE_NAME, id)) || null
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to get template:", error)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createTemplate(
|
||||||
|
input: TemplateCreateInput,
|
||||||
|
): Promise<Template | null> {
|
||||||
|
if (!isIndexedDBAvailable()) return null
|
||||||
|
|
||||||
|
const prompt = input.prompt.trim()
|
||||||
|
if (!prompt) return null
|
||||||
|
|
||||||
|
const now = Date.now()
|
||||||
|
const template: Template = {
|
||||||
|
id: nanoid(),
|
||||||
|
title: input.title?.trim() || generateDefaultTitle(prompt),
|
||||||
|
prompt,
|
||||||
|
description: input.description?.trim() || undefined,
|
||||||
|
createdAt: now,
|
||||||
|
updatedAt: now,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: input.pinned ?? false,
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
await withDB(async (db) => {
|
||||||
|
await db.put(STORE_NAME, template)
|
||||||
|
})
|
||||||
|
return template
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to create template:", error)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function updateTemplate(
|
||||||
|
id: string,
|
||||||
|
updates: Partial<Omit<Template, "id" | "createdAt">>,
|
||||||
|
): Promise<Template | null> {
|
||||||
|
if (!isIndexedDBAvailable()) return null
|
||||||
|
try {
|
||||||
|
return await withDB(async (db) => {
|
||||||
|
const existing = await db.get(STORE_NAME, id)
|
||||||
|
if (!existing) return null
|
||||||
|
|
||||||
|
const updated: Template = {
|
||||||
|
...existing,
|
||||||
|
...updates,
|
||||||
|
id: existing.id,
|
||||||
|
createdAt: existing.createdAt,
|
||||||
|
updatedAt: Date.now(),
|
||||||
|
}
|
||||||
|
await db.put(STORE_NAME, updated)
|
||||||
|
return updated
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to update template:", error)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function deleteTemplate(id: string): Promise<boolean> {
|
||||||
|
if (!isIndexedDBAvailable()) return false
|
||||||
|
try {
|
||||||
|
await withDB(async (db) => {
|
||||||
|
await db.delete(STORE_NAME, id)
|
||||||
|
})
|
||||||
|
return true
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to delete template:", error)
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function duplicateTemplate(
|
||||||
|
id: string,
|
||||||
|
copySuffix = "(copy)",
|
||||||
|
): Promise<Template | null> {
|
||||||
|
if (!isIndexedDBAvailable()) return null
|
||||||
|
try {
|
||||||
|
return await withDB(async (db) => {
|
||||||
|
const existing = await db.get(STORE_NAME, id)
|
||||||
|
if (!existing) return null
|
||||||
|
|
||||||
|
const now = Date.now()
|
||||||
|
const duplicate: Template = {
|
||||||
|
...existing,
|
||||||
|
id: nanoid(),
|
||||||
|
title: `${existing.title} ${copySuffix}`,
|
||||||
|
createdAt: now,
|
||||||
|
updatedAt: now,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
}
|
||||||
|
await db.put(STORE_NAME, duplicate)
|
||||||
|
return duplicate
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to duplicate template:", error)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Usage tracking
|
||||||
|
|
||||||
|
export async function incrementClickCount(id: string): Promise<void> {
|
||||||
|
if (!isIndexedDBAvailable()) return
|
||||||
|
try {
|
||||||
|
await withDB(async (db) => {
|
||||||
|
const template = await db.get(STORE_NAME, id)
|
||||||
|
if (!template) return
|
||||||
|
template.clickCount += 1
|
||||||
|
template.updatedAt = Date.now()
|
||||||
|
await db.put(STORE_NAME, template)
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to increment click count:", error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function incrementRunCount(id: string): Promise<void> {
|
||||||
|
if (!isIndexedDBAvailable()) return
|
||||||
|
try {
|
||||||
|
await withDB(async (db) => {
|
||||||
|
const template = await db.get(STORE_NAME, id)
|
||||||
|
if (!template) return
|
||||||
|
const now = Date.now()
|
||||||
|
template.runCount += 1
|
||||||
|
template.lastUsedAt = now
|
||||||
|
template.updatedAt = now
|
||||||
|
await db.put(STORE_NAME, template)
|
||||||
|
})
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to increment run count:", error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Search
|
||||||
|
|
||||||
|
export function searchTemplates(
|
||||||
|
templates: Template[],
|
||||||
|
query: string,
|
||||||
|
): Template[] {
|
||||||
|
if (!query.trim()) return templates
|
||||||
|
const lowerQuery = query.toLowerCase()
|
||||||
|
return templates.filter((t) => {
|
||||||
|
const titleMatch = t.title.toLowerCase().includes(lowerQuery)
|
||||||
|
const descMatch =
|
||||||
|
t.description?.toLowerCase().includes(lowerQuery) ?? false
|
||||||
|
return titleMatch || descMatch
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sorting
|
||||||
|
|
||||||
|
export function sortTemplates(templates: Template[]): Template[] {
|
||||||
|
return [...templates].sort((a, b) => {
|
||||||
|
// pinned desc
|
||||||
|
if (a.pinned !== b.pinned) return a.pinned ? -1 : 1
|
||||||
|
// runCount desc
|
||||||
|
if (a.runCount !== b.runCount) return b.runCount - a.runCount
|
||||||
|
// lastUsedAt desc
|
||||||
|
if (a.lastUsedAt !== b.lastUsedAt) return b.lastUsedAt - a.lastUsedAt
|
||||||
|
// updatedAt desc
|
||||||
|
return b.updatedAt - a.updatedAt
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// Import / Export
|
||||||
|
|
||||||
|
export const TEMPLATE_EXPORT_SCHEMA_VERSION = 1
|
||||||
|
|
||||||
|
export interface TemplateExportData {
|
||||||
|
schemaVersion: number
|
||||||
|
exportedAt: number
|
||||||
|
templates: Template[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export function exportTemplates(templates: Template[]): TemplateExportData {
|
||||||
|
return {
|
||||||
|
schemaVersion: TEMPLATE_EXPORT_SCHEMA_VERSION,
|
||||||
|
exportedAt: Date.now(),
|
||||||
|
templates,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function validateImportData(data: unknown): {
|
||||||
|
valid: boolean
|
||||||
|
error?: string
|
||||||
|
} {
|
||||||
|
if (!data || typeof data !== "object") {
|
||||||
|
return { valid: false, error: "Invalid data: expected an object" }
|
||||||
|
}
|
||||||
|
|
||||||
|
const obj = data as Record<string, unknown>
|
||||||
|
|
||||||
|
if (typeof obj.schemaVersion !== "number") {
|
||||||
|
return { valid: false, error: "Missing or invalid schemaVersion" }
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!Array.isArray(obj.templates)) {
|
||||||
|
return { valid: false, error: "Missing or invalid templates array" }
|
||||||
|
}
|
||||||
|
|
||||||
|
for (let i = 0; i < obj.templates.length; i++) {
|
||||||
|
const t = obj.templates[i]
|
||||||
|
if (!t || typeof t !== "object") {
|
||||||
|
return {
|
||||||
|
valid: false,
|
||||||
|
error: `Template at index ${i} is not an object`,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const template = t as Record<string, unknown>
|
||||||
|
if (typeof template.prompt !== "string" || !template.prompt.trim()) {
|
||||||
|
return {
|
||||||
|
valid: false,
|
||||||
|
error: `Template at index ${i} has missing or empty prompt`,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (typeof template.title !== "string" || !template.title.trim()) {
|
||||||
|
return {
|
||||||
|
valid: false,
|
||||||
|
error: `Template at index ${i} has missing or empty title`,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return { valid: true }
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function importTemplates(
|
||||||
|
templates: Template[],
|
||||||
|
existingTemplates: Template[],
|
||||||
|
): Promise<{ imported: number; skipped: number }> {
|
||||||
|
let imported = 0
|
||||||
|
let skipped = 0
|
||||||
|
|
||||||
|
const existingKeys = new Set(
|
||||||
|
existingTemplates.map((t) => `${t.title}|||${t.prompt}`),
|
||||||
|
)
|
||||||
|
|
||||||
|
for (const t of templates) {
|
||||||
|
const key = `${t.title}|||${t.prompt}`
|
||||||
|
if (existingKeys.has(key)) {
|
||||||
|
skipped++
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
const now = Date.now()
|
||||||
|
const newTemplate: Template = {
|
||||||
|
id: nanoid(),
|
||||||
|
title:
|
||||||
|
String(t.title || "").trim() ||
|
||||||
|
generateDefaultTitle(String(t.prompt || "")),
|
||||||
|
prompt: String(t.prompt || "").trim(),
|
||||||
|
description: t.description ? String(t.description) : undefined,
|
||||||
|
createdAt: typeof t.createdAt === "number" ? t.createdAt : now,
|
||||||
|
updatedAt: now,
|
||||||
|
clickCount: typeof t.clickCount === "number" ? t.clickCount : 0,
|
||||||
|
runCount: typeof t.runCount === "number" ? t.runCount : 0,
|
||||||
|
lastUsedAt: typeof t.lastUsedAt === "number" ? t.lastUsedAt : 0,
|
||||||
|
pinned: typeof t.pinned === "boolean" ? t.pinned : false,
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
await withDB(async (db) => {
|
||||||
|
await db.put(STORE_NAME, newTemplate)
|
||||||
|
})
|
||||||
|
existingKeys.add(key)
|
||||||
|
imported++
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to import template:", error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return { imported, skipped }
|
||||||
|
}
|
||||||
@@ -16,6 +16,12 @@ export type ProviderName =
|
|||||||
| "edgeone"
|
| "edgeone"
|
||||||
| "doubao"
|
| "doubao"
|
||||||
| "modelscope"
|
| "modelscope"
|
||||||
|
| "glm"
|
||||||
|
| "qwen"
|
||||||
|
| "qiniu"
|
||||||
|
| "kimi"
|
||||||
|
| "minimax"
|
||||||
|
| "novita"
|
||||||
|
|
||||||
// Individual model configuration
|
// Individual model configuration
|
||||||
export interface ModelConfig {
|
export interface ModelConfig {
|
||||||
@@ -73,11 +79,32 @@ export interface FlattenedModel {
|
|||||||
source?: "user" | "server"
|
source?: "user" | "server"
|
||||||
// Whether this model is the server default (matches AI_MODEL env var)
|
// Whether this model is the server default (matches AI_MODEL env var)
|
||||||
isDefault?: boolean
|
isDefault?: boolean
|
||||||
// Custom env var names for server models (allows multiple API keys per provider)
|
// Custom env var name(s) for server models
|
||||||
apiKeyEnv?: string
|
// Can be a single string or array of strings for load balancing
|
||||||
|
apiKeyEnv?: string | string[]
|
||||||
baseUrlEnv?: string
|
baseUrlEnv?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Map provider names to models.dev logo names
|
||||||
|
export const PROVIDER_LOGO_MAP: Record<string, string> = {
|
||||||
|
openai: "openai",
|
||||||
|
anthropic: "anthropic",
|
||||||
|
google: "google",
|
||||||
|
azure: "azure",
|
||||||
|
bedrock: "amazon-bedrock",
|
||||||
|
openrouter: "openrouter",
|
||||||
|
deepseek: "deepseek",
|
||||||
|
siliconflow: "siliconflow",
|
||||||
|
sglang: "openai", // SGLang is OpenAI-compatible
|
||||||
|
gateway: "vercel",
|
||||||
|
edgeone: "tencent-cloud",
|
||||||
|
vertexai: "google",
|
||||||
|
doubao: "bytedance",
|
||||||
|
modelscope: "modelscope",
|
||||||
|
minimax: "minimax",
|
||||||
|
novita: "novita",
|
||||||
|
}
|
||||||
|
|
||||||
// Provider metadata
|
// Provider metadata
|
||||||
export const PROVIDER_INFO: Record<
|
export const PROVIDER_INFO: Record<
|
||||||
ProviderName,
|
ProviderName,
|
||||||
@@ -103,7 +130,7 @@ export const PROVIDER_INFO: Record<
|
|||||||
bedrock: { label: "Amazon Bedrock" },
|
bedrock: { label: "Amazon Bedrock" },
|
||||||
ollama: {
|
ollama: {
|
||||||
label: "Ollama",
|
label: "Ollama",
|
||||||
defaultBaseUrl: "http://localhost:11434",
|
defaultBaseUrl: "https://ollama.com/api",
|
||||||
},
|
},
|
||||||
openrouter: {
|
openrouter: {
|
||||||
label: "OpenRouter",
|
label: "OpenRouter",
|
||||||
@@ -134,6 +161,30 @@ export const PROVIDER_INFO: Record<
|
|||||||
label: "ModelScope",
|
label: "ModelScope",
|
||||||
defaultBaseUrl: "https://api-inference.modelscope.cn/v1",
|
defaultBaseUrl: "https://api-inference.modelscope.cn/v1",
|
||||||
},
|
},
|
||||||
|
glm: {
|
||||||
|
label: "GLM (Zhipu)",
|
||||||
|
defaultBaseUrl: "https://open.bigmodel.cn/api/paas/v4",
|
||||||
|
},
|
||||||
|
qwen: {
|
||||||
|
label: "Qwen (Alibaba)",
|
||||||
|
defaultBaseUrl: "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||||
|
},
|
||||||
|
qiniu: {
|
||||||
|
label: "Qiniu",
|
||||||
|
defaultBaseUrl: "https://api.qnaigc.com/v1",
|
||||||
|
},
|
||||||
|
kimi: {
|
||||||
|
label: "Kimi (Moonshot)",
|
||||||
|
defaultBaseUrl: "https://api.moonshot.cn/v1",
|
||||||
|
},
|
||||||
|
minimax: {
|
||||||
|
label: "MiniMax",
|
||||||
|
defaultBaseUrl: "https://api.minimaxi.com/anthropic",
|
||||||
|
},
|
||||||
|
novita: {
|
||||||
|
label: "Novita AI",
|
||||||
|
defaultBaseUrl: "https://api.novita.ai/openai",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// Suggested models per provider for quick add
|
// Suggested models per provider for quick add
|
||||||
@@ -263,6 +314,7 @@ export const SUGGESTED_MODELS: Partial<Record<ProviderName, string[]>> = {
|
|||||||
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
||||||
"Qwen/Qwen2.5-7B-Instruct",
|
"Qwen/Qwen2.5-7B-Instruct",
|
||||||
"Qwen/Qwen2-VL-72B-Instruct",
|
"Qwen/Qwen2-VL-72B-Instruct",
|
||||||
|
"qwen3.5-plus",
|
||||||
],
|
],
|
||||||
sglang: [
|
sglang: [
|
||||||
// SGLang is OpenAI-compatible, models depend on deployment
|
// SGLang is OpenAI-compatible, models depend on deployment
|
||||||
@@ -292,10 +344,24 @@ export const SUGGESTED_MODELS: Partial<Record<ProviderName, string[]>> = {
|
|||||||
"Qwen/Qwen3-235B-A22B-Instruct-2507",
|
"Qwen/Qwen3-235B-A22B-Instruct-2507",
|
||||||
"Qwen/Qwen3-VL-235B-A22B-Instruct",
|
"Qwen/Qwen3-VL-235B-A22B-Instruct",
|
||||||
"Qwen/Qwen3-32B",
|
"Qwen/Qwen3-32B",
|
||||||
|
"qwen3.5-plus",
|
||||||
// DeepSeek
|
// DeepSeek
|
||||||
"deepseek-ai/DeepSeek-R1-0528",
|
"deepseek-ai/DeepSeek-R1-0528",
|
||||||
"deepseek-ai/DeepSeek-V3.2",
|
"deepseek-ai/DeepSeek-V3.2",
|
||||||
],
|
],
|
||||||
|
minimax: [
|
||||||
|
// MiniMax models (Anthropic-compatible API)
|
||||||
|
"MiniMax-M2.7",
|
||||||
|
"MiniMax-M2.7-highspeed",
|
||||||
|
"MiniMax-M2.5",
|
||||||
|
"MiniMax-M2.5-highspeed",
|
||||||
|
],
|
||||||
|
novita: [
|
||||||
|
// Novita AI models (OpenAI-compatible API)
|
||||||
|
"moonshotai/kimi-k2.5",
|
||||||
|
"zai-org/glm-5",
|
||||||
|
"minimax/minimax-m2.5",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helper to generate UUID
|
// Helper to generate UUID
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { z } from "zod"
|
import { z } from "zod"
|
||||||
|
import { getApiEndpoint } from "@/lib/base-path"
|
||||||
|
|
||||||
export interface UrlData {
|
export interface UrlData {
|
||||||
url: string
|
url: string
|
||||||
@@ -15,7 +16,7 @@ const UrlResponseSchema = z.object({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export async function extractUrlContent(url: string): Promise<UrlData> {
|
export async function extractUrlContent(url: string): Promise<UrlData> {
|
||||||
const response = await fetch("/api/parse-url", {
|
const response = await fetch(getApiEndpoint("/api/parse-url"), {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify({ url }),
|
body: JSON.stringify({ url }),
|
||||||
|
|||||||
13740
package-lock.json
generated
13740
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-ai-draw-io",
|
"name": "next-ai-draw-io",
|
||||||
"version": "0.4.12",
|
"version": "0.4.14",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "dist-electron/main/index.js",
|
"main": "dist-electron/main/index.js",
|
||||||
@@ -43,15 +43,15 @@
|
|||||||
"@aws-sdk/client-dynamodb": "^3.957.0",
|
"@aws-sdk/client-dynamodb": "^3.957.0",
|
||||||
"@aws-sdk/credential-providers": "^3.943.0",
|
"@aws-sdk/credential-providers": "^3.943.0",
|
||||||
"@extractus/article-extractor": "^8.0.18",
|
"@extractus/article-extractor": "^8.0.18",
|
||||||
"@formatjs/intl-localematcher": "^0.7.2",
|
"@formatjs/intl-localematcher": "^0.8.0",
|
||||||
"@langfuse/client": "^4.4.9",
|
"@langfuse/client": "^4.4.9",
|
||||||
"@langfuse/otel": "^4.4.4",
|
"@langfuse/otel": "^4.4.4",
|
||||||
"@langfuse/tracing": "^4.4.9",
|
"@langfuse/tracing": "^4.4.9",
|
||||||
"@next/third-parties": "^16.0.6",
|
"@next/third-parties": "^16.0.6",
|
||||||
"@opennextjs/cloudflare": "1.14.8",
|
"@opennextjs/cloudflare": "^1.17.1",
|
||||||
"@openrouter/ai-sdk-provider": "^1.5.4",
|
"@openrouter/ai-sdk-provider": "^1.5.4",
|
||||||
"@opentelemetry/api": "^1.9.0",
|
"@opentelemetry/api": "^1.9.0",
|
||||||
"@opentelemetry/exporter-trace-otlp-http": "^0.209.0",
|
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
||||||
"@opentelemetry/sdk-trace-node": "^2.2.0",
|
"@opentelemetry/sdk-trace-node": "^2.2.0",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||||
"@radix-ui/react-collapsible": "^1.1.12",
|
"@radix-ui/react-collapsible": "^1.1.12",
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
"idb": "^8.0.3",
|
"idb": "^8.0.3",
|
||||||
"jsonrepair": "^3.13.1",
|
"jsonrepair": "^3.13.1",
|
||||||
"lucide-react": "^0.562.0",
|
"lucide-react": "^0.577.0",
|
||||||
"motion": "^12.23.25",
|
"motion": "^12.23.25",
|
||||||
"nanoid": "^5.0.0",
|
"nanoid": "^5.0.0",
|
||||||
"negotiator": "^1.0.0",
|
"negotiator": "^1.0.0",
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@anthropic-ai/tokenizer": "^0.0.4",
|
"@anthropic-ai/tokenizer": "^0.0.4",
|
||||||
"@biomejs/biome": "^2.3.10",
|
"@biomejs/biome": "2.4.10",
|
||||||
"@playwright/test": "^1.57.0",
|
"@playwright/test": "^1.57.0",
|
||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@tailwindcss/typography": "^0.5.19",
|
"@tailwindcss/typography": "^0.5.19",
|
||||||
@@ -128,8 +128,8 @@
|
|||||||
"electron": "^39.2.7",
|
"electron": "^39.2.7",
|
||||||
"electron-builder": "^26.0.12",
|
"electron-builder": "^26.0.12",
|
||||||
"esbuild": "^0.27.2",
|
"esbuild": "^0.27.2",
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.4",
|
||||||
"eslint-config-next": "16.1.1",
|
"eslint-config-next": "16.1.6",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"jsdom": "^27.4.0",
|
"jsdom": "^27.4.0",
|
||||||
"lint-staged": "^16.2.7",
|
"lint-staged": "^16.2.7",
|
||||||
|
|||||||
72
packages/mcp-server/package-lock.json
generated
72
packages/mcp-server/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@next-ai-drawio/mcp-server",
|
"name": "@next-ai-drawio/mcp-server",
|
||||||
"version": "0.1.12",
|
"version": "0.1.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@next-ai-drawio/mcp-server",
|
"name": "@next-ai-drawio/mcp-server",
|
||||||
"version": "0.1.12",
|
"version": "0.1.17",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.0.4",
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
||||||
@@ -469,9 +469,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@hono/node-server": {
|
"node_modules/@hono/node-server": {
|
||||||
"version": "1.19.7",
|
"version": "1.19.9",
|
||||||
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.7.tgz",
|
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.9.tgz",
|
||||||
"integrity": "sha512-vUcD0uauS7EU2caukW8z5lJKtoGMokxNbJtBiwHgpqxEXokaHCBkQUmCHhjFB1VUTWdqj25QoMkMKzgjq+uhrw==",
|
"integrity": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.14.1"
|
"node": ">=18.14.1"
|
||||||
@@ -481,12 +481,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@modelcontextprotocol/sdk": {
|
"node_modules/@modelcontextprotocol/sdk": {
|
||||||
"version": "1.25.2",
|
"version": "1.29.0",
|
||||||
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.25.2.tgz",
|
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
|
||||||
"integrity": "sha512-LZFeo4F9M5qOhC/Uc1aQSrBHxMrvxett+9KLHt7OhcExtoiRN9DKgbZffMP/nxjutWDQpfMDfP3nkHI4X9ijww==",
|
"integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/node-server": "^1.19.7",
|
"@hono/node-server": "^1.19.9",
|
||||||
"ajv": "^8.17.1",
|
"ajv": "^8.17.1",
|
||||||
"ajv-formats": "^3.0.1",
|
"ajv-formats": "^3.0.1",
|
||||||
"content-type": "^1.0.5",
|
"content-type": "^1.0.5",
|
||||||
@@ -494,14 +494,15 @@
|
|||||||
"cross-spawn": "^7.0.5",
|
"cross-spawn": "^7.0.5",
|
||||||
"eventsource": "^3.0.2",
|
"eventsource": "^3.0.2",
|
||||||
"eventsource-parser": "^3.0.0",
|
"eventsource-parser": "^3.0.0",
|
||||||
"express": "^5.0.1",
|
"express": "^5.2.1",
|
||||||
"express-rate-limit": "^7.5.0",
|
"express-rate-limit": "^8.2.1",
|
||||||
"jose": "^6.1.1",
|
"hono": "^4.11.4",
|
||||||
|
"jose": "^6.1.3",
|
||||||
"json-schema-typed": "^8.0.2",
|
"json-schema-typed": "^8.0.2",
|
||||||
"pkce-challenge": "^5.0.0",
|
"pkce-challenge": "^5.0.0",
|
||||||
"raw-body": "^3.0.0",
|
"raw-body": "^3.0.0",
|
||||||
"zod": "^3.25 || ^4.0",
|
"zod": "^3.25 || ^4.0",
|
||||||
"zod-to-json-schema": "^3.25.0"
|
"zod-to-json-schema": "^3.25.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
@@ -520,9 +521,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "24.10.6",
|
"version": "24.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.6.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
|
||||||
"integrity": "sha512-B8h60xgJMR/xmgyX9fncRzEW9gCxoJjdenUhke2v1JGOd/V66KopmWrLPXi5oUI4VuiGK+d+HlXJjDRZMj21EQ==",
|
"integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -1034,7 +1035,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
||||||
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "^2.0.0",
|
"accepts": "^2.0.0",
|
||||||
"body-parser": "^2.2.1",
|
"body-parser": "^2.2.1",
|
||||||
@@ -1074,10 +1074,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/express-rate-limit": {
|
"node_modules/express-rate-limit": {
|
||||||
"version": "7.5.1",
|
"version": "8.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz",
|
||||||
"integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==",
|
"integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"ip-address": "10.0.1"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 16"
|
"node": ">= 16"
|
||||||
},
|
},
|
||||||
@@ -1260,11 +1263,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hono": {
|
"node_modules/hono": {
|
||||||
"version": "4.11.1",
|
"version": "4.11.9",
|
||||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.1.tgz",
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz",
|
||||||
"integrity": "sha512-KsFcH0xxHes0J4zaQgWbYwmz3UPOOskdqZmItstUG93+Wk1ePBLkLGwbP9zlmh1BFUiL8Qp+Xfu9P7feJWpGNg==",
|
"integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
}
|
}
|
||||||
@@ -1348,6 +1350,15 @@
|
|||||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
},
|
},
|
||||||
|
"node_modules/ip-address": {
|
||||||
|
"version": "10.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
|
||||||
|
"integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/ipaddr.js": {
|
"node_modules/ipaddr.js": {
|
||||||
"version": "1.9.1",
|
"version": "1.9.1",
|
||||||
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
||||||
@@ -2051,19 +2062,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/zod": {
|
"node_modules/zod": {
|
||||||
"version": "4.3.5",
|
"version": "4.3.6",
|
||||||
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
||||||
"integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==",
|
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/colinhacks"
|
"url": "https://github.com/sponsors/colinhacks"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/zod-to-json-schema": {
|
"node_modules/zod-to-json-schema": {
|
||||||
"version": "3.25.0",
|
"version": "3.25.1",
|
||||||
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz",
|
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
|
||||||
"integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==",
|
"integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"zod": "^3.25 || ^4"
|
"zod": "^3.25 || ^4"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@next-ai-drawio/mcp-server",
|
"name": "@next-ai-drawio/mcp-server",
|
||||||
"version": "0.1.15",
|
"version": "0.1.19",
|
||||||
"description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview",
|
"description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -4,6 +4,29 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import http from "node:http"
|
import http from "node:http"
|
||||||
|
|
||||||
|
const MAX_BODY_BYTES = 10 * 1024 * 1024 // 10 MiB
|
||||||
|
|
||||||
|
function readBody(
|
||||||
|
req: http.IncomingMessage,
|
||||||
|
res: http.ServerResponse,
|
||||||
|
cb: (body: string) => void,
|
||||||
|
): void {
|
||||||
|
let body = ""
|
||||||
|
let size = 0
|
||||||
|
req.on("data", (chunk: Buffer) => {
|
||||||
|
size += chunk.length
|
||||||
|
if (size > MAX_BODY_BYTES) {
|
||||||
|
res.writeHead(413, { "Content-Type": "application/json" })
|
||||||
|
res.end(JSON.stringify({ error: "Payload too large" }))
|
||||||
|
req.destroy()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
body += chunk
|
||||||
|
})
|
||||||
|
req.on("end", () => cb(body))
|
||||||
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
addHistory,
|
addHistory,
|
||||||
clearHistory,
|
clearHistory,
|
||||||
@@ -69,6 +92,8 @@ interface SessionState {
|
|||||||
lastUpdated: Date
|
lastUpdated: Date
|
||||||
svg?: string // Cached SVG from last browser save
|
svg?: string // Cached SVG from last browser save
|
||||||
syncRequested?: number // Timestamp when sync requested, cleared when browser responds
|
syncRequested?: number // Timestamp when sync requested, cleared when browser responds
|
||||||
|
exportFormat?: "png" | "svg" // Set by MCP tool to request browser export
|
||||||
|
exportData?: string // Base64/SVG data returned by browser after export
|
||||||
}
|
}
|
||||||
|
|
||||||
export const stateStore = new Map<string, SessionState>()
|
export const stateStore = new Map<string, SessionState>()
|
||||||
@@ -91,6 +116,8 @@ export function setState(sessionId: string, xml: string, svg?: string): number {
|
|||||||
lastUpdated: new Date(),
|
lastUpdated: new Date(),
|
||||||
svg: svg || existing?.svg, // Preserve cached SVG if not provided
|
svg: svg || existing?.svg, // Preserve cached SVG if not provided
|
||||||
syncRequested: undefined, // Clear sync request when browser pushes state
|
syncRequested: undefined, // Clear sync request when browser pushes state
|
||||||
|
exportFormat: existing?.exportFormat, // Preserve pending export request
|
||||||
|
exportData: existing?.exportData, // Preserve export result
|
||||||
})
|
})
|
||||||
log.debug(`State updated: session=${sessionId}, version=${newVersion}`)
|
log.debug(`State updated: session=${sessionId}, version=${newVersion}`)
|
||||||
return newVersion
|
return newVersion
|
||||||
@@ -151,7 +178,7 @@ export function startHttpServer(port = 6002): Promise<number> {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
server.listen(port, () => {
|
server.listen(port, "127.0.0.1", () => {
|
||||||
serverPort = port
|
serverPort = port
|
||||||
log.info(`HTTP server running on http://localhost:${port}`)
|
log.info(`HTTP server running on http://localhost:${port}`)
|
||||||
resolve(port)
|
resolve(port)
|
||||||
@@ -194,9 +221,12 @@ function handleRequest(
|
|||||||
): void {
|
): void {
|
||||||
const url = new URL(req.url || "/", `http://localhost:${serverPort}`)
|
const url = new URL(req.url || "/", `http://localhost:${serverPort}`)
|
||||||
|
|
||||||
res.setHeader("Access-Control-Allow-Origin", "*")
|
const requestOrigin = req.headers.origin
|
||||||
res.setHeader("Access-Control-Allow-Methods", "GET, POST, OPTIONS")
|
if (requestOrigin === `http://localhost:${serverPort}`) {
|
||||||
res.setHeader("Access-Control-Allow-Headers", "Content-Type")
|
res.setHeader("Access-Control-Allow-Origin", requestOrigin)
|
||||||
|
res.setHeader("Access-Control-Allow-Methods", "GET, POST, OPTIONS")
|
||||||
|
res.setHeader("Access-Control-Allow-Headers", "Content-Type")
|
||||||
|
}
|
||||||
|
|
||||||
if (req.method === "OPTIONS") {
|
if (req.method === "OPTIONS") {
|
||||||
res.writeHead(204)
|
res.writeHead(204)
|
||||||
@@ -255,22 +285,36 @@ function handleStateApi(
|
|||||||
xml: state?.xml || null,
|
xml: state?.xml || null,
|
||||||
version: state?.version || 0,
|
version: state?.version || 0,
|
||||||
syncRequested: !!state?.syncRequested,
|
syncRequested: !!state?.syncRequested,
|
||||||
|
exportFormat: state?.exportFormat || null,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
} else if (req.method === "POST") {
|
} else if (req.method === "POST") {
|
||||||
let body = ""
|
readBody(req, res, (body) => {
|
||||||
req.on("data", (chunk) => {
|
|
||||||
body += chunk
|
|
||||||
})
|
|
||||||
req.on("end", () => {
|
|
||||||
try {
|
try {
|
||||||
const { sessionId, xml, svg } = JSON.parse(body)
|
const data = JSON.parse(body)
|
||||||
|
const { sessionId } = data
|
||||||
if (!sessionId) {
|
if (!sessionId) {
|
||||||
res.writeHead(400, { "Content-Type": "application/json" })
|
res.writeHead(400, { "Content-Type": "application/json" })
|
||||||
res.end(JSON.stringify({ error: "sessionId required" }))
|
res.end(JSON.stringify({ error: "sessionId required" }))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const version = setState(sessionId, xml, svg)
|
|
||||||
|
// Browser is returning export data (png/svg)
|
||||||
|
if (data.exportData !== undefined) {
|
||||||
|
const state = stateStore.get(sessionId)
|
||||||
|
if (state) {
|
||||||
|
state.exportData = data.exportData
|
||||||
|
state.exportFormat = undefined
|
||||||
|
log.debug(
|
||||||
|
`Export data received for session=${sessionId}`,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
res.writeHead(200, { "Content-Type": "application/json" })
|
||||||
|
res.end(JSON.stringify({ success: true }))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const version = setState(sessionId, data.xml, data.svg)
|
||||||
res.writeHead(200, { "Content-Type": "application/json" })
|
res.writeHead(200, { "Content-Type": "application/json" })
|
||||||
res.end(JSON.stringify({ success: true, version }))
|
res.end(JSON.stringify({ success: true, version }))
|
||||||
} catch {
|
} catch {
|
||||||
@@ -322,11 +366,7 @@ function handleRestoreApi(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let body = ""
|
readBody(req, res, (body) => {
|
||||||
req.on("data", (chunk) => {
|
|
||||||
body += chunk
|
|
||||||
})
|
|
||||||
req.on("end", () => {
|
|
||||||
try {
|
try {
|
||||||
const { sessionId, index } = JSON.parse(body)
|
const { sessionId, index } = JSON.parse(body)
|
||||||
if (!sessionId || index === undefined) {
|
if (!sessionId || index === undefined) {
|
||||||
@@ -368,11 +408,7 @@ function handleHistorySvgApi(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let body = ""
|
readBody(req, res, (body) => {
|
||||||
req.on("data", (chunk) => {
|
|
||||||
body += chunk
|
|
||||||
})
|
|
||||||
req.on("end", () => {
|
|
||||||
try {
|
try {
|
||||||
const { sessionId, svg } = JSON.parse(body)
|
const { sessionId, svg } = JSON.parse(body)
|
||||||
if (!sessionId || !svg) {
|
if (!sessionId || !svg) {
|
||||||
@@ -638,6 +674,7 @@ function getHtmlPage(sessionId: string): string {
|
|||||||
let currentVersion = 0, isReady = false, pendingXml = null, lastXml = null;
|
let currentVersion = 0, isReady = false, pendingXml = null, lastXml = null;
|
||||||
let pendingSvgExport = null;
|
let pendingSvgExport = null;
|
||||||
let pendingAiSvg = false;
|
let pendingAiSvg = false;
|
||||||
|
let pendingMcpExport = null; // 'png' or 'svg' when MCP requested export
|
||||||
|
|
||||||
window.addEventListener('message', (e) => {
|
window.addEventListener('message', (e) => {
|
||||||
if (e.origin !== '${DRAWIO_ORIGIN}') return;
|
if (e.origin !== '${DRAWIO_ORIGIN}') return;
|
||||||
@@ -653,6 +690,23 @@ function getHtmlPage(sessionId: string): string {
|
|||||||
// Fallback if export doesn't respond
|
// Fallback if export doesn't respond
|
||||||
setTimeout(() => { if (pendingSvgExport === msg.xml) { pushState(msg.xml, ''); pendingSvgExport = null; } }, 2000);
|
setTimeout(() => { if (pendingSvgExport === msg.xml) { pushState(msg.xml, ''); pendingSvgExport = null; } }, 2000);
|
||||||
} else if (msg.event === 'export' && msg.data) {
|
} else if (msg.event === 'export' && msg.data) {
|
||||||
|
// Handle MCP server export request (png/svg)
|
||||||
|
// Verify the response matches the requested format to avoid capturing
|
||||||
|
// unrelated exports (autosave SVG, sync XML)
|
||||||
|
if (pendingMcpExport) {
|
||||||
|
const d = msg.data;
|
||||||
|
const isPng = pendingMcpExport === 'png' && (d.startsWith('data:image/png') || (typeof d === 'string' && d.length > 100 && !d.startsWith('<')));
|
||||||
|
const isSvg = pendingMcpExport === 'svg' && (d.startsWith('data:image/svg') || d.startsWith('<svg'));
|
||||||
|
if (isPng || isSvg) {
|
||||||
|
pendingMcpExport = null;
|
||||||
|
fetch('/api/state', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({ sessionId, exportData: d })
|
||||||
|
}).catch(() => {});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
// Handle file download export (PNG/SVG only, drawio uses lastXml directly)
|
// Handle file download export (PNG/SVG only, drawio uses lastXml directly)
|
||||||
if (pendingDownload && (pendingDownload.format === 'png' || pendingDownload.format === 'svg')) {
|
if (pendingDownload && (pendingDownload.format === 'png' || pendingDownload.format === 'svg')) {
|
||||||
const dl = pendingDownload;
|
const dl = pendingDownload;
|
||||||
@@ -732,11 +786,21 @@ function getHtmlPage(sessionId: string): string {
|
|||||||
pendingSyncExport = true;
|
pendingSyncExport = true;
|
||||||
iframe.contentWindow.postMessage(JSON.stringify({ action: 'export', format: 'xml' }), '*');
|
iframe.contentWindow.postMessage(JSON.stringify({ action: 'export', format: 'xml' }), '*');
|
||||||
}
|
}
|
||||||
// Load new diagram from server
|
// Load new diagram from server (before export, so we export latest)
|
||||||
if (s.version > currentVersion && s.xml) {
|
if (s.version > currentVersion && s.xml) {
|
||||||
currentVersion = s.version;
|
currentVersion = s.version;
|
||||||
loadDiagram(s.xml, true);
|
loadDiagram(s.xml, true);
|
||||||
}
|
}
|
||||||
|
// Handle export request from MCP server (png/svg) - after version update
|
||||||
|
if (s.exportFormat && !pendingMcpExport && isReady) {
|
||||||
|
pendingMcpExport = s.exportFormat;
|
||||||
|
const exportOpts = s.exportFormat === 'png'
|
||||||
|
? { action: 'export', format: 'png', scale: 2 }
|
||||||
|
: { action: 'export', format: 'svg' };
|
||||||
|
iframe.contentWindow.postMessage(JSON.stringify(exportOpts), '*');
|
||||||
|
// Timeout: reset if draw.io never responds
|
||||||
|
setTimeout(() => { if (pendingMcpExport) { pendingMcpExport = null; } }, 8000);
|
||||||
|
}
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -546,16 +546,24 @@ server.registerTool(
|
|||||||
server.registerTool(
|
server.registerTool(
|
||||||
"export_diagram",
|
"export_diagram",
|
||||||
{
|
{
|
||||||
description: "Export the current diagram to a .drawio file.",
|
description:
|
||||||
|
"Export the current diagram to a file. Supports .drawio (XML), .png, and .svg formats. " +
|
||||||
|
"The format is auto-detected from the file extension, or can be specified explicitly.",
|
||||||
inputSchema: {
|
inputSchema: {
|
||||||
path: z
|
path: z
|
||||||
.string()
|
.string()
|
||||||
.describe(
|
.describe(
|
||||||
"File path to save the diagram (e.g., ./diagram.drawio)",
|
"File path to save the diagram (e.g., ./diagram.drawio, ./diagram.png, ./diagram.svg)",
|
||||||
|
),
|
||||||
|
format: z
|
||||||
|
.enum(["drawio", "png", "svg"])
|
||||||
|
.optional()
|
||||||
|
.describe(
|
||||||
|
"Export format. If omitted, detected from file extension. Defaults to drawio.",
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
async ({ path }) => {
|
async ({ path, format }) => {
|
||||||
try {
|
try {
|
||||||
if (!currentSession) {
|
if (!currentSession) {
|
||||||
return {
|
return {
|
||||||
@@ -590,21 +598,107 @@ server.registerTool(
|
|||||||
const fs = await import("node:fs/promises")
|
const fs = await import("node:fs/promises")
|
||||||
const nodePath = await import("node:path")
|
const nodePath = await import("node:path")
|
||||||
|
|
||||||
let filePath = path
|
// Detect format from extension if not specified
|
||||||
if (!filePath.endsWith(".drawio")) {
|
const ext = nodePath.extname(path).toLowerCase()
|
||||||
filePath = `${filePath}.drawio`
|
const detectedFormat =
|
||||||
|
format ||
|
||||||
|
(ext === ".png" ? "png" : ext === ".svg" ? "svg" : "drawio")
|
||||||
|
|
||||||
|
// Original .drawio export path (unchanged logic)
|
||||||
|
if (detectedFormat === "drawio") {
|
||||||
|
let filePath = path
|
||||||
|
if (!filePath.endsWith(".drawio")) {
|
||||||
|
filePath = `${filePath}.drawio`
|
||||||
|
}
|
||||||
|
const absolutePath = nodePath.resolve(filePath)
|
||||||
|
await fs.writeFile(absolutePath, currentSession.xml, "utf-8")
|
||||||
|
log.info(`Diagram exported to ${absolutePath}`)
|
||||||
|
return {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
text: `Diagram exported successfully!\n\nFile: ${absolutePath}\nSize: ${currentSession.xml.length} characters`,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PNG or SVG: request browser to export via iframe
|
||||||
|
let filePath = path
|
||||||
|
if (ext !== `.${detectedFormat}`) {
|
||||||
|
if (ext === ".drawio" || ext === ".png" || ext === ".svg") {
|
||||||
|
filePath = filePath.slice(0, -ext.length)
|
||||||
|
}
|
||||||
|
filePath = `${filePath}.${detectedFormat}`
|
||||||
|
}
|
||||||
const absolutePath = nodePath.resolve(filePath)
|
const absolutePath = nodePath.resolve(filePath)
|
||||||
await fs.writeFile(absolutePath, currentSession.xml, "utf-8")
|
|
||||||
|
|
||||||
log.info(`Diagram exported to ${absolutePath}`)
|
const state = getState(currentSession.id)
|
||||||
|
if (!state) {
|
||||||
|
return {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
text: "Error: Session state not found. Is the browser open?",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
isError: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
state.exportFormat = detectedFormat as "png" | "svg"
|
||||||
|
state.exportData = undefined
|
||||||
|
|
||||||
|
// Wait for browser to produce the export data
|
||||||
|
const timeoutMs = 10000
|
||||||
|
const start = Date.now()
|
||||||
|
while (Date.now() - start < timeoutMs) {
|
||||||
|
if (state.exportData) break
|
||||||
|
await new Promise((r) => setTimeout(r, 200))
|
||||||
|
}
|
||||||
|
const exportData = state.exportData as string | undefined
|
||||||
|
state.exportData = undefined
|
||||||
|
state.exportFormat = undefined
|
||||||
|
|
||||||
|
if (!exportData) {
|
||||||
|
return {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
text: "Error: Export timed out. Make sure the browser tab is open and the diagram is loaded.",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
isError: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Decode and write
|
||||||
|
if (detectedFormat === "png") {
|
||||||
|
const base64 = exportData.replace(
|
||||||
|
/^data:image\/png;base64,/,
|
||||||
|
"",
|
||||||
|
)
|
||||||
|
await fs.writeFile(absolutePath, Buffer.from(base64, "base64"))
|
||||||
|
} else {
|
||||||
|
let svgContent = exportData
|
||||||
|
if (svgContent.startsWith("data:image/svg+xml;base64,")) {
|
||||||
|
const base64 = svgContent.replace(
|
||||||
|
/^data:image\/svg\+xml;base64,/,
|
||||||
|
"",
|
||||||
|
)
|
||||||
|
svgContent = Buffer.from(base64, "base64").toString("utf-8")
|
||||||
|
}
|
||||||
|
await fs.writeFile(absolutePath, svgContent, "utf-8")
|
||||||
|
}
|
||||||
|
|
||||||
|
const stat = await fs.stat(absolutePath)
|
||||||
|
log.info(
|
||||||
|
`Diagram exported to ${absolutePath} (${detectedFormat}, ${stat.size} bytes)`,
|
||||||
|
)
|
||||||
return {
|
return {
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text",
|
||||||
text: `Diagram exported successfully!\n\nFile: ${absolutePath}\nSize: ${currentSession.xml.length} characters`,
|
text: `Diagram exported successfully!\n\nFile: ${absolutePath}\nFormat: ${detectedFormat}\nSize: ${stat.size} bytes`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
public/volcengine-invite.png
Normal file
BIN
public/volcengine-invite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
@@ -1,7 +1,6 @@
|
|||||||
import { SINGLE_BOX_XML } from "./fixtures/diagrams"
|
import { SINGLE_BOX_XML } from "./fixtures/diagrams"
|
||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
expectBeforeAndAfterReload,
|
|
||||||
getChatInput,
|
getChatInput,
|
||||||
getIframe,
|
getIframe,
|
||||||
getIframeContent,
|
getIframeContent,
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import { TEST_NODE_XML } from "./fixtures/diagrams"
|
import { TEST_NODE_XML } from "./fixtures/diagrams"
|
||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
getChatInput,
|
|
||||||
getIframe,
|
getIframe,
|
||||||
getIframeContent,
|
getIframeContent,
|
||||||
sendMessage,
|
sendMessage,
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
expectBeforeAndAfterReload,
|
|
||||||
getChatInput,
|
getChatInput,
|
||||||
getIframe,
|
getIframe,
|
||||||
openSettings,
|
openSettings,
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import {
|
|||||||
createMixedMock,
|
createMixedMock,
|
||||||
createMultiTurnMock,
|
createMultiTurnMock,
|
||||||
expect,
|
expect,
|
||||||
getChatInput,
|
|
||||||
sendMessage,
|
sendMessage,
|
||||||
test,
|
test,
|
||||||
waitForComplete,
|
waitForComplete,
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
import {
|
import { expect, getIframe, openSettings, test } from "./lib/fixtures"
|
||||||
expect,
|
|
||||||
getIframe,
|
|
||||||
getSettingsButton,
|
|
||||||
openSettings,
|
|
||||||
test,
|
|
||||||
} from "./lib/fixtures"
|
|
||||||
|
|
||||||
test.describe("Settings", () => {
|
test.describe("Settings", () => {
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { describe, expect, it } from "vitest"
|
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"
|
||||||
import {
|
import {
|
||||||
|
getAIModel,
|
||||||
resolveBaseURL,
|
resolveBaseURL,
|
||||||
supportsImageInput,
|
supportsImageInput,
|
||||||
supportsPromptCaching,
|
supportsPromptCaching,
|
||||||
@@ -168,6 +169,24 @@ describe("supportsImageInput", () => {
|
|||||||
expect(supportsImageInput("moonshot/kimi-k2")).toBe(false)
|
expect(supportsImageInput("moonshot/kimi-k2")).toBe(false)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
it("returns true for Kimi K2.5 models (supports vision)", () => {
|
||||||
|
expect(supportsImageInput("kimi-k2.5")).toBe(true)
|
||||||
|
expect(supportsImageInput("moonshotai/kimi-k2.5")).toBe(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns false for Moonshot v1 text models", () => {
|
||||||
|
expect(supportsImageInput("moonshot-v1-8k")).toBe(false)
|
||||||
|
expect(supportsImageInput("moonshot-v1-32k")).toBe(false)
|
||||||
|
expect(supportsImageInput("moonshot-v1-128k")).toBe(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns false for MiniMax text models", () => {
|
||||||
|
expect(supportsImageInput("MiniMax-M2.7")).toBe(false)
|
||||||
|
expect(supportsImageInput("MiniMax-M2.5")).toBe(false)
|
||||||
|
expect(supportsImageInput("MiniMax-M2")).toBe(false)
|
||||||
|
expect(supportsImageInput("MiniMax-M2.5-highspeed")).toBe(false)
|
||||||
|
})
|
||||||
|
|
||||||
it("returns false for DeepSeek text models", () => {
|
it("returns false for DeepSeek text models", () => {
|
||||||
expect(supportsImageInput("deepseek-chat")).toBe(false)
|
expect(supportsImageInput("deepseek-chat")).toBe(false)
|
||||||
expect(supportsImageInput("deepseek-coder")).toBe(false)
|
expect(supportsImageInput("deepseek-coder")).toBe(false)
|
||||||
@@ -176,6 +195,30 @@ describe("supportsImageInput", () => {
|
|||||||
it("returns false for Qwen text models", () => {
|
it("returns false for Qwen text models", () => {
|
||||||
expect(supportsImageInput("qwen-turbo")).toBe(false)
|
expect(supportsImageInput("qwen-turbo")).toBe(false)
|
||||||
expect(supportsImageInput("qwen-plus")).toBe(false)
|
expect(supportsImageInput("qwen-plus")).toBe(false)
|
||||||
|
expect(supportsImageInput("qwen3-max")).toBe(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns true for Qwen vision models", () => {
|
||||||
|
expect(supportsImageInput("qwen-vl")).toBe(true)
|
||||||
|
expect(supportsImageInput("qwen3.5-plus")).toBe(true)
|
||||||
|
expect(supportsImageInput("qwen3.5-flash")).toBe(true)
|
||||||
|
expect(supportsImageInput("qwen3-vl-plus")).toBe(true)
|
||||||
|
expect(supportsImageInput("qwen3-vl-flash")).toBe(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns false for GLM text models", () => {
|
||||||
|
expect(supportsImageInput("glm-4")).toBe(false)
|
||||||
|
expect(supportsImageInput("glm-4-plus")).toBe(false)
|
||||||
|
expect(supportsImageInput("glm-4-flash")).toBe(false)
|
||||||
|
expect(supportsImageInput("glm-4-long")).toBe(false)
|
||||||
|
expect(supportsImageInput("glm-4.7")).toBe(false)
|
||||||
|
expect(supportsImageInput("glm-5")).toBe(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns true for GLM vision models", () => {
|
||||||
|
expect(supportsImageInput("glm-4v")).toBe(true)
|
||||||
|
expect(supportsImageInput("glm-4v-9b")).toBe(true)
|
||||||
|
expect(supportsImageInput("glm-4.1v-9b-thinking")).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
it("returns true for Claude and GPT models by default", () => {
|
it("returns true for Claude and GPT models by default", () => {
|
||||||
@@ -184,3 +227,120 @@ describe("supportsImageInput", () => {
|
|||||||
expect(supportsImageInput("gemini-pro")).toBe(true)
|
expect(supportsImageInput("gemini-pro")).toBe(true)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vi.mock("ollama-ai-provider-v2", () => {
|
||||||
|
const mockModel = { modelId: "test-model" }
|
||||||
|
const mockProviderFn = vi.fn(() => mockModel)
|
||||||
|
const mockCreateOllama = vi.fn(() => mockProviderFn)
|
||||||
|
const mockOllama = vi.fn(() => mockModel)
|
||||||
|
return { createOllama: mockCreateOllama, ollama: mockOllama }
|
||||||
|
})
|
||||||
|
|
||||||
|
describe("Ollama API key security", () => {
|
||||||
|
let createOllamaMock: ReturnType<typeof vi.fn>
|
||||||
|
const savedEnv: Record<string, string | undefined> = {}
|
||||||
|
|
||||||
|
beforeEach(async () => {
|
||||||
|
savedEnv.OLLAMA_API_KEY = process.env.OLLAMA_API_KEY
|
||||||
|
savedEnv.OLLAMA_BASE_URL = process.env.OLLAMA_BASE_URL
|
||||||
|
delete process.env.OLLAMA_BASE_URL
|
||||||
|
|
||||||
|
const mod = await import("ollama-ai-provider-v2")
|
||||||
|
createOllamaMock = mod.createOllama as ReturnType<typeof vi.fn>
|
||||||
|
createOllamaMock.mockClear()
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
process.env.OLLAMA_API_KEY = savedEnv.OLLAMA_API_KEY
|
||||||
|
process.env.OLLAMA_BASE_URL = savedEnv.OLLAMA_BASE_URL
|
||||||
|
})
|
||||||
|
|
||||||
|
it("applies server OLLAMA_API_KEY when no client baseUrl is provided", () => {
|
||||||
|
process.env.OLLAMA_API_KEY = "server-secret-key"
|
||||||
|
|
||||||
|
getAIModel({ provider: "ollama", modelId: "llama2" })
|
||||||
|
|
||||||
|
expect(createOllamaMock).toHaveBeenCalledWith(
|
||||||
|
expect.objectContaining({
|
||||||
|
headers: { Authorization: "Bearer server-secret-key" },
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("does NOT leak server OLLAMA_API_KEY when client provides a custom baseUrl", () => {
|
||||||
|
process.env.OLLAMA_API_KEY = "server-secret-key"
|
||||||
|
|
||||||
|
// When server has OLLAMA_API_KEY, the SSRF guard rejects
|
||||||
|
// client-provided baseUrl without an apiKey outright
|
||||||
|
expect(() =>
|
||||||
|
getAIModel({
|
||||||
|
provider: "ollama",
|
||||||
|
baseUrl: "https://evil-server.com",
|
||||||
|
modelId: "llama2",
|
||||||
|
}),
|
||||||
|
).toThrow("API key is required")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("uses client API key when client provides both baseUrl and apiKey", () => {
|
||||||
|
process.env.OLLAMA_API_KEY = "server-secret-key"
|
||||||
|
|
||||||
|
getAIModel({
|
||||||
|
provider: "ollama",
|
||||||
|
baseUrl: "https://my-ollama.com",
|
||||||
|
apiKey: "client-key",
|
||||||
|
modelId: "llama2",
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(createOllamaMock).toHaveBeenCalledWith(
|
||||||
|
expect.objectContaining({
|
||||||
|
baseURL: "https://my-ollama.com",
|
||||||
|
headers: { Authorization: "Bearer client-key" },
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("applies both server OLLAMA_BASE_URL and OLLAMA_API_KEY when no client overrides", () => {
|
||||||
|
process.env.OLLAMA_BASE_URL = "https://cloud.ollama.com"
|
||||||
|
process.env.OLLAMA_API_KEY = "server-key"
|
||||||
|
|
||||||
|
getAIModel({ provider: "ollama", modelId: "llama2" })
|
||||||
|
|
||||||
|
expect(createOllamaMock).toHaveBeenCalledWith(
|
||||||
|
expect.objectContaining({
|
||||||
|
baseURL: "https://cloud.ollama.com",
|
||||||
|
headers: { Authorization: "Bearer server-key" },
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("works when OLLAMA_API_KEY is set but OLLAMA_BASE_URL is not", () => {
|
||||||
|
process.env.OLLAMA_API_KEY = "server-key"
|
||||||
|
delete process.env.OLLAMA_BASE_URL
|
||||||
|
|
||||||
|
getAIModel({ provider: "ollama", modelId: "llama2" })
|
||||||
|
|
||||||
|
expect(createOllamaMock).toHaveBeenCalledTimes(1)
|
||||||
|
const callArgs = createOllamaMock.mock.calls[0][0]
|
||||||
|
expect(callArgs).not.toHaveProperty("baseURL")
|
||||||
|
expect(callArgs).toEqual(
|
||||||
|
expect.objectContaining({
|
||||||
|
headers: { Authorization: "Bearer server-key" },
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("allows client custom baseUrl without apiKey when no server OLLAMA_API_KEY", () => {
|
||||||
|
delete process.env.OLLAMA_API_KEY
|
||||||
|
|
||||||
|
getAIModel({
|
||||||
|
provider: "ollama",
|
||||||
|
baseUrl: "https://my-ollama.com",
|
||||||
|
modelId: "llama2",
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(createOllamaMock).toHaveBeenCalledTimes(1)
|
||||||
|
const callArgs = createOllamaMock.mock.calls[0][0]
|
||||||
|
expect(callArgs.baseURL).toBe("https://my-ollama.com")
|
||||||
|
expect(callArgs).not.toHaveProperty("headers")
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|||||||
@@ -45,6 +45,72 @@ describe("ServerModelsConfigSchema", () => {
|
|||||||
ServerModelsConfigSchema.parse(invalidConfig as any),
|
ServerModelsConfigSchema.parse(invalidConfig as any),
|
||||||
).toThrow()
|
).toThrow()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
it("accepts apiKeyEnv as single string", () => {
|
||||||
|
const config: ServerModelsConfig = {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
name: "OpenAI Server",
|
||||||
|
provider: "openai",
|
||||||
|
models: ["gpt-4o"],
|
||||||
|
apiKeyEnv: "OPENAI_API_KEY_TEAM_A",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsed = ServerModelsConfigSchema.parse(config)
|
||||||
|
expect(parsed.providers[0].apiKeyEnv).toBe("OPENAI_API_KEY_TEAM_A")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("accepts apiKeyEnv as array of strings for load balancing", () => {
|
||||||
|
const config: ServerModelsConfig = {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
name: "OpenAI Server",
|
||||||
|
provider: "openai",
|
||||||
|
models: ["gpt-4o"],
|
||||||
|
apiKeyEnv: ["OPENAI_KEY_1", "OPENAI_KEY_2", "OPENAI_KEY_3"],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsed = ServerModelsConfigSchema.parse(config)
|
||||||
|
expect(parsed.providers[0].apiKeyEnv).toEqual([
|
||||||
|
"OPENAI_KEY_1",
|
||||||
|
"OPENAI_KEY_2",
|
||||||
|
"OPENAI_KEY_3",
|
||||||
|
])
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects empty array for apiKeyEnv", () => {
|
||||||
|
const config = {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
name: "OpenAI Server",
|
||||||
|
provider: "openai",
|
||||||
|
models: ["gpt-4o"],
|
||||||
|
apiKeyEnv: [],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(() => ServerModelsConfigSchema.parse(config)).toThrow()
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects empty string in apiKeyEnv array", () => {
|
||||||
|
const config = {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
name: "OpenAI Server",
|
||||||
|
provider: "openai",
|
||||||
|
models: ["gpt-4o"],
|
||||||
|
apiKeyEnv: ["VALID_KEY", ""],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(() => ServerModelsConfigSchema.parse(config)).toThrow()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe("loadFlattenedServerModels", () => {
|
describe("loadFlattenedServerModels", () => {
|
||||||
@@ -82,4 +148,24 @@ describe("loadFlattenedServerModels", () => {
|
|||||||
expect(defaultModel.provider).toBe("openai")
|
expect(defaultModel.provider).toBe("openai")
|
||||||
expect(defaultModel.modelId).toBe("gpt-4o") // First model of default provider
|
expect(defaultModel.modelId).toBe("gpt-4o") // First model of default provider
|
||||||
})
|
})
|
||||||
|
|
||||||
|
it("preserves apiKeyEnv array in flattened models for load balancing", async () => {
|
||||||
|
const config: ServerModelsConfig = {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
name: "OpenAI LoadBalanced",
|
||||||
|
provider: "openai",
|
||||||
|
models: ["gpt-4o"],
|
||||||
|
apiKeyEnv: ["OPENAI_KEY_1", "OPENAI_KEY_2"],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
process.env.AI_MODELS_CONFIG = JSON.stringify(config)
|
||||||
|
process.env.AI_MODELS_CONFIG_PATH = "" // Clear file path
|
||||||
|
|
||||||
|
const models = await loadFlattenedServerModels()
|
||||||
|
|
||||||
|
expect(models.length).toBe(1)
|
||||||
|
expect(models[0].apiKeyEnv).toEqual(["OPENAI_KEY_1", "OPENAI_KEY_2"])
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
269
tests/unit/template-storage.test.ts
Normal file
269
tests/unit/template-storage.test.ts
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
import { describe, expect, it } from "vitest"
|
||||||
|
import {
|
||||||
|
generateDefaultTitle,
|
||||||
|
searchTemplates,
|
||||||
|
sortTemplates,
|
||||||
|
type Template,
|
||||||
|
validateImportData,
|
||||||
|
} from "@/lib/template-storage"
|
||||||
|
|
||||||
|
describe("generateDefaultTitle", () => {
|
||||||
|
it("returns the prompt as-is when 20 chars or fewer", () => {
|
||||||
|
expect(generateDefaultTitle("Hello")).toBe("Hello")
|
||||||
|
expect(generateDefaultTitle("A".repeat(20))).toBe("A".repeat(20))
|
||||||
|
})
|
||||||
|
|
||||||
|
it("truncates to 20 chars with ellipsis for longer prompts", () => {
|
||||||
|
const result = generateDefaultTitle(
|
||||||
|
"This is a very long prompt that should be truncated",
|
||||||
|
)
|
||||||
|
expect(result).toBe("This is a very long...")
|
||||||
|
expect(result.length).toBeGreaterThan(20)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("trims whitespace before truncating", () => {
|
||||||
|
expect(generateDefaultTitle(" hello ")).toBe("hello")
|
||||||
|
expect(generateDefaultTitle(" " + "x".repeat(25) + " ")).toBe(
|
||||||
|
"xxxxxxxxxxxxxxxxxxxx...",
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe("sortTemplates", () => {
|
||||||
|
const baseTemplate = (
|
||||||
|
overrides: Partial<Omit<Template, "id">> & Pick<Template, "id">,
|
||||||
|
): Template => ({
|
||||||
|
title: "Test",
|
||||||
|
prompt: "test prompt",
|
||||||
|
createdAt: 1000,
|
||||||
|
updatedAt: 1000,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
...overrides,
|
||||||
|
})
|
||||||
|
|
||||||
|
it("sorts pinned templates first", () => {
|
||||||
|
const templates = [
|
||||||
|
baseTemplate({ id: "1", runCount: 10 }),
|
||||||
|
baseTemplate({ id: "2", pinned: true, runCount: 1 }),
|
||||||
|
]
|
||||||
|
const result = sortTemplates(templates)
|
||||||
|
expect(result[0].id).toBe("2")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("sorts by runCount descending among non-pinned", () => {
|
||||||
|
const templates = [
|
||||||
|
baseTemplate({ id: "1", runCount: 5 }),
|
||||||
|
baseTemplate({ id: "2", runCount: 10 }),
|
||||||
|
baseTemplate({ id: "3", runCount: 1 }),
|
||||||
|
]
|
||||||
|
const result = sortTemplates(templates)
|
||||||
|
expect(result.map((t) => t.id)).toEqual(["2", "1", "3"])
|
||||||
|
})
|
||||||
|
|
||||||
|
it("sorts by lastUsedAt descending when runCount is equal", () => {
|
||||||
|
const templates = [
|
||||||
|
baseTemplate({ id: "1", runCount: 5, lastUsedAt: 100 }),
|
||||||
|
baseTemplate({ id: "2", runCount: 5, lastUsedAt: 200 }),
|
||||||
|
]
|
||||||
|
const result = sortTemplates(templates)
|
||||||
|
expect(result[0].id).toBe("2")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("sorts by updatedAt descending when runCount and lastUsedAt are equal", () => {
|
||||||
|
const templates = [
|
||||||
|
baseTemplate({
|
||||||
|
id: "1",
|
||||||
|
runCount: 5,
|
||||||
|
lastUsedAt: 100,
|
||||||
|
updatedAt: 50,
|
||||||
|
}),
|
||||||
|
baseTemplate({
|
||||||
|
id: "2",
|
||||||
|
runCount: 5,
|
||||||
|
lastUsedAt: 100,
|
||||||
|
updatedAt: 150,
|
||||||
|
}),
|
||||||
|
]
|
||||||
|
const result = sortTemplates(templates)
|
||||||
|
expect(result[0].id).toBe("2")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("does not mutate the original array", () => {
|
||||||
|
const templates = [
|
||||||
|
baseTemplate({ id: "1", runCount: 1 }),
|
||||||
|
baseTemplate({ id: "2", runCount: 10 }),
|
||||||
|
]
|
||||||
|
const copy = [...templates]
|
||||||
|
sortTemplates(templates)
|
||||||
|
expect(templates.map((t) => t.id)).toEqual(copy.map((t) => t.id))
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns empty array for empty input", () => {
|
||||||
|
expect(sortTemplates([])).toEqual([])
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe("searchTemplates", () => {
|
||||||
|
const templates: Template[] = [
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
title: "Flowchart",
|
||||||
|
prompt: "Create a flowchart",
|
||||||
|
description: "Basic flowchart template",
|
||||||
|
createdAt: 1000,
|
||||||
|
updatedAt: 1000,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
title: "ER Diagram",
|
||||||
|
prompt: "Design a database",
|
||||||
|
description: "Entity relationship diagram",
|
||||||
|
createdAt: 1000,
|
||||||
|
updatedAt: 1000,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
title: "Network",
|
||||||
|
prompt: "Draw network topology",
|
||||||
|
createdAt: 1000,
|
||||||
|
updatedAt: 1000,
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
|
it("returns all templates when query is empty", () => {
|
||||||
|
expect(searchTemplates(templates, "")).toHaveLength(3)
|
||||||
|
expect(searchTemplates(templates, " ")).toHaveLength(3)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("searches by title", () => {
|
||||||
|
const result = searchTemplates(templates, "flowchart")
|
||||||
|
expect(result).toHaveLength(1)
|
||||||
|
expect(result[0].id).toBe("1")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("searches by description", () => {
|
||||||
|
const result = searchTemplates(templates, "entity")
|
||||||
|
expect(result).toHaveLength(1)
|
||||||
|
expect(result[0].id).toBe("2")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("is case-insensitive", () => {
|
||||||
|
const result = searchTemplates(templates, "FLOWCHART")
|
||||||
|
expect(result).toHaveLength(1)
|
||||||
|
expect(result[0].id).toBe("1")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("returns empty array when no match", () => {
|
||||||
|
const result = searchTemplates(templates, "nonexistent")
|
||||||
|
expect(result).toHaveLength(0)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("handles templates without description", () => {
|
||||||
|
const result = searchTemplates(templates, "network")
|
||||||
|
expect(result).toHaveLength(1)
|
||||||
|
expect(result[0].id).toBe("3")
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe("validateImportData", () => {
|
||||||
|
it("rejects non-object input", () => {
|
||||||
|
expect(validateImportData(null).valid).toBe(false)
|
||||||
|
expect(validateImportData("string").valid).toBe(false)
|
||||||
|
expect(validateImportData(123).valid).toBe(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects missing schemaVersion", () => {
|
||||||
|
const result = validateImportData({ templates: [] })
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("schemaVersion")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects missing templates array", () => {
|
||||||
|
const result = validateImportData({ schemaVersion: 1 })
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("templates")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects template with missing prompt", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [{ title: "Test" }],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("prompt")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects template with empty prompt", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [{ title: "Test", prompt: " " }],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("prompt")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("rejects template with missing title", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [{ prompt: "test" }],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("title")
|
||||||
|
})
|
||||||
|
|
||||||
|
it("accepts valid data", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
title: "Test",
|
||||||
|
prompt: "test prompt",
|
||||||
|
createdAt: Date.now(),
|
||||||
|
updatedAt: Date.now(),
|
||||||
|
clickCount: 0,
|
||||||
|
runCount: 0,
|
||||||
|
lastUsedAt: 0,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("accepts empty templates array", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("reports index of invalid template", () => {
|
||||||
|
const result = validateImportData({
|
||||||
|
schemaVersion: 1,
|
||||||
|
templates: [
|
||||||
|
{ title: "Valid", prompt: "valid" },
|
||||||
|
{ title: "Also Valid", prompt: "also valid" },
|
||||||
|
{ title: "No Prompt" },
|
||||||
|
],
|
||||||
|
})
|
||||||
|
expect(result.valid).toBe(false)
|
||||||
|
expect(result.error).toContain("index 2")
|
||||||
|
})
|
||||||
|
})
|
||||||
@@ -35,6 +35,7 @@
|
|||||||
"packages",
|
"packages",
|
||||||
"electron",
|
"electron",
|
||||||
"electron-standalone",
|
"electron-standalone",
|
||||||
"dist-electron"
|
"dist-electron",
|
||||||
|
"release"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user