What's Changed
- chore(version): bumping version to 0.1.1b1 by @xieyxclack in #1882
- fix: add HTTP 529 to retryable status codes for Anthropic overloaded errors by @ixiadao in #1891
- fix(token_usage): replace threading.Lock with asyncio.Lock in record() by @mvanhorn in #1893
- feat(channel): add file and image support for XiaoYi channel by @wwx814 in #1885
- feat: fix mac desktop release when dependency conflict by @rayrayraykk in #1914
- chore(deps): update reme-ai dependency to version 0.3.1.1 by @jinliyl in #1886
- fix: 修复 Swagger 文档路由被 SPA 通配符覆盖的问题 by @mautops in #1847
- Fix(Provider): Aligning the message format used for model connection testing with that used in actual usage. by @pan-x-c in #1909
- fix(cron): handle CancelledError so cancelled jobs report correct status by @mvanhorn in #1894
- style(console): select by @zhaozhuang521 in #1920
- perf: Fix console static directory resolution for non-repo CWD launches by @rayrayraykk in #1923
- fix(win): fix shell command on win by @xieyxclack in #1919
- perf(ci): optimize test workflow to reduce resource consumption by @rayrayraykk in #1940
- fix(migration) media/emb_cache/.md by @Leirunlin in #1922
- feat: loosen /approve matching by @xieyxclack in #1948
- fix (channel): remove local file path whitelist by @Leirunlin in #1947
- fix(mcp): skip failed mcp by @xieyxclack in #1956
- refactor(channels): simplify QQ channel implementation and add unit tests by @leoleils in #1930
- feat(api): implement header building and filename generation for work… by @zhijianma in #1953
- chore(config): update load config by @xieyxclack in #1939
- refactor(file_handling): replace aiofiles with synchronous file opera… by @zhijianma in #1962
- chore: bumping version to 0.1.0p1 by @xieyxclack in #1964
- feat(summarizing): filter tool use blocks and add comment by @qbc2016 in #1965
- docker image migration by @yuanxs21 in #1949
New Contributors
Full Changelog: v0.1.0...v0.1.0.post1