← All repositories

anomalycoopencode

107,154 stars10,545 forksTypeScriptmit0 views
opencode.ai

Opencode

Features

  • Agent ConfigurationsAgent behavior is defined via structured configuration files, supporting parameters for response creativity and execution limits to manage resource usage.
  • MCP Server ControlsGranular control over tool availability using global or agent-specific settings and pattern-based filtering for secure tool execution.
  • Action Resolution PoliciesA policy system defining whether tool actions are automatically permitted, require user approval, or are blocked by default.
  • Data Security ArchitecturesA security-focused architecture that avoids storing code or context, processing data locally or via direct API calls to trusted providers.
  • Model Selection StrategiesA model-selection system that determines the active model based on a priority hierarchy of command-line flags, configuration files, and usage history.
  • Command ConfigurationsCustomizable command behavior supporting model overrides, agent assignment, subtask triggering, and descriptive metadata for command-line interfaces.
  • Structured Output HandlersSDK support for requesting validated structured data from models, including automated retry logic and error handling for reliable parsing.