Releases: volcengine/veadk-python
Releases · volcengine/veadk-python
Release list
Release 1.0.8
fix(studio): support standard credential file (#722)
Release 1.0.7
What's Changed
- fix(frontend): harden identity and stream handling by @yaozheng-fang in #689
- feat: fetch skillspaces from both regions + add console link by @richarddancin in #690
- feat(studio): refine builder and deployment experience by @yaozheng-fang in #691
- fix(frontend): update AgentKit login branding by @yaozheng-fang in #692
- fix(studio): skip duplicate OAuth consent by @yaozheng-fang in #693
- fix(deps): require AgentKit SDK CORS defaults by @zakahan in #694
- Feature: Improve video integration in Studio by @richarddancin in #696
- feat: add Studio in-place update command by @yaozheng-fang in #695
- feat(studio): show OAuth profile pictures by @yaozheng-fang in #698
- feat(studio): add role-based runtime access by @yaozheng-fang in #697
- feat: add autogen docs workflow by @sjy3 in #699
- feat: support per-execution env vars in execute_skills by @zakahan in #700
- feat(studio): enrich Agent runtime selector by @yaozheng-fang in #701
- docs(frontend): add AI development specification by @yaozheng-fang in #702
- feat(feishu): 增加话题历史和引用消息回复功能 by @ziyanli33 in #704
- test(studio): clarify default admin access by @yaozheng-fang in #705
- feat(frontend): enhance tool call status UI by @yaozheng-fang in #706
- feat(studio): 优化 Runtime 管理与新会话体验 by @yaozheng-fang in #707
- feat(studio): add agent-aware smart search by @yaozheng-fang in #708
- feat(studio): add end-to-end Skill creation mode by @yaozheng-fang in #711
- fix(frontend): accept private runtime deploy connections by @FirstayZheng in #713
- feat: add docs archive on tags workflow by @sjy3 in #710
- fix: relax psycopg2-binary version constraint by @zakahan in #714
- feat(tools): support shell execution in run_code by @dyike in #709
New Contributors
Full Changelog: 1.0.6...1.0.7
Release 1.0.6
What's Changed
- fix(agentkit): surface cloud build failure details by @yaozheng-fang in #681
- feat(studio): improve runtime configuration and deployment UX by @yaozheng-fang in #682
- fix(studio): expose debug runner errors by @yaozheng-fang in #683
- feat(frontend): support Markdown system prompts by @yaozheng-fang in #684
- fix(studio): preserve default title on deploy by @yaozheng-fang in #685
- feat(studio): improve runtime management and responsive layout by @yaozheng-fang in #686
- feat(studio): provision ServerlessApplicationRole on deploy by @yaozheng-fang in #687
- feat(studio): support regional cloud deployment by @yaozheng-fang in #688
Full Changelog: 1.0.5...1.0.6
Release 1.0.5
What's Changed
- feat(studio): cloud runtime agent picker + create-form redesign by @yaozheng-fang in #664
- chore(model): bump default agent model to doubao-seed-2-1-pro-260628 by @yaozheng-fang in #663
- Feat/piagent runtime by @FirstayZheng in #665
- feat: wrap generated agents with AgentServerApp by @FirstayZheng in #668
- Fix: code-selection offset in generated-project preview by @richarddancin in #666
- feat(frontend): multi-source skill picker (Skill Hub + local upload + validation) by @richarddancin in #670
- refactor(feishu_channel): 重构飞书消息文本提取逻辑 by @ziyanli33 in #671
- feat: support Ark context management and reliable inline-image tracing by @zakahan in #667
- Feat/feishu channel runtime by @FirstayZheng in #672
- Feat/secure generated agent test run by @FirstayZheng in #673
- feat(deploy): region selector, env forwarding, runtime fixes by @richarddancin in #674
- feat(studio): attach runtime IAM policies on deploy by @yaozheng-fang in #675
- fix(frontend): forward OAuth token to JWT runtimes by @yaozheng-fang in #676
- feat(studio): refine agent deployment workflow by @yaozheng-fang in #677
- feat(studio): support multimodal conversations by @yaozheng-fang in #679
- feat(agentkit): centralize generated app infrastructure by @yaozheng-fang in #678
- fix(release): avoid vendoring PiAgent binary by @yaozheng-fang in #680
New Contributors
- @richarddancin made their first contribution in #666
Full Changelog: 1.0.4...1.0.5
Release 1.0.4
What's Changed
- fix(frontend): harden frontend server (RCE/SSRF/path traversal) by @yaozheng-fang in #656
- Feat/harness skills center by @warm-wm in #658
- refactor(logging): replace loguru with stdlib logging by @yaozheng-fang in #659
- docs: add openviking and milvus config examples by @xgtcode in #660
- feat(studio): agent workbench, manage-agent, and VeFaaS studio deploy by @yaozheng-fang in #661
Full Changelog: 1.0.3...1.0.4
Release 1.0.3
What's Changed
- 增加透传tip-token到下游agent功能 by @songyichun1 in #648
- feat(knowledgebase): add milvus backend support by @xgtcode in #650
- feat(knowledgebase): add openviking backend by @xgtcode in #651
- feat(memory): add openviking long-term memory backend by @xgtcode in #652
- fix: dedupe openviking dependencies by @xgtcode in #654
- support jwt token to invoke a2a agent by @songyichun1 in #653
Full Changelog: 1.0.2...1.0.3
Release 1.0.1
What's Changed
- fix(runtime/codex): ship sandbox/network/review defaults in config.toml by @yaozheng-fang in #629
- Feat/harness a2a registry by @songyichun1 in #631
- Fix/harness a2a registry by @songyichun1 in #632
- feat(harness): apply agent description at harness agent init by @yaozheng-fang in #633
- feat(harness): add veadk harness extension by @zyn080302 in #625
- Feat/a2a call oauth by @songyichun1 in #635
- fix(codex): retry transient backend errors and restore web search in … by @yaozheng-fang in #637
- feat/adk-skillhub-integration: add ADK Skillhub integration by @xgtcode in #634
- frontend: add --auth-mode gateway + AK/SK workbench notice by @yaozheng-fang in #638
- feat(runtime/codex): pass agent skills through to Codex by @yaozheng-fang in #640
- feat(runtime/codex): execute agent MCP/function tools via the shim by @yaozheng-fang in #641
- docs(examples): add codex_with_skill_and_mcp example by @yaozheng-fang in #642
New Contributors
- @songyichun1 made their first contribution in #631
- @zyn080302 made their first contribution in #625
- @xgtcode made their first contribution in #634
Full Changelog: 1.0.0...1.0.1
0.5.40
What's Changed
- docs: 框架文档重构(导航分组、智能体子章节、File tree、侧边栏标签) by @yaozheng-fang in #606
- feat(harness): tag the AgentKit runtime with agentkit:agenttype=harness by @yaozheng-fang in #607
- feat(examples): codex_runtime_on_agentkit — deploy a runtime=codex agent to AgentKit by @yaozheng-fang in #608
- docs(examples): spell out the codex-on-AgentKit deploy choices by @yaozheng-fang in #609
- fix(examples): allow_origins so browsers can call the deployed codex agent by @yaozheng-fang in #611
- feat: run the VeADK web UI behind a key-auth API gateway (+ SSO AgentKit example) by @yaozheng-fang in #610
- feat(harness): surface skill-load errors + per-invoke max_llm_calls by @yaozheng-fang in #612
- feat(harness): surface unsupported-tool and runtime errors via an error field by @yaozheng-fang in #613
- fix(runtime+frontend): stream codex turns live; SSO-off auth endpoints return JSON by @yaozheng-fang in #615
- fix(frontend): disable workflow option in quick create by @FirstayZheng in #617
- feat: a2ui example for flight info by @FirstayZheng in #620
- fix: sso agentkit auth proxy 401 by @FirstayZheng in #619
- fix: agent list scroll by @FirstayZheng in #622
- feat(harness): mount ADK api server + A2A routes on the harness app by @yaozheng-fang in #624
- feat(harness): support once-time overrides on the streaming /run_sse path by @yaozheng-fang in #627
- feat(skills): support skillhub spaces and skills by @Rhosmarie in #626
New Contributors
- @Rhosmarie made their first contribution in #626
Full Changelog: 0.5.39...0.5.40
Release 0.5.39
What's Changed
- docs(cli): add Harness command reference (zh/en) by @yaozheng-fang in #599
- test: add contract/signature tests for new + core modules by @yaozheng-fang in #600
- docs(framework): add Runtime page under the Agent section by @yaozheng-fang in #602
- feat(harness): deployable Harness server +
veadk harnessCLI (create/add/show/deploy/invoke), with OAuth2/JWT deploy by @yaozheng-fang in #603 - refactor(harness): remove the
veadk agentkit harnesscommand group by @yaozheng-fang in #604 - fix(cli):
veadk agentkitshows no subcommands on Typer ≥ 0.26 by @yaozheng-fang in #605
Full Changelog: 0.5.38...0.5.39
Release 0.5.38
What's Changed
- feat: add trace content config by @feng-95 in #588
- fix(runtime): import AsyncCodex from openai_codex, not codex_app_server by @yaozheng-fang in #591
- fix(runtime): make codex Responses shim work against non-OpenAI backends by @yaozheng-fang in #592
- fix(runtime): codex tool loop, full-trajectory events, and protocol fidelity by @yaozheng-fang in #593
- chore(runtime): remove the unused cc (Claude Code) runtime by @yaozheng-fang in #594
- Feat/deploy to agentkit and add agent by @FirstayZheng in #595
- feat(cloud): Harness server with dynamic tools + AgentKit example by @yaozheng-fang in #596
- fix(deps): support google-adk>=1.32.0 (migrate optional deps to openai 2.x) by @yaozheng-fang in #597
- feat(harness): skill support for the Harness server + CLI by @yaozheng-fang in #598
Full Changelog: 0.5.37...0.5.38