Skip to content

add vision config to health command#141

Merged
theantichris merged 7 commits intomainfrom
feat/issue-131/add-vision-to-health
Nov 20, 2025
Merged

add vision config to health command#141
theantichris merged 7 commits intomainfrom
feat/issue-131/add-vision-to-health

Conversation

@theantichris
Copy link
Owner

Closes #131

@theantichris theantichris added this to the Root Command UX & Inputs milestone Nov 20, 2025
@theantichris theantichris self-assigned this Nov 20, 2025
@theantichris theantichris added the enhancement New feature or request label Nov 20, 2025
Copilot AI review requested due to automatic review settings November 20, 2025 00:01
@github-project-automation github-project-automation bot moved this to Backlog in theantichris Nov 20, 2025
@theantichris theantichris moved this from Backlog to In review in theantichris Nov 20, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds vision model configuration display to the health command, addressing issue #131. It introduces vision model status checks alongside the existing chat model validation.

  • Adds vision model and vision system prompt display in health diagnostics
  • Updates health command to check both chat and vision models separately
  • Fixes TOML configuration key from vision.system to vision.system_prompt

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.

File Description
internal/cmd/main.go Corrects TOML configuration key for vision system prompt
internal/cmd/health.go Adds vision model configuration display and separate status checking for both chat and vision models
README.md Updates documentation to reflect vision model support in health command and fixes configuration key
internal/cmd/testdata/TestHealth/*.golden Updates test expectations to include vision model configuration and status

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 20, 2025 00:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@theantichris theantichris merged commit 8c81fbd into main Nov 20, 2025
5 checks passed
@theantichris theantichris deleted the feat/issue-131/add-vision-to-health branch November 20, 2025 00:15
@github-project-automation github-project-automation bot moved this from In review to Done in theantichris Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Update health command for vision

2 participants