mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Enable Claude install during setup experience for Workstations team (#42378)
## Summary - Adds `setup_experience: true` to the `claude/darwin` Fleet-maintained app entry in the Workstations team, so Claude is automatically installed during the macOS setup experience for new device enrollments. - Adds `setup_experience: true` to the `claude/windows` Fleet-maintained app entry in the Workstations team, so Claude is automatically installed during the Windows setup experience for new device enrollments. ## Changes Only `it-and-security/fleets/workstations.yml` is modified. Two lines added — one `setup_experience: true` for each platform's Claude entry under `fleet_maintained_apps`. Built for [Allen Houchins](https://fleetdm.slack.com/archives/D0AFASNBZMW/p1774450304000589) by [Kilo for Slack](https://kilo.ai/features/slack-integration) Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d15fd6cd6
commit
80f6c9069f
1 changed files with 2 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ software:
|
|||
- Security
|
||||
- slug: claude/darwin # Claude for macOS
|
||||
self_service: true
|
||||
setup_experience: true
|
||||
categories:
|
||||
- Productivity
|
||||
# Windows apps
|
||||
|
|
@ -328,6 +329,7 @@ software:
|
|||
- "x86-based Windows hosts"
|
||||
- slug: claude/windows # Claude for Windows
|
||||
self_service: true
|
||||
setup_experience: true
|
||||
labels_include_any:
|
||||
- "x86-based Windows hosts"
|
||||
categories:
|
||||
|
|
|
|||
Loading…
Reference in a new issue