summaryrefslogtreecommitdiffhomepage
path: root/packages/core/src/flag
AgeCommit message (Collapse)Author
2026-05-02Refactor v2 session events as schemas (#24512)Dax
2026-05-02feat: default HTTP API backend to on for dev/beta channelsKit Langton
2026-04-30fix: ensure disabling OPENCODE_DISABLE_CLAUDE_CODE_SKILLS doesnt disable ↵Aiden Cline
external skills too (#25123)
2026-04-25core: consolidate shared infrastructure into core packageDax Raad
Moves effect logging, observability, runtime utilities, flags, installation version info, and process utilities from opencode to core package. This enables better code sharing across packages and establishes core as the single source of truth for foundational utilities. All internal imports updated to use @opencode-ai/core paths for consistency.