Skip to content

release: nys summit#1547

Merged
Hweinstock merged 11 commits into
mainfrom
nys/release
Jun 17, 2026
Merged

release: nys summit#1547
Hweinstock merged 11 commits into
mainfrom
nys/release

Conversation

@Hweinstock

Copy link
Copy Markdown
Contributor

public release of features for NYS.

@github-actions github-actions Bot added agentcore-harness-reviewing AgentCore Harness review in progress size/xl PR size: XL labels Jun 17, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.19.0.tgz

How to install

gh release download pr-1547-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.19.0.tgz

@github-actions github-actions Bot added size/xl PR size: XL and removed size/xl PR size: XL agentcore-harness-reviewing AgentCore Harness review in progress labels Jun 17, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot added claude-security-reviewing Claude Code /security-review in progress and removed claude-security-reviewing Claude Code /security-review in progress labels Jun 17, 2026
@github-actions github-actions Bot added size/xl PR size: XL and removed size/xl PR size: XL labels Jun 17, 2026
Comment thread .github/workflows/e2e-tests-full.yml Outdated
Comment on lines -2328 to -2344
},
"payments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 48,
"pattern": "^[a-zA-Z][a-zA-Z0-9]{0,47}$"
},
"authorizerType": {
"default": "AWS_IAM",
"type": "string",
"enum": ["AWS_IAM", "CUSTOM_JWT"]
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why this was deleted but it exists on public main https://github.com/aws/agentcore-cli/blob/main/schemas/agentcore.schema.v1.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit acf34c4

@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 36.77% 13434 / 36533
🔵 Statements 36.07% 14287 / 39609
🔵 Functions 31.2% 2285 / 7322
🔵 Branches 30.53% 8865 / 29037
Generated in workflow #3661 for commit 88b014a by the Vitest Coverage Report Action

@github-actions github-actions Bot removed the size/xl PR size: XL label Jun 17, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Jun 17, 2026
The build-and-test schema-check gate blocks any direct edit to
schemas/agentcore.schema.vN.json — the JSON schema is regenerated by
the release workflow (release.yml step 'Regenerate JSON schema' runs
node scripts/generate-schema.mjs) and committed during release, never
by hand on a release PR.

Revert this branch's hand-edited schema diff back to main. The release
workflow will regenerate it from the source-of-truth Zod schemas in
src/schema/ when this PR runs through the actual release flow.
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Jun 17, 2026
@github-actions github-actions Bot added size/xl PR size: XL and removed size/xl PR size: XL labels Jun 17, 2026
"filesystemConfigurations": {
"type": "array",
"items": {
"anyOf": [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did file system configuration schema get removed?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure but I was added it here acf34c4

I made the change so that it is exactly the same as main.

We should not be manually updating this file https://github.com/aws/agentcore-cli/blob/main/schemas/agentcore.schema.v1.json since it is auto-generated with any schema changes during releases. https://github.com/aws/agentcore-cli/blob/main/.github/workflows/release.yml#L124

@github-actions github-actions Bot added size/xl PR size: XL and removed size/xl PR size: XL labels Jun 17, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot added claude-security-reviewing Claude Code /security-review in progress and removed claude-security-reviewing Claude Code /security-review in progress labels Jun 17, 2026
Comment thread .github/workflows/lint.yml
@github-actions github-actions Bot added size/xl PR size: XL and removed size/xl PR size: XL labels Jun 17, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot added claude-security-reviewing Claude Code /security-review in progress and removed claude-security-reviewing Claude Code /security-review in progress labels Jun 17, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: the review did not actually analyze this PR (model took 0 turns — the skill likely failed during setup). See the run for details; a later push or re-run is needed for a real review.

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Jun 17, 2026
@Hweinstock Hweinstock marked this pull request as ready for review June 17, 2026 17:23
@Hweinstock Hweinstock requested a review from a team June 17, 2026 17:23
@Hweinstock

Copy link
Copy Markdown
Contributor Author

E2E Tests already ran in staging environment, and will run again before release.

@Hweinstock Hweinstock merged commit 845c1bd into main Jun 17, 2026
29 of 32 checks passed
@Hweinstock Hweinstock deleted the nys/release branch June 17, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xl PR size: XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants