Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,112 @@

All notable changes to this project will be documented in this file.

## [1.0.0-preview.1] - 2026-04-22

### Added
- feat: upgrade @aws/agentinspector to 0.2.0 (#919) (35ec0c1)
- feat: support preview releases from feature branches (#905) (1a93f92)
- feat: add AG-UI (AGUI) as fourth first-class protocol mode (#858) (52144dc)
- feat: remove inline_function tool approval — all tools execute automatically (#119) (06deb79)
- feat: make update command aware of preview dist-tag (#118) (b8691c3)
- feat: add Custom JWT inbound auth support for harnesses (#109) (54b3f4e)
- feat: skip deploy when project config unchanged (#111) (fc764a6)
- feat: add --with-invoke-script and tools in TUI wizard (#105) (25466d3)
- feat: auto-deploy resources before dev server starts (#101) (202b7e9)
- feat: add session storage support for harnesses (#102) (c1d97f8)
- feat: add tool management commands for harnesses (#100) (26ea7b1)
- feat: add --harness support to traces and logs commands (#98) (765f9d5)
- feat: display harnesses in status screen (#96) (7a5305c)
- feat: add session filesystem storage support (#893) (b97e337)
- feat: add container support to harness create/add (#93) (10d8dd8)
- feat: add harness validation to validate command (#91) (08e4f2f)
- feat: add harness invoke support to CLI and TUI (#89) (c87c8af)
- feat: harness create/add with deploy and bug fixes (#90) (e77dc2d)
- feat: harness deploy support (#87) (cf762bd)
- feat: add shared SigV4 API client and Harness HTTP operations (#84) (89fed85)
- feat: add sync workflow (d15ce2e)

### Fixed
- fix: update asset snapshots and fix useDevDeploy skip test (#921) (1bde086)
- fix: use nullish coalescing operator in CreateScreen (#918) (e850c9e)
- fix: revert vended CDK dep to ^0.1.0-alpha.19 (#910) (34b41e7)
- fix: show tools in harness review screen and wire up invoke --tools (#127) (7889e84)
- fix: align harness networkConfiguration with Smithy model (#126) (5f6f98c)
- fix: align harness model config with Smithy API and add invoke overrides (#122) (34b7639)
- fix: harness bug bash fixes — status duplicate, provider names, session storage, fetch access (#123) (3115e02)
- fix: avoid double JSON parse in harness invocation, extract parseToolResponseRequest (#125) (969cfe6)
- fix: add deploy hash check to CLI deploy path (#120) (4fe3ab7)
- fix: harness add bugs - no deploy, project name prefix, interactive mode (#116) (1c74d43)
- fix: auto-populate aws-targets.json on dev deploy (#117) (df03fe5)
- fix: harness TUI copy and usability improvements (#113) (ddfbfdb)
- fix: add harness to TUI remove flow and CLI status output (#112) (5d625a5)
- fix: TUI deploy not persisting deployed state (#110) (c2e206e)
- fix: add default memory strategies to harness memory creation (#108) (d9d1f81)
- fix: agentcore add component opens component wizard directly (#896) (74a35cb)
- fix: harness deploy bugfixes and model update (#99) (47882d0)
- fix: propagate sessionId as A2A contextId in Inspector proxy (#892) (08d452e)
- fix: make harnesses field optional in AgentCoreProjectSpec (#86) (62c432c)
- fix: codeql permissions (05258f3)
- fix: only sync to main branch (2acb841)
- fix: formatting (7d35986)

### Documentation
- docs: add harness documentation and fix inline_function help text (#124) (1a1de9b)
- docs: update vended AGENTS.md, README.md, and llm-context references (#898) (84a6dde)

### Other Changes
- Revert "chore: bump version to 1.0.0-preview.1.0 (#922)" (454967a)
- chore: merge main into feat/harness-implementation (b28a542)
- chore: bump version to 1.0.0-preview.1.0 (#922) (05570b9)
- fix(invoke): show full session ID and print resume command on exit (#904) (ce683c0)
- chore: bump version to 1.0.0-preview.0 and pin agentcore-cdk to alpha.20 (#128) (2c42299)
- Move Memory out of Advanced settings in harness wizard (#121) (5917220)
- removing bad files (971004c)
- fix(tui): polish harness wizard ordering, help text, and summary (#115) (dd2c8b1)
- avi harness progress (#114) (aa4e8b9)
- chore: remove preview bump type from release workflow (#847) (13f16d3)
- chore: remove single-commit-must-match-PR-title validation (#897) (4d7da2f)
- Merge origin/feat/harness-implementation and fix eslint errors (2ea3b6b)
- Merge remote-tracking branch 'origin/main' into feat/harness-implementation (5046f61)
- chore: sync main with public/main (7e836e4)
- fix(invoke): pass session ID to local invoke log files (#894) (e966cb6)
- chore(schema): regenerate JSON schema with harnesses registry (902c95c)
- feat(schema): add harnesses[] registry to AgentCoreProjectSpec (9eab540)
- chore: sync main with public/main (49932f2)
- feat(schema): add Harness primitive schema definitions (#85) (9151a14)
- chore: sync main with public/main (c5e80ca)
- chore: sync main with public/main (d3ad7f8)
- chore: sync main with public/main (874814a)
- chore: sync main with public/main (7877ead)
- chore: sync main with public/main (eeb444c)
- chore: sync main with public/main (ff86dc1)
- chore: sync main with public/main (50b389a)
- chore: sync main with public/main (b1f9711)
- chore: sync main with public/main (5d4bd38)
- chore: sync main with public/main (e9ab06e)
- chore: sync main with public/main (08872f5)
- chore: sync main with public/main v0.8.0 (63e05fd)
- chore: sync main with public/main (493e1f9)
- chore: sync main with public/main (5af06f5)
- chore: sync main with public/main (832a5c3)
- chore: sync main with public/main (584fd0e)
- fix(ci): exclude .github/workflows/ from public repo sync (#54) (37a0ff8)
- Merge remote-tracking branch 'public/main' (d3f6c81)
- chore: sync main with public/main (c2121ec)
- chore: sync main with public/main (d0c495f)
- chore: sync main with public/main (93d7bbc)
- chore: sync main with public/main (cfd1cdb)
- Merge remote-tracking branch 'origin/main' (ee71ff3)
- chore: sync main with public/main (4c2c674)
- chore: sync main with public/main (1d64fd8)
- chore: sync main with public/main (11ec86e)
- chore: sync main with public/main (6054e95)
- chore: sync main with public/main (cc83d81)
- chore: sync main with public/main (1a361af)
- Merge remote-tracking branch 'public/main' (c2bef91)
- chore: sync main with public/main (c6099d4)
- Merge pull request #1 from aws/aalpert/workflow (216140f)

## [0.9.1] - 2026-04-17

## [0.9.0] - 2026-04-17
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/agentcore",
"version": "1.0.0-preview.0",
"version": "1.0.0-preview.1",
"description": "CLI for Amazon Bedrock AgentCore",
"license": "Apache-2.0",
"repository": {
Expand Down
23 changes: 22 additions & 1 deletion schemas/agentcore.schema.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"protocol": {
"type": "string",
"enum": ["HTTP", "MCP", "A2A"]
"enum": ["HTTP", "MCP", "A2A", "AGUI"]
},
"requestHeaderAllowlist": {
"maxItems": 20,
Expand Down Expand Up @@ -280,6 +280,27 @@
}
},
"additionalProperties": false
},
"filesystemConfigurations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sessionStorage": {
"type": "object",
"properties": {
"mountPath": {
"type": "string",
"pattern": "^\\/mnt\\/[^/]+$"
}
},
"required": ["mountPath"],
"additionalProperties": false
}
},
"required": ["sessionStorage"],
"additionalProperties": false
}
}
},
"required": ["name", "build", "entrypoint", "codeLocation"],
Expand Down