cli/pkg
Snider e5e6908416 fix: address PR review comments from CodeRabbit, Copilot, and Gemini
Fixes across 25 files addressing 46+ review comments:

- pkg/ai/metrics.go: handle error from Close() on writable file handle
- pkg/ansible: restore loop vars after loop, restore become settings,
  fix Upload with become=true and no password (use sudo -n), honour
  SSH timeout config, use E() helper for contextual errors, quote git
  refs in checkout commands
- pkg/rag: validate chunk config, guard negative-to-uint64 conversion,
  use E() helper for errors, add context timeout to Ollama HTTP calls
- pkg/deploy/python: fix exec.ExitError type assertion (was os.PathError),
  handle os.UserHomeDir() error
- pkg/build/buildcmd: use cmd.Context() instead of context.Background()
  for proper Ctrl+C cancellation
- install.bat: add curl timeouts, CRLF line endings, use --connect-timeout
  for archive downloads
- install.sh: use absolute path for version check in CI mode
- tools/rag: fix broken ingest.py function def, escape HTML in query.py,
  pin qdrant-client version, add markdown code block languages
- internal/cmd/rag: add chunk size validation, env override handling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 22:33:43 +00:00
..
agentic feat(ai,security,ide): add agentic MVP, security jobs, and Core IDE desktop app 2026-02-03 22:01:36 +00:00
ai fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
ansible fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
build fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
cache docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
cli feat(cli): CLI enhancements (#182) 2026-02-02 07:48:34 +00:00
container docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
deploy fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
devops docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
errors feat(errors): Unify errors and logging (#180) 2026-02-02 06:48:40 +00:00
framework fix(core): add thread-safety to global Core instance (#95) 2026-02-01 16:03:44 +00:00
git feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
help feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
i18n fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
io feat: CI improvements and release channels (#266) 2026-02-03 03:52:09 +00:00
log feat(log): Logging enhancements (#181) 2026-02-02 07:44:29 +00:00
mcp feat(log): Logging enhancements (#181) 2026-02-02 07:44:29 +00:00
process docs(process): add docstrings to Logger interface methods (#97) 2026-02-01 16:12:01 +00:00
rag fix: address PR review comments from CodeRabbit, Copilot, and Gemini 2026-02-03 22:33:43 +00:00
release docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
repos docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00