Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunTUI ¶ added in v0.1.24
func RunTUI(rt Runtime, opts RunOptions) error
Types ¶
type RunOptions ¶ added in v0.1.26
type RunOptions struct {
ResumeMenu bool
}
type Runtime ¶ added in v0.1.26
type Runtime interface {
Events() <-chan protocol.Event
Dispatch(protocol.Intent)
Close()
SessionID() string
Model() string
ReasoningEffort() string
ThinkingEnabled() bool
ViewMode() string
ShowReasoning() bool
SetViewMode(string) error
SkillSuggestions() []protocol.SkillView
PrepareOpenCommand(string) (string, *exec.Cmd, error)
}
Source Files
¶
- btw_panel.go
- chat_list.go
- chat_mouse.go
- chat_notices.go
- chat_status.go
- chat_tools.go
- chat_transcript.go
- chat_view.go
- chat_viewport.go
- diff_metadata.go
- enhanced_input.go
- enhanced_input_unix.go
- exploration_view.go
- file_suggestions.go
- focus_tool_summary.go
- focus_view.go
- frame_debug.go
- git_branch.go
- header.go
- help.go
- history_nav.go
- hydration.go
- hydration_helpers.go
- logs_diff.go
- mcp_display.go
- model.go
- model_event_handlers.go
- model_events.go
- model_keys.go
- model_keys_chat.go
- model_keys_modals.go
- model_prompt.go
- model_service_actions.go
- native_scrollback.go
- open_command.go
- picker_style.go
- plugins.go
- render.go
- render_approval.go
- render_busy.go
- render_cache.go
- render_footer.go
- render_layout.go
- render_pickers.go
- review.go
- review_load.go
- review_picker.go
- review_render.go
- rewind.go
- run.go
- runtime.go
- session_picker.go
- skills.go
- slash.go
- terminal_program_unix.go
- tool_result_envelope.go
- tool_result_summary.go
- windows_paste_burst.go
- windows_paste_fallback.go
- workflow_launch.go
- workflow_panel.go
- workflow_panel_format.go
- workflow_panel_keys.go
- workflow_panel_render.go
- worktree_exit.go
Click to show internal directories.
Click to hide internal directories.