Merge pull request #88 from amDosion/feat/enable-schedule-remote-agents

feat: enable /schedule by adding AGENT_TRIGGERS_REMOTE to default features
This commit is contained in:
Dosion
2026-04-03 20:07:21 +08:00
committed by GitHub
parent 4c5a12228c
commit eb86e34094
2 changed files with 7 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ const defineArgs = Object.entries(defines).flatMap(([k, v]) => [
// Bun --feature flags: enable feature() gates at runtime.
// Default features enabled in dev mode.
const DEFAULT_FEATURES = ["BUDDY", "TRANSCRIPT_CLASSIFIER", "BRIDGE_MODE"];
const DEFAULT_FEATURES = ["BUDDY", "TRANSCRIPT_CLASSIFIER", "BRIDGE_MODE", "AGENT_TRIGGERS_REMOTE"];
// Any env var matching FEATURE_<NAME>=1 will also enable that feature.
// e.g. FEATURE_PROACTIVE=1 bun run dev