Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.1](https://github.com/duyet/agentstate/compare/v0.2.0...v0.2.1) (2026-09-17)


### 🐛 Bug Fixes

* **api:** bound message writes across REST and MCP ([#445](https://github.com/duyet/agentstate/issues/445)) ([f8f053a](https://github.com/duyet/agentstate/commit/f8f053a988eb13437e4e6c729d94da9864f3712c)), closes [#435](https://github.com/duyet/agentstate/issues/435)
* **api:** default capability tokens to 30-day expiry ([#444](https://github.com/duyet/agentstate/issues/444)) ([eb45e77](https://github.com/duyet/agentstate/commit/eb45e778276933a28631a67a966ca94f145caddf))
* **api:** reclaim stale domain claims with neutral conflicts ([#446](https://github.com/duyet/agentstate/issues/446)) ([bd35c47](https://github.com/duyet/agentstate/commit/bd35c477c3f76580b5b6d356ca92f1bc40134310))
* **api:** restrict JSON paths to safe own properties ([#441](https://github.com/duyet/agentstate/issues/441)) ([99aa710](https://github.com/duyet/agentstate/commit/99aa71012ccf61f9a72d2f6209e7e0b036285add))
* **api:** throttle OAuth token requests by IP ([#443](https://github.com/duyet/agentstate/issues/443)) ([b6d3f81](https://github.com/duyet/agentstate/commit/b6d3f81c02f61cc27a8d779a7c084a991563e8da)), closes [#433](https://github.com/duyet/agentstate/issues/433)
* persist tenant identity and preserve Personal workspace access ([#447](https://github.com/duyet/agentstate/issues/447)) ([8f76140](https://github.com/duyet/agentstate/commit/8f76140152c0a809d42d9872b264c057874e6b67))

## [0.2.0](https://github.com/duyet/agentstate/compare/v0.1.4...v0.2.0) (2026-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/lib/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Product semver. release-please rewrites this on each release PR.
* Do not bump by hand — merge the standing `chore(main): release X.Y.Z` PR.
*/
export const VERSION = "0.2.0"; // x-release-please-version
export const VERSION = "0.2.1"; // x-release-please-version
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentstate/mcp",
"version": "0.2.0",
"version": "0.2.1",
"description": "MCP server for AgentState — expose conversation history, state, leases, claims, and capability tokens as MCP tools",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const claimEvidenceSchema = z.discriminatedUnion("kind", [
// ---------------------------------------------------------------------------

const server = new McpServer(
{ name: "agentstate", version: "0.2.0" }, // x-release-please-version
{ name: "agentstate", version: "0.2.1" }, // x-release-please-version
{ capabilities: { tools: {} } },
);

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1