mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-04 22:40:14 +00:00
Remove OpenCode references
This commit is contained in:
parent
3b836387e9
commit
ecc31730f6
19 changed files with 154 additions and 184 deletions
|
|
@ -195,8 +195,8 @@ func Run(ctx context.Context, version string) error {
|
|||
// Start AI patrol service for background infrastructure monitoring
|
||||
router.StartPatrol(ctx)
|
||||
|
||||
// Start OpenCode AI service (when UseOpenCode is enabled in config)
|
||||
router.StartOpenCodeAI(ctx)
|
||||
// Start AI chat service
|
||||
router.StartAIChat(ctx)
|
||||
|
||||
// Wire alert-triggered AI analysis
|
||||
router.WireAlertTriggeredAI()
|
||||
|
|
@ -304,8 +304,8 @@ shutdown:
|
|||
log.Error().Err(err).Msg("Server shutdown error")
|
||||
}
|
||||
|
||||
// Stop OpenCode AI service (kills sidecar process group)
|
||||
router.StopOpenCodeAI(shutdownCtx)
|
||||
// Stop AI chat service (kills sidecar process group)
|
||||
router.StopAIChat(shutdownCtx)
|
||||
|
||||
cancel()
|
||||
reloadableMonitor.Stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue