mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(coderd/database): add error columns to aibridge interception records (#26960)
Adds a nullable `aibridge_interception_error_type` enum and an `error_message` column to `aibridge_interceptions`, so a failed interception's terminal upstream error can be persisted. Schema only: the write path and API exposure land in the stacked backend PR. *This PR was produced by opencode (agent) using the `anthropic/claude-opus-4-8` model, under human direction and review.*
This commit is contained in:
@@ -261,6 +261,7 @@ sql:
|
||||
latest_build_has_ai_task: LatestBuildHasAITask
|
||||
cors_behavior: CorsBehavior
|
||||
aibridge_interception: AIBridgeInterception
|
||||
aibridge_interception_error_type: AIBridgeInterceptionErrorType
|
||||
aibridge_tool_usage: AIBridgeToolUsage
|
||||
aibridge_token_usage: AIBridgeTokenUsage
|
||||
aibridge_user_prompt: AIBridgeUserPrompt
|
||||
|
||||
Reference in New Issue
Block a user