mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 19:50:09 +00:00
Compare commits
105 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8b1ab6616 | |||
| 3891015a3d | |||
| 5babb7d826 | |||
| a7504b696a | |||
| 9dc4308942 | |||
| 082117998d | |||
| 9a74d6c045 | |||
| b1a4f24dc9 | |||
| c47551775b | |||
| 2d83300795 | |||
| 0915538da8 | |||
| b76e3c85b9 | |||
| 29ce0225b2 | |||
| 06878829c9 | |||
| ae613c7c35 | |||
| 8184f9d097 | |||
| 7fac37b983 | |||
| d3570879da | |||
| 1ad80809cf | |||
| 2c97a9e920 | |||
| 246cce28db | |||
| 9ffb6891e4 | |||
| 766ca942b3 | |||
| 147975ae46 | |||
| a6c3317192 | |||
| 4cd6347d7e | |||
| cd7d955e3d | |||
| 61901ddb07 | |||
| 77ed938cfb | |||
| 4c3ac3bce7 | |||
| a142b3384f | |||
| ee80f613df | |||
| 7d05d0270c | |||
| acd5954f15 | |||
| a52c9e5f24 | |||
| bcb998d767 | |||
| c6410b29c5 | |||
| 9872409d98 | |||
| 319a622778 | |||
| 85153f2464 | |||
| 38cfd266f4 | |||
| 53fc0642e0 | |||
| a8c725abd5 | |||
| b8a7f6e9eb | |||
| 2c93d9bb1a | |||
| a2c3b9e375 | |||
| caa9c78623 | |||
| 2072b56708 | |||
| f95aeb2ca6 | |||
| ca7551fb40 | |||
| 0d6cb06d59 | |||
| 23a7c00181 | |||
| bb594f87e2 | |||
| b0ee9b434e | |||
| cf2c5a1d37 | |||
| 0511e43a48 | |||
| 1f128f407f | |||
| f258a2e042 | |||
| 7996e1c431 | |||
| 93dddfc2e5 | |||
| 5e4186559b | |||
| 9bfd9bb4a5 | |||
| 9ca54135b5 | |||
| f162556607 | |||
| 3292ed83f9 | |||
| 561a38f788 | |||
| 71aaf0fac5 | |||
| 287601f8ec | |||
| b36f8781e6 | |||
| 705450a571 | |||
| 5272c7373f | |||
| fb24b6f1b7 | |||
| 2fd65fe8a3 | |||
| 35d5a2c937 | |||
| 42f40d2717 | |||
| ef8a644d8c | |||
| 81c84348bc | |||
| 8d7a0467db | |||
| e9522729c5 | |||
| cf01894077 | |||
| b5d945b1fd | |||
| cbee964582 | |||
| 87a38ad0c4 | |||
| f2d4745ad3 | |||
| 0167ac8e28 | |||
| b480227fd0 | |||
| 97ff98cada | |||
| 845d3ef58a | |||
| 906917362f | |||
| c69049d6da | |||
| 4f7356ffab | |||
| d20c82c115 | |||
| d617a6cd97 | |||
| 408391eeb6 | |||
| 4a2e671f55 | |||
| 695a261df1 | |||
| 39b723eff4 | |||
| 68937d842c | |||
| b66bc66260 | |||
| 4d06279abd | |||
| 1a8d33fbf4 | |||
| 2c086373cc | |||
| c7d49258f8 | |||
| 2280fd6ff9 | |||
| 8eb901c401 |
@@ -21,6 +21,7 @@ jobs:
|
||||
(github.event_name == 'pull_request_review' && github.event.sender.type != 'Bot') ||
|
||||
(github.event_name == 'pull_request_review_comment' && github.event.sender.type != 'Bot')
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
permissions:
|
||||
contents: read
|
||||
# update issues/comments
|
||||
|
||||
+225
@@ -2,6 +2,231 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [Version 2.0.0-next.69](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.68...v2.0.0-next.69)
|
||||
|
||||
<sup>Released on **2025-11-17**</sup>
|
||||
|
||||
#### ♻ Code Refactoring
|
||||
|
||||
- **misc**: Remove `language_model_settings` and remove isDeprecatedEdition.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Code refactoring
|
||||
|
||||
- **misc**: Remove `language_model_settings` and remove isDeprecatedEdition, closes [#10264](https://github.com/lobehub/lobe-chat/issues/10264) ([ae613c7](https://github.com/lobehub/lobe-chat/commit/ae613c7))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.68](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.67...v2.0.0-next.68)
|
||||
|
||||
<sup>Released on **2025-11-16**</sup>
|
||||
|
||||
#### 🐛 Bug Fixes
|
||||
|
||||
- **misc**: The tool to fail execution on ollama when a message contains b….
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### What's fixed
|
||||
|
||||
- **misc**: The tool to fail execution on ollama when a message contains b…, closes [#10259](https://github.com/lobehub/lobe-chat/issues/10259) ([1ad8080](https://github.com/lobehub/lobe-chat/commit/1ad8080))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.67](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.66...v2.0.0-next.67)
|
||||
|
||||
<sup>Released on **2025-11-16**</sup>
|
||||
|
||||
#### ♻ Code Refactoring
|
||||
|
||||
- **misc**: Refactor to virtua.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Code refactoring
|
||||
|
||||
- **misc**: Refactor to virtua, closes [#10151](https://github.com/lobehub/lobe-chat/issues/10151) ([9ffb689](https://github.com/lobehub/lobe-chat/commit/9ffb689))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.66](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.65...v2.0.0-next.66)
|
||||
|
||||
<sup>Released on **2025-11-16**</sup>
|
||||
|
||||
#### ✨ Features
|
||||
|
||||
- **misc**: Support to collapse message.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### What's improved
|
||||
|
||||
- **misc**: Support to collapse message, closes [#10234](https://github.com/lobehub/lobe-chat/issues/10234) ([4cd6347](https://github.com/lobehub/lobe-chat/commit/4cd6347))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.65](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.64...v2.0.0-next.65)
|
||||
|
||||
<sup>Released on **2025-11-16**</sup>
|
||||
|
||||
#### 💄 Styles
|
||||
|
||||
- **misc**: Update i18n.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Styles
|
||||
|
||||
- **misc**: Update i18n, closes [#10235](https://github.com/lobehub/lobe-chat/issues/10235) ([a52c9e5](https://github.com/lobehub/lobe-chat/commit/a52c9e5))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.64](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.63...v2.0.0-next.64)
|
||||
|
||||
<sup>Released on **2025-11-15**</sup>
|
||||
|
||||
#### ♻ Code Refactoring
|
||||
|
||||
- **misc**: Refactor package types.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Code refactoring
|
||||
|
||||
- **misc**: Refactor package types, closes [#10233](https://github.com/lobehub/lobe-chat/issues/10233) ([9872409](https://github.com/lobehub/lobe-chat/commit/9872409))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.63](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.62...v2.0.0-next.63)
|
||||
|
||||
<sup>Released on **2025-11-15**</sup>
|
||||
|
||||
#### ✨ Features
|
||||
|
||||
- **misc**: Show orphaned tool message and support delete tool message.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### What's improved
|
||||
|
||||
- **misc**: Show orphaned tool message and support delete tool message, closes [#10232](https://github.com/lobehub/lobe-chat/issues/10232) ([38cfd26](https://github.com/lobehub/lobe-chat/commit/38cfd26))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.62](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.61...v2.0.0-next.62)
|
||||
|
||||
<sup>Released on **2025-11-15**</sup>
|
||||
|
||||
#### 🐛 Bug Fixes
|
||||
|
||||
- **next16**: Resolve 'Response body object should not be disturbed or locked' error.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### What's fixed
|
||||
|
||||
- **next16**: Resolve 'Response body object should not be disturbed or locked' error, closes [#10226](https://github.com/lobehub/lobe-chat/issues/10226) ([caa9c78](https://github.com/lobehub/lobe-chat/commit/caa9c78))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.61](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.60...v2.0.0-next.61)
|
||||
|
||||
<sup>Released on **2025-11-15**</sup>
|
||||
|
||||
#### 💄 Styles
|
||||
|
||||
- **misc**: Update i18n.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Styles
|
||||
|
||||
- **misc**: Update i18n, closes [#10224](https://github.com/lobehub/lobe-chat/issues/10224) ([ca7551f](https://github.com/lobehub/lobe-chat/commit/ca7551f))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
## [Version 2.0.0-next.60](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.59...v2.0.0-next.60)
|
||||
|
||||
<sup>Released on **2025-11-14**</sup>
|
||||
|
||||
-272
@@ -1,272 +0,0 @@
|
||||
## Set global build ENV
|
||||
ARG NODEJS_VERSION="24"
|
||||
|
||||
## Base image for all building stages
|
||||
FROM node:${NODEJS_VERSION}-slim AS base
|
||||
|
||||
ARG USE_CN_MIRROR
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
RUN \
|
||||
# If you want to build docker in China, build with --build-arg USE_CN_MIRROR=true
|
||||
if [ "${USE_CN_MIRROR:-false}" = "true" ]; then \
|
||||
sed -i "s/deb.debian.org/mirrors.ustc.edu.cn/g" "/etc/apt/sources.list.d/debian.sources"; \
|
||||
fi \
|
||||
# Add required package
|
||||
&& apt update \
|
||||
&& apt install ca-certificates proxychains-ng -qy \
|
||||
# Prepare required package to distroless
|
||||
&& mkdir -p /distroless/bin /distroless/etc /distroless/etc/ssl/certs /distroless/lib \
|
||||
# Copy proxychains to distroless
|
||||
&& cp /usr/lib/$(arch)-linux-gnu/libproxychains.so.4 /distroless/lib/libproxychains.so.4 \
|
||||
&& cp /usr/lib/$(arch)-linux-gnu/libdl.so.2 /distroless/lib/libdl.so.2 \
|
||||
&& cp /usr/bin/proxychains4 /distroless/bin/proxychains \
|
||||
&& cp /etc/proxychains4.conf /distroless/etc/proxychains4.conf \
|
||||
# Copy node to distroless
|
||||
&& cp /usr/lib/$(arch)-linux-gnu/libstdc++.so.6 /distroless/lib/libstdc++.so.6 \
|
||||
&& cp /usr/lib/$(arch)-linux-gnu/libgcc_s.so.1 /distroless/lib/libgcc_s.so.1 \
|
||||
&& cp /usr/local/bin/node /distroless/bin/node \
|
||||
# Copy CA certificates to distroless
|
||||
&& cp /etc/ssl/certs/ca-certificates.crt /distroless/etc/ssl/certs/ca-certificates.crt \
|
||||
# Cleanup temp files
|
||||
&& rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
||||
|
||||
## Builder image, install all the dependencies and build the app
|
||||
FROM base AS builder
|
||||
|
||||
ARG USE_CN_MIRROR
|
||||
ARG NEXT_PUBLIC_BASE_PATH
|
||||
ARG NEXT_PUBLIC_SENTRY_DSN
|
||||
ARG NEXT_PUBLIC_ANALYTICS_POSTHOG
|
||||
ARG NEXT_PUBLIC_POSTHOG_HOST
|
||||
ARG NEXT_PUBLIC_POSTHOG_KEY
|
||||
ARG NEXT_PUBLIC_ANALYTICS_UMAMI
|
||||
ARG NEXT_PUBLIC_UMAMI_SCRIPT_URL
|
||||
ARG NEXT_PUBLIC_UMAMI_WEBSITE_ID
|
||||
ARG FEATURE_FLAGS
|
||||
|
||||
ENV NEXT_PUBLIC_CLIENT_DB="pglite"
|
||||
ENV NEXT_PUBLIC_BASE_PATH="${NEXT_PUBLIC_BASE_PATH}" \
|
||||
FEATURE_FLAGS="${FEATURE_FLAGS}"
|
||||
|
||||
# Sentry
|
||||
ENV NEXT_PUBLIC_SENTRY_DSN="${NEXT_PUBLIC_SENTRY_DSN}" \
|
||||
SENTRY_ORG="" \
|
||||
SENTRY_PROJECT=""
|
||||
|
||||
ENV APP_URL="http://app.com"
|
||||
|
||||
# Posthog
|
||||
ENV NEXT_PUBLIC_ANALYTICS_POSTHOG="${NEXT_PUBLIC_ANALYTICS_POSTHOG}" \
|
||||
NEXT_PUBLIC_POSTHOG_HOST="${NEXT_PUBLIC_POSTHOG_HOST}" \
|
||||
NEXT_PUBLIC_POSTHOG_KEY="${NEXT_PUBLIC_POSTHOG_KEY}"
|
||||
|
||||
# Umami
|
||||
ENV NEXT_PUBLIC_ANALYTICS_UMAMI="${NEXT_PUBLIC_ANALYTICS_UMAMI}" \
|
||||
NEXT_PUBLIC_UMAMI_SCRIPT_URL="${NEXT_PUBLIC_UMAMI_SCRIPT_URL}" \
|
||||
NEXT_PUBLIC_UMAMI_WEBSITE_ID="${NEXT_PUBLIC_UMAMI_WEBSITE_ID}"
|
||||
|
||||
# Node
|
||||
ENV NODE_OPTIONS="--max-old-space-size=6144"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-workspace.yaml ./
|
||||
COPY .npmrc ./
|
||||
COPY packages ./packages
|
||||
|
||||
RUN \
|
||||
# If you want to build docker in China, build with --build-arg USE_CN_MIRROR=true
|
||||
if [ "${USE_CN_MIRROR:-false}" = "true" ]; then \
|
||||
export SENTRYCLI_CDNURL="https://npmmirror.com/mirrors/sentry-cli"; \
|
||||
npm config set registry "https://registry.npmmirror.com/"; \
|
||||
echo 'canvas_binary_host_mirror=https://npmmirror.com/mirrors/canvas' >> .npmrc; \
|
||||
fi \
|
||||
# Set the registry for corepack
|
||||
&& export COREPACK_NPM_REGISTRY=$(npm config get registry | sed 's/\/$//') \
|
||||
# Update corepack to latest (nodejs/corepack#612)
|
||||
&& npm i -g corepack@latest \
|
||||
# Enable corepack
|
||||
&& corepack enable \
|
||||
# Use pnpm for corepack
|
||||
&& corepack use $(sed -n 's/.*"packageManager": "\(.*\)".*/\1/p' package.json) \
|
||||
# Install the dependencies
|
||||
&& pnpm i
|
||||
|
||||
COPY . .
|
||||
|
||||
# run build standalone for docker version
|
||||
RUN npm run build:docker
|
||||
|
||||
## Application image, copy all the files for production
|
||||
FROM busybox:latest AS app
|
||||
|
||||
COPY --from=base /distroless/ /
|
||||
|
||||
# Automatically leverage output traces to reduce image size
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
COPY --from=builder /app/.next/standalone /app/
|
||||
|
||||
# Copy server launcher
|
||||
COPY --from=builder /app/scripts/serverLauncher/startServer.js /app/startServer.js
|
||||
|
||||
RUN \
|
||||
# Add nextjs:nodejs to run the app
|
||||
addgroup -S -g 1001 nodejs \
|
||||
&& adduser -D -G nodejs -H -S -h /app -u 1001 nextjs \
|
||||
# Set permission for nextjs:nodejs
|
||||
&& chown -R nextjs:nodejs /app /etc/proxychains4.conf
|
||||
|
||||
## Production image, copy all the files and run next
|
||||
FROM scratch
|
||||
|
||||
# Copy all the files from app, set the correct permission for prerender cache
|
||||
COPY --from=app / /
|
||||
|
||||
ENV NODE_ENV="production" \
|
||||
NODE_OPTIONS="--dns-result-order=ipv4first --use-openssl-ca" \
|
||||
NODE_EXTRA_CA_CERTS="" \
|
||||
NODE_TLS_REJECT_UNAUTHORIZED="" \
|
||||
SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
# Make the middleware rewrite through local as default
|
||||
# refs: https://github.com/lobehub/lobe-chat/issues/5876
|
||||
ENV MIDDLEWARE_REWRITE_THROUGH_LOCAL="1"
|
||||
|
||||
# set hostname to localhost
|
||||
ENV HOSTNAME="0.0.0.0" \
|
||||
PORT="3210"
|
||||
|
||||
# General Variables
|
||||
ENV ACCESS_CODE="" \
|
||||
API_KEY_SELECT_MODE="" \
|
||||
DEFAULT_AGENT_CONFIG="" \
|
||||
SYSTEM_AGENT="" \
|
||||
FEATURE_FLAGS="" \
|
||||
PROXY_URL="" \
|
||||
ENABLE_AUTH_PROTECTION=""
|
||||
|
||||
# Model Variables
|
||||
ENV \
|
||||
# AI21
|
||||
AI21_API_KEY="" AI21_MODEL_LIST="" \
|
||||
# Ai360
|
||||
AI360_API_KEY="" AI360_MODEL_LIST="" \
|
||||
# AiHubMix
|
||||
AIHUBMIX_API_KEY="" AIHUBMIX_MODEL_LIST="" \
|
||||
# Anthropic
|
||||
ANTHROPIC_API_KEY="" ANTHROPIC_MODEL_LIST="" ANTHROPIC_PROXY_URL="" \
|
||||
# Amazon Bedrock
|
||||
ENABLED_AWS_BEDROCK="" AWS_ACCESS_KEY_ID="" AWS_SECRET_ACCESS_KEY="" AWS_REGION="" AWS_BEDROCK_MODEL_LIST="" \
|
||||
# Azure OpenAI
|
||||
AZURE_API_KEY="" AZURE_API_VERSION="" AZURE_ENDPOINT="" AZURE_MODEL_LIST="" \
|
||||
# Baichuan
|
||||
BAICHUAN_API_KEY="" BAICHUAN_MODEL_LIST="" \
|
||||
# Cloudflare
|
||||
CLOUDFLARE_API_KEY="" CLOUDFLARE_BASE_URL_OR_ACCOUNT_ID="" CLOUDFLARE_MODEL_LIST="" \
|
||||
# Cohere
|
||||
COHERE_API_KEY="" COHERE_MODEL_LIST="" COHERE_PROXY_URL="" \
|
||||
# ComfyUI
|
||||
ENABLED_COMFYUI="" COMFYUI_BASE_URL="" COMFYUI_AUTH_TYPE="" \
|
||||
COMFYUI_API_KEY="" COMFYUI_USERNAME="" COMFYUI_PASSWORD="" COMFYUI_CUSTOM_HEADERS="" \
|
||||
# DeepSeek
|
||||
DEEPSEEK_API_KEY="" DEEPSEEK_MODEL_LIST="" \
|
||||
# Fireworks AI
|
||||
FIREWORKSAI_API_KEY="" FIREWORKSAI_MODEL_LIST="" \
|
||||
# Gitee AI
|
||||
GITEE_AI_API_KEY="" GITEE_AI_MODEL_LIST="" \
|
||||
# GitHub
|
||||
GITHUB_TOKEN="" GITHUB_MODEL_LIST="" \
|
||||
# Google
|
||||
GOOGLE_API_KEY="" GOOGLE_MODEL_LIST="" GOOGLE_PROXY_URL="" \
|
||||
# Groq
|
||||
GROQ_API_KEY="" GROQ_MODEL_LIST="" GROQ_PROXY_URL="" \
|
||||
# Higress
|
||||
HIGRESS_API_KEY="" HIGRESS_MODEL_LIST="" HIGRESS_PROXY_URL="" \
|
||||
# HuggingFace
|
||||
HUGGINGFACE_API_KEY="" HUGGINGFACE_MODEL_LIST="" HUGGINGFACE_PROXY_URL="" \
|
||||
# Hunyuan
|
||||
HUNYUAN_API_KEY="" HUNYUAN_MODEL_LIST="" \
|
||||
# InternLM
|
||||
INTERNLM_API_KEY="" INTERNLM_MODEL_LIST="" \
|
||||
# Jina
|
||||
JINA_API_KEY="" JINA_MODEL_LIST="" JINA_PROXY_URL="" \
|
||||
# Minimax
|
||||
MINIMAX_API_KEY="" MINIMAX_MODEL_LIST="" \
|
||||
# Mistral
|
||||
MISTRAL_API_KEY="" MISTRAL_MODEL_LIST="" \
|
||||
# ModelScope
|
||||
MODELSCOPE_API_KEY="" MODELSCOPE_MODEL_LIST="" MODELSCOPE_PROXY_URL="" \
|
||||
# Moonshot
|
||||
MOONSHOT_API_KEY="" MOONSHOT_MODEL_LIST="" MOONSHOT_PROXY_URL="" \
|
||||
# Nebius
|
||||
NEBIUS_API_KEY="" NEBIUS_MODEL_LIST="" NEBIUS_PROXY_URL="" \
|
||||
# NewAPI
|
||||
NEWAPI_API_KEY="" NEWAPI_PROXY_URL="" \
|
||||
# Novita
|
||||
NOVITA_API_KEY="" NOVITA_MODEL_LIST="" \
|
||||
# Nvidia NIM
|
||||
NVIDIA_API_KEY="" NVIDIA_MODEL_LIST="" NVIDIA_PROXY_URL="" \
|
||||
# Ollama
|
||||
ENABLED_OLLAMA="" OLLAMA_MODEL_LIST="" OLLAMA_PROXY_URL="" \
|
||||
# OpenAI
|
||||
ENABLED_OPENAI="" OPENAI_API_KEY="" OPENAI_MODEL_LIST="" OPENAI_PROXY_URL="" \
|
||||
# OpenRouter
|
||||
OPENROUTER_API_KEY="" OPENROUTER_MODEL_LIST="" \
|
||||
# Perplexity
|
||||
PERPLEXITY_API_KEY="" PERPLEXITY_MODEL_LIST="" PERPLEXITY_PROXY_URL="" \
|
||||
# Qiniu
|
||||
QINIU_API_KEY="" QINIU_MODEL_LIST="" QINIU_PROXY_URL="" \
|
||||
# Qwen
|
||||
QWEN_API_KEY="" QWEN_MODEL_LIST="" QWEN_PROXY_URL="" \
|
||||
# SambaNova
|
||||
SAMBANOVA_API_KEY="" SAMBANOVA_MODEL_LIST="" \
|
||||
# SenseNova
|
||||
SENSENOVA_API_KEY="" SENSENOVA_MODEL_LIST="" \
|
||||
# SiliconCloud
|
||||
SILICONCLOUD_API_KEY="" SILICONCLOUD_MODEL_LIST="" SILICONCLOUD_PROXY_URL="" \
|
||||
# Spark
|
||||
SPARK_API_KEY="" SPARK_MODEL_LIST="" SPARK_PROXY_URL="" SPARK_SEARCH_MODE="" \
|
||||
# Stepfun
|
||||
STEPFUN_API_KEY="" STEPFUN_MODEL_LIST="" \
|
||||
# Taichu
|
||||
TAICHU_API_KEY="" TAICHU_MODEL_LIST="" \
|
||||
# TogetherAI
|
||||
TOGETHERAI_API_KEY="" TOGETHERAI_MODEL_LIST="" \
|
||||
# Upstage
|
||||
UPSTAGE_API_KEY="" UPSTAGE_MODEL_LIST="" \
|
||||
# v0 (Vercel)
|
||||
V0_API_KEY="" V0_MODEL_LIST="" \
|
||||
# vLLM
|
||||
VLLM_API_KEY="" VLLM_MODEL_LIST="" VLLM_PROXY_URL="" \
|
||||
# Wenxin
|
||||
WENXIN_API_KEY="" WENXIN_MODEL_LIST="" \
|
||||
# xAI
|
||||
XAI_API_KEY="" XAI_MODEL_LIST="" XAI_PROXY_URL="" \
|
||||
# Xinference
|
||||
XINFERENCE_API_KEY="" XINFERENCE_MODEL_LIST="" XINFERENCE_PROXY_URL="" \
|
||||
# 01.AI
|
||||
ZEROONE_API_KEY="" ZEROONE_MODEL_LIST="" \
|
||||
# Zhipu
|
||||
ZHIPU_API_KEY="" ZHIPU_MODEL_LIST="" \
|
||||
# Tencent Cloud
|
||||
TENCENT_CLOUD_API_KEY="" TENCENT_CLOUD_MODEL_LIST="" \
|
||||
# Infini-AI
|
||||
INFINIAI_API_KEY="" INFINIAI_MODEL_LIST="" \
|
||||
# 302.AI
|
||||
AI302_API_KEY="" AI302_MODEL_LIST="" \
|
||||
# FAL
|
||||
ENABLED_FAL="" FAL_API_KEY="" FAL_MODEL_LIST="" \
|
||||
# BFL
|
||||
BFL_API_KEY="" BFL_MODEL_LIST="" \
|
||||
# Vercel AI Gateway
|
||||
VERCELAIGATEWAY_API_KEY="" VERCELAIGATEWAY_MODEL_LIST=""
|
||||
|
||||
USER nextjs
|
||||
|
||||
EXPOSE 3210/tcp
|
||||
|
||||
ENTRYPOINT ["/bin/node"]
|
||||
|
||||
CMD ["/app/startServer.js"]
|
||||
+18
-18
@@ -32,33 +32,33 @@
|
||||
"electron-updater": "^6.6.2",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"fetch-socks": "^1.3.2",
|
||||
"get-port-please": "^3.1.2",
|
||||
"get-port-please": "^3.2.0",
|
||||
"pdfjs-dist": "4.10.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.0.0",
|
||||
"@electron-toolkit/preload": "^3.0.1",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.1.0",
|
||||
"@electron-toolkit/preload": "^3.0.2",
|
||||
"@electron-toolkit/tsconfig": "^2.0.0",
|
||||
"@electron-toolkit/utils": "^4.0.0",
|
||||
"@lobechat/electron-client-ipc": "workspace:*",
|
||||
"@lobechat/electron-server-ipc": "workspace:*",
|
||||
"@lobechat/file-loaders": "workspace:*",
|
||||
"@lobehub/i18n-cli": "^1.20.3",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@lobehub/i18n-cli": "^1.25.1",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/resolve": "^1.20.6",
|
||||
"@types/semver": "^7.7.0",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/set-cookie-parser": "^2.4.10",
|
||||
"@typescript/native-preview": "7.0.0-dev.20250711.1",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.4.2",
|
||||
"cookie": "^1.0.2",
|
||||
"electron": "^38.6.0",
|
||||
"electron": "^38.7.0",
|
||||
"electron-builder": "^26.0.12",
|
||||
"electron-is": "^3.0.0",
|
||||
"electron-log": "^5.3.3",
|
||||
"electron-log": "^5.4.3",
|
||||
"electron-store": "^8.2.0",
|
||||
"electron-vite": "^3.0.0",
|
||||
"execa": "^9.5.2",
|
||||
"electron-vite": "^3.1.0",
|
||||
"execa": "^9.6.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fix-path": "^5.0.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
@@ -66,13 +66,13 @@
|
||||
"just-diff": "^6.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"resolve": "^1.22.8",
|
||||
"semver": "^7.5.4",
|
||||
"set-cookie-parser": "^2.7.1",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.7.3",
|
||||
"undici": "^7.9.0",
|
||||
"vite": "^6.3.5",
|
||||
"resolve": "^1.22.11",
|
||||
"semver": "^7.7.3",
|
||||
"set-cookie-parser": "^2.7.2",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.9.3",
|
||||
"undici": "^7.16.0",
|
||||
"vite": "^6.4.1",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
@@ -1,4 +1,72 @@
|
||||
[
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Remove language_model_settings and remove isDeprecatedEdition."]
|
||||
},
|
||||
"date": "2025-11-17",
|
||||
"version": "2.0.0-next.69"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"fixes": ["The tool to fail execution on ollama when a message contains b…."]
|
||||
},
|
||||
"date": "2025-11-16",
|
||||
"version": "2.0.0-next.68"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Refactor to virtua."]
|
||||
},
|
||||
"date": "2025-11-16",
|
||||
"version": "2.0.0-next.67"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"features": ["Support to collapse message."]
|
||||
},
|
||||
"date": "2025-11-16",
|
||||
"version": "2.0.0-next.66"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Update i18n."]
|
||||
},
|
||||
"date": "2025-11-16",
|
||||
"version": "2.0.0-next.65"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Refactor package types."]
|
||||
},
|
||||
"date": "2025-11-15",
|
||||
"version": "2.0.0-next.64"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"features": ["Show orphaned tool message and support delete tool message."]
|
||||
},
|
||||
"date": "2025-11-15",
|
||||
"version": "2.0.0-next.63"
|
||||
},
|
||||
{
|
||||
"children": {},
|
||||
"date": "2025-11-15",
|
||||
"version": "2.0.0-next.62"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Update i18n."]
|
||||
},
|
||||
"date": "2025-11-15",
|
||||
"version": "2.0.0-next.61"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"fixes": ["Reduce threshold."]
|
||||
},
|
||||
"date": "2025-11-14",
|
||||
"version": "2.0.0-next.60"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Update i18n."]
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@
|
||||
"playwright": "^1.56.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/node": "^22.19.1",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.7.3"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "المساعدون المتاحون",
|
||||
"backToBottom": "العودة إلى الأسفل",
|
||||
"chatList": {
|
||||
"expandMessage": "عرض الرسائل",
|
||||
"longMessageDetail": "عرض التفاصيل"
|
||||
},
|
||||
"clearCurrentMessages": "مسح رسائل الجلسة الحالية",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "الإشارة إلى الأعضاء"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "إخفاء الرسائل",
|
||||
"continueGeneration": "متابعة التوليد",
|
||||
"delAndRegenerate": "حذف وإعادة الإنشاء",
|
||||
"deleteDisabledByThreads": "يوجد موضوعات فرعية، لا يمكن الحذف",
|
||||
"expand": "عرض الرسائل",
|
||||
"regenerate": "إعادة الإنشاء"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "يتطلب الموافقة اليدوية في كل مرة يتم فيها الاستدعاء"
|
||||
},
|
||||
"reject": "رفض",
|
||||
"rejectAndContinue": "رفض ثم إعادة المحاولة",
|
||||
"rejectOnly": "رفض",
|
||||
"rejectReasonPlaceholder": "إدخال سبب الرفض سيساعد الوكيل على الفهم وتحسين الإجراءات المستقبلية",
|
||||
"rejectTitle": "رفض استدعاء الأداة هذه المرة",
|
||||
"rejectedWithReason": "تم رفض استدعاء الأداة هذه المرة بشكل يدوي: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "إنشاء مجلد",
|
||||
"addKnowledge": "إضافة معرفة",
|
||||
"addPage": "إنشاء مستند",
|
||||
"desc": "نظّم معرفتك في العمل، الدراسة والحياة.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "إنشاء مجلد جديد",
|
||||
"newPage": "مستند جديد",
|
||||
"uploadFile": "رفع ملف",
|
||||
"uploadFolder": "رفع مجلد"
|
||||
},
|
||||
|
||||
+17
-2
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "يستخدم GPT-5 pro قدرة حسابية أكبر للتفكير بشكل أعمق، ويواصل تقديم إجابات أفضل باستمرار."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — نموذج رائد مُحسَّن لمهام البرمجة والوكلاء، يدعم قوة استدلال قابلة للتخصيص وسياقًا أطول."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: إصدار GPT-5.1 مخصص لـ ChatGPT، مثالي لسيناريوهات المحادثة."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: إصدار من GPT-5.1 مُحسَّن لمهام البرمجة القائمة على الوكلاء، يمكن استخدامه في واجهة Responses API لتدفقات عمل أكثر تعقيدًا في البرمجة والوكلاء."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: إصدار مصغر ومنخفض التكلفة من Codex، مُحسَّن لمهام البرمجة القائمة على الوكلاء."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio هو نموذج دردشة عام موجه لإدخال وإخراج الصوت، ويدعم استخدام الصوت في واجهة برمجة تطبيقات Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "سلسلة نماذج Imagen لتحويل النص إلى صورة من الجيل الرابع"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "سلسلة نموذج Imagen للجيل الرابع لتحويل النص إلى صورة"
|
||||
"description": "سلسلة نماذج Imagen من الجيل الرابع لتحويل النص إلى صورة"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "سلسلة نماذج Imagen لتحويل النص إلى صورة من الجيل الرابع — إصدار Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "نسخة ألترا من سلسلة نموذج Imagen للجيل الرابع لتحويل النص إلى صورة"
|
||||
"description": "النسخة Ultra من سلسلة نماذج Imagen من الجيل الرابع لتحويل النص إلى صورة"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small هو الخيار المثالي لمهام توليد الكود، وتصحيح الأخطاء، وإعادة الهيكلة، مع أدنى تأخير."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "سلسلة نماذج Tongyi Qianwen 3 Max، التي تحسنت بشكل كبير مقارنة بسلسلة 2.5 في القدرات العامة، فهم النصوص باللغتين الصينية والإنجليزية، اتباع التعليمات المعقدة، المهام المفتوحة الذاتية، القدرات متعددة اللغات، واستدعاء الأدوات؛ مع تقليل الأوهام المعرفية للنموذج. النسخة الأحدث من qwen3-max: مقارنةً بنسخة qwen3-max-preview، تم ترقية خاصة في برمجة الوكلاء واستدعاء الأدوات. النسخة الرسمية المنشورة وصلت إلى مستوى SOTA في المجال، وتلبي احتياجات الوكلاء في سيناريوهات أكثر تعقيدًا."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "أفضل نموذج في سلسلة Tongyi Qianwen، مناسب للمهام المعقدة ومتعددة الخطوات. يدعم التفكير في الإصدار التجريبي."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "نموذج مفتوح المصدر من الجيل الجديد لوضع عدم التفكير مبني على Qwen3، يتميز بفهم أفضل للنصوص الصينية مقارنة بالإصدار السابق (Tongyi Qianwen 3-235B-A22B-Instruct-2507)، مع تعزيز في قدرات الاستدلال المنطقي وأداء أفضل في مهام توليد النصوص."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "عرض قائمة المعلمات",
|
||||
"delete": "حذف استدعاء الأداة",
|
||||
"orphanedToolCall": "قد تكون رسالة استدعاء الأداة هذه معزولة بسبب ظروف غير طبيعية، مما قد يؤثر على تنفيذ الوكيل بشكل صحيح. يُرجى إزالتها.",
|
||||
"pluginRender": "عرض واجهة الإضافة"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "تحرير الملف",
|
||||
"getCommandOutput": "الحصول على مخرجات الأوامر",
|
||||
"globLocalFiles": "البحث عن الملفات المطابقة",
|
||||
"grepContent": "البحث في المحتوى",
|
||||
"killCommand": "إيقاف تنفيذ الأمر",
|
||||
"listLocalFiles": "عرض قائمة الملفات",
|
||||
"moveLocalFiles": "نقل الملفات",
|
||||
"readLocalFile": "قراءة محتوى الملف",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "ملف",
|
||||
"folder": "مجلد",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "تم نقل {{count}} عنصر:",
|
||||
"itemsMoved_one": "تم نقل {{count}} عنصر:",
|
||||
"itemsMoved_other": "تم نقل {{count}} عنصر:",
|
||||
"itemsToMove": "{{count}} عنصر في انتظار النقل:",
|
||||
"itemsToMove_one": "{{count}} عنصر في انتظار النقل:",
|
||||
"itemsToMove_other": "{{count}} عنصر في انتظار النقل:"
|
||||
},
|
||||
"open": "فتح",
|
||||
"openFile": "فتح ملف",
|
||||
"openFolder": "فتح مجلد",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Налични асистенти",
|
||||
"backToBottom": "Върни се в началото",
|
||||
"chatList": {
|
||||
"expandMessage": "Разгъни съобщението",
|
||||
"longMessageDetail": "Вижте детайлите"
|
||||
},
|
||||
"clearCurrentMessages": "Изчисти съобщенията от текущата сесия",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Споменаване на членове"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Скрий съобщението",
|
||||
"continueGeneration": "Продължи генерирането",
|
||||
"delAndRegenerate": "Изтрий и прегенерирай",
|
||||
"deleteDisabledByThreads": "Съществуват подтеми, не можете да изтриете.",
|
||||
"expand": "Разгъни съобщението",
|
||||
"regenerate": "Прегенерирай"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Необходимо е ръчно одобрение при всяко извикване"
|
||||
},
|
||||
"reject": "Отхвърляне",
|
||||
"rejectAndContinue": "Откажи и опитай отново",
|
||||
"rejectOnly": "Откажи",
|
||||
"rejectReasonPlaceholder": "Въведете причина за отхвърляне, за да помогнете на агента да разбере и подобри бъдещите действия",
|
||||
"rejectTitle": "Отхвърляне на това извикване на инструмент",
|
||||
"rejectedWithReason": "Това извикване на инструмент беше умишлено отхвърлено: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Създаване на папка",
|
||||
"addKnowledge": "Добавяне на знание",
|
||||
"addPage": "Създаване на документ",
|
||||
"desc": "Управлявайте знанията си за работа, учене и живот.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Нова папка",
|
||||
"newPage": "Създаване на нов документ",
|
||||
"uploadFile": "Качване на файл",
|
||||
"uploadFolder": "Качване на папка"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro използва повече изчислителна мощност за по-задълбочено мислене и постоянно предоставя по-добри отговори."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — флагмански модел, оптимизиран за кодиране и задачи с агенти, поддържа конфигурируема интензивност на разсъждение и по-дълъг контекст."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: вариант на GPT-5.1 за ChatGPT, подходящ за чат сценарии."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: версия на GPT-5.1, оптимизирана за агентски задачи по кодиране, използваема в Responses API за по-сложни работни потоци с код и агенти."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: по-компактен и икономичен вариант на Codex, оптимизиран за агентски задачи по кодиране."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio е универсален чат модел, ориентиран към аудио вход и изход, поддържащ използване на аудио I/O в Chat Completions API."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen: серия от модели от 4-то поколение за генериране на изображения от текст"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4-то поколение текст-към-изображение модел серия"
|
||||
"description": "Четвърто поколение модели Imagen за генериране на изображения от текст."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen, 4-то поколение модел за преобразуване на текст в изображение, серия Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4-то поколение текст-към-изображение модел серия Ултра версия"
|
||||
"description": "Ultra версия на четвъртото поколение модели Imagen за генериране на изображения от текст."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small е идеален за задачи по генериране, отстраняване на грешки и рефакториране на код с минимална латентност."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Серията Max на Tongyi Qianwen 3 предлага значително подобрена обща способност в сравнение с серия 2.5, с подобрено разбиране на текст на китайски и английски, способност за следване на сложни инструкции, умения за субективни отворени задачи, многоезични възможности и повишена способност за извикване на инструменти; моделът демонстрира по-малко халюцинации на знания. Последният модел qwen3-max включва специални подобрения в програмирането на агенти и извикването на инструменти в сравнение с версията qwen3-max-preview. Официалната версия, публикувана сега, достига SOTA ниво в своята област и е адаптирана за по-сложни изисквания на интелигентни агенти."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Най-ефективният модел от серията Tongyi Qianwen, подходящ за сложни и многоетапни задачи. Прегледната версия вече поддържа разсъждение."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Базирано на Qwen3, ново поколение отворен модел без мисловен режим, който предлага по-добро разбиране на китайски текстове, подобрени логически умения и по-добри резултати при задачи за генериране на текст в сравнение с предишната версия (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Преглед на списъка с параметри",
|
||||
"delete": "Изтриване на извикване на инструмент",
|
||||
"orphanedToolCall": "Това извикване на инструмент може да е станало изолирано поради необичайни причини, което може да повлияе на нормалното изпълнение на агента. Моля, премахнете го.",
|
||||
"pluginRender": "Преглед на интерфейса на плъгина"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Редактиране на файл",
|
||||
"getCommandOutput": "Получаване на изход от командата",
|
||||
"globLocalFiles": "Търсене на съвпадащи файлове",
|
||||
"grepContent": "Търсене на съдържание",
|
||||
"killCommand": "Прекратяване на изпълнението на командата",
|
||||
"listLocalFiles": "Преглед на списък с файлове",
|
||||
"moveLocalFiles": "Преместване на файлове",
|
||||
"readLocalFile": "Четене на съдържание на файл",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Файл",
|
||||
"folder": "Папка",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "Преместени {{count}} елемента:",
|
||||
"itemsMoved_one": "Преместен {{count}} елемент:",
|
||||
"itemsMoved_other": "Преместени {{count}} елемента:",
|
||||
"itemsToMove": "{{count}} елемента за преместване:",
|
||||
"itemsToMove_one": "{{count}} елемент за преместване:",
|
||||
"itemsToMove_other": "{{count}} елемента за преместване:"
|
||||
},
|
||||
"open": "Отвори",
|
||||
"openFile": "Отвори файл",
|
||||
"openFolder": "Отвори папка",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Verfügbare Assistenten",
|
||||
"backToBottom": "Zurück zum Ende",
|
||||
"chatList": {
|
||||
"expandMessage": "Nachricht anzeigen",
|
||||
"longMessageDetail": "Details anzeigen"
|
||||
},
|
||||
"clearCurrentMessages": "Aktuelle Nachrichten löschen",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Mitglieder erwähnen"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Nachricht ausblenden",
|
||||
"continueGeneration": "Generierung fortsetzen",
|
||||
"delAndRegenerate": "Löschen und neu generieren",
|
||||
"deleteDisabledByThreads": "Es gibt Unterthemen, die Löschung ist nicht möglich.",
|
||||
"expand": "Nachricht anzeigen",
|
||||
"regenerate": "Neu generieren"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Jede Ausführung muss manuell genehmigt werden"
|
||||
},
|
||||
"reject": "Ablehnen",
|
||||
"rejectAndContinue": "Ablehnen und erneut ausführen",
|
||||
"rejectOnly": "Ablehnen",
|
||||
"rejectReasonPlaceholder": "Die Angabe eines Ablehnungsgrundes hilft dem Agenten, zukünftige Aktionen zu verbessern",
|
||||
"rejectTitle": "Tool-Ausführung ablehnen",
|
||||
"rejectedWithReason": "Die Tool-Ausführung wurde abgelehnt: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Ordner erstellen",
|
||||
"addKnowledge": "Wissen hinzufügen",
|
||||
"addPage": "Dokument erstellen",
|
||||
"desc": "Verwalte dein Wissen für Arbeit, Studium und Alltag.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Neuen Ordner erstellen",
|
||||
"newPage": "Neues Dokument",
|
||||
"uploadFile": "Datei hochladen",
|
||||
"uploadFolder": "Ordner hochladen"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 Pro nutzt mehr Rechenleistung für tiefgreifendere Überlegungen und liefert kontinuierlich bessere Antworten."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 – Flaggschiffmodell, optimiert für Programmier- und Agentenaufgaben, unterstützt konfigurierbare Rechenintensität und längere Kontexte."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Eine Variante von GPT-5.1 für ChatGPT, ideal für Konversationsszenarien."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Eine für agentenbasierte Programmieraufgaben optimierte Version von GPT-5.1, geeignet für komplexe Code- und Agenten-Workflows über die Responses API."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Eine kompaktere und kostengünstigere Codex-Variante, optimiert für agentenbasierte Programmieraufgaben."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio ist ein universelles Chatmodell für Audioeingabe und -ausgabe, das Audio-I/O in der Chat Completions API unterstützt."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen, Text-zu-Bild-Modellreihe der 4. Generation"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4. Generation Text-zu-Bild Modellserie"
|
||||
"description": "Vierte Generation der Imagen-Modelle zur Text-zu-Bild-Generierung."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen, Text-zu-Bild-Modell der 4. Generation (Ultra-Version)"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4. Generation Text-zu-Bild Modellserie Ultra-Version"
|
||||
"description": "Ultra-Version der vierten Generation der Imagen-Modelle zur Text-zu-Bild-Generierung."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small ist ideal für Codegenerierung, Debugging und Refactoring-Aufgaben mit minimaler Latenz."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Tongyi Qianwen 3 Max Modellserie, die im Vergleich zur 2.5 Serie eine deutliche Verbesserung der allgemeinen Fähigkeiten bietet, einschließlich verbesserter Textverständnisfähigkeiten in Chinesisch und Englisch, komplexer Befolgung von Anweisungen, subjektiver offener Aufgaben, Mehrsprachigkeit und Tool-Integration; das Modell zeigt weniger Wissenshalluzinationen. Die neueste qwen3-max Version wurde speziell im Bereich Agentenprogrammierung und Tool-Integration weiterentwickelt. Die offizielle Veröffentlichung erreicht SOTA-Niveau in Fachgebieten und ist für komplexere Agentenanforderungen optimiert."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Das leistungsstärkste Modell der Tongyi Qianwen-Serie, geeignet für komplexe, mehrstufige Aufgaben. Vorschauversion mit Denkfähigkeit."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Ein neues Open-Source-Modell der nächsten Generation im Nicht-Denk-Modus basierend auf Qwen3. Im Vergleich zur vorherigen Version (Tongyi Qianwen 3-235B-A22B-Instruct-2507) bietet es eine verbesserte chinesische Textverständnisfähigkeit, verstärkte logische Schlussfolgerungen und bessere Leistung bei textgenerierenden Aufgaben."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Parameterliste anzeigen",
|
||||
"delete": "Werkzeugaufruf löschen",
|
||||
"orphanedToolCall": "Dieser Werkzeugaufruf könnte aufgrund eines Fehlers verwaist sein, was den normalen Ablauf des Agenten beeinträchtigen kann. Bitte entfernen Sie ihn.",
|
||||
"pluginRender": "Plugin-Oberfläche anzeigen"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Datei bearbeiten",
|
||||
"getCommandOutput": "Codeausgabe abrufen",
|
||||
"globLocalFiles": "Dateien durchsuchen",
|
||||
"grepContent": "Inhalt durchsuchen",
|
||||
"killCommand": "Codeausführung beenden",
|
||||
"listLocalFiles": "Dateiliste anzeigen",
|
||||
"moveLocalFiles": "Dateien verschieben",
|
||||
"readLocalFile": "Dateiinhalt lesen",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Datei",
|
||||
"folder": "Ordner",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} Elemente wurden verschoben:",
|
||||
"itemsMoved_one": "{{count}} Element wurde verschoben:",
|
||||
"itemsMoved_other": "{{count}} Elemente wurden verschoben:",
|
||||
"itemsToMove": "{{count}} Elemente zum Verschieben:",
|
||||
"itemsToMove_one": "{{count}} Element zum Verschieben:",
|
||||
"itemsToMove_other": "{{count}} Elemente zum Verschieben:"
|
||||
},
|
||||
"open": "Öffnen",
|
||||
"openFile": "Datei öffnen",
|
||||
"openFolder": "Ordner öffnen",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Available assistants",
|
||||
"backToBottom": "Back to bottom",
|
||||
"chatList": {
|
||||
"expandMessage": "Expand Message",
|
||||
"longMessageDetail": "View Details"
|
||||
},
|
||||
"clearCurrentMessages": "Clear current session messages",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Mention Members"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Collapse Message",
|
||||
"continueGeneration": "Continue Generating",
|
||||
"delAndRegenerate": "Delete and Regenerate",
|
||||
"deleteDisabledByThreads": "There are subtopics, deletion is not allowed",
|
||||
"expand": "Expand Message",
|
||||
"regenerate": "Regenerate"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Manual approval required for each invocation"
|
||||
},
|
||||
"reject": "Reject",
|
||||
"rejectAndContinue": "Reject and Retry",
|
||||
"rejectOnly": "Reject",
|
||||
"rejectReasonPlaceholder": "Providing a reason will help the Agent understand and improve future actions",
|
||||
"rejectTitle": "Reject This Tool Invocation",
|
||||
"rejectedWithReason": "This tool invocation was actively rejected: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Create Folder",
|
||||
"addKnowledge": "Add Knowledge",
|
||||
"addPage": "Create Document",
|
||||
"desc": "Manage your knowledge for work, study, and life.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "New Folder",
|
||||
"newPage": "New Document",
|
||||
"uploadFile": "Upload File",
|
||||
"uploadFolder": "Upload Folder"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 Pro leverages greater computational power for deeper reasoning and consistently delivers improved answers."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — A flagship model optimized for coding and agent tasks, featuring configurable reasoning strength and extended context support."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: A variant of GPT-5.1 tailored for ChatGPT, ideal for conversational scenarios."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: A GPT-5.1 variant optimized for agentic coding tasks, designed for more complex code/agent workflows via the Responses API."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: A smaller, more cost-effective Codex variant optimized for agentic coding tasks."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio is a general-purpose chat model designed for audio input and output, supporting audio I/O in the Chat Completions API."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 4th-generation text-to-image model series"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4th generation text-to-image model series"
|
||||
"description": "Imagen 4th-generation text-to-image model series."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 4th-generation text-to-image model, Ultra version"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4th generation text-to-image model series Ultra version"
|
||||
"description": "Ultra version of the 4th-generation Imagen text-to-image model series."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small is ideal for code generation, debugging, and refactoring tasks, offering minimal latency."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Tongyi Qianwen 3 series Max model, which shows significant overall improvements compared to the 2.5 series, including enhanced bilingual (Chinese and English) text understanding, complex instruction following, subjective open-domain task capabilities, multilingual support, and tool invocation abilities; the model also exhibits fewer hallucinations. The latest qwen3-max model features specialized upgrades in agent programming and tool invocation compared to the qwen3-max-preview version. The officially released model achieves state-of-the-art performance in its domain and is adapted to more complex agent scenarios."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "The most advanced model in the Qwen series, ideal for complex, multi-step tasks. Preview version now supports reasoning."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "A new generation of non-thinking mode open-source model based on Qwen3. Compared to the previous version (Tongyi Qianwen 3-235B-A22B-Instruct-2507), it offers better Chinese text comprehension, enhanced logical reasoning abilities, and improved performance in text generation tasks."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "View Argument List",
|
||||
"delete": "Delete Tool Call",
|
||||
"orphanedToolCall": "This tool call message may have become orphaned due to an unexpected issue, which could affect the Agent's normal operation. Please remove it.",
|
||||
"pluginRender": "View Plugin Interface"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,13 +253,18 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"getCommandOutput": "Get Code Output",
|
||||
"globLocalFiles": "Match Files",
|
||||
"grepContent": "Search Content",
|
||||
"killCommand": "Kill Code Execution",
|
||||
"listLocalFiles": "View File List",
|
||||
"moveLocalFiles": "Move Files",
|
||||
"readLocalFile": "Read File Content",
|
||||
"renameLocalFile": "Rename",
|
||||
"runCommand": "Run Code",
|
||||
"searchLocalFiles": "Search Files",
|
||||
"writeLocalFile": "Write File"
|
||||
"writeLocalFile": "Write File",
|
||||
"editLocalFile": "Edit File"
|
||||
},
|
||||
"title": "Local System"
|
||||
},
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "File",
|
||||
"folder": "Folder",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} item(s) moved:",
|
||||
"itemsMoved_one": "{{count}} item moved:",
|
||||
"itemsMoved_other": "{{count}} items moved:",
|
||||
"itemsToMove": "{{count}} item(s) to move:",
|
||||
"itemsToMove_one": "{{count}} item to move:",
|
||||
"itemsToMove_other": "{{count}} items to move:"
|
||||
},
|
||||
"open": "Open",
|
||||
"openFile": "Open File",
|
||||
"openFolder": "Open Folder",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Agentes disponibles",
|
||||
"backToBottom": "Volver al fondo",
|
||||
"chatList": {
|
||||
"expandMessage": "Expandir mensaje",
|
||||
"longMessageDetail": "Ver detalles"
|
||||
},
|
||||
"clearCurrentMessages": "Borrar mensajes actuales",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Mencionar miembros"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Ocultar mensaje",
|
||||
"continueGeneration": "Continuar generando",
|
||||
"delAndRegenerate": "Eliminar y Regenerar",
|
||||
"deleteDisabledByThreads": "Existen subtemas, no se puede eliminar",
|
||||
"expand": "Expandir mensaje",
|
||||
"regenerate": "Regenerar"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Se requiere aprobación manual para cada ejecución"
|
||||
},
|
||||
"reject": "Rechazar",
|
||||
"rejectAndContinue": "Rechazar y volver a intentar",
|
||||
"rejectOnly": "Rechazar",
|
||||
"rejectReasonPlaceholder": "Ingresar una razón ayudará al agente a comprender y mejorar futuras acciones",
|
||||
"rejectTitle": "Rechazar esta ejecución de herramienta",
|
||||
"rejectedWithReason": "Esta ejecución de herramienta fue rechazada: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Crear carpeta",
|
||||
"addKnowledge": "Agregar conocimiento",
|
||||
"addPage": "Crear documento",
|
||||
"desc": "Gestiona tus conocimientos de trabajo, estudio y vida.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nueva carpeta",
|
||||
"newPage": "Nuevo documento",
|
||||
"uploadFile": "Subir archivo",
|
||||
"uploadFolder": "Subir carpeta"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro utiliza más capacidad de cómputo para pensar de forma más profunda y ofrecer respuestas de mayor calidad de manera constante."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1: modelo insignia optimizado para tareas de codificación y agentes, con soporte para intensidad de razonamiento configurable y contextos más largos."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: variante de GPT-5.1 para ChatGPT, ideal para escenarios conversacionales."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: versión de GPT-5.1 optimizada para tareas de codificación agentica, disponible en la API de Respuestas para flujos de trabajo de código/agente más complejos."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: variante de Codex más compacta y económica, optimizada para tareas de codificación agentica."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio es un modelo de chat general para entrada y salida de audio, compatible con el uso de audio I/O en la API de Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Serie Imagen de cuarta generación para generar imágenes a partir de texto."
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Serie de modelos de texto a imagen de cuarta generación de Imagen"
|
||||
"description": "Serie de modelos de generación de imágenes de texto a imagen de cuarta generación de Imagen."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen, serie de modelos de texto a imagen de cuarta generación, versión Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Serie de modelos de texto a imagen de cuarta generación de Imagen, versión Ultra"
|
||||
"description": "Versión Ultra de la serie de modelos de generación de imágenes de texto a imagen de cuarta generación de Imagen."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small es la opción ideal para tareas de generación, depuración y refactorización de código, con latencia mínima."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "La serie Max de Tongyi Qianwen 3 representa una mejora significativa en la capacidad general respecto a la serie 2.5, con habilidades mejoradas en comprensión de texto en chino e inglés, seguimiento de instrucciones complejas, tareas abiertas subjetivas, multilingüismo y llamadas a herramientas; además, reduce las alucinaciones de conocimiento del modelo. La última versión qwen3-max ha sido especialmente mejorada en programación de agentes y llamadas a herramientas respecto a la versión previa qwen3-max-preview. El modelo oficial lanzado alcanza un nivel SOTA en su campo, adaptándose a demandas más complejas de agentes."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "El modelo más avanzado de la serie Tongyi Qianwen, ideal para tareas complejas y de múltiples pasos. La versión preliminar ya admite razonamiento."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Modelo de código abierto de nueva generación basado en Qwen3 en modo no reflexivo, que ofrece una mejor comprensión del texto en chino, mayor capacidad de razonamiento lógico y un mejor desempeño en tareas de generación de texto en comparación con la versión anterior (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Ver lista de parámetros",
|
||||
"delete": "Eliminar llamada a la herramienta",
|
||||
"orphanedToolCall": "Este mensaje de llamada a la herramienta podría haberse quedado huérfano debido a circunstancias excepcionales, lo que puede afectar el funcionamiento normal del agente. Por favor, elimínelo.",
|
||||
"pluginRender": "Ver interfaz del plugin"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Editar archivo",
|
||||
"getCommandOutput": "Obtener salida del código",
|
||||
"globLocalFiles": "Buscar archivos coincidentes",
|
||||
"grepContent": "Buscar contenido",
|
||||
"killCommand": "Detener ejecución del código",
|
||||
"listLocalFiles": "Ver lista de archivos",
|
||||
"moveLocalFiles": "Mover archivos",
|
||||
"readLocalFile": "Leer contenido del archivo",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Archivo",
|
||||
"folder": "Carpeta",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "Se han movido {{count}} elementos:",
|
||||
"itemsMoved_one": "Se ha movido {{count}} elemento:",
|
||||
"itemsMoved_other": "Se han movido {{count}} elementos:",
|
||||
"itemsToMove": "{{count}} elementos por mover:",
|
||||
"itemsToMove_one": "{{count}} elemento por mover:",
|
||||
"itemsToMove_other": "{{count}} elementos por mover:"
|
||||
},
|
||||
"open": "Abrir",
|
||||
"openFile": "Abrir archivo",
|
||||
"openFolder": "Abrir carpeta",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "دستیاران در دسترس",
|
||||
"backToBottom": "بازگشت به پایین",
|
||||
"chatList": {
|
||||
"expandMessage": "گسترش پیام",
|
||||
"longMessageDetail": "مشاهده جزئیات"
|
||||
},
|
||||
"clearCurrentMessages": "پاک کردن پیامهای جلسه فعلی",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "ذکر اعضا"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "بستن پیام",
|
||||
"continueGeneration": "ادامه تولید",
|
||||
"delAndRegenerate": "حذف و بازتولید",
|
||||
"deleteDisabledByThreads": "زیرموضوع وجود دارد، نمیتوان حذف کرد",
|
||||
"expand": "گسترش پیام",
|
||||
"regenerate": "بازتولید"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "نیاز به تأیید دستی برای هر بار فراخوانی"
|
||||
},
|
||||
"reject": "رد کردن",
|
||||
"rejectAndContinue": "رد کردن و تلاش مجدد برای اجرا",
|
||||
"rejectOnly": "رد کردن",
|
||||
"rejectReasonPlaceholder": "وارد کردن دلیل رد به Agent کمک میکند تا اقدامات بعدی را بهینه کند",
|
||||
"rejectTitle": "رد این فراخوانی ابزار",
|
||||
"rejectedWithReason": "این فراخوانی ابزار با دلیل زیر رد شد:{{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "ایجاد پوشه",
|
||||
"addKnowledge": "افزودن دانش",
|
||||
"addPage": "ایجاد سند",
|
||||
"desc": "مدیریت دانش کاری، تحصیلی و زندگی شما.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "ایجاد پوشه جدید",
|
||||
"newPage": "ایجاد سند جدید",
|
||||
"uploadFile": "بارگذاری فایل",
|
||||
"uploadFolder": "بارگذاری پوشه"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro با استفاده از محاسبات بیشتر، عمیقتر میاندیشد و به طور مداوم پاسخهای بهتری ارائه میدهد."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — مدل پرچمدار بهینهسازیشده برای وظایف کدنویسی و عاملها، با پشتیبانی از شدت استدلال قابل تنظیم و زمینههای طولانیتر."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: نسخهای از GPT-5.1 برای ChatGPT، مناسب برای سناریوهای گفتگو."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: نسخهای از GPT-5.1 بهینهسازیشده برای وظایف کدنویسی عاملمحور، قابل استفاده در API پاسخها برای جریانهای کاری پیچیدهتر در زمینه کد و عاملها."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: نسخهای کوچکتر و مقرونبهصرفهتر از Codex، بهینهسازیشده برای وظایف کدنویسی عاملمحور."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio مدلی عمومی برای چت با ورودی و خروجی صوتی است که از استفاده از ورودی/خروجی صوتی در API تکمیل چت پشتیبانی میکند."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "سری مدلهای Imagen نسل چهارم برای تولید تصویر از متن"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "سری مدل متن به تصویر نسل چهارم Imagen"
|
||||
"description": "سری مدلهای نسل چهارم Imagen برای تولید تصویر از متن"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "نسخهٔ اولترا از مجموعهٔ مدلهای متنبهتصویر Imagen نسل چهارم"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "نسخه اولترا سری مدل متن به تصویر نسل چهارم Imagen"
|
||||
"description": "نسخه Ultra از سری مدلهای نسل چهارم Imagen برای تولید تصویر از متن"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small انتخاب ایدهآل برای تولید، اشکالزدایی و بازسازی کد با کمترین تأخیر است."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "مدل سری Qwen3-Max از Tongyi Qianwen 3 که نسبت به سری 2.5 به طور کلی تواناییهای عمومی بهبود یافتهای دارد؛ شامل درک متن دو زبانه چینی و انگلیسی، پیروی از دستورالعملهای پیچیده، توانایی انجام وظایف باز و ذهنی، پشتیبانی چندزبانه و فراخوانی ابزارها که همه به طور قابل توجهی تقویت شدهاند؛ خطاهای دانش مدل نیز کاهش یافته است. جدیدترین مدل Qwen3-Max نسبت به نسخه پیشنمایش Qwen3-Max در زمینه برنامهنویسی هوشمند و فراخوانی ابزارها بهروزرسانیهای ویژهای داشته است. نسخه رسمی منتشر شده به سطح SOTA حوزه رسیده و برای نیازهای پیچیدهتر هوش مصنوعی تطبیق یافته است."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "بهترین مدل در سری Qwen، مناسب برای وظایف پیچیده و چندمرحلهای. نسخه پیشنمایش اکنون از قابلیت تفکر پشتیبانی میکند."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "مدل متنباز نسل جدید بدون حالت تفکر مبتنی بر Qwen3، که نسبت به نسخه قبلی (Tongyi Qianwen 3-235B-A22B-Instruct-2507) در درک متنهای چینی بهتر است، توانایی استدلال منطقی بهبود یافته و عملکرد بهتری در وظایف تولید متن دارد."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "مشاهده لیست پارامترها",
|
||||
"delete": "حذف فراخوانی ابزار",
|
||||
"orphanedToolCall": "این پیام فراخوانی ابزار ممکن است به دلایل غیرعادی به یک پیام یتیم تبدیل شده باشد که میتواند عملکرد عادی عامل را مختل کند. لطفاً آن را حذف کنید.",
|
||||
"pluginRender": "مشاهده رابط افزونه"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "ویرایش فایل",
|
||||
"getCommandOutput": "دریافت خروجی کد",
|
||||
"globLocalFiles": "جستجوی فایلها با الگو",
|
||||
"grepContent": "جستجوی محتوا",
|
||||
"killCommand": "متوقف کردن اجرای کد",
|
||||
"listLocalFiles": "مشاهده لیست فایلها",
|
||||
"moveLocalFiles": "جابجایی فایلها",
|
||||
"readLocalFile": "خواندن محتوای فایل",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "فایل",
|
||||
"folder": "پوشه",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} مورد منتقل شد:",
|
||||
"itemsMoved_one": "{{count}} مورد منتقل شد:",
|
||||
"itemsMoved_other": "{{count}} مورد منتقل شد:",
|
||||
"itemsToMove": "{{count}} مورد برای انتقال:",
|
||||
"itemsToMove_one": "{{count}} مورد برای انتقال:",
|
||||
"itemsToMove_other": "{{count}} مورد برای انتقال:"
|
||||
},
|
||||
"open": "باز کردن",
|
||||
"openFile": "باز کردن فایل",
|
||||
"openFolder": "باز کردن پوشه",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Assistants disponibles",
|
||||
"backToBottom": "Retour en bas",
|
||||
"chatList": {
|
||||
"expandMessage": "Développer le message",
|
||||
"longMessageDetail": "Voir les détails"
|
||||
},
|
||||
"clearCurrentMessages": "Effacer les messages actuels",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Mentionner un membre"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Réduire le message",
|
||||
"continueGeneration": "Continuer la génération",
|
||||
"delAndRegenerate": "Supprimer et régénérer",
|
||||
"deleteDisabledByThreads": "Il existe des sous-sujets, la suppression n'est pas possible.",
|
||||
"expand": "Développer le message",
|
||||
"regenerate": "Régénérer"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Chaque appel nécessite une approbation manuelle"
|
||||
},
|
||||
"reject": "Rejeter",
|
||||
"rejectAndContinue": "Rejeter et réessayer",
|
||||
"rejectOnly": "Rejeter",
|
||||
"rejectReasonPlaceholder": "Saisir une raison de rejet aidera l'agent à comprendre et à améliorer ses actions futures",
|
||||
"rejectTitle": "Rejeter cet appel d'outil",
|
||||
"rejectedWithReason": "Cet appel d'outil a été rejeté volontairement : {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Créer un dossier",
|
||||
"addKnowledge": "Ajouter des connaissances",
|
||||
"addPage": "Créer un document",
|
||||
"desc": "Gérez vos connaissances liées au travail, aux études et à la vie quotidienne.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nouveau dossier",
|
||||
"newPage": "Nouveau document",
|
||||
"uploadFile": "Télécharger un fichier",
|
||||
"uploadFolder": "Télécharger un dossier"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 Pro utilise davantage de puissance de calcul pour approfondir sa réflexion et fournir des réponses toujours plus pertinentes."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Modèle phare optimisé pour les tâches de codage et d'agents, avec une intensité de raisonnement configurable et un contexte étendu."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat : Variante de GPT-5.1 conçue pour ChatGPT, idéale pour les interactions conversationnelles."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex : Version de GPT-5.1 optimisée pour les tâches de codage agentiques, utilisable via l'API Responses pour des flux de travail code/agent plus complexes."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini : Variante plus légère et économique de Codex, optimisée pour les tâches de codage agentiques."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio est un modèle de chat universel orienté vers l'entrée et la sortie audio, supportant l'utilisation d'entrées/sorties audio dans l'API Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Série de modèles Imagen de 4ᵉ génération pour la génération d'images à partir de texte"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Série de modèles de génération d'images à partir de texte Imagen 4e génération"
|
||||
"description": "Série de modèles de génération d'images de quatrième génération Imagen"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Série de modèles Imagen 4e génération pour la génération d'images à partir de texte — version Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Série de modèles de génération d'images à partir de texte Imagen 4e génération version Ultra"
|
||||
"description": "Version Ultra de la série de modèles de génération d'images de quatrième génération Imagen"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small est idéal pour les tâches de génération, débogage et refactorisation de code, avec une latence minimale."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "La série Max de Tongyi Qianwen 3 offre une amélioration significative par rapport à la série 2.5 en termes de capacités générales. Elle renforce notablement la compréhension du texte en chinois et en anglais, la capacité à suivre des instructions complexes, les tâches ouvertes subjectives, les compétences multilingues et l'appel d'outils ; le modèle présente également moins d'hallucinations de connaissances. La dernière version du modèle qwen3-max, comparée à la version preview, a bénéficié d'une mise à niveau spécifique en programmation d'agents et en appel d'outils. La version officielle publiée atteint un niveau SOTA dans son domaine, adaptée aux besoins plus complexes des agents intelligents."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Le modèle le plus performant de la série Tongyi Qianwen, adapté aux tâches complexes et à étapes multiples. La version de prévisualisation prend déjà en charge la réflexion."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Modèle open source de nouvelle génération en mode non réflexif basé sur Qwen3, offrant une meilleure compréhension du texte en chinois, des capacités de raisonnement logique renforcées et de meilleures performances dans les tâches de génération de texte par rapport à la version précédente (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Voir la liste des paramètres",
|
||||
"delete": "Supprimer l'appel d'outil",
|
||||
"orphanedToolCall": "Cet appel d'outil est peut-être devenu orphelin en raison d'une erreur, ce qui pourrait perturber le bon fonctionnement de l'agent. Veuillez le supprimer.",
|
||||
"pluginRender": "Voir l'interface du plugin"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Modifier le fichier",
|
||||
"getCommandOutput": "Obtenir la sortie du code",
|
||||
"globLocalFiles": "Rechercher des fichiers correspondants",
|
||||
"grepContent": "Rechercher dans le contenu",
|
||||
"killCommand": "Arrêter l'exécution du code",
|
||||
"listLocalFiles": "Voir la liste des fichiers",
|
||||
"moveLocalFiles": "Déplacer les fichiers",
|
||||
"readLocalFile": "Lire le contenu du fichier",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Fichier",
|
||||
"folder": "Dossier",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} élément(s) déplacé(s) :",
|
||||
"itemsMoved_one": "{{count}} élément déplacé :",
|
||||
"itemsMoved_other": "{{count}} éléments déplacés :",
|
||||
"itemsToMove": "{{count}} élément(s) à déplacer :",
|
||||
"itemsToMove_one": "{{count}} élément à déplacer :",
|
||||
"itemsToMove_other": "{{count}} éléments à déplacer :"
|
||||
},
|
||||
"open": "Ouvrir",
|
||||
"openFile": "Ouvrir le fichier",
|
||||
"openFolder": "Ouvrir le dossier",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Assistenti disponibili",
|
||||
"backToBottom": "Torna in fondo",
|
||||
"chatList": {
|
||||
"expandMessage": "Espandi messaggio",
|
||||
"longMessageDetail": "Visualizza dettagli"
|
||||
},
|
||||
"clearCurrentMessages": "Cancella messaggi attuali",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Menziona membri"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Comprimi messaggio",
|
||||
"continueGeneration": "Continua a generare",
|
||||
"delAndRegenerate": "Elimina e rigenera",
|
||||
"deleteDisabledByThreads": "Esistono sottoargomenti, non è possibile eliminare",
|
||||
"expand": "Espandi messaggio",
|
||||
"regenerate": "Rigenera"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Richiede approvazione manuale per ogni utilizzo"
|
||||
},
|
||||
"reject": "Rifiuta",
|
||||
"rejectAndContinue": "Rifiuta e riprova",
|
||||
"rejectOnly": "Rifiuta",
|
||||
"rejectReasonPlaceholder": "Inserire il motivo del rifiuto aiuterà l'agente a comprendere e ottimizzare le azioni future",
|
||||
"rejectTitle": "Rifiuta questa esecuzione dello strumento",
|
||||
"rejectedWithReason": "Questa esecuzione dello strumento è stata rifiutata: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Crea cartella",
|
||||
"addKnowledge": "Aggiungi conoscenza",
|
||||
"addPage": "Crea documento",
|
||||
"desc": "Gestisci le tue conoscenze su lavoro, studio e vita.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nuova cartella",
|
||||
"newPage": "Nuovo documento",
|
||||
"uploadFile": "Carica file",
|
||||
"uploadFolder": "Carica cartella"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 Pro utilizza maggiori risorse computazionali per un'elaborazione più profonda, offrendo risposte sempre più accurate e pertinenti."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Modello di punta ottimizzato per compiti di codifica e agent, supporta intensità di inferenza configurabile e contesto esteso."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Variante di GPT-5.1 per ChatGPT, ideale per scenari di conversazione."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Versione di GPT-5.1 ottimizzata per compiti di codifica agentica, utilizzabile nell'API Responses per flussi di lavoro complessi di codice/agent."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Variante più compatta e conveniente di Codex, ottimizzata per compiti di codifica agentica."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio è un modello di chat universale per input e output audio, supporta l'uso di I/O audio nell'API Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Serie di modelli Imagen di quarta generazione per la generazione di immagini da testo"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Serie di modelli di generazione di immagini da testo di quarta generazione Imagen"
|
||||
"description": "Serie di modelli di generazione di immagini di quarta generazione Imagen"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen, serie di modelli testo-in-immagine di quarta generazione, versione Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Serie di modelli di generazione di immagini da testo di quarta generazione Imagen versione Ultra"
|
||||
"description": "Versione Ultra della serie di modelli di generazione di immagini di quarta generazione Imagen"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small è la scelta ideale per compiti di generazione, debug e refactoring di codice, con latenza minima."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "La serie Max di Tongyi Qianwen 3 rappresenta un significativo miglioramento rispetto alla serie 2.5 in termini di capacità generali. Le capacità di comprensione del testo in cinese e inglese, l'aderenza a istruzioni complesse, la gestione di compiti soggettivi aperti, le capacità multilingue e l'invocazione di strumenti sono tutte notevolmente potenziate; il modello presenta meno allucinazioni di conoscenza. L'ultima versione qwen3-max ha effettuato aggiornamenti specifici in programmazione intelligente e invocazione di strumenti rispetto alla versione preview. Il modello ufficiale rilasciato raggiunge livelli SOTA nel settore, adattandosi a scenari più complessi per agenti intelligenti."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Il modello più avanzato della serie Tongyi Qianwen, adatto a compiti complessi e multi-step. La versione di anteprima supporta già il ragionamento."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Modello open source di nuova generazione basato su Qwen3 in modalità non riflessiva, con una migliore comprensione del testo in cinese rispetto alla versione precedente (Tongyi Qianwen 3-235B-A22B-Instruct-2507), capacità di ragionamento logico potenziate e prestazioni superiori nelle attività di generazione di testo."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Visualizza lista parametri",
|
||||
"delete": "Elimina chiamata allo strumento",
|
||||
"orphanedToolCall": "Questo messaggio di chiamata allo strumento potrebbe essere diventato orfano a causa di un'anomalia, il che potrebbe compromettere il corretto funzionamento dell'agente. Si consiglia di rimuoverlo.",
|
||||
"pluginRender": "Visualizza interfaccia plugin"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Modifica file",
|
||||
"getCommandOutput": "Ottieni output del codice",
|
||||
"globLocalFiles": "Cerca file corrispondenti",
|
||||
"grepContent": "Cerca contenuto",
|
||||
"killCommand": "Termina esecuzione del codice",
|
||||
"listLocalFiles": "Visualizza lista file",
|
||||
"moveLocalFiles": "Sposta file",
|
||||
"readLocalFile": "Leggi contenuto file",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "File",
|
||||
"folder": "Cartella",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} elementi spostati:",
|
||||
"itemsMoved_one": "{{count}} elemento spostato:",
|
||||
"itemsMoved_other": "{{count}} elementi spostati:",
|
||||
"itemsToMove": "{{count}} elementi da spostare:",
|
||||
"itemsToMove_one": "{{count}} elemento da spostare:",
|
||||
"itemsToMove_other": "{{count}} elementi da spostare:"
|
||||
},
|
||||
"open": "Apri",
|
||||
"openFile": "Apri file",
|
||||
"openFolder": "Apri cartella",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "利用可能なアシスタント",
|
||||
"backToBottom": "現在に戻る",
|
||||
"chatList": {
|
||||
"expandMessage": "メッセージを展開",
|
||||
"longMessageDetail": "詳細を見る"
|
||||
},
|
||||
"clearCurrentMessages": "現在の会話をクリア",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "メンバーをメンション"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "メッセージを折りたたむ",
|
||||
"continueGeneration": "生成を続ける",
|
||||
"delAndRegenerate": "削除して再生成",
|
||||
"deleteDisabledByThreads": "サブトピックが存在するため、削除できません。",
|
||||
"expand": "メッセージを展開",
|
||||
"regenerate": "再生成"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "毎回の呼び出しに手動承認が必要です"
|
||||
},
|
||||
"reject": "拒否",
|
||||
"rejectAndContinue": "拒否して再実行",
|
||||
"rejectOnly": "拒否",
|
||||
"rejectReasonPlaceholder": "拒否理由を入力すると、エージェントが理解し今後の行動を最適化するのに役立ちます",
|
||||
"rejectTitle": "今回のツール呼び出しを拒否",
|
||||
"rejectedWithReason": "今回のツール呼び出しは次の理由で拒否されました:{{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "フォルダーを作成",
|
||||
"addKnowledge": "知識を追加",
|
||||
"addPage": "ドキュメントを作成",
|
||||
"desc": "仕事、学習、生活の知識を管理しましょう。",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "新しいフォルダーを作成",
|
||||
"newPage": "新しいドキュメント",
|
||||
"uploadFile": "ファイルをアップロード",
|
||||
"uploadFolder": "フォルダーをアップロード"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro は、より多くの計算資源を活用して深く思考し、常により優れた回答を提供します。"
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — コーディングおよびエージェントタスク向けに最適化されたフラッグシップモデルで、推論強度の調整やより長いコンテキストに対応。"
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat:ChatGPT 用に調整された GPT-5.1 のバリアントで、会話シナリオに最適。"
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex:エージェント型のコーディングタスクに特化した GPT-5.1 バージョンで、Responses API においてより複雑なコードやエージェントのワークフローに対応。"
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini:より小型でコスト効率の高い Codex バリアントで、エージェント型のコーディングタスクに最適化。"
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audioは音声の入出力に対応した汎用チャットモデルで、Chat Completions APIでの音声I/O利用をサポートしています。"
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 第4世代のテキストから画像への生成モデルシリーズ"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 第4世代テキストから画像へのモデルシリーズ"
|
||||
"description": "Imagen 第4世代のテキストから画像を生成するモデルシリーズ"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 第4世代 テキスト→画像生成モデルシリーズ(Ultra版)"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 第4世代テキストから画像へのモデルシリーズ ウルトラバージョン"
|
||||
"description": "Imagen 第4世代テキスト画像生成モデルシリーズの Ultra バージョン"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small はコード生成、デバッグ、リファクタリングタスクに最適で、最小遅延を実現します。"
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Tongyi Qianwen 3シリーズのMaxモデルは、2.5シリーズに比べて全体的な汎用能力が大幅に向上しており、中国語・英語のテキスト理解能力、複雑な指示遵守能力、主観的なオープンタスク能力、多言語能力、ツール呼び出し能力が著しく強化されています。モデルの知識幻覚も減少しています。最新のqwen3-maxモデルは、qwen3-max-previewバージョンに比べて、エージェントプログラミングとツール呼び出しの方向で特別なアップグレードが施されています。今回リリースされた正式版モデルは、ドメインのSOTAレベルに達しており、より複雑なエージェントニーズに対応可能です。"
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "通義千問シリーズで最も高性能なモデル。複雑かつ多段階のタスクに適しており、プレビュー版では思考機能もサポート。"
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Qwen3に基づく次世代の非思考モードのオープンソースモデルで、前バージョン(通義千問3-235B-A22B-Instruct-2507)と比べて中国語テキストの理解能力が向上し、論理推論能力が強化され、テキスト生成タスクのパフォーマンスがより優れています。"
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "パラメータリストを表示",
|
||||
"delete": "ツール呼び出しを削除",
|
||||
"orphanedToolCall": "このツール呼び出しメッセージは、異常な理由により孤立している可能性があり、エージェントの正常な実行に影響を与えることがあります。削除してください。",
|
||||
"pluginRender": "プラグイン画面を表示"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "ファイルを編集",
|
||||
"getCommandOutput": "コード出力を取得",
|
||||
"globLocalFiles": "ファイルを検索",
|
||||
"grepContent": "内容を検索",
|
||||
"killCommand": "コードの実行を停止",
|
||||
"listLocalFiles": "ファイル一覧を表示",
|
||||
"moveLocalFiles": "ファイルを移動",
|
||||
"readLocalFile": "ファイル内容を読み込み",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "ファイル",
|
||||
"folder": "フォルダー",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} 件のアイテムを移動しました:",
|
||||
"itemsMoved_one": "{{count}} 件のアイテムを移動しました:",
|
||||
"itemsMoved_other": "{{count}} 件のアイテムを移動しました:",
|
||||
"itemsToMove": "{{count}} 件のアイテムを移動予定:",
|
||||
"itemsToMove_one": "{{count}} 件のアイテムを移動予定:",
|
||||
"itemsToMove_other": "{{count}} 件のアイテムを移動予定:"
|
||||
},
|
||||
"open": "開く",
|
||||
"openFile": "ファイルを開く",
|
||||
"openFolder": "フォルダーを開く",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "사용 가능한 도우미",
|
||||
"backToBottom": "하단으로 이동",
|
||||
"chatList": {
|
||||
"expandMessage": "메시지 펼치기",
|
||||
"longMessageDetail": "자세히 보기"
|
||||
},
|
||||
"clearCurrentMessages": "현재 대화 지우기",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "멤버 언급"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "메시지 접기",
|
||||
"continueGeneration": "계속 생성하기",
|
||||
"delAndRegenerate": "삭제하고 다시 생성",
|
||||
"deleteDisabledByThreads": "하위 주제가 존재하여 삭제할 수 없습니다.",
|
||||
"expand": "메시지 펼치기",
|
||||
"regenerate": "다시 생성"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "매번 호출 시 수동 승인 필요"
|
||||
},
|
||||
"reject": "거부",
|
||||
"rejectAndContinue": "거부 후 다시 실행",
|
||||
"rejectOnly": "거부",
|
||||
"rejectReasonPlaceholder": "거부 사유를 입력하면 에이전트가 이해하고 이후 행동을 최적화하는 데 도움이 됩니다",
|
||||
"rejectTitle": "이번 도구 호출 거부",
|
||||
"rejectedWithReason": "이번 도구 호출이 다음 사유로 거부됨: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "폴더 만들기",
|
||||
"addKnowledge": "지식 추가",
|
||||
"addPage": "문서 생성",
|
||||
"desc": "작업, 학습 및 생활 지식을 관리하세요.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "새 폴더 만들기",
|
||||
"newPage": "새 문서 만들기",
|
||||
"uploadFile": "파일 업로드",
|
||||
"uploadFolder": "폴더 업로드"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro는 더 많은 연산을 활용하여 더 깊이 있는 사고를 수행하고 지속적으로 더 나은 답변을 제공합니다."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — 코드 작성 및 에이전트 작업에 최적화된 플래그십 모델로, 구성 가능한 추론 강도와 더 긴 컨텍스트를 지원합니다."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: 채팅 환경에 적합하도록 설계된 ChatGPT용 GPT-5.1 변형 모델입니다."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: 에이전트 기반의 코드 작업에 최적화된 GPT-5.1 버전으로, Responses API에서 복잡한 코드 및 에이전트 워크플로우에 사용할 수 있습니다."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: 더 작고 비용 효율적인 Codex 변형으로, 에이전트 기반 코드 작업에 최적화되어 있습니다."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio는 오디오 입출력을 위한 범용 대화 모델로, Chat Completions API에서 오디오 I/O 사용을 지원합니다."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 4세대 텍스트-이미지 모델 시리즈"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4세대 텍스트-이미지 모델 시리즈"
|
||||
"description": "Imagen 4세대 텍스트-투-이미지 생성 모델 시리즈"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 4세대 텍스트 기반 이미지 생성 모델 시리즈 Ultra 버전"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4세대 텍스트-이미지 모델 시리즈 울트라 버전"
|
||||
"description": "Imagen 4세대 텍스트-투-이미지 생성 모델 시리즈의 Ultra 버전"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small은 코드 생성, 디버깅 및 리팩토링 작업에 이상적이며, 최소 지연 시간을 자랑합니다."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "통의천문3 시리즈 Max 모델로, 2.5 시리즈에 비해 전반적인 범용 능력이 크게 향상되었습니다. 중영문 범용 텍스트 이해 능력, 복잡한 지시 준수 능력, 주관적 개방형 작업 능력, 다국어 능력, 도구 호출 능력이 모두 크게 강화되었으며, 모델의 지식 환각 현상이 줄어들었습니다. 최신 qwen3-max 모델은 qwen3-max-preview 버전에 비해 에이전트 프로그래밍 및 도구 호출 방향에서 특별 업그레이드를 거쳤습니다. 이번 정식 버전 모델은 분야별 SOTA 수준에 도달했으며, 더욱 복잡한 에이전트 요구에 적합한 환경에 맞춰졌습니다."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Tongyi Qianwen 시리즈 중 가장 뛰어난 성능을 가진 모델로, 복잡하고 다단계 작업에 적합합니다. 프리뷰 버전은 사고 기능을 지원합니다."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Qwen3 기반의 차세대 비사고 모드 오픈 소스 모델로, 이전 버전(통의천문3-235B-A22B-Instruct-2507)과 비교하여 중국어 텍스트 이해 능력이 향상되었고, 논리 추론 능력이 강화되었으며, 텍스트 생성 작업에서 더 우수한 성능을 보입니다."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "인자 목록 보기",
|
||||
"delete": "도구 호출 삭제",
|
||||
"orphanedToolCall": "이 도구 호출 메시지는 예기치 않은 이유로 고립되었을 수 있으며, 이는 에이전트의 정상적인 실행에 영향을 줄 수 있습니다. 제거해 주세요.",
|
||||
"pluginRender": "플러그인 인터페이스 보기"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "파일 편집",
|
||||
"getCommandOutput": "코드 출력 가져오기",
|
||||
"globLocalFiles": "파일 검색",
|
||||
"grepContent": "내용 검색",
|
||||
"killCommand": "코드 실행 중지",
|
||||
"listLocalFiles": "파일 목록 보기",
|
||||
"moveLocalFiles": "파일 이동",
|
||||
"readLocalFile": "파일 내용 읽기",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "파일",
|
||||
"folder": "폴더",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}}개 항목이 이동되었습니다:",
|
||||
"itemsMoved_one": "{{count}}개 항목이 이동되었습니다:",
|
||||
"itemsMoved_other": "{{count}}개 항목이 이동되었습니다:",
|
||||
"itemsToMove": "{{count}}개 항목을 이동할 예정입니다:",
|
||||
"itemsToMove_one": "{{count}}개 항목을 이동할 예정입니다:",
|
||||
"itemsToMove_other": "{{count}}개 항목을 이동할 예정입니다:"
|
||||
},
|
||||
"open": "열기",
|
||||
"openFile": "파일 열기",
|
||||
"openFolder": "폴더 열기",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Beschikbare assistenten",
|
||||
"backToBottom": "Terug naar onderen",
|
||||
"chatList": {
|
||||
"expandMessage": "Bericht uitvouwen",
|
||||
"longMessageDetail": "Bekijk details"
|
||||
},
|
||||
"clearCurrentMessages": "Huidige berichten wissen",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Leden vermelden"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Bericht samenvouwen",
|
||||
"continueGeneration": "Doorgaan met genereren",
|
||||
"delAndRegenerate": "Verwijderen en opnieuw genereren",
|
||||
"deleteDisabledByThreads": "Er zijn subonderwerpen, verwijderen is niet mogelijk.",
|
||||
"expand": "Bericht uitvouwen",
|
||||
"regenerate": "Opnieuw genereren"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Handmatige goedkeuring vereist bij elke oproep"
|
||||
},
|
||||
"reject": "Weigeren",
|
||||
"rejectAndContinue": "Weigeren en opnieuw proberen",
|
||||
"rejectOnly": "Weigeren",
|
||||
"rejectReasonPlaceholder": "Het opgeven van een reden helpt de agent om toekomstige acties te verbeteren",
|
||||
"rejectTitle": "Huidige tooloproep weigeren",
|
||||
"rejectedWithReason": "Deze tooloproep is geweigerd met reden: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Map aanmaken",
|
||||
"addKnowledge": "Kennis toevoegen",
|
||||
"addPage": "Document aanmaken",
|
||||
"desc": "Beheer je kennis over werk, studie en leven.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nieuwe map",
|
||||
"newPage": "Nieuw document",
|
||||
"uploadFile": "Bestand uploaden",
|
||||
"uploadFolder": "Map uploaden"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro gebruikt meer rekenkracht om dieper na te denken en levert consequent betere antwoorden."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Een vlaggenschipmodel geoptimaliseerd voor codering en agent-taken, met configureerbare redeneerkracht en langere contextondersteuning."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Een variant van GPT-5.1 voor ChatGPT, geoptimaliseerd voor conversaties."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Een versie van GPT-5.1 geoptimaliseerd voor agentgerichte coderingstaken, inzetbaar via de Responses API voor complexere code- en agentworkflows."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Een compactere en kostenefficiëntere variant van Codex, geoptimaliseerd voor agentgerichte coderingstaken."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio is een universeel chatmodel gericht op audio-invoer en -uitvoer, ondersteund in de Chat Completions API met audio I/O."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 4e generatie tekst-naar-beeldmodelserie"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4e generatie tekst-naar-beeld modelserie"
|
||||
"description": "Imagen vierde generatie tekst-naar-beeld modelserie"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 4e generatie tekst-naar-beeldmodelserie, Ultra-versie"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4e generatie tekst-naar-beeld modelserie Ultra versie"
|
||||
"description": "Ultra-versie van de vierde generatie Imagen tekst-naar-beeld modelserie"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small is ideaal voor codegeneratie, debugging en refactoring taken met minimale latentie."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "De Tongyi Qianwen 3-serie Max modellen bieden een aanzienlijke verbetering ten opzichte van de 2.5-serie in algemene capaciteiten, waaronder meertalige tekstbegrip in het Chinees en Engels, complexe instructienaleving, open subjectieve taken, meertalige ondersteuning en tool-integratie; het model vertoont minder kennishallucinaties. De nieuwste qwen3-max modellen zijn, vergeleken met de qwen3-max-preview versie, speciaal geüpgraded op het gebied van agent programmering en tool-integratie. De officiële release van dit model bereikt SOTA-niveau in het domein en is geschikt voor complexere agentbehoeften."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Het krachtigste model uit de Tongyi Qianwen-serie, geschikt voor complexe en meerstaps taken. Voorbeeldversie ondersteunt al redeneren."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Een nieuwe generatie open-source model zonder denkmodus gebaseerd op Qwen3, met verbeterde Chinese tekstbegrip, versterkte logische redeneervaardigheden en betere prestaties bij tekstgeneratietaken vergeleken met de vorige versie (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Bekijk parameterlijst",
|
||||
"delete": "Hulpoproep verwijderen",
|
||||
"orphanedToolCall": "Dit hulpoproepbericht is mogelijk geïsoleerd geraakt door een onverwachte fout, wat de normale werking van de agent kan beïnvloeden. Verwijder het alstublieft.",
|
||||
"pluginRender": "Bekijk plugin-interface"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Bestand bewerken",
|
||||
"getCommandOutput": "Code-uitvoer ophalen",
|
||||
"globLocalFiles": "Bestanden zoeken",
|
||||
"grepContent": "Inhoud doorzoeken",
|
||||
"killCommand": "Code-uitvoering beëindigen",
|
||||
"listLocalFiles": "Bestandslijst bekijken",
|
||||
"moveLocalFiles": "Bestanden verplaatsen",
|
||||
"readLocalFile": "Bestandsinhoud lezen",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Bestand",
|
||||
"folder": "Map",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} items verplaatst:",
|
||||
"itemsMoved_one": "{{count}} item verplaatst:",
|
||||
"itemsMoved_other": "{{count}} items verplaatst:",
|
||||
"itemsToMove": "{{count}} items te verplaatsen:",
|
||||
"itemsToMove_one": "{{count}} item te verplaatsen:",
|
||||
"itemsToMove_other": "{{count}} items te verplaatsen:"
|
||||
},
|
||||
"open": "Openen",
|
||||
"openFile": "Bestand openen",
|
||||
"openFolder": "Map openen",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Dostępni asystenci",
|
||||
"backToBottom": "Przewiń na dół",
|
||||
"chatList": {
|
||||
"expandMessage": "Rozwiń wiadomość",
|
||||
"longMessageDetail": "Zobacz szczegóły"
|
||||
},
|
||||
"clearCurrentMessages": "Wyczyść bieżącą rozmowę",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Wzmianka o członkach"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Zwiń wiadomość",
|
||||
"continueGeneration": "Kontynuuj generowanie",
|
||||
"delAndRegenerate": "Usuń i wygeneruj ponownie",
|
||||
"deleteDisabledByThreads": "Istnieją podwątki, nie można usunąć",
|
||||
"expand": "Rozwiń wiadomość",
|
||||
"regenerate": "Wygeneruj ponownie"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Każde wywołanie wymaga ręcznego zatwierdzenia"
|
||||
},
|
||||
"reject": "Odrzuć",
|
||||
"rejectAndContinue": "Odrzuć i spróbuj ponownie",
|
||||
"rejectOnly": "Odrzuć",
|
||||
"rejectReasonPlaceholder": "Wprowadzenie powodu odrzucenia pomoże Agentowi zrozumieć i zoptymalizować przyszłe działania",
|
||||
"rejectTitle": "Odrzuć to wywołanie narzędzia",
|
||||
"rejectedWithReason": "To wywołanie narzędzia zostało odrzucone: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Utwórz folder",
|
||||
"addKnowledge": "Dodaj wiedzę",
|
||||
"addPage": "Utwórz dokument",
|
||||
"desc": "Zarządzaj swoją wiedzą z pracy, nauki i życia.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nowy folder",
|
||||
"newPage": "Nowy dokument",
|
||||
"uploadFile": "Prześlij plik",
|
||||
"uploadFolder": "Prześlij folder"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro wykorzystuje większą moc obliczeniową do głębszego rozumowania i konsekwentnie dostarcza lepsze odpowiedzi."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — flagowy model zoptymalizowany pod kątem zadań związanych z kodowaniem i agentami, oferujący konfigurowalną intensywność wnioskowania oraz dłuższy kontekst."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: wariant GPT-5.1 przeznaczony do ChatGPT, idealny do zastosowań konwersacyjnych."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: wersja GPT-5.1 zoptymalizowana pod kątem zadań kodowania z udziałem agentów, dostępna w API odpowiedzi do bardziej złożonych przepływów pracy z kodem i agentami."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: mniejszy i tańszy wariant Codex, zoptymalizowany do zadań kodowania z udziałem agentów."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio to uniwersalny model konwersacyjny obsługujący wejście i wyjście audio, dostępny w API Chat Completions z obsługą audio I/O."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Seria modeli Imagen czwartej generacji do tworzenia obrazów na podstawie tekstu"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Seria modeli tekst-na-obraz Imagen czwartej generacji"
|
||||
"description": "Czwarta generacja modeli Imagen do generowania obrazów z tekstu."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen — seria modeli przekształcających tekst w obraz czwartej generacji, wersja Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Seria modeli tekst-na-obraz Imagen czwartej generacji, wersja Ultra"
|
||||
"description": "Wersja Ultra czwartej generacji modeli Imagen do generowania obrazów z tekstu."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small to idealny wybór do generowania, debugowania i refaktoryzacji kodu, oferujący minimalne opóźnienia."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Model serii Tongyi Qianwen 3 Max, który w porównaniu do serii 2.5 oferuje znacznie ulepszone zdolności ogólne, w tym rozumienie tekstu w języku chińskim i angielskim, zdolność do wykonywania złożonych instrukcji, zadania otwarte o charakterze subiektywnym, wielojęzyczność oraz wywoływanie narzędzi; model cechuje się mniejszą halucynacją wiedzy. Najnowsza wersja qwen3-max, w porównaniu do wersji podglądowej qwen3-max-preview, została specjalnie ulepszona w zakresie programowania agentów i wywoływania narzędzi. Wydany oficjalny model osiąga poziom SOTA w swojej dziedzinie i jest dostosowany do bardziej złożonych scenariuszy zastosowań agentów."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Najbardziej zaawansowany model z serii Tongyi Qianwen, odpowiedni do złożonych, wieloetapowych zadań. Wersja podglądowa obsługuje już rozumowanie."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Nowa generacja otwartego modelu bez trybu myślenia oparta na Qwen3, która w porównaniu z poprzednią wersją (Tongyi Qianwen 3-235B-A22B-Instruct-2507) cechuje się lepszym rozumieniem tekstu w języku chińskim, wzmocnionymi zdolnościami wnioskowania logicznego oraz lepszą wydajnością w zadaniach generowania tekstu."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Zobacz listę argumentów",
|
||||
"delete": "Usuń wywołanie narzędzia",
|
||||
"orphanedToolCall": "To wywołanie narzędzia mogło zostać osierocone z powodu nieoczekiwanych okoliczności, co może zakłócić prawidłowe działanie Agenta. Proszę je usunąć.",
|
||||
"pluginRender": "Zobacz interfejs wtyczki"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Edytuj plik",
|
||||
"getCommandOutput": "Pobierz wynik polecenia",
|
||||
"globLocalFiles": "Wyszukaj pasujące pliki",
|
||||
"grepContent": "Przeszukaj zawartość",
|
||||
"killCommand": "Zatrzymaj wykonywanie polecenia",
|
||||
"listLocalFiles": "Wyświetl listę plików",
|
||||
"moveLocalFiles": "Przenieś pliki",
|
||||
"readLocalFile": "Odczytaj zawartość pliku",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Plik",
|
||||
"folder": "Folder",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "Przeniesiono {{count}} elementów:",
|
||||
"itemsMoved_one": "Przeniesiono {{count}} element:",
|
||||
"itemsMoved_other": "Przeniesiono {{count}} elementy:",
|
||||
"itemsToMove": "{{count}} elementów do przeniesienia:",
|
||||
"itemsToMove_one": "{{count}} element do przeniesienia:",
|
||||
"itemsToMove_other": "{{count}} elementy do przeniesienia:"
|
||||
},
|
||||
"open": "Otwórz",
|
||||
"openFile": "Otwórz plik",
|
||||
"openFolder": "Otwórz folder",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Assistentes disponíveis",
|
||||
"backToBottom": "Voltar para o início",
|
||||
"chatList": {
|
||||
"expandMessage": "Expandir mensagem",
|
||||
"longMessageDetail": "Ver detalhes"
|
||||
},
|
||||
"clearCurrentMessages": "Limpar mensagens atuais",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Mencionar membros"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Recolher mensagem",
|
||||
"continueGeneration": "Continuar gerando",
|
||||
"delAndRegenerate": "Excluir e Regenerar",
|
||||
"deleteDisabledByThreads": "Existem subtópicos, não é possível deletar.",
|
||||
"expand": "Expandir mensagem",
|
||||
"regenerate": "Regenerar"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Requer aprovação manual a cada chamada"
|
||||
},
|
||||
"reject": "Rejeitar",
|
||||
"rejectAndContinue": "Rejeitar e tentar novamente",
|
||||
"rejectOnly": "Rejeitar",
|
||||
"rejectReasonPlaceholder": "Inserir o motivo da rejeição ajudará o Agente a entender e melhorar ações futuras",
|
||||
"rejectTitle": "Rejeitar esta chamada de ferramenta",
|
||||
"rejectedWithReason": "Esta chamada de ferramenta foi rejeitada: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Criar pasta",
|
||||
"addKnowledge": "Adicionar conhecimento",
|
||||
"addPage": "Criar documento",
|
||||
"desc": "Gerencie seus conhecimentos de trabalho, estudo e vida.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Nova pasta",
|
||||
"newPage": "Novo documento",
|
||||
"uploadFile": "Enviar arquivo",
|
||||
"uploadFolder": "Enviar pasta"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "O GPT-5 Pro utiliza mais poder computacional para pensar de forma mais profunda e fornecer respostas consistentemente melhores."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Modelo principal otimizado para tarefas de codificação e agentes, com suporte para intensidade de inferência configurável e contexto mais longo."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Variante do GPT-5.1 para o ChatGPT, ideal para cenários de conversa."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Versão do GPT-5.1 otimizada para tarefas de codificação com agentes, utilizável na API de Respostas para fluxos de trabalho mais complexos envolvendo código e agentes."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Variante do Codex com menor tamanho e custo reduzido, otimizada para tarefas de codificação com agentes."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio é um modelo de chat universal voltado para entrada e saída de áudio, suportando uso de áudio I/O na API de Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Série de modelos Imagen de 4ª geração para gerar imagens a partir de texto"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Série de modelos de texto para imagem da 4ª geração Imagen"
|
||||
"description": "Série de modelos de geração de imagens da quarta geração do Imagen."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen: modelo de geração de imagens a partir de texto de 4ª geração — versão Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Série de modelos de texto para imagem da 4ª geração Imagen, versão Ultra"
|
||||
"description": "Versão Ultra da série de modelos de geração de imagens da quarta geração do Imagen."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small é a escolha ideal para tarefas de geração, depuração e refatoração de código, com latência mínima."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "A série Max do Tongyi Qianwen 3 apresenta melhorias significativas em relação à série 2.5 na capacidade geral, compreensão de texto em chinês e inglês, seguimento de instruções complexas, tarefas abertas subjetivas, multilinguismo e chamadas de ferramentas; o modelo apresenta menos alucinações de conhecimento. A versão mais recente do qwen3-max, em comparação com a prévia, recebeu atualizações específicas para programação de agentes e chamadas de ferramentas. O modelo oficial lançado atinge o estado da arte no domínio, adaptando-se a demandas mais complexas de agentes."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "O modelo mais avançado da série Qwen, ideal para tarefas complexas e de múltiplas etapas. A versão de prévia já suporta raciocínio."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Modelo open source de nova geração no modo não reflexivo baseado no Qwen3, que apresenta melhor compreensão de texto em chinês, capacidades aprimoradas de raciocínio lógico e desempenho superior em tarefas de geração de texto em comparação com a versão anterior (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Ver lista de parâmetros",
|
||||
"delete": "Excluir chamada de ferramenta",
|
||||
"orphanedToolCall": "Esta chamada de ferramenta pode ter se tornado uma mensagem órfã devido a um erro, o que pode afetar a execução normal do Agente. Por favor, remova-a.",
|
||||
"pluginRender": "Ver interface do plugin"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Editar arquivo",
|
||||
"getCommandOutput": "Obter saída do código",
|
||||
"globLocalFiles": "Buscar arquivos correspondentes",
|
||||
"grepContent": "Procurar conteúdo",
|
||||
"killCommand": "Encerrar execução do código",
|
||||
"listLocalFiles": "Ver lista de arquivos",
|
||||
"moveLocalFiles": "Mover arquivos",
|
||||
"readLocalFile": "Ler conteúdo do arquivo",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Arquivo",
|
||||
"folder": "Pasta",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} item(ns) movido(s):",
|
||||
"itemsMoved_one": "{{count}} item movido:",
|
||||
"itemsMoved_other": "{{count}} itens movidos:",
|
||||
"itemsToMove": "{{count}} item(ns) a mover:",
|
||||
"itemsToMove_one": "{{count}} item a mover:",
|
||||
"itemsToMove_other": "{{count}} itens a mover:"
|
||||
},
|
||||
"open": "Abrir",
|
||||
"openFile": "Abrir arquivo",
|
||||
"openFolder": "Abrir pasta",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Доступные помощники",
|
||||
"backToBottom": "Вернуться вниз",
|
||||
"chatList": {
|
||||
"expandMessage": "Развернуть сообщение",
|
||||
"longMessageDetail": "Посмотреть детали"
|
||||
},
|
||||
"clearCurrentMessages": "Очистить текущий разговор",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Упомянуть участника"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Свернуть сообщение",
|
||||
"continueGeneration": "Продолжить генерацию",
|
||||
"delAndRegenerate": "Удалить и пересоздать",
|
||||
"deleteDisabledByThreads": "Существуют подтемы, удаление невозможно",
|
||||
"expand": "Развернуть сообщение",
|
||||
"regenerate": "Пересоздать"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Каждый вызов требует ручного одобрения"
|
||||
},
|
||||
"reject": "Отклонить",
|
||||
"rejectAndContinue": "Отклонить и повторить выполнение",
|
||||
"rejectOnly": "Отклонить",
|
||||
"rejectReasonPlaceholder": "Указание причины отклонения поможет агенту лучше понять и улучшить последующие действия",
|
||||
"rejectTitle": "Отклонить вызов инструмента",
|
||||
"rejectedWithReason": "Вызов инструмента был отклонён по следующей причине: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Создать папку",
|
||||
"addKnowledge": "Добавить знание",
|
||||
"addPage": "Создать документ",
|
||||
"desc": "Управляйте своими знаниями в работе, учебе и жизни.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Создать папку",
|
||||
"newPage": "Создать документ",
|
||||
"uploadFile": "Загрузить файл",
|
||||
"uploadFolder": "Загрузить папку"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 Pro использует больше вычислительных ресурсов для более глубокого мышления и стабильно предоставляет более качественные ответы."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — флагманская модель, оптимизированная для задач программирования и агентов, поддерживает настраиваемую степень рассуждения и более длинный контекст."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: вариант GPT-5.1 для ChatGPT, оптимизированный для общения."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: версия GPT-5.1, оптимизированная для агентных задач программирования, используется в Responses API для более сложных рабочих процессов с кодом и агентами."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: более компактный и экономичный вариант Codex, оптимизированный для агентных задач программирования."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio — универсальная чат-модель с поддержкой аудиовхода и аудиовыхода, доступная через API Chat Completions с аудио I/O."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Серия моделей Imagen четвёртого поколения для преобразования текста в изображение"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Серия моделей Imagen 4-го поколения для преобразования текста в изображение"
|
||||
"description": "Четвёртое поколение моделей Imagen для генерации изображений по тексту."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Серия моделей Imagen четвёртого поколения для преобразования текста в изображение, версия Ultra."
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Ультра-версия серии моделей Imagen 4-го поколения для преобразования текста в изображение"
|
||||
"description": "Ultra-версия четвёртого поколения моделей Imagen для генерации изображений по тексту."
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small — идеальный выбор для задач генерации, отладки и рефакторинга кода с минимальной задержкой."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Серия моделей Tongyi Qianwen 3 Max значительно улучшена по сравнению с серией 2.5 в плане универсальных возможностей: значительно усилены способности понимания текста на китайском и английском языках, следования сложным инструкциям, выполнения субъективных открытых задач, многоязычность и вызов инструментов; уменьшено количество ошибок, связанных с галлюцинациями знаний. Последняя версия модели qwen3-max получила специальное обновление в области программирования агентов и вызова инструментов по сравнению с версией qwen3-max-preview. Выпущенная официальная версия достигла уровня SOTA в своей области и адаптирована под более сложные сценарии использования агентов."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Лучшая модель серии Tongyi Qianwen, подходит для сложных и многошаговых задач. В предварительной версии уже поддерживается рассуждение."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Новая генерация открытой модели без режима мышления на базе Qwen3, которая по сравнению с предыдущей версией (通义千问3-235B-A22B-Instruct-2507) обладает улучшенными способностями понимания китайского текста, усиленными логическими рассуждениями и лучшими результатами в задачах генерации текста."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Просмотр списка параметров",
|
||||
"delete": "Удалить вызов инструмента",
|
||||
"orphanedToolCall": "Этот вызов инструмента, возможно, стал изолированным из-за непредвиденных обстоятельств, что может повлиять на корректную работу агента. Пожалуйста, удалите его.",
|
||||
"pluginRender": "Просмотр интерфейса плагина"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Редактировать файл",
|
||||
"getCommandOutput": "Получить вывод команды",
|
||||
"globLocalFiles": "Поиск файлов по шаблону",
|
||||
"grepContent": "Поиск по содержимому",
|
||||
"killCommand": "Прервать выполнение команды",
|
||||
"listLocalFiles": "Просмотр списка файлов",
|
||||
"moveLocalFiles": "Перемещение файлов",
|
||||
"readLocalFile": "Чтение содержимого файла",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Файл",
|
||||
"folder": "Папка",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "Перемещено {{count}} элементов:",
|
||||
"itemsMoved_one": "Перемещён {{count}} элемент:",
|
||||
"itemsMoved_other": "Перемещено {{count}} элементов:",
|
||||
"itemsToMove": "{{count}} элементов для перемещения:",
|
||||
"itemsToMove_one": "{{count}} элемент для перемещения:",
|
||||
"itemsToMove_other": "{{count}} элементов для перемещения:"
|
||||
},
|
||||
"open": "Открыть",
|
||||
"openFile": "Открыть файл",
|
||||
"openFolder": "Открыть папку",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Kullanılabilir asistanlar",
|
||||
"backToBottom": "En alta git",
|
||||
"chatList": {
|
||||
"expandMessage": "Mesajı Genişlet",
|
||||
"longMessageDetail": "Detayları görüntüle"
|
||||
},
|
||||
"clearCurrentMessages": "Mevcut oturum mesajlarını temizle",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Üyeleri Etiketle"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Mesajı Daralt",
|
||||
"continueGeneration": "Oluşturmaya devam et",
|
||||
"delAndRegenerate": "Sil ve Yeniden Oluştur",
|
||||
"deleteDisabledByThreads": "Alt konular mevcut, silinemez",
|
||||
"expand": "Mesajı Genişlet",
|
||||
"regenerate": "Yeniden Oluştur"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Her çağrı için manuel onay gerekir"
|
||||
},
|
||||
"reject": "Reddet",
|
||||
"rejectAndContinue": "Reddet ve yeniden dene",
|
||||
"rejectOnly": "Reddet",
|
||||
"rejectReasonPlaceholder": "Reddetme nedenini girmek, Agent'ın anlamasına ve sonraki eylemleri iyileştirmesine yardımcı olur",
|
||||
"rejectTitle": "Bu Araç Çağrısını Reddet",
|
||||
"rejectedWithReason": "Bu araç çağrısı şu nedenle reddedildi: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Klasör Oluştur",
|
||||
"addKnowledge": "Bilgi Ekle",
|
||||
"addPage": "Belge Oluştur",
|
||||
"desc": "Çalışma, öğrenme ve yaşam bilginizi yönetin.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Yeni Klasör",
|
||||
"newPage": "Yeni Belge",
|
||||
"uploadFile": "Dosya Yükle",
|
||||
"uploadFolder": "Klasör Yükle"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro, daha derin düşünme için daha fazla hesaplama gücü kullanır ve sürekli olarak daha iyi yanıtlar sunar."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Kodlama ve ajan görevleri için optimize edilmiş amiral gemisi modelidir; yapılandırılabilir akıl yürütme gücü ve daha uzun bağlam desteği sunar."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Sohbet senaryoları için uygun, ChatGPT’ye özel GPT-5.1 varyantı."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Ajan tabanlı kodlama görevleri için optimize edilmiş GPT-5.1 sürümüdür; daha karmaşık kod/ajan iş akışları için Responses API ile kullanılabilir."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Daha küçük boyutlu ve daha düşük maliyetli Codex varyantı; ajan tabanlı kodlama görevleri için optimize edilmiştir."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio, ses giriş ve çıkışına yönelik genel sohbet modelidir ve Chat Completions API’de ses I/O kullanımını destekler."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 4. nesil metinden görüntüye model serisi"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4. nesil metinden görüntüye model serisi"
|
||||
"description": "Imagen dördüncü nesil metinden görsele model serisi"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 4. nesil metinden-görüntüye model serisi, Ultra sürümü"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4. nesil metinden görüntüye model serisi Ultra versiyonu"
|
||||
"description": "Imagen dördüncü nesil metinden görsele model serisinin Ultra versiyonu"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small, kod üretimi, hata ayıklama ve yeniden yapılandırma görevleri için ideal olup, minimum gecikme sunar."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Tongyi Qianwen 3 serisi Max modeli, 2.5 serisine kıyasla genel yeteneklerde büyük gelişme göstermiştir; hem Çince hem İngilizce metin anlama, karmaşık talimat takibi, öznel açık görevler, çoklu dil yetenekleri ve araç çağrısı yetenekleri belirgin şekilde artmıştır; model bilgi halüsinasyonları azalmıştır. En yeni qwen3-max modeli, qwen3-max-preview versiyonuna göre akıllı ajan programlama ve araç çağrısı alanlarında özel yükseltmeler içermektedir. Bu resmi sürüm modeli, alanında SOTA seviyesine ulaşmış olup, daha karmaşık ajan ihtiyaçlarına uyarlanmıştır."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Tongyi Qianwen serisinin en yetenekli modeli; karmaşık ve çok adımlı görevler için uygundur. Önizleme sürümü düşünme yeteneğini desteklemektedir."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Qwen3 tabanlı yeni nesil düşünmeden çalışan açık kaynak modeli, önceki sürüme (Tongyi Qianwen 3-235B-A22B-Instruct-2507) kıyasla Çince metin anlama yeteneği daha iyi, mantıksal çıkarım yeteneği geliştirilmiş ve metin üretimi görevlerinde daha başarılıdır."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Parametre listesini görüntüle",
|
||||
"delete": "Araç çağrısını sil",
|
||||
"orphanedToolCall": "Bu araç çağrısı mesajı, beklenmeyen bir nedenle yetim kalmış olabilir ve bu durum Ajansın düzgün çalışmasını etkileyebilir. Lütfen bunu kaldırın.",
|
||||
"pluginRender": "Eklenti arayüzünü görüntüle"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Dosyayı Düzenle",
|
||||
"getCommandOutput": "Komut Çıktısını Al",
|
||||
"globLocalFiles": "Dosyaları Ara",
|
||||
"grepContent": "İçeriği Ara",
|
||||
"killCommand": "Komut Yürütmesini Durdur",
|
||||
"listLocalFiles": "Dosya listesini görüntüle",
|
||||
"moveLocalFiles": "Dosya taşı",
|
||||
"readLocalFile": "Dosya içeriğini oku",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Dosya",
|
||||
"folder": "Klasör",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "{{count}} öğe taşındı:",
|
||||
"itemsMoved_one": "{{count}} öğe taşındı:",
|
||||
"itemsMoved_other": "{{count}} öğe taşındı:",
|
||||
"itemsToMove": "{{count}} öğe taşınacak:",
|
||||
"itemsToMove_one": "{{count}} öğe taşınacak:",
|
||||
"itemsToMove_other": "{{count}} öğe taşınacak:"
|
||||
},
|
||||
"open": "Aç",
|
||||
"openFile": "Dosyayı Aç",
|
||||
"openFolder": "Klasörü Aç",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "Trợ lý có sẵn",
|
||||
"backToBottom": "Quay về dưới cùng",
|
||||
"chatList": {
|
||||
"expandMessage": "Mở rộng tin nhắn",
|
||||
"longMessageDetail": "Xem chi tiết"
|
||||
},
|
||||
"clearCurrentMessages": "Xóa tin nhắn hiện tại",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "Nhắc đến thành viên"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "Thu gọn tin nhắn",
|
||||
"continueGeneration": "Tiếp tục tạo",
|
||||
"delAndRegenerate": "Xóa và tạo lại",
|
||||
"deleteDisabledByThreads": "Có chủ đề con, không thể xóa",
|
||||
"expand": "Mở rộng tin nhắn",
|
||||
"regenerate": "Tạo lại"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "Mỗi lần gọi đều cần phê duyệt thủ công"
|
||||
},
|
||||
"reject": "Từ chối",
|
||||
"rejectAndContinue": "Từ chối và thử lại",
|
||||
"rejectOnly": "Từ chối",
|
||||
"rejectReasonPlaceholder": "Nhập lý do từ chối sẽ giúp Agent hiểu và cải thiện hành động sau này",
|
||||
"rejectTitle": "Từ chối lần gọi công cụ này",
|
||||
"rejectedWithReason": "Lần gọi công cụ này đã bị từ chối: {{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "Tạo thư mục",
|
||||
"addKnowledge": "Thêm kiến thức",
|
||||
"addPage": "Tạo tài liệu",
|
||||
"desc": "Quản lý kiến thức công việc, học tập và cuộc sống của bạn.",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "Tạo thư mục mới",
|
||||
"newPage": "Tạo tài liệu mới",
|
||||
"uploadFile": "Tải tệp lên",
|
||||
"uploadFolder": "Tải thư mục lên"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro sử dụng nhiều tài nguyên tính toán hơn để suy nghĩ sâu sắc hơn và liên tục cung cấp các câu trả lời tốt hơn."
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — Mô hình hàng đầu được tối ưu hóa cho các tác vụ lập trình và agent, hỗ trợ cường độ suy luận có thể cấu hình và ngữ cảnh dài hơn."
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat: Biến thể GPT-5.1 dành cho ChatGPT, phù hợp với các tình huống trò chuyện."
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex: Phiên bản GPT-5.1 được tối ưu hóa cho các tác vụ lập trình mang tính agent, có thể sử dụng trong Responses API cho các quy trình làm việc mã hóa/đại lý phức tạp hơn."
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini: Biến thể Codex nhỏ gọn hơn và tiết kiệm chi phí hơn, được tối ưu hóa cho các tác vụ lập trình mang tính agent."
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio là mô hình trò chuyện chung hỗ trợ đầu vào và đầu ra âm thanh, có thể sử dụng âm thanh I/O trong API Chat Completions."
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Dòng mô hình Imagen thế hệ thứ tư chuyển văn bản thành hình ảnh"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Dòng mô hình chuyển đổi văn bản thành hình ảnh thế hệ thứ 4 của Imagen"
|
||||
"description": "Dòng mô hình tạo hình ảnh từ văn bản thế hệ thứ tư của Imagen"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen thế hệ thứ 4, dòng mô hình chuyển văn bản sang hình ảnh — phiên bản Ultra"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Phiên bản Ultra của dòng mô hình chuyển đổi văn bản thành hình ảnh thế hệ thứ 4 của Imagen"
|
||||
"description": "Phiên bản Ultra của dòng mô hình tạo hình ảnh từ văn bản thế hệ thứ tư của Imagen"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small là lựa chọn lý tưởng cho các nhiệm vụ tạo mã, gỡ lỗi và tái cấu trúc với độ trễ tối thiểu."
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "Dòng mô hình Max của Tongyi Qianwen 3, so với dòng 2.5 có sự cải thiện lớn về khả năng chung, bao gồm hiểu văn bản song ngữ Trung-Anh, tuân thủ chỉ dẫn phức tạp, khả năng thực hiện các tác vụ mở chủ quan, đa ngôn ngữ và gọi công cụ; giảm thiểu ảo tưởng kiến thức của mô hình. Phiên bản qwen3-max mới nhất đã nâng cấp chuyên biệt về lập trình tác nhân và gọi công cụ so với phiên bản qwen3-max-preview. Mô hình chính thức phát hành đạt mức SOTA trong lĩnh vực, phù hợp với các nhu cầu tác nhân phức tạp hơn."
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "Mô hình mạnh nhất trong dòng Tongyi Qianwen, phù hợp với các tác vụ phức tạp và nhiều bước. Phiên bản xem trước đã hỗ trợ khả năng suy luận."
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "Mô hình mã nguồn mở thế hệ mới không có chế độ suy nghĩ dựa trên Qwen3, so với phiên bản trước (Thông Nghĩa Thiên Vấn 3-235B-A22B-Instruct-2507) có khả năng hiểu văn bản tiếng Trung tốt hơn, năng lực suy luận logic được cải thiện, và hiệu suất trong các nhiệm vụ tạo văn bản cũng tốt hơn."
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "Xem danh sách tham số",
|
||||
"delete": "Xoá lệnh gọi công cụ",
|
||||
"orphanedToolCall": "Lệnh gọi công cụ này có thể đã trở thành một tin nhắn bị cô lập do sự cố bất thường, điều này có thể ảnh hưởng đến quá trình thực thi bình thường của Tác nhân. Vui lòng xoá nó.",
|
||||
"pluginRender": "Xem giao diện plugin"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "Chỉnh sửa tệp",
|
||||
"getCommandOutput": "Lấy đầu ra mã lệnh",
|
||||
"globLocalFiles": "Tìm kiếm tệp",
|
||||
"grepContent": "Tìm kiếm nội dung",
|
||||
"killCommand": "Dừng thực thi mã",
|
||||
"listLocalFiles": "Xem danh sách tệp",
|
||||
"moveLocalFiles": "Di chuyển tệp",
|
||||
"readLocalFile": "Đọc nội dung tệp",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "Tệp",
|
||||
"folder": "Thư mục",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "Đã di chuyển {{count}} mục:",
|
||||
"itemsMoved_one": "Đã di chuyển {{count}} mục:",
|
||||
"itemsMoved_other": "Đã di chuyển {{count}} mục:",
|
||||
"itemsToMove": "{{count}} mục cần di chuyển:",
|
||||
"itemsToMove_one": "{{count}} mục cần di chuyển:",
|
||||
"itemsToMove_other": "{{count}} mục cần di chuyển:"
|
||||
},
|
||||
"open": "Mở",
|
||||
"openFile": "Mở tệp",
|
||||
"openFolder": "Mở thư mục",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "可用助手",
|
||||
"backToBottom": "跳转至当前",
|
||||
"chatList": {
|
||||
"expandMessage": "展开消息",
|
||||
"longMessageDetail": "查看详情"
|
||||
},
|
||||
"clearCurrentMessages": "清空当前会话消息",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "提及成员"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "收起消息",
|
||||
"continueGeneration": "继续生成",
|
||||
"delAndRegenerate": "删除并重新生成",
|
||||
"deleteDisabledByThreads": "存在子话题,不能删除",
|
||||
"expand": "展开消息",
|
||||
"regenerate": "重新生成"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "每次调用都需要手动批准"
|
||||
},
|
||||
"reject": "拒绝",
|
||||
"rejectAndContinue": "拒绝后重试执行",
|
||||
"rejectOnly": "拒绝",
|
||||
"rejectReasonPlaceholder": "输入拒绝原因将帮助 Agent 理解并优化后续行动",
|
||||
"rejectTitle": "拒绝本次工具调用",
|
||||
"rejectedWithReason": "本次工具调用被主动拒绝:{{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "创建文件夹",
|
||||
"addKnowledge": "添加知识",
|
||||
"addPage": "创建文稿",
|
||||
"desc": "管理你的工作、学习与生活知识。",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "新建文件夹",
|
||||
"newPage": "新建文稿",
|
||||
"uploadFile": "上传文件",
|
||||
"uploadFolder": "上传文件夹"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro 使用更多计算来更深入地思考,并持续提供更好的答案。"
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — 针对编码和 agent 任务优化的旗舰模型,支持可配置的推理强度与更长上下文。"
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat:用于 ChatGPT 的 GPT-5.1 变体,适合聊天场景。"
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex:针对 agentic 编码任务优化的 GPT-5.1 版本,可在 Responses API 中用于更复杂的代码/代理工作流。"
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini:体积更小、成本更低的 Codex 变体,针对 agentic 编码任务进行了优化。"
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio 是面向音频输入输出的通用聊天模型,支持在 Chat Completions API 中使用音频 I/O。"
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 4th generation text-to-image model series"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 4th generation text-to-image model series"
|
||||
"description": "Imagen 第四代文生图模型系列"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 4th generation text-to-image model series Ultra version"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 4th generation text-to-image model series Ultra version"
|
||||
"description": "Imagen 第四代文生图模型系列的 Ultra 版本"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small 是代码生成、调试和重构任务的理想选择,具有最小延迟。"
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "通义千问3系列Max模型,相较2.5系列整体通用能力有大幅度提升,中英文通用文本理解能力、复杂指令遵循能力、主观开放任务能力、多语言能力、工具调用能力均显著增强;模型知识幻觉更少。最新的qwen3-max模型:相较qwen3-max-preview版本,在智能体编程与工具调用方向进行了专项升级。本次发布的正式版模型达到领域SOTA水平,适配场景更加复杂的智能体需求。"
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "通义千问系列效果最好的模型,适合复杂、多步骤的任务。预览版已支持思考。"
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "基于 Qwen3 的新一代非思考模式开源模型,相较上一版本(通义千问3-235B-A22B-Instruct-2507)中文文本理解能力更佳、逻辑推理能力有增强、文本生成类任务表现更好。"
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "查看参数列表",
|
||||
"delete": "删除工具调用",
|
||||
"orphanedToolCall": "该工具调用消息可能因异常原因成为孤立消息,这会影响 Agent 的正常执行,请将其移除",
|
||||
"pluginRender": "查看插件界面"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "编辑文件",
|
||||
"getCommandOutput": "获取代码输出",
|
||||
"globLocalFiles": "匹配搜索文件",
|
||||
"grepContent": "搜索内容",
|
||||
"killCommand": "终止代码执行",
|
||||
"listLocalFiles": "查看文件列表",
|
||||
"moveLocalFiles": "移动文件",
|
||||
"readLocalFile": "读取文件内容",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "文件",
|
||||
"folder": "文件夹",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "已移动 {{count}} 个项目:",
|
||||
"itemsMoved_one": "已移动 {{count}} 个项目:",
|
||||
"itemsMoved_other": "已移动 {{count}} 个项目:",
|
||||
"itemsToMove": "{{count}} 个项目待移动:",
|
||||
"itemsToMove_one": "{{count}} 个项目待移动:",
|
||||
"itemsToMove_other": "{{count}} 个项目待移动:"
|
||||
},
|
||||
"open": "打开",
|
||||
"openFile": "打开文件",
|
||||
"openFolder": "打开文件夹",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"availableAgents": "可用助理",
|
||||
"backToBottom": "返回底部",
|
||||
"chatList": {
|
||||
"expandMessage": "展開訊息",
|
||||
"longMessageDetail": "查看詳情"
|
||||
},
|
||||
"clearCurrentMessages": "清空當前對話",
|
||||
@@ -173,9 +174,11 @@
|
||||
"title": "提及成員"
|
||||
},
|
||||
"messageAction": {
|
||||
"collapse": "收起訊息",
|
||||
"continueGeneration": "繼續生成",
|
||||
"delAndRegenerate": "刪除並重新生成",
|
||||
"deleteDisabledByThreads": "存在子話題,無法刪除",
|
||||
"expand": "展開訊息",
|
||||
"regenerate": "重新生成"
|
||||
},
|
||||
"messages": {
|
||||
@@ -383,6 +386,8 @@
|
||||
"manualDesc": "每次調用都需要手動批准"
|
||||
},
|
||||
"reject": "拒絕",
|
||||
"rejectAndContinue": "拒絕後重新執行",
|
||||
"rejectOnly": "拒絕",
|
||||
"rejectReasonPlaceholder": "輸入拒絕原因將幫助 Agent 理解並優化後續行動",
|
||||
"rejectTitle": "拒絕本次工具調用",
|
||||
"rejectedWithReason": "本次工具調用被主動拒絕:{{reason}}",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"addFolder": "建立資料夾",
|
||||
"addKnowledge": "新增知識",
|
||||
"addPage": "建立文稿",
|
||||
"desc": "管理你的工作、學習與生活知識。",
|
||||
@@ -65,6 +66,7 @@
|
||||
"header": {
|
||||
"actions": {
|
||||
"newFolder": "新建資料夾",
|
||||
"newPage": "新增文件",
|
||||
"uploadFile": "上傳檔案",
|
||||
"uploadFolder": "上傳資料夾"
|
||||
},
|
||||
|
||||
@@ -1853,6 +1853,18 @@
|
||||
"gpt-5-pro": {
|
||||
"description": "GPT-5 pro 運用更多運算資源進行更深入的思考,持續提供更優質的答案。"
|
||||
},
|
||||
"gpt-5.1": {
|
||||
"description": "GPT-5.1 — 為編碼與代理任務優化的旗艦模型,支援可調整的推理強度與更長的上下文。"
|
||||
},
|
||||
"gpt-5.1-chat-latest": {
|
||||
"description": "GPT-5.1 Chat:用於 ChatGPT 的 GPT-5.1 變體,適合對話場景。"
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
"description": "GPT-5.1 Codex:針對代理型編碼任務優化的 GPT-5.1 版本,可於 Responses API 中用於更複雜的程式碼/代理工作流程。"
|
||||
},
|
||||
"gpt-5.1-codex-mini": {
|
||||
"description": "GPT-5.1 Codex mini:體積更小、成本更低的 Codex 變體,針對代理型編碼任務進行了優化。"
|
||||
},
|
||||
"gpt-audio": {
|
||||
"description": "GPT Audio 是面向音訊輸入輸出的通用聊天模型,支援在 Chat Completions API 中使用音訊 I/O。"
|
||||
},
|
||||
@@ -2028,13 +2040,13 @@
|
||||
"description": "Imagen 第四代文字生成影像模型系列"
|
||||
},
|
||||
"imagen-4.0-generate-preview-06-06": {
|
||||
"description": "Imagen 第四代文字轉圖像模型系列"
|
||||
"description": "Imagen 第四代文字生成圖像模型系列"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-001": {
|
||||
"description": "Imagen 第四代文字生成影像模型系列 Ultra 版"
|
||||
},
|
||||
"imagen-4.0-ultra-generate-preview-06-06": {
|
||||
"description": "Imagen 第四代文字轉圖像模型系列 超級版"
|
||||
"description": "Imagen 第四代文字生成圖像模型系列的 Ultra 版本"
|
||||
},
|
||||
"inception/mercury-coder-small": {
|
||||
"description": "Mercury Coder Small 是程式碼生成、除錯和重構任務的理想選擇,具有最小延遲。"
|
||||
@@ -3092,6 +3104,9 @@
|
||||
"qwen3-max": {
|
||||
"description": "通義千問3系列Max模型,相較2.5系列整體通用能力有大幅度提升,中英文通用文本理解能力、複雜指令遵循能力、主觀開放任務能力、多語言能力、工具調用能力均顯著增強;模型知識幻覺更少。最新的qwen3-max模型:相較qwen3-max-preview版本,在智能體編程與工具調用方向進行了專項升級。本次發布的正式版模型達到領域SOTA水平,適配場景更加複雜的智能體需求。"
|
||||
},
|
||||
"qwen3-max-preview": {
|
||||
"description": "通義千問系列中效果最佳的模型,適合處理複雜、多步驟的任務。預覽版已支援推理能力。"
|
||||
},
|
||||
"qwen3-next-80b-a3b-instruct": {
|
||||
"description": "基於 Qwen3 的新一代非思考模式開源模型,相較上一版本(通義千問3-235B-A22B-Instruct-2507)中文文本理解能力更佳、邏輯推理能力有增強、文本生成類任務表現更好。"
|
||||
},
|
||||
|
||||
@@ -236,6 +236,8 @@
|
||||
},
|
||||
"inspector": {
|
||||
"args": "查看參數列表",
|
||||
"delete": "刪除工具調用",
|
||||
"orphanedToolCall": "該工具調用訊息可能因異常原因成為孤立訊息,這可能會影響 Agent 的正常執行,請將其移除",
|
||||
"pluginRender": "查看插件介面"
|
||||
},
|
||||
"list": {
|
||||
@@ -251,6 +253,11 @@
|
||||
},
|
||||
"localSystem": {
|
||||
"apiName": {
|
||||
"editLocalFile": "編輯檔案",
|
||||
"getCommandOutput": "取得程式輸出",
|
||||
"globLocalFiles": "匹配搜尋檔案",
|
||||
"grepContent": "搜尋內容",
|
||||
"killCommand": "終止程式執行",
|
||||
"listLocalFiles": "查看檔案列表",
|
||||
"moveLocalFiles": "移動檔案",
|
||||
"readLocalFile": "讀取檔案內容",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"localFiles": {
|
||||
"file": "檔案",
|
||||
"folder": "資料夾",
|
||||
"moveFiles": {
|
||||
"itemsMoved": "已移動 {{count}} 個項目:",
|
||||
"itemsMoved_one": "已移動 {{count}} 個項目:",
|
||||
"itemsMoved_other": "已移動 {{count}} 個項目:",
|
||||
"itemsToMove": "{{count}} 個項目待移動:",
|
||||
"itemsToMove_one": "{{count}} 個項目待移動:",
|
||||
"itemsToMove_other": "{{count}} 個項目待移動:"
|
||||
},
|
||||
"open": "打開",
|
||||
"openFile": "打開檔案",
|
||||
"openFolder": "打開資料夾",
|
||||
|
||||
+5
-5
@@ -249,11 +249,11 @@ const nextConfig: NextConfig = {
|
||||
// permanent: true,
|
||||
// source: '/settings',
|
||||
// },
|
||||
{
|
||||
destination: '/chat',
|
||||
permanent: false,
|
||||
source: '/',
|
||||
},
|
||||
// {
|
||||
// destination: '/chat',
|
||||
// permanent: false,
|
||||
// source: '/',
|
||||
// },
|
||||
{
|
||||
destination: '/chat',
|
||||
permanent: true,
|
||||
|
||||
+23
-29
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lobehub/lobehub",
|
||||
"version": "2.0.0-next.60",
|
||||
"version": "2.0.0-next.69",
|
||||
"description": "LobeHub - an open-source,comprehensive AI Agent framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
||||
"keywords": [
|
||||
"framework",
|
||||
@@ -75,7 +75,6 @@
|
||||
"release": "semantic-release",
|
||||
"self-hosting:docker": "docker build -t lobehub:local .",
|
||||
"self-hosting:docker-cn": "docker build -t lobehub-local --build-arg USE_CN_MIRROR=true .",
|
||||
"self-hosting:docker-cn@lite": "docker build -t lobehub-lite-local -f Dockerfile.lite --build-arg USE_CN_MIRROR=true .",
|
||||
"start": "next start -p 3210",
|
||||
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
||||
"test": "npm run test-app && npm run test-server",
|
||||
@@ -123,30 +122,27 @@
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"overrides": {
|
||||
"eta": "4.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^5.6.1",
|
||||
"@ant-design/pro-components": "^2.8.10",
|
||||
"@anthropic-ai/sdk": "^0.67.1",
|
||||
"@auth/core": "^0.40.0",
|
||||
"@aws-sdk/client-s3": "~3.893.0",
|
||||
"@aws-sdk/s3-request-presigner": "~3.893.0",
|
||||
"@aws-sdk/client-s3": "~3.932.0",
|
||||
"@aws-sdk/s3-request-presigner": "~3.932.0",
|
||||
"@azure-rest/ai-inference": "1.0.0-beta.5",
|
||||
"@azure/core-auth": "^1.10.1",
|
||||
"@cfworker/json-schema": "^4.1.1",
|
||||
"@clerk/localizations": "^3.27.2",
|
||||
"@clerk/nextjs": "^6.35.0",
|
||||
"@clerk/themes": "^2.4.35",
|
||||
"@clerk/localizations": "^3.28.0",
|
||||
"@clerk/nextjs": "^6.35.1",
|
||||
"@clerk/themes": "^2.4.36",
|
||||
"@codesandbox/sandpack-react": "^2.20.0",
|
||||
"@cyntler/react-doc-viewer": "^1.17.1",
|
||||
"@electric-sql/pglite": "0.2.17",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@fal-ai/client": "^1.7.2",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@google/genai": "^1.29.0",
|
||||
"@huggingface/inference": "^4.13.2",
|
||||
"@google/genai": "^1.29.1",
|
||||
"@huggingface/inference": "^4.13.3",
|
||||
"@icons-pack/react-simple-icons": "^13.8.0",
|
||||
"@khmyznikov/pwa-install": "0.3.9",
|
||||
"@langchain/community": "^0.3.57",
|
||||
@@ -169,14 +165,14 @@
|
||||
"@lobehub/charts": "^2.1.2",
|
||||
"@lobehub/chat-plugin-sdk": "^1.32.4",
|
||||
"@lobehub/chat-plugins-gateway": "^1.9.0",
|
||||
"@lobehub/editor": "^1.22.0",
|
||||
"@lobehub/editor": "^1.23.1",
|
||||
"@lobehub/icons": "^2.43.1",
|
||||
"@lobehub/market-sdk": "^0.23.0",
|
||||
"@lobehub/tts": "^2.0.1",
|
||||
"@lobehub/ui": "^2.13.8",
|
||||
"@lobehub/ui": "^2.16.2",
|
||||
"@modelcontextprotocol/sdk": "^1.22.0",
|
||||
"@neondatabase/serverless": "^1.0.2",
|
||||
"@next/third-parties": "^16.0.1",
|
||||
"@next/third-parties": "^16.0.3",
|
||||
"@opentelemetry/exporter-jaeger": "^2.2.0",
|
||||
"@opentelemetry/winston-transport": "^0.18.0",
|
||||
"@react-pdf/renderer": "^4.3.1",
|
||||
@@ -184,14 +180,14 @@
|
||||
"@saintno/comfyui-sdk": "^0.2.49",
|
||||
"@serwist/next": "^9.2.1",
|
||||
"@t3-oss/env-nextjs": "^0.13.8",
|
||||
"@tanstack/react-query": "^5.90.7",
|
||||
"@tanstack/react-query": "^5.90.10",
|
||||
"@trpc/client": "^11.7.1",
|
||||
"@trpc/next": "^11.7.1",
|
||||
"@trpc/react-query": "^11.7.1",
|
||||
"@trpc/server": "^11.7.1",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/edge-config": "^1.4.3",
|
||||
"@vercel/functions": "^3.3.0",
|
||||
"@vercel/functions": "^3.3.2",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"@virtuoso.dev/masonry": "^1.3.5",
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
@@ -226,7 +222,7 @@
|
||||
"langfuse": "^3.38.6",
|
||||
"langfuse-core": "^3.38.6",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lucide-react": "^0.548.0",
|
||||
"lucide-react": "^0.553.0",
|
||||
"mammoth": "^1.11.0",
|
||||
"markdown-to-txt": "^2.0.1",
|
||||
"marked": "^16.4.2",
|
||||
@@ -234,7 +230,7 @@
|
||||
"model-bank": "workspace:*",
|
||||
"modern-screenshot": "^4.6.6",
|
||||
"nanoid": "^5.1.6",
|
||||
"next": "^16.0.1",
|
||||
"next": "^16.0.3",
|
||||
"next-auth": "5.0.0-beta.30",
|
||||
"next-mdx-remote": "^5.0.0",
|
||||
"nextjs-toploader": "^3.9.17",
|
||||
@@ -243,7 +239,7 @@
|
||||
"nuqs": "^2.7.3",
|
||||
"officeparser": "5.1.1",
|
||||
"oidc-provider": "^9.5.2",
|
||||
"ollama": "^0.6.2",
|
||||
"ollama": "^0.6.3",
|
||||
"openai": "^4.104.0",
|
||||
"openapi-fetch": "^0.14.1",
|
||||
"partial-json": "^0.1.7",
|
||||
@@ -266,19 +262,19 @@
|
||||
"react-fast-marquee": "^1.6.5",
|
||||
"react-hotkeys-hook": "^5.2.1",
|
||||
"react-i18next": "^15.7.4",
|
||||
"react-layout-kit": "^2.0.0",
|
||||
"react-layout-kit": "^2.0.1",
|
||||
"react-lazy-load": "^4.0.1",
|
||||
"react-pdf": "^9.2.1",
|
||||
"react-responsive": "^10.0.1",
|
||||
"react-rnd": "^10.5.2",
|
||||
"react-router-dom": "^7.9.5",
|
||||
"react-router-dom": "^7.9.6",
|
||||
"react-scan": "^0.4.3",
|
||||
"react-virtuoso": "^4.14.1",
|
||||
"react-wrap-balancer": "^1.1.1",
|
||||
"remark": "^15.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-html": "^16.0.1",
|
||||
"resolve-accept-language": "^3.1.13",
|
||||
"resolve-accept-language": "^3.1.14",
|
||||
"rtl-detect": "^1.1.2",
|
||||
"semver": "^7.7.3",
|
||||
"sharp": "^0.34.5",
|
||||
@@ -296,6 +292,7 @@
|
||||
"url-join": "^5.0.0",
|
||||
"use-merge-value": "^1.2.0",
|
||||
"uuid": "^11.1.0",
|
||||
"virtua": "^0.47.0",
|
||||
"word-extractor": "^1.0.4",
|
||||
"ws": "^8.18.3",
|
||||
"yaml": "^2.8.1",
|
||||
@@ -312,7 +309,7 @@
|
||||
"@lobehub/lint": "^1.26.2",
|
||||
"@lobehub/market-types": "^1.11.4",
|
||||
"@lobehub/seo-cli": "^1.7.0",
|
||||
"@next/bundle-analyzer": "^16.0.1",
|
||||
"@next/bundle-analyzer": "^16.0.3",
|
||||
"@next/eslint-plugin-next": "^15.5.6",
|
||||
"@peculiar/webcrypto": "^1.5.0",
|
||||
"@playwright/test": "^1.56.1",
|
||||
@@ -398,9 +395,6 @@
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@vercel/speed-insights"
|
||||
],
|
||||
"overrides": {
|
||||
"eta": "4.0.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,6 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"openai": "^4.0.0"
|
||||
"openai": "^4.104.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/* eslint-disable sort-keys-fix/sort-keys-fix, typescript-sort-keys/interface */
|
||||
import { ChatToolPayload } from '@lobechat/types';
|
||||
|
||||
import type { AgentState, ToolsCalling } from './state';
|
||||
import { ChatToolPayload } from '@/types/message';
|
||||
|
||||
export interface AgentEventInit {
|
||||
type: 'init';
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user