blinkagent[bot]
blinkagent[bot]
Fixes #21070 ## Description The `POST /api/v2/files` endpoint returns `200 OK` when a file with the same hash already exists (idempotent upload behavior), but the API documentation only documented the...
## Description The API documentation for the "Upload file" endpoint (`POST /api/v2/files`) states that it returns `201 Created`, but the actual implementation can return either: - `200 OK` - when...
## Problem When viewing Terraform logs during workspace start/stop/update operations, the output only shows that resources are being changed but doesn't provide details on *what* is actually changing. ### Customer...
## Problem In the AI Bridge request logs view, very long prompts are displayed in full, making the table difficult to read and navigate. ## Current Behavior The "Prompt" column...
## Description The user search dropdown/typeahead for Tasks is broken. It doesn't seem to work beyond typing one letter. See https://codercom.slack.com/archives/C09H8LRLG8K/p1764612907541919 for more info. ## Steps to Reproduce 1. Navigate...
## Problem The agentapi chat interface in the sidebar has insufficient minimum width, causing chat messages to wrap and be cut off visually. This affects the UI appearance, especially when...
## Problem When updating workspace parameters in the Workspace Settings page, monotonic validation (for `validation_monotonic = "increasing"` or `"decreasing"`) is not enforced in the UI. Users can enter values that...
### Feature Request Currently, there is no CLI command or convenient API method to retrieve a list of all available template parameters with their types, defaults, and validation rules. ###...
## Summary When creating a Task from a template that has required parameters without default values (e.g., `anthropic_api_key`), the task creation fails with a parameter validation error. The Tasks UI...
## Description The bulk-selection interface doesn't enable productive bulk selection. When holding Shift and clicking a checkbox that is more than 1 row away, only the clicked checkbox is checked...