tide¶
Terminal IDE. Go; ships as a 15 MB container image from ghcr.io/llamaclaw/tide.
Source: llamaclaw/tide.
The reference below is gomarkdoc output captured at build time from the
current dev branch of llamaclaw/tide. Every exported identifier
(types, constants, functions, methods) is documented from the source.
- llamaclaw-tide
- Index
- Variables
- func Ask
- func CopyToClipboard
- func ExecLanguage
- func FindPython
- func HandleCLICommand
- func Highlight
- func HighlightOutput
- func HighlightPython
- func HighlightR
- func PopScreen
- func PushScreen
- func RunPython
- func RunPythonCode
- func RunPythonModule
- func StreamAsk
- func StreamOllamaRaw
- type AppModel
- type ChatModel
- type DatasetModel
- type DoctorModel
- type HardwareInfo
- type HelpModel
- type HistoryEntry
- type HomeModel
- type IDEModel
- type LLMConfig
- type LLMProvider
- type Language
- type MigrationModel
- type PetState
- type PipelineModel
- type ScreenLayout
- func NewScreenLayout
- func (ScreenLayout) CenterContent
- func (ScreenLayout) ContentWidth
- func (ScreenLayout) Header
- func (ScreenLayout) InputHeight
- func (ScreenLayout) LeftWidth
- func (ScreenLayout) PanelHeight
- func (ScreenLayout) PanelInnerWidth
- func (ScreenLayout) RightWidth
- func (ScreenLayout) SinglePanel
- func (ScreenLayout) SplitPanels
- func (ScreenLayout) StatusBar
- func (ScreenLayout) ViewportHeight
- type SessionHistory
- func NewSessionHistory
- func (*SessionHistory) Add
- func (*SessionHistory) All
- func (*SessionHistory) Clear
- func (*SessionHistory) CopyAll
- func (*SessionHistory) CopyErrors
- func (*SessionHistory) CopyInputs
- func (*SessionHistory) CopyLastN
- func (*SessionHistory) CopyLastNErrors
- func (*SessionHistory) CopyOutputs
- func (*SessionHistory) Errors
- func (*SessionHistory) Inputs
- func (*SessionHistory) LastN
- func (*SessionHistory) LastNErrors
- func (*SessionHistory) Outputs
- func (*SessionHistory) Summary
- type SettingsModel
- type StatsModel
- type TamagotchiModel
- type TreeModel
- type TreeNode
- type VarBridge