zhayujie
530fc20596
Merge pull request #2790 from jimmyzhuu/feat/qianfan-provider
...
Add first-class Baidu Qianfan / ERNIE provider
2026-05-06 11:43:32 +08:00
zhayujie
a9c8a59f58
feat(feishu): one-click QR-scan app creation
2026-05-05 18:32:58 +08:00
jimmyzhuu
f653483eea
feat: expose qianfan in configuration surfaces
2026-04-29 16:32:53 +08:00
zhayujie
5c65196e44
feat(web): hint API base version path in config placeholder
2026-04-26 17:10:24 +08:00
zhayujie
0e556b3468
feat: switch default model to deepseek-v4-flash
2026-04-26 15:54:50 +08:00
zhayujie
31820f56e7
fix(deepseek): back-fill reasoning_content for all assistant turns
2026-04-24 16:39:48 +08:00
zhayujie
fd88828abd
fix(models): unify enable_thinking for deepseek-v4
2026-04-24 15:29:43 +08:00
zhayujie
472a8605c0
feat(models): support deepseek-v4-pro and deepseek-v4-flash
2026-04-24 11:35:38 +08:00
zhayujie
b0e00dfceb
feat: support glm-5.1
2026-04-23 16:43:05 +08:00
zhayujie
68ce2e5232
feat(skill): multi-provider image generation with auto-fallback
...
- Add Gemini, Seedream (Volcengine Ark), Qwen (DashScope), MiniMax
providers to image-generation skill with universal sequential
fallback: OpenAI → Gemini → Seedream → Qwen → MiniMax → LinkAI
- Each provider filters unsupported size tiers to valid values
(e.g. Seedream 1K→2K, Qwen 3K→2K, Gemini 3K→2K)
- Pinned model only tries its native provider; auto-routing uses
each provider's default model
- Support skill-namespaced config (config.skill.image-generation.model
→ SKILL_IMAGE_GENERATION_MODEL env var)
- Add image lightbox (click-to-enlarge) in web console
- Add docs for built-in skills (skill-creator, knowledge-wiki,
image-generation) under docs/skills/
2026-04-23 12:39:39 +08:00
zhayujie
81e8bb62ae
feat(skill): support gpt-image-2 in image generation skill
2026-04-22 20:39:49 +08:00
zhayujie
2c13e1b923
feat(models): support kimi-k2.6
2026-04-22 12:01:40 +08:00
zhayujie
a0748c2e3b
fix(web): cap reasoning content to 4KB across stream/storage/display
2026-04-21 20:31:38 +08:00
zhayujie
40599bb751
fix(web): smart auto-scroll for chat #2775
2026-04-20 21:43:21 +08:00
zhayujie
6dd316547f
fix(web): fix session title generation fallback and reset Bridge on config change
2026-04-19 18:43:48 +08:00
zhayujie
14a119c48c
fix(gemini): solving the problem of tool call not returnings
2026-04-18 21:18:27 +08:00
zhayujie
c82515a927
fix(agent): don't drop tool_calls from empty-response retry
2026-04-18 20:50:40 +08:00
zhayujie
13370d2056
fix: thinking display is disabled by default
2026-04-17 15:31:59 +08:00
zhayujie
35282db9e0
feat(models): support claude-opus-4-7
2026-04-16 23:24:16 +08:00
zhayujie
ba3f66d3d1
feat: show root-level files (index.md, log.md) in knowledge tree
2026-04-16 21:47:44 +08:00
zhayujie
848430f062
feat(knowledge): support nested directories in knowledge base listing and display
2026-04-16 12:28:18 +08:00
zhayujie
3830f76729
feat: add custom model provider
2026-04-15 12:26:05 +08:00
zhayujie
ae20ba1148
Merge branch 'master' of github.com:zhayujie/chatgpt-on-wechat
2026-04-14 22:58:59 +08:00
zhayujie
3a50b64977
feat: web multi session interface
2026-04-14 22:58:25 +08:00
zhayujie
8692e74536
fix(web): hide session panel by default on mobile and support overlay dismiss
2026-04-14 21:09:01 +08:00
zhayujie
83f6625e0c
feat: release 2.0.6
2026-04-14 12:08:57 +08:00
zhayujie
acc09543b7
feat(dream): add memory dream cli and docs
...
- New memory/deep-dream.mdx (zh/en/ja): memory flow, distillation rules, dream diary, manual trigger, safety mechanisms
- Simplify long-term memory page, link to deep-dream for details
- New cli/memory-knowledge.mdx (zh/en/ja): memory and knowledge commands
- Move knowledge commands from general.mdx to memory-knowledge.mdx
- Register new pages in docs.json navigation for all languages
- Add /memory dream to cli/index.mdx command tables
2026-04-14 11:03:53 +08:00
zhayujie
94d8c7e366
feat(dream): add Dream Diary tab to memory management page
...
- Backend: MemoryService supports category param (memory/dream), lists memory/dreams/*.md
- Backend: MemoryContentHandler resolves dream files from memory/dreams/ directory
- Frontend: add tab switcher (Memory Files / Dream Diary) matching knowledge tab style
- Frontend: dream entries show purple "Dream" badge, empty state with moon icon
- Cloud dispatch passes category param for consistency
2026-04-13 22:08:15 +08:00
zhayujie
9402e63fe1
Merge pull request #2766 from zhayujie/feat-mulit-session
...
feat(web): add multi-session management for web console
2026-04-13 18:51:07 +08:00
zhayujie
90e4d494b2
feat(web): add multi-session management for web console
2026-04-13 18:50:31 +08:00
zhayujie
89a07e8e74
feat: add enable_thinking config to control deep reasoning on web console
2026-04-13 16:06:28 +08:00
zhayujie
4f7064575e
feat(web): support scheduler push messages and enrich welcome screen
...
- Expand welcome screen from 3 to 6 example cards covering core capabilities
- Enable background polling on page load so scheduler task notifications are received in real-time
- Fix duplicate poll loops via generation-based cancellation, reduce poll frequency to 5s/10s
- Ensure equal card height and adjust layout position for better visual balance
2026-04-12 21:19:50 +08:00
zhayujie
fbe48a4b4e
feat(web): add password protection for web console
...
- Add `web_password` config to enable login authentication
- Use stateless HMAC-signed token (survives restart, invalidates on password change)
- Add `web_session_expire_days` config (default 30 days)
- Protect all API endpoints with auth check (401 on failure)
- Add login page UI with auto-redirect on session expiry
- Add password management in config page (masked display, inline edit)
- Add tooltip hints for Agent config fields
- Update default agent_max_context_turns to 20, agent_max_steps to 20
- Update docs and docker-compose.yml
2026-04-12 20:37:04 +08:00
zhayujie
5162da5654
Merge branch 'master' into feat-knowledge
2026-04-12 16:46:38 +08:00
zhayujie
a1d82f6193
feat(knowledge): add cli and update docs
2026-04-12 16:39:06 +08:00
zhayujie
ea78e3d0c6
feat(knowledge): document link supports jumping to view
2026-04-11 20:16:43 +08:00
zhayujie
26693acc3f
feat(vision): prioritize main model for image recognition with multi-provider fallback
...
- Add call_vision method to all bot implementations (DashScope, Claude,
Gemini, ZhipuAI, MiniMax, Doubao, Moonshot, OpenAICompatibleBot)
using each vendor's native multimodal API format
- Remove call_with_tools/call_vision from Bot base class to fix MRO
shadowing issue with OpenAICompatibleBot mixin
- Refactor vision tool provider resolution: MainModel → other configured
models (auto-discovered) → OpenAI → LinkAI, with automatic fallback
- Return actual model name used in call_vision responses
- Sync config.json API keys to .env bidirectionally on startup
- Fix bot instance cache to detect bot_type/use_linkai config changes
- Add SSE reconnection support for web console
- Preserve image path hints in Gemini text for correct vision tool calls
- Update docs/tools/vision.mdx
2026-04-11 19:46:11 +08:00
zhayujie
76e9fef3b2
feat(knowledge): add file list and graph in web channel
2026-04-11 19:02:55 +08:00
zhayujie
5a10476010
feat: add knowledge switch and cli
2026-04-11 16:44:25 +08:00
zhayujie
6a737fb734
feat: display thinking content in web console
2026-04-10 15:07:23 +08:00
zhayujie
cd31dd27fd
fix: increase web console capacity and add frontend retry
2026-04-08 11:48:27 +08:00
zhayujie
443e0c2806
feat: show video in web channel
2026-04-03 17:09:38 +08:00
zhayujie
b5f33e5ecd
feat: support qwen3.6-plus
2026-04-02 16:46:58 +08:00
zhayujie
40dfc6860f
fix: skill list showing sub-skills inside collection
2026-04-02 11:47:24 +08:00
zhayujie
b058af122c
feat: release 2.0.5
2026-04-01 12:24:21 +08:00
zhayujie
174ee0cafc
fix(security): prevent path traversal in memory content API
2026-04-01 10:03:58 +08:00
zhayujie
66b71c50e9
feat(wecom_bot): add Wecom Bot QR code scan auth
2026-03-31 21:27:50 +08:00
zhayujie
1ae2918064
feat: support install browser in chat
2026-03-31 15:15:17 +08:00
zhayujie
e57ef37167
fix: prevent phantom mouseover from hijacking slash menu
2026-03-30 11:52:05 +08:00
zhayujie
ef33a93654
Merge pull request #2731 from zkjqd/fix/slash-menu-click
...
Fix the issue where the shortcut command in the input box cannot be clicked to select events
2026-03-30 11:40:06 +08:00