Skip to content

Commit 777afbf

Browse files
committed
feat: include ai in default tier preset; add notification platform ADR
1 parent 9279b35 commit 777afbf

3 files changed

Lines changed: 540 additions & 1 deletion

File tree

.changeset/ai-default-tier.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@objectstack/cli': minor
3+
---
4+
5+
Include `ai` in the `default` tier preset so `AIServicePlugin` is auto-registered for every stack that opts into the default tier (i.e. any `defineStack` that doesn't override `requires`). Previously AI routes (`/api/v1/ai/*`) only mounted when a stack explicitly listed `'ai'` in `requires` or ran the `full` preset; now they're on by default, matching `i18n`/`ui`/`auth`. The auto-registration block already fails silently if `@objectstack/service-ai` isn't installed, so apps without the package are unaffected.

0 commit comments

Comments
 (0)