Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func System() string + type Suggestion struct + Confidence float64 + Source string + Text string + func GenerateFromHistory(history []string, currentInput string) []Suggestion + type SuggestionService struct + func NewSuggestionService() *SuggestionService + func (s *SuggestionService) Abort() + func (s *SuggestionService) GetSuggestions() []Suggestion + func (s *SuggestionService) IsEnabled() bool + func (s *SuggestionService) SetEnabled(enabled bool) + func (s *SuggestionService) UpdateContext(lastAssistant string, ...)