Skip to content

feat(studio): add YAML import entry - #987

Open
xgtcode wants to merge 1 commit into
volcengine:mainfrom
xgtcode:feat/studio-yaml-import
Open

feat(studio): add YAML import entry#987
xgtcode wants to merge 1 commit into
volcengine:mainfrom
xgtcode:feat/studio-yaml-import

Conversation

@xgtcode

@xgtcode xgtcode commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a “Import YAML” entry to the Studio agent creation menu
  • Support uploading .yaml / .yml files and restoring them into the custom creation flow with the existing yamlToDraft parser
  • Add static regression coverage for the YAML import wiring

Changes

  • Added an “Import YAML” card to the add-agent entry menu
  • Added a hidden file picker with YAML extension validation
  • On successful parse, route users into custom creation with customCreateMode set to yaml_import
  • Show a parse error message when YAML import fails
  • Updated codePackageDeploy.test.mjs to cover the import entry, accepted file types, and flow wiring

Test Plan

  • .venv/bin/pre-commit run --all-files
  • cd frontend && npm test
  • cd frontend && npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant