octo-patch
7fa743f01a
feat(minimax): add MiniMax-M3, set as default, drop M2.5/M2.1/M2
...
- Add MINIMAX_M3 = "MiniMax-M3" constant and put it first in MODEL_LIST
- Default MinimaxBot model: MiniMax-M2.7 -> MiniMax-M3
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy options
- Drop MINIMAX_M2_5 / MINIMAX_M2_1 / MINIMAX_M2_1_LIGHTNING / MINIMAX_M2
- Update web console recommended/provider model lists
- Update README capability table and docs/models index (en/zh/ja)
- Update docs/models/minimax.mdx and coding-plan.mdx MiniMax section
- Update run.sh / run.ps1 installer default and menu hint
- Update zh CLI status sample output
- Update unit tests to assert new M3 default and constant
TTS (speech-2.*) and API base URL remain unchanged.
2026-06-01 21:30:38 +08:00
zhayujie
2853735472
docs: update README.md
2026-06-01 16:46:16 +08:00
zhayujie
feaa9076b0
feat: release 2.1.0
2026-06-01 16:02:55 +08:00
zhayujie
c5b8e06891
feat(channel): add Discord channel
2026-05-30 18:20:27 +08:00
zhayujie
54a20bca92
docs: update README doc
2026-05-30 17:32:21 +08:00
zhayujie
5ae1e1adde
feat(channel): support slack bot
2026-05-30 17:01:42 +08:00
zhayujie
3dd4b84179
feat(models): support claude-opus-4-8
2026-05-29 10:19:45 +08:00
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
0e556b3468
feat: switch default model to deepseek-v4-flash
2026-04-26 15:54:50 +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
2c13e1b923
feat(models): support kimi-k2.6
2026-04-22 12:01:40 +08:00
zhayujie
60e9d98d0a
feat: release 2.0.6
2026-04-14 12:37:53 +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
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
b5f33e5ecd
feat: support qwen3.6-plus
2026-04-02 16:46:58 +08:00
zhayujie
a38b22a6a2
docs: update docs
2026-04-01 15:31:41 +08:00
zhayujie
830b8f2971
feat: release 2.0.5
2026-04-01 15:01:53 +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
zhayujie
ce89869c3c
feat: support weixin channel
2026-03-22 15:52:13 +08:00
zhayujie
9192f6f7f7
feat: add MiniMax-M2.7 and glm-5-turbo
2026-03-19 10:46:13 +08:00
Ikko Ashimine
5487c0befe
docs: add Japanese documents
2026-03-18 19:13:39 +09:00