Module: RubyCoded::Chat

Defined in:
lib/ruby_coded/chat/app.rb,
lib/ruby_coded/chat/state.rb,
lib/ruby_coded/chat/renderer.rb,
lib/ruby_coded/chat/llm_bridge.rb,
lib/ruby_coded/chat/model_filter.rb,
lib/ruby_coded/chat/input_handler.rb,
lib/ruby_coded/chat/state/messages.rb,
lib/ruby_coded/chat/command_handler.rb,
lib/ruby_coded/chat/state/scrollable.rb,
lib/ruby_coded/chat/state/token_cost.rb,
lib/ruby_coded/chat/app/event_dispatch.rb,
lib/ruby_coded/chat/renderer/chat_panel.rb,
lib/ruby_coded/chat/renderer/status_bar.rb,
lib/ruby_coded/chat/state/plan_tracking.rb,
lib/ruby_coded/chat/llm_bridge/plan_mode.rb,
lib/ruby_coded/chat/state/model_selection.rb,
lib/ruby_coded/chat/renderer/model_selector.rb,
lib/ruby_coded/chat/renderer/plan_clarifier.rb,
lib/ruby_coded/chat/state/message_assistant.rb,
lib/ruby_coded/chat/state/tool_confirmation.rb,
lib/ruby_coded/chat/plan_clarification_parser.rb,
lib/ruby_coded/chat/renderer/chat_panel_input.rb,
lib/ruby_coded/chat/input_handler/modal_inputs.rb,
lib/ruby_coded/chat/llm_bridge/streaming_retries.rb,
lib/ruby_coded/chat/renderer/chat_panel_thinking.rb,
lib/ruby_coded/chat/state/message_token_tracking.rb,
lib/ruby_coded/chat/command_handler/plan_commands.rb,
lib/ruby_coded/chat/llm_bridge/tool_call_handling.rb,
lib/ruby_coded/chat/command_handler/agent_commands.rb,
lib/ruby_coded/chat/command_handler/model_commands.rb,
lib/ruby_coded/chat/command_handler/token_commands.rb,
lib/ruby_coded/chat/renderer/plan_clarifier_layout.rb,
lib/ruby_coded/chat/input_handler/normal_mode_input.rb,
lib/ruby_coded/chat/command_handler/history_commands.rb,
lib/ruby_coded/chat/command_handler/token_formatting.rb

Defined Under Namespace

Modules: ModelFilter, PlanClarificationParser Classes: App, CommandHandler, InputHandler, LLMBridge, Renderer, State