You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Excluded column to catalog and [EXCLUDED] indicator to LIST
- Add Excluded BOOLEAN column to microflows and pages catalog tables
- Populate Excluded from parsed BSON during catalog refresh
- Show [EXCLUDED] suffix in LIST MICROFLOWS and LIST PAGES output
Users can now query excluded documents:
SELECT * FROM CATALOG.microflows WHERE Excluded = 1;
SELECT * FROM CATALOG.pages WHERE Excluded = 1;
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments