Skip to content

Commit ca9480e

Browse files
akurinnoyclaude
andauthored
fix: add starterProjects to AI stacks for command palette visibility (#704)
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. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e79b32 commit ca9480e

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

stacks/hermes/1.0.0/devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ metadata:
3232
attributes:
3333
controller.devfile.io/storage-type: per-workspace
3434

35+
starterProjects:
36+
- name: hermes-agent
37+
git:
38+
remotes:
39+
origin: https://github.com/che-incubator/hermes-placeholder.git
40+
3541
components:
3642
- name: tools
3743
container:

stacks/openclaw/1.0.0/devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ metadata:
3232
attributes:
3333
controller.devfile.io/storage-type: per-workspace
3434

35+
starterProjects:
36+
- name: openclaw
37+
git:
38+
remotes:
39+
origin: https://github.com/che-incubator/openclaw-placeholder.git
40+
3541
components:
3642
- name: tools
3743
container:

stacks/picoclaw/1.0.0/devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ metadata:
3131
attributes:
3232
controller.devfile.io/storage-type: per-workspace
3333

34+
starterProjects:
35+
- name: picoclaw
36+
git:
37+
remotes:
38+
origin: https://github.com/sipeed/picoclaw.git
39+
3440
components:
3541
- name: tools
3642
container:

stacks/zeroclaw/1.0.0/devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ metadata:
3030
attributes:
3131
controller.devfile.io/storage-type: per-workspace
3232

33+
starterProjects:
34+
- name: zeroclaw
35+
git:
36+
remotes:
37+
origin: https://github.com/zeroclaw-labs/zeroclaw.git
38+
3339
components:
3440
- name: tools
3541
container:

0 commit comments

Comments
 (0)