Tommy Nguyen

Results 22 issues of Tommy Nguyen

You have done a great work on Kibana and I love to use it. The feature that I think it'll be useful for user is Email Notification. I use Elasticsearch...

This project implements a Model Context Protocol (MCP) server for Trino in Go. It enables AI assistants to access Trino's distributed SQL query engine through standardized MCP tools. https://github.com/tuannvm/mcp-trino

Wouldn't it be better to run `homebrew install kubectl-ai` to get the latest version instead of downloading the binary every time? I’m happy to help with the Homebrew configuration if...

## Summary This update introduces a new `install.sh` script into the repository, enabling streamlined installation of the `kubectl-ai` CLI tool. The script automatically detects the user's OS and architecture, retrieves...

Split from https://github.com/GoogleCloudPlatform/kubectl-ai/issues/145

https://github.com/GoogleCloudPlatform/kubectl-ai/issues/145 ## Overview This pull request adds three comprehensive Kubernetes benchmark scenarios under `k8s-bench/tasks` to extend coverage of everyday cluster operations: 1. __rolling-update-deployment__ 2. __horizontal-pod-autoscaler__ 3. __statefulset-lifecycle__ Each scenario follows...

## Summary This update revises the AI model evaluation report to include detailed success and failure statistics across multiple models, notably GPT-4.1, GPT-4o, and O4-mini. The report provides a clear...

### PR Summary This update refactors the OpenAI client initialization and configuration to improve maintainability and clarity. It involves loading environment variables at package-level during initialization, adjusting model selection logic...

## What happened When you invoke `kubectl-ai` with the OpenAI provider, the CLI buffers the entire completion and only prints it once the model has finished. ## What to expect...

## Summary: This PR introduces configuration options and logic to handle simulated streaming, allowing flexibility when native streaming support is unavailable from certain providers. It adds an environment-aware support check...