Module: RubyCoded::Chat::LLMBridge::PlanMode

Included in:
RubyCoded::Chat::LLMBridge
Defined in:
lib/ruby_coded/chat/llm_bridge/plan_mode.rb

Overview

Plan mode configuration, auto-switching to agent, and clarification handling.

Constant Summary collapse

IMPLEMENTATION_PATTERNS =
[
  /\bimplement/i,
  /\bgo ahead/i,
  /\bproceed/i,
  /\bexecut/i,
  /\bejecutar?/i,
  /\bcomenz/i,
  /\bcomienz/i,
  /\bhazlo/i,
  /\bconstru[iy]/i,
  /\badelante/i,
  /\bdale\b/i,
  /\bdo it/i,
  /\bbuild it/i
].freeze