Pulse/internal/dockeragent
rcourtman ae1c39960f fix: Remove duplicate AI chat response streaming (issue #947)
Content was being streamed twice:
1. During each iteration of the tool loop (intended for intermediate feedback)
2. Again after the loop ended with finalContent (redundant)

This caused duplicate responses when using Ollama and other providers.
2025-12-29 09:18:05 +00:00
..
agent.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
agent_collect_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
agent_cpu_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
agent_flow_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
agent_http_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
agent_integration_test.go chore: snapshot current changes 2025-11-02 22:47:55 +00:00
agent_internal_test.go style: Apply gofmt to 37 files 2025-12-02 17:21:48 +00:00
agent_log_test.go Improve agent update logging and installer warnings (related to #737) 2025-11-23 22:07:37 +00:00
container_update.go fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
container_update_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
deps.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
docker_client.go fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
env_mask_test.go feat: Display environment variables for Docker containers 2025-12-25 23:52:57 +00:00
registry.go polish: Improve update detection edge cases and UX 2025-12-27 18:14:27 +00:00
registry_coverage_test.go fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
registry_http_test.go fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
registry_test.go feat: Implement unified update detection system (Phase 1) 2025-12-27 17:58:38 +00:00
runtime_coverage_test.go feat: Add Docker container update capability 2025-12-29 09:00:40 +00:00
self_update_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
swarm.go fix: remove ineffectual assignments 2025-11-27 09:48:29 +00:00
swarm_coverage_test.go fix: Remove duplicate AI chat response streaming (issue #947) 2025-12-29 09:18:05 +00:00
swarm_test.go Add unit tests for Docker swarm utility functions (dockeragent) 2025-11-30 05:32:52 +00:00
system.go fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
system_coverage_test.go feat: Add Docker container update capability 2025-12-29 09:00:40 +00:00
systemd_test.go feat: Add Docker container update capability 2025-12-29 09:00:40 +00:00
test_helpers_test.go feat: Add Docker container update capability 2025-12-29 09:00:40 +00:00
version.go Fix critical version embedding issues for 4.26 release 2025-11-06 11:42:52 +00:00