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/codex_bridge.rb,
lib/ruby_coded/chat/codex_models.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/login_flow.rb,
lib/ruby_coded/chat/state/scrollable.rb,
lib/ruby_coded/chat/state/token_cost.rb,
lib/ruby_coded/chat/app/login_handler.rb,
lib/ruby_coded/chat/app/oauth_handler.rb,
lib/ruby_coded/chat/app/event_dispatch.rb,
lib/ruby_coded/chat/renderer/chat_panel.rb,
lib/ruby_coded/chat/renderer/login_flow.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/state/login_flow_steps.rb,
lib/ruby_coded/chat/codex_bridge/sse_parser.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/codex_bridge/token_manager.rb,
lib/ruby_coded/chat/codex_bridge/tool_approval.rb,
lib/ruby_coded/chat/codex_bridge/tool_handling.rb,
lib/ruby_coded/chat/input_handler/login_inputs.rb,
lib/ruby_coded/chat/input_handler/modal_inputs.rb,
lib/ruby_coded/chat/renderer/login_flow_layout.rb,
lib/ruby_coded/chat/codex_bridge/error_handling.rb,
lib/ruby_coded/chat/codex_bridge/request_builder.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/login_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: CodexModels, ModelFilter, PlanClarificationParser Classes: App, CodexAPIError, CodexBridge, CommandHandler, InputHandler, LLMBridge, Renderer, State