Releases: agentscope-ai/agentscope-studio
Releases · agentscope-ai/agentscope-studio
Release list
v1.0.9
What's Changed in v1.0.9
New Features
- Speech Support: Added client-side speech recognition (#113) and speech reply (#95), enabling voice-driven interaction in conversations.
- Video in Tool Results: toolResultBlock now supports videoBlock output rendering (#116).
Improvements
- Client Settings: Updated sidebar layout in client setting components for a cleaner navigation experience (#105).
- AgentScope Compatibility: Friday is now compatible with agentscope latest(#117).
- Table Logic Centralization: Unified table request params and centralized table logic in AsTable, improving maintainability and consistency (#104).
- Pre-commit Checks: Integrated pre-commit hooks into the CI pipeline to enforce code quality standards on every commit (#108).
Bug Fixes
- Avatar Deduplication: Resolved duplicate avatars appearing in multi-agent conversations (#123).
New Contributors
- @hongxicheng made their first contribution in #117
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- docs(tutorial): add link to home page by @zhijianma in #75
- fix(server): fix replyId in pushMessages by @zhijianma in #81
- docs(reamde): update the latest gifs by @zhijianma in #79
- perf(AsTable): update table by @sunpenghui1012 in #26
- feat(ui) timestamp and numbers dispaly by @yuluo1007 in #82
- docs(quick_start): quick_start add cloud deployment by @hanans426 in #91
- fix(run): change focusOnLatestRun to flase as default by @zhijianma in #100
- fix(run): support search and filter run list by @zhijianma in #86
- perf(TraceTree): optimize tree rendering performance by @zhijianma in #84
- fix(deps): sqlite3 package warning, use better-sqlite3 by @yuluo1007 in #102
- chore(CI/CD): add docker deployment by @zhijianma in #71
- chore(CI/CD): enhance CI/CD workflows for NPM and Docker publishing by @zhijianma in #103
- feat(settings): add configuration panel in agentscope-studio by @sunpenghui1012 in #69
New Contributors
- @yuluo1007 made their first contribution in #82
- @hanans426 made their first contribution in #91
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- [HotFix] Fix session load and save bug for Friday by @qbc2016 in #8
- Update dependency in package.json to avoid error in command "npm install" by @DavdGao in #10
- feat: Add base URL configuration for Friday LLM providers by @bluefish-08 in #6
- style(code): setup eslint configuration and fix eslint errors. by @sunpenghui1012 in #24
- Unified @ import method; Optimized some code by @sunpenghui1012 in #25
- feat: change the home page to a responsive layout by @sunpenghui1012 in #31
- fix: README by @moyueheng in #28
- Automatically run the
npm run formatcommand when committing within a PR. by @sunpenghui1012 in #34 - feat(chat): unify the chat component of friday and chatbot page by @DavdGao in #37
- fix(project): add package-lock.json into Git; add node and npm version requirements in README.md; fix the code formatting error by @sunpenghui1012 in #39
- fix(chat): fix the error in the bubble render logic by @DavdGao in #49
- feat(avatar, sidebar): support choosing avatar sets; support saving the sidebar state by @DavdGao in #50
- feat(workflow): add GitHub workflow to better organize the repo by @DavdGao in #51
- fix(migration): fix the bug in migration by @DavdGao in #59
- feat(friday): support to set client kwargs and generation kwargs in the friday setting page by @sunpenghui1012 in #57
- [Feat] Support GenAI by @zhijianma in #58
- feat(banner): add welcome banner in terminal by @sunpenghui1012 in #54
- docs(tutorial): setup documentation by VitePress by @DavdGao in #52
- fix(workflow): fix the bug in docs building workflow by @DavdGao in #61
- fix(server): add warning in otel and remove CORS in the current implementation by @zhijianma in #60
- docs(grpc): change GRPC_PORT to OTEL_GRPC_PORT by @zhijianma in #62
- feat(version): update version to 1.0.7 and add GitHub workflow to publish library to NPM registry by @DavdGao in #63
- fix(link): fix friday link and external link by @zhijianma in #65
New Contributors
- @qbc2016 made their first contribution in #8
- @DavdGao made their first contribution in #10
- @bluefish-08 made their first contribution in #6
- @sunpenghui1012 made their first contribution in #24
- @moyueheng made their first contribution in #28
- @zhijianma made their first contribution in #58
Full Changelog: https://github.com/agentscope-ai/agentscope-studio/commits/v1.0.7