Skip to content

Conversation

@djthorpe
Copy link
Member

@djthorpe djthorpe commented Sep 7, 2025

This PR removes numerous API client packages and command-line utilities, significantly simplifying the repository and reducing dependencies. The focus shifts from a multi-purpose tool to a more targeted client library.

Key changes:

  • Removed API clients for AI/LLM services (OpenAI, Anthropic, Mistral, Ollama)
  • Removed speech and media API clients (Elevenlabs)
  • Removed authentication and agent command-line tools
  • Updated module dependencies and reduced external packages
  • Resolves isssue Home Assistant: Unmarshaling error for selector #45

Copilot AI review requested due to automatic review settings September 7, 2025 05:53
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 removes numerous API client packages and command-line utilities, significantly simplifying the repository and reducing dependencies. The focus shifts from a multi-purpose tool to a more targeted client library.

Key changes:

  • Removed API clients for AI/LLM services (OpenAI, Anthropic, Mistral, Ollama)
  • Removed speech and media API clients (Elevenlabs)
  • Removed authentication and agent command-line tools
  • Updated module dependencies and reduced external packages

Reviewed Changes

Copilot reviewed 82 out of 83 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
go.mod Reduced dependencies and updated Go version to 1.24.0
cmd/api/main.go Simplified signal handling using standard library
pkg/homeassistant/services.go Changed Min/Max field types from int to float32
pkg/multipart/multipart.go Added nil pointer checks for field processing
README.md Updated to reflect reduced scope of client packages

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@djthorpe djthorpe self-assigned this Sep 7, 2025
@djthorpe djthorpe added the bug Something isn't working label Sep 7, 2025
@djthorpe djthorpe merged commit e13e84e into main Sep 7, 2025
4 checks passed
@djthorpe djthorpe deleted the dev branch September 7, 2025 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants