Adrian Cole

Results 419 issues of Adrian Cole

## Summary * OS: linux * Type: wheels ## Description I use llama-index, and alpine+aarch64 (e.g. running on MacOS) needed wheels for grpcio, tiktoken and psutil. [grpcio is now sorted](https://github.com/grpc/grpc/releases/tag/v1.71.0)...

enhancement
linux
wheels

## Summary This improves the OpenTelemetry implementation such that it correctly creates distributed traces. This focuses on trace propagation, both to LLM providers (HTTP headers) and MCP servers (request metadata)....

## Summary Adds `goose-session-id` header to HTTP requests and `_meta.goose-session-id` to MCP operations when a session exists. Enables external observability tools like Envoy AI Gateway to correlate requests by session...

## Summary Skip auto-generating session names when the user explicitly provides one. This respects user intent and eliminates unnecessary inference calls. This also made a change which I believe not...

## Summary Fix ACP fs delegation error handling: convert RESOURCE_NOT_FOUND errors to Node.js ENOENT format when reading files via client delegation. ## Details When clients advertise `fs.readTextFile` capability, gemini-cli delegates...

## Summary Disables `enableMessageBusIntegration` when `--experimental-acp` is set, fixing a 30s delay before tool confirmation in ACP mode. ## Details ### Problem In ACP mode, every tool requiring confirmation waits...

## Summary Handle InvalidStreamError after sending functionResponse in ACP mode by treating it as a successful end of turn. ## Details ### Problem In ACP mode, the Gemini model sometimes...

I would expect `time.Now` to return a monotonic clock reading, so that `time.Since` duration can be precise. However, I traced it when building to wasi, and it seems only the...

wasm

## Summary ACP mode does not receive SIGTERM/SIGINT signals like interactive mode, the best signal is STDIN being closed. Run exit cleanup on that to flush telemetry. Tested with: `npm...

**Commit Message**: access_log: add OTLP/HTTP exporter to OpenTelemetry access logger **Additional Description**: Adds HTTP transport support to the OpenTelemetry access logger, complementing #29207 (OTLP/HTTP tracing). This enables direct OTLP log...

api