Skip to content

[Bedrock] Add webview messages for discovery and probing #315

Description

@edelauna

Which API Provider are you using?

AWS Bedrock

Which Model are you using?

Bedrock settings webview

What happened?

The extension/webview message contract needs request-correlated flows for Bedrock discovery and max-output-token probing.

Steps to reproduce

  1. Review the webview message handler changes proposed in [ENHANCEMENT] Improve Amazon Bedrock support #125.
  2. Add request/response messages for discovery and max-token probing.
  3. Return errors through the message response path.

Relevant API REQUEST output

N/A

Additional context

Parent issue: #124
Source PR: #125
Story point estimate: 1

Suggested PR group: PR 3 - discovery/settings UI

Acceptance criteria:

  • Discovery requests reply with matching request ID and discovered targets or error.
  • Max-token probe requests reply with matching request ID and probe result or error.
  • Errors are returned through the message response path instead of silently failing.
  • Tests or focused coverage prove message-handler routing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions