From 9ad7fbd04c854755f79180038c8649759d1d5d4a Mon Sep 17 00:00:00 2001 From: Oleksii Kurinnyi Date: Fri, 7 Aug 2026 18:26:16 +0300 Subject: [PATCH] fix: add starterProjects to AI stacks for command palette visibility Devfile commands are unavailable in the Che command palette when a workspace has no starterProjects section (eclipse-che/che#23479). Add each stack's upstream repo as a starter project. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Oleksii Kurinnyi --- stacks/hermes/1.0.0/devfile.yaml | 6 ++++++ stacks/openclaw/1.0.0/devfile.yaml | 6 ++++++ stacks/picoclaw/1.0.0/devfile.yaml | 6 ++++++ stacks/zeroclaw/1.0.0/devfile.yaml | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/stacks/hermes/1.0.0/devfile.yaml b/stacks/hermes/1.0.0/devfile.yaml index 42714cd6a..4eceb8aae 100644 --- a/stacks/hermes/1.0.0/devfile.yaml +++ b/stacks/hermes/1.0.0/devfile.yaml @@ -32,6 +32,12 @@ metadata: attributes: controller.devfile.io/storage-type: per-workspace +starterProjects: + - name: hermes-agent + git: + remotes: + origin: https://github.com/che-incubator/hermes-placeholder.git + components: - name: tools container: diff --git a/stacks/openclaw/1.0.0/devfile.yaml b/stacks/openclaw/1.0.0/devfile.yaml index 418056a87..79e9982a3 100644 --- a/stacks/openclaw/1.0.0/devfile.yaml +++ b/stacks/openclaw/1.0.0/devfile.yaml @@ -32,6 +32,12 @@ metadata: attributes: controller.devfile.io/storage-type: per-workspace +starterProjects: + - name: openclaw + git: + remotes: + origin: https://github.com/che-incubator/openclaw-placeholder.git + components: - name: tools container: diff --git a/stacks/picoclaw/1.0.0/devfile.yaml b/stacks/picoclaw/1.0.0/devfile.yaml index 5d8d34d49..9fddd5a49 100644 --- a/stacks/picoclaw/1.0.0/devfile.yaml +++ b/stacks/picoclaw/1.0.0/devfile.yaml @@ -31,6 +31,12 @@ metadata: attributes: controller.devfile.io/storage-type: per-workspace +starterProjects: + - name: picoclaw + git: + remotes: + origin: https://github.com/sipeed/picoclaw.git + components: - name: tools container: diff --git a/stacks/zeroclaw/1.0.0/devfile.yaml b/stacks/zeroclaw/1.0.0/devfile.yaml index 613af999e..e4c5b9fc5 100644 --- a/stacks/zeroclaw/1.0.0/devfile.yaml +++ b/stacks/zeroclaw/1.0.0/devfile.yaml @@ -30,6 +30,12 @@ metadata: attributes: controller.devfile.io/storage-type: per-workspace +starterProjects: + - name: zeroclaw + git: + remotes: + origin: https://github.com/zeroclaw-labs/zeroclaw.git + components: - name: tools container: