MCPcopy Create free account
hub / github.com/compozy/agh / ReloadSettings

Method ReloadSettings

internal/cli/client.go:56–56  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

54 GetSettingsUpdate(ctx context.Context) (SettingsUpdateRecord, error)
55 UpdateSettingsSkills(ctx context.Context, request UpdateSettingsSkillsRequest) (SettingsMutationRecord, error)
56 ReloadSettings(ctx context.Context) (SettingsMutationRecord, error)
57 ListSettingsApplyRecords(ctx context.Context, query SettingsApplyHistoryQuery) (SettingsApplyHistoryRecord, error)
58 GetOnboardingStatus(ctx context.Context) (contract.OnboardingStatusResponse, error)
59 CompleteOnboarding(ctx context.Context) (contract.OnboardingStatusResponse, error)

Callers 2

newConfigReloadCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected