- 🐳 Update `.dockerignore` to include `README.md`
Exclude additional Docker-related files for cleaner builds.
- 🔧 Modify `HealthController.cs` to use `IRestApiWrapper`
Enhance health check functionality with REST API integration.
- 🐋 Change exposed port in `Dockerfile` to `5245`
Update build process to use configuration arguments.
- 📦 Upgrade `Refit` package to version `7.2.1`
Add `Refit.Newtonsoft.Json` for improved JSON handling.
- 📜 Add using directives in `Brizco.Infrastructure.csproj`
Include necessary namespaces for new functionality.
- 🔗 Update `IRestApiWrapper` to include `IMetisRestApi`
Enhance API wrapper with new Metis API integration.
- 🛠️ Create `launch.json` for .NET Core debugging
Simplify debugging process with Docker settings.
- 📝 Add `tasks.json` for build and publish tasks
Define tasks for building, publishing, and Docker operations.
- 🤖 Introduce `AiController.cs` for AI chat bot endpoint
Implement endpoint to handle chat requests using REST API.
- 📂 Update `AiCommands.cs` with correct namespace
Ensure proper organization and access to commands.
- 🆕 Add new data classes for AI functionality
Introduce `CreateSessionRequestDto`, `MetisMessageRequest`, etc.
- 📡 Create `IMetisRestApi` interface for chat sessions
Define API endpoints for managing chat interactions.
---
Changes made by Amir.h Khademi