Skip to content

Commit a16cdc1

Browse files
keugenekclaudepkosiec
authored
fix: bump AppKit template to v0.14.1 (#4653)
The pinned AppKit template version (v0.11.0) is 3 minor versions behind the latest AppKit release (v0.14.1). This causes generated apps to miss important fixes: - SDK import fix (v0.12.2) - Skills reference (v0.14.0) - Valid types output (v0.14.1) Eval pipeline confirms apps generated with v0.11.0 score lower than expected due to these missing improvements. Signed-off-by: Evgenii Kniazev <evgenii.kniazev@databricks.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Pawel Kosiec <pawel.kosiec@databricks.com>
1 parent ff5b0ca commit a16cdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/apps/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const (
3636
appkitTemplateDir = "template"
3737
appkitDefaultBranch = "main"
3838
appkitTemplateTagPfx = "template-v"
39-
appkitDefaultVersion = "template-v0.11.0"
39+
appkitDefaultVersion = "template-v0.14.1"
4040
defaultProfile = "DEFAULT"
4141
)
4242

0 commit comments

Comments
 (0)