zhayujie
e3eacc77d7
feat(channel): support telegram bot
2026-05-28 15:07:09 +08:00
zhayujie
bccce2d7cb
feat(models): support xiaomi mimo
2026-05-28 10:49:52 +08:00
zhayujie
ad2db1a776
feat(mcp): support streamable-http mcp protocol
2026-05-26 12:11:59 +08:00
zhayujie
73bf83d2ff
docs: add public-access notes for server deployment
2026-05-25 00:09:52 +08:00
zhayujie
36e1988fee
docs: update README.md
2026-05-24 19:21:06 +08:00
zhayujie
aad6ef635e
docs: update README.md
2026-05-24 19:11:34 +08:00
zhayujie
96659cd616
docs: update project docs
2026-05-24 18:58:10 +08:00
zhayujie
91d427c8f9
docs: update docs and readme
2026-05-24 18:29:57 +08:00
zhayujie
29af855ecd
docs: update README.md
2026-05-24 18:03:33 +08:00
zhayujie
0a146a245d
docs: refactor README
2026-05-24 17:52:47 +08:00
zhayujie
069bffa3e8
feat: release 2.0.9
2026-05-22 12:25:22 +08:00
zhayujie
16d9b449c9
feat(web): set the web_host to the default value of 127.0.0.1
2026-05-16 18:18:17 +08:00
zhayujie
8761997757
feat(web): add web_host config and password hint for safer deployment
2026-05-16 17:37:07 +08:00
zhayujie
907825601d
feat(models): add baidu ernie-5.1
2026-05-10 18:39:38 +08:00
zhayujie
fb341b869b
docs(mcp): add MCP tools guide
2026-05-08 16:14:48 +08:00
zhayujie
55aaf60a57
feat: release 2.0.8
2026-05-06 16:19:20 +08:00
zhayujie
a5790d82f6
feat(qianfan): scope vision support to multimodal models
2026-05-06 16:11:10 +08:00
jimmyzhuu
fb7962c7f2
fix: use available qianfan vision model
2026-05-06 13:34:39 +08:00
jimmyzhuu
76e6b7b471
docs: document qianfan vision support
2026-05-06 13:28:46 +08:00
zhayujie
c322c0e3a5
docs(models): add ernie-5.0
2026-05-06 12:15:14 +08:00
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
zhayujie
b80c3fe5a8
feat(feishu): enhance #2791 with cardkit streaming + ASR fixes
...
- rewrite streaming reply to official cardkit v2.0 API (default on, auto-fallback)
- fix Whisper hallucination: bump ASR sample rate to 16k, pass language=zh
- fix lock-over-IO and tmp file cleanup from #2791
- drop deprecated feishu_bot_name; quiet unknown-key warnings
- docs: cardkit permission and feishu_stream_reply usage
2026-05-05 14:15:25 +08:00
jimmyzhuu
bc7f953fcc
docs: add qianfan provider guide
2026-04-29 16:41:25 +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
ae11159918
feat(models): unify enable_thinking for deepseek-v4 and other thinking models
2026-04-24 15:22:45 +08:00
zhayujie
472a8605c0
feat(models): support deepseek-v4-pro and deepseek-v4-flash
2026-04-24 11:35:38 +08:00
zhayujie
ce4c0a0aa4
feat: release 2.0.7
2026-04-23 17:18:19 +08:00
zhayujie
b0e00dfceb
feat: support glm-5.1
2026-04-23 16:43:05 +08:00
zhayujie
2c13e1b923
feat(models): support kimi-k2.6
2026-04-22 12:01: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
60e9d98d0a
feat: release 2.0.6
2026-04-14 12:37:53 +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
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
907882c0a7
fix: git clone pre-check
2026-04-12 17:36:45 +08:00
zhayujie
d36d5aee3f
feat: rename repository name from chatgpt-on-wechat to CowAgent
...
- Update GitHub URLs in README.md (badges, release links, clone address, wiki, issues, contributors)
- Add project rename notice with SEO keywords and git remote update command
- Update docs/docs.json GitHub links
- Update all docs (zh/en/ja) across guide, intro, models, releases, skills
- Update run.sh and scripts/run.ps1 clone URLs and directory names
- Docker image name (zhayujie/chatgpt-on-wechat) kept unchanged for compatibility
2026-04-12 17:09:07 +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
octo-patch
c34308cbd4
feat: add MiniMax-M2.7-highspeed model and MiniMax TTS support
...
- Add MiniMax-M2.7-highspeed constant to const.py and MODEL_LIST
- Update MinimaxBot default model from MiniMax-M2.1 to MiniMax-M2.7
- Add MinimaxVoice TTS provider (voice/minimax/minimax_voice.py)
- Supports speech-2.8-hd and speech-2.8-turbo models
- SSE streaming with hex-decoded audio chunks
- Reuses MINIMAX_API_KEY
- Register MinimaxVoice in voice factory
- Add unit tests (14 tests, all passing)
- Update README with MiniMax-M2.7-highspeed and TTS configuration
2026-04-11 17:03:44 +08:00
zhayujie
b5f33e5ecd
feat: support qwen3.6-plus
2026-04-02 16:46:58 +08:00
zhayujie
cd62ad76f6
fix: cow CLI support python3.7
2026-04-01 16:51:23 +08:00
zhayujie
a38b22a6a2
docs: update docs
2026-04-01 15:31:41 +08:00
zhayujie
b058af122c
feat: release 2.0.5
2026-04-01 12:24:21 +08:00
zhayujie
511ee0bbaf
fix: windows PowerShell script
2026-03-29 18:28:50 +08:00
zhayujie
3cb5a0fbd6
docs: add CLI system docs
2026-03-29 17:57:12 +08:00
Xiaozhou345
2e1b52c1e5
优化 README 中的中英文排版空格
...
按照中文技术文档规范,在文件名和中文之间增加了空格,提升可读性。
2026-03-25 21:26:01 +08:00
zhayujie
3eb8348708
fix: docker volume permission issue and clean up unused dependencies
2026-03-25 01:25:34 +08:00
6vision
76dcb25103
docs(deepseek): update model descriptions to V3.2 with thinking/non-thinking mode
...
Made-with: Cursor
2026-03-24 00:05:39 +08:00