Skip to content

Commit 454967a

Browse files
committed
Revert "chore: bump version to 1.0.0-preview.1.0 (#922)"
This reverts commit 05570b9.
1 parent b28a542 commit 454967a

4 files changed

Lines changed: 3 additions & 120 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,102 +2,6 @@
22

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

5-
## [1.0.0-preview.1.0] - 2026-04-22
6-
7-
### Added
8-
- feat: upgrade @aws/agentinspector to 0.2.0 (#919) (35ec0c1)
9-
- feat: remove inline_function tool approval — all tools execute automatically (#119) (06deb79)
10-
- feat: make update command aware of preview dist-tag (#118) (b8691c3)
11-
- feat: add Custom JWT inbound auth support for harnesses (#109) (54b3f4e)
12-
- feat: skip deploy when project config unchanged (#111) (fc764a6)
13-
- feat: add --with-invoke-script and tools in TUI wizard (#105) (25466d3)
14-
- feat: auto-deploy resources before dev server starts (#101) (202b7e9)
15-
- feat: add session storage support for harnesses (#102) (c1d97f8)
16-
- feat: add tool management commands for harnesses (#100) (26ea7b1)
17-
- feat: add --harness support to traces and logs commands (#98) (765f9d5)
18-
- feat: display harnesses in status screen (#96) (7a5305c)
19-
- feat: add session filesystem storage support (#893) (b97e337)
20-
- feat: add container support to harness create/add (#93) (10d8dd8)
21-
- feat: add harness validation to validate command (#91) (08e4f2f)
22-
- feat: add harness invoke support to CLI and TUI (#89) (c87c8af)
23-
- feat: harness create/add with deploy and bug fixes (#90) (e77dc2d)
24-
- feat: harness deploy support (#87) (cf762bd)
25-
- feat: add shared SigV4 API client and Harness HTTP operations (#84) (89fed85)
26-
- feat: add sync workflow (d15ce2e)
27-
28-
### Fixed
29-
- fix: update asset snapshots and fix useDevDeploy skip test (#921) (1bde086)
30-
- fix: use nullish coalescing operator in CreateScreen (#918) (e850c9e)
31-
- fix: revert vended CDK dep to ^0.1.0-alpha.19 (#910) (34b41e7)
32-
- fix: show tools in harness review screen and wire up invoke --tools (#127) (7889e84)
33-
- fix: align harness networkConfiguration with Smithy model (#126) (5f6f98c)
34-
- fix: align harness model config with Smithy API and add invoke overrides (#122) (34b7639)
35-
- fix: harness bug bash fixes — status duplicate, provider names, session storage, fetch access (#123) (3115e02)
36-
- fix: avoid double JSON parse in harness invocation, extract parseToolResponseRequest (#125) (969cfe6)
37-
- fix: add deploy hash check to CLI deploy path (#120) (4fe3ab7)
38-
- fix: harness add bugs - no deploy, project name prefix, interactive mode (#116) (1c74d43)
39-
- fix: auto-populate aws-targets.json on dev deploy (#117) (df03fe5)
40-
- fix: harness TUI copy and usability improvements (#113) (ddfbfdb)
41-
- fix: add harness to TUI remove flow and CLI status output (#112) (5d625a5)
42-
- fix: TUI deploy not persisting deployed state (#110) (c2e206e)
43-
- fix: add default memory strategies to harness memory creation (#108) (d9d1f81)
44-
- fix: harness deploy bugfixes and model update (#99) (47882d0)
45-
- fix: propagate sessionId as A2A contextId in Inspector proxy (#892) (08d452e)
46-
- fix: make harnesses field optional in AgentCoreProjectSpec (#86) (62c432c)
47-
- fix: codeql permissions (05258f3)
48-
- fix: only sync to main branch (2acb841)
49-
- fix: formatting (7d35986)
50-
51-
### Documentation
52-
- docs: add harness documentation and fix inline_function help text (#124) (1a1de9b)
53-
54-
### Other Changes
55-
- chore: bump version to 1.0.0-preview.0 and pin agentcore-cdk to alpha.20 (#128) (2c42299)
56-
- Move Memory out of Advanced settings in harness wizard (#121) (5917220)
57-
- removing bad files (971004c)
58-
- fix(tui): polish harness wizard ordering, help text, and summary (#115) (dd2c8b1)
59-
- avi harness progress (#114) (aa4e8b9)
60-
- Merge origin/feat/harness-implementation and fix eslint errors (2ea3b6b)
61-
- Merge remote-tracking branch 'origin/main' into feat/harness-implementation (5046f61)
62-
- chore: sync main with public/main (7e836e4)
63-
- fix(invoke): pass session ID to local invoke log files (#894) (e966cb6)
64-
- chore(schema): regenerate JSON schema with harnesses registry (902c95c)
65-
- feat(schema): add harnesses[] registry to AgentCoreProjectSpec (9eab540)
66-
- chore: sync main with public/main (49932f2)
67-
- feat(schema): add Harness primitive schema definitions (#85) (9151a14)
68-
- chore: sync main with public/main (c5e80ca)
69-
- chore: sync main with public/main (d3ad7f8)
70-
- chore: sync main with public/main (874814a)
71-
- chore: sync main with public/main (7877ead)
72-
- chore: sync main with public/main (eeb444c)
73-
- chore: sync main with public/main (ff86dc1)
74-
- chore: sync main with public/main (50b389a)
75-
- chore: sync main with public/main (b1f9711)
76-
- chore: sync main with public/main (5d4bd38)
77-
- chore: sync main with public/main (e9ab06e)
78-
- chore: sync main with public/main (08872f5)
79-
- chore: sync main with public/main v0.8.0 (63e05fd)
80-
- chore: sync main with public/main (493e1f9)
81-
- chore: sync main with public/main (5af06f5)
82-
- chore: sync main with public/main (832a5c3)
83-
- chore: sync main with public/main (584fd0e)
84-
- fix(ci): exclude .github/workflows/ from public repo sync (#54) (37a0ff8)
85-
- Merge remote-tracking branch 'public/main' (d3f6c81)
86-
- chore: sync main with public/main (c2121ec)
87-
- chore: sync main with public/main (d0c495f)
88-
- chore: sync main with public/main (93d7bbc)
89-
- chore: sync main with public/main (cfd1cdb)
90-
- Merge remote-tracking branch 'origin/main' (ee71ff3)
91-
- chore: sync main with public/main (4c2c674)
92-
- chore: sync main with public/main (1d64fd8)
93-
- chore: sync main with public/main (11ec86e)
94-
- chore: sync main with public/main (6054e95)
95-
- chore: sync main with public/main (cc83d81)
96-
- chore: sync main with public/main (1a361af)
97-
- Merge remote-tracking branch 'public/main' (c2bef91)
98-
- chore: sync main with public/main (c6099d4)
99-
- Merge pull request #1 from aws/aalpert/workflow (216140f)
100-
1015
## [0.9.1] - 2026-04-17
1026

1037
## [0.9.0] - 2026-04-17

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/agentcore",
3-
"version": "1.0.0-preview.1.0",
3+
"version": "1.0.0-preview.0",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

schemas/agentcore.schema.v1.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -280,27 +280,6 @@
280280
}
281281
},
282282
"additionalProperties": false
283-
},
284-
"filesystemConfigurations": {
285-
"type": "array",
286-
"items": {
287-
"type": "object",
288-
"properties": {
289-
"sessionStorage": {
290-
"type": "object",
291-
"properties": {
292-
"mountPath": {
293-
"type": "string",
294-
"pattern": "^\\/mnt\\/[^/]+$"
295-
}
296-
},
297-
"required": ["mountPath"],
298-
"additionalProperties": false
299-
}
300-
},
301-
"required": ["sessionStorage"],
302-
"additionalProperties": false
303-
}
304283
}
305284
},
306285
"required": ["name", "build", "entrypoint", "codeLocation"],

0 commit comments

Comments
 (0)