What's Changed
- fix: register AgentApp dispatched requests with TaskTracker to prevent background task cancellation by @ekzhu in #3305
- chore(version): bumping version to 1.1.2b2 by @xieyxclack in #3454
- fix: prevent message history navigation when suggestion popup is open by @bowenliang123 in #3444
- chore(console): add --cache to prettier format by @bowenliang123 in #3446
- fix(formatter): 400 error when multiple tool calls return multimodal content by @energyd in #3299
- feat(agent): guard against duplicate execution of memory compaction hook by @qbc2016 in #3461
- feat: provider sort by @zhaozhuang521 in #3458
- feat(skills): cli console for skills by @Leirunlin in #3459
- feat: add langfuse openai SDK tracing to openai_provider only by @leesf in #3433
- Enhance documentation and establish testing infrastructure by @hanson-hex in #2506
- style: Navigation bar distinguishes agent area styles by @zhaozhuang521 in #3469
- chore: fix task status not right by @rayrayraykk in #3472
- feat: search backwards for message-type output in text extraction by @qbc2016 in #3474
- feat(agents): allow custom agent ID when creating agents by @flystar32 in #3333
- fix(desktop): isolate packaged Python from user site-packages to prevent dependency conflicts by @rayrayraykk in #3476
- Feature(Provider): Add Free Tag for free models by @pan-x-c in #3471
- refactor(web): improve import skill modal by @bowenliang123 in #2412
- feat(tool): Add ACP-based external agent delegation and real-time tool output plumbing. by @x1n95c in #3340
- feat(console): add debug page in console to show log file by @zhijianma in #3478
- fix(mission): Detect active mission before agent creation to enable tool guard bypass by @rayrayraykk in #3480
- feat(WeChat): support quoted message handling and audio file sending by @hongxicheng in #3483
- fix(skills UI): fix i18n, dark mode, and error handling in ImportHubModal by @Leirunlin in #3482
- fix(discord): add thread awareness to on_message routing by @energyd in #3144
- fix(WeChat): prevent typing task leak and reduce CPU/memory usage by @hongxicheng in #3488
- Fix(tools): Optimize agent communication tools by @pan-x-c in #3485
- refactor(doctor): optimize the hint by @lalaliat in #3492
- Feat(Provider): Add warning for free models by @pan-x-c in #3494
New Contributors
- @leesf made their first contribution in #3433
- @flystar32 made their first contribution in #3333
Full Changelog: v1.1.2-beta.1...v1.1.2-beta.2