You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update CR instance set instance type to Micro and release 0.1.14
- Change provider tag value from "veadk" to "agentkit-cli" for better identification
- Add Type field set to "Micro" for CR instance creation
- Bump version from 0.1.13 to 0.1.14
(cherry picked from commit 83344e71ecf2a7cc046a5e7616ef6303b501e542)
cr_auto_create_instance_type: str=field(default="Micro", metadata={"description": "CR instance type when auto-creating (Micro or Enterprise)", "icon": "⚙️"})
cr_repo_name: str=field(default="", metadata={"description": "Container Registry repository name (defaults to AgentKit project name)", "icon": "📋", "aliases": ["ve_cr_repo_name"]})
116
+
cr_auto_create_instance_type: str=field(default="Micro", metadata={"description": "CR instance type when auto-creating (Micro or Enterprise)", "icon": "⚙️"})
0 commit comments