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
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packages/intentcall_schema": "0.2.1",
"packages/intentcall_core": "0.2.1",
"packages/intentcall_session": "0.2.1",
"packages/intentcall_mcp": "0.2.1",
"packages/intentcall_webmcp": "0.2.1",
"packages/intentcall_apple": "0.2.1",
"packages/intentcall_android": "0.2.1",
"packages/intentcall_codegen": "0.2.1",
"packages/intentcall_platform": "0.2.1",
"packages/intentcall_testing": "0.2.1"
"packages/intentcall_schema": "0.3.0",
"packages/intentcall_core": "0.3.0",
"packages/intentcall_session": "0.3.0",
"packages/intentcall_mcp": "0.3.0",
"packages/intentcall_webmcp": "0.3.0",
"packages/intentcall_apple": "0.3.0",
"packages/intentcall_android": "0.3.0",
"packages/intentcall_codegen": "0.3.0",
"packages/intentcall_platform": "0.3.0",
"packages/intentcall_testing": "0.3.0"
}
7 changes: 7 additions & 0 deletions packages/intentcall_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_android-v0.2.1...intentcall_android-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_android-v0.2.0...intentcall_android-v0.2.1) (2026-06-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/intentcall_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_android
description: PRE-RELEASE — Android shortcuts XML manifest generator from intentcall agent manifest JSON.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_android
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -15,7 +15,7 @@ environment:
resolution: workspace

dependencies:
intentcall_core: ^0.2.1
intentcall_core: ^0.3.0
meta: ^1.17.0
path: ^1.9.1

Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_apple-v0.2.1...intentcall_apple-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_apple-v0.2.0...intentcall_apple-v0.2.1) (2026-06-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/intentcall_apple/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_apple
description: PRE-RELEASE — Apple App Intents manifest generator from intentcall agent manifest JSON.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_apple
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -15,7 +15,7 @@ environment:
resolution: workspace

dependencies:
intentcall_core: ^0.2.1
intentcall_core: ^0.3.0
meta: ^1.17.0
path: ^1.9.1

Expand Down
12 changes: 12 additions & 0 deletions packages/intentcall_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_codegen-v0.2.1...intentcall_codegen-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))


### Bug Fixes

* address release review hardening ([b908e37](https://github.com/Arenukvern/intentcall/commit/b908e378bc933ad200a2732870b6c8c608f5c470))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_codegen-v0.2.0...intentcall_codegen-v0.2.1) (2026-06-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/intentcall_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: intentcall_codegen
description: PRE-RELEASE — Optional @AgentTool annotations and build_runner
codegen for intentcall.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_codegen
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -18,8 +18,8 @@ resolution: workspace
dependencies:
analyzer: ^8.0.0
build: ^4.0.0
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0
source_gen: ^4.0.0

Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_core-v0.2.1...intentcall_core-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_core-v0.2.0...intentcall_core-v0.2.1) (2026-06-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/intentcall_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_core
description: PRE-RELEASE — Transport-agnostic agent intent registry and runtime.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_core
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -15,7 +15,7 @@ environment:
resolution: workspace

dependencies:
intentcall_schema: ^0.2.1
intentcall_schema: ^0.3.0
meta: ^1.17.0
path: ^1.9.1

Expand Down
6 changes: 3 additions & 3 deletions packages/intentcall_gemma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ environment:
resolution: workspace

dependencies:
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0

dev_dependencies:
intentcall_testing: ^0.2.1
intentcall_testing: ^0.3.0
lints: ^6.1.0
test: ^1.31.1
xsoulspace_lints: ^0.1.2
7 changes: 7 additions & 0 deletions packages/intentcall_mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_mcp-v0.2.1...intentcall_mcp-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_mcp-v0.2.0...intentcall_mcp-v0.2.1) (2026-06-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/intentcall_mcp/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_mcp
description: PRE-RELEASE — MCP adapter for intentcall registry (dart_mcp publish bridge).
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_mcp
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -16,12 +16,12 @@ resolution: workspace

dependencies:
dart_mcp: ^0.5.0
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0

dev_dependencies:
intentcall_testing: ^0.2.1
intentcall_testing: ^0.3.0
lints: ^6.1.0
test: ^1.31.1
xsoulspace_lints: ^0.1.2
12 changes: 12 additions & 0 deletions packages/intentcall_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_platform-v0.2.1...intentcall_platform-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))


### Bug Fixes

* address release review hardening ([b908e37](https://github.com/Arenukvern/intentcall/commit/b908e378bc933ad200a2732870b6c8c608f5c470))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_platform-v0.2.0...intentcall_platform-v0.2.1) (2026-06-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/intentcall_platform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: intentcall_platform
description: PRE-RELEASE — Platform emitters and sync for intentcall (web
manifest, WebMCP JS, bootstrap).
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_platform
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -20,8 +20,8 @@ dependencies:
app_links: ^6.4.0
flutter:
sdk: flutter
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0
path: ^1.9.1
web: ^1.1.1
Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_schema-v0.2.1...intentcall_schema-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_schema-v0.2.0...intentcall_schema-v0.2.1) (2026-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/intentcall_schema/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_schema
description: PRE-RELEASE — Transport-agnostic agent result envelopes and JSON Schema validation.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_schema
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_session-v0.2.1...intentcall_session-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_session-v0.2.0...intentcall_session-v0.2.1) (2026-06-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/intentcall_session/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_session
description: Pre-release runtime session persistence, attachment, and invocation helpers for IntentCall.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_session
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -16,8 +16,8 @@ resolution: workspace

dependencies:
from_json_to_json: ^0.5.0
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0
path: ^1.9.1

Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_testing-v0.2.1...intentcall_testing-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_testing-v0.2.0...intentcall_testing-v0.2.1) (2026-06-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/intentcall_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_testing
description: PRE-RELEASE — Test helpers and contract harness for intentcall packages.
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_testing
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -15,8 +15,8 @@ environment:
resolution: workspace

dependencies:
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0

dev_dependencies:
Expand Down
7 changes: 7 additions & 0 deletions packages/intentcall_webmcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/Arenukvern/intentcall/compare/intentcall_webmcp-v0.2.1...intentcall_webmcp-v0.3.0) (2026-06-26)


### Features

* add Dart-first native invocation surfaces ([4d5eaae](https://github.com/Arenukvern/intentcall/commit/4d5eaae19f31e2c5acba6f40280111766710c396))

## [0.2.1](https://github.com/Arenukvern/intentcall/compare/intentcall_webmcp-v0.2.0...intentcall_webmcp-v0.2.1) (2026-06-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/intentcall_webmcp/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intentcall_webmcp
description: PRE-RELEASE — WebMCP publish adapter for intentcall registry (modelContext).
version: 0.2.1
version: 0.3.0
license: MIT
repository: https://github.com/Arenukvern/intentcall/tree/main/packages/intentcall_webmcp
issue_tracker: https://github.com/Arenukvern/intentcall/issues
Expand All @@ -15,12 +15,12 @@ environment:
resolution: workspace

dependencies:
intentcall_core: ^0.2.1
intentcall_schema: ^0.2.1
intentcall_core: ^0.3.0
intentcall_schema: ^0.3.0
meta: ^1.17.0

dev_dependencies:
intentcall_testing: ^0.2.1
intentcall_testing: ^0.3.0
lints: ^6.1.0
test: ^1.31.1
xsoulspace_lints: ^0.1.2
Loading