Skip to content

chore: change website name - #4

Merged
arantespp merged 6 commits into
mainfrom
chore-package-name
Apr 13, 2026
Merged

chore: change website name#4
arantespp merged 6 commits into
mainfrom
chore-package-name

Conversation

@arantespp

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Deploy Outputs

Package Stack Output Key Output Value
@soat/website SoatWebsite-chore-package-name BucketWebsiteURL http://soatwebsite-chore-package-name-staticbucket-cfdwfw1rre6o.s3-website-us-east-1.amazonaws.com

@arantespp
arantespp merged commit ad44d42 into main Apr 13, 2026
3 checks passed
@arantespp
arantespp deleted the chore-package-name branch April 13, 2026 15:08
arantespp added a commit that referenced this pull request Jun 28, 2026
…n fields, trace_id) (#294)

* fix(agents): address UX/docs issues from issue #293

- Fix #1: parseBedrockSecret now treats plain ABSK strings as
  { apiKey: value } instead of silently discarding them

- Fix #2: buildBedrockModel now falls back to config.apiKey when
  no secret is linked, so api_key in the provider config object
  is honoured instead of being silently ignored

- Fix #3: Add PATCH /agents/:agent_id as an alias for PUT, so
  both HTTP methods work for partial agent updates; update OpenAPI
  spec accordingly and regenerate SDK + CLI manifest

- Fix #4: POST and PUT/PATCH /agents reject unknown request body
  fields with 400 "Unknown field(s): ..." to prevent silent data
  loss (e.g. sending prompt instead of instructions)

- Fix #5: recordGenerationFailure now wraps non-DomainErrors in a
  new GENERATION_FAILED DomainError that carries generation_id and
  trace_id in meta, so 500 responses from /agents/:id/generate
  include a trace_id the caller can query for the root cause

- Update ai-providers docs with JSON-format warning and config.api_key note

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JTwheo15iV5tcGGWjk8V1z

* test(generationLifecycle): cover non-Error thrown value to fix branch threshold

Add a test that passes a plain object (not an Error or DomainError) to
recordGenerationFailure, covering the false branch of the instanceof Error
ternary that was sitting below the 70% branch coverage threshold.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JTwheo15iV5tcGGWjk8V1z

---------

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant