v1.1.12.post1

assafelovic/gpt-researcherv1.1.12.post1Jun 18, 2026by zhijianma

AI Summary

A maintenance release that introduces a chat history right panel and fixes ChromaDB probe collection issues. It improves model readiness checks and handles SSL certificate errors for DingTalk.

Key Highlights

  • New chat history right panel feature
  • ChromaDB probe collection renamed for clarity
  • Improved model readiness check for local providers
  • Sprint 3.1-3.4 integration test coverage

New Features

  • Chat history right panel UI
  • Integration tests for ACP, Plugin, and Security modules
  • Model readiness improvements
  • SSL certificate configuration for DingTalk

Full Release Notes

## What's Changed
* fix(scripts): correct prerelease arguments expansion and bump version to 1.1.12.post1 by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5288
* fix(memory): rename ChromaDB probe collection to 'probe-test' by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5289
* fix(proactive): prevent cache pollution of load_agent_config() by @imrewce in https://github.com/agentscope-ai/QwenPaw/pull/5275
* fix(console,provider): improve model readiness check for local providers by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5305
* Feat/chat history right panel by @zhaozhuang521 in https://github.com/agentscope-ai/QwenPaw/pull/5293
* fix(token_usage): use active model's max_input_length for context usage display by @nguyenthanhthe in https://github.com/agentscope-ai/QwenPaw/pull/5303
* fix: handle Windows certificate store SSL errors in build verification by @wangfei010313 in https://github.com/agentscope-ai/QwenPaw/pull/5298
* fix: explicitly configure SSL certificates for DingTalk channel HTTP client by @wangfei010313 in https://github.com/agentscope-ai/QwenPaw/pull/5291
* test(integration): Sprint 3.1-3.4 — ACP / Plugin / Security / cross-cutting (64 cases) by @yutai78786 in https://github.com/agentscope-ai/QwenPaw/pull/5270


**Full Changelog**: https://github.com/agentscope-ai/QwenPaw/compare/v1.1.12...v1.1.12.post1