Skip to content

Commit acb3881

Browse files
Merge pull request #101 from open-coder-ai/release/v0.2.0-prep
release prep: v0.2.0
2 parents a50aec4 + e6ddcfa commit acb3881

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
Nothing yet.
10+
11+
## [0.2.0] - 2026-09-01
12+
913
### Added
1014
- **The vendor config schema and all 12 entries** (`docs/design/dialect-families.md` D2):
1115
`src/agentseam/data/vendors/schema.json` and one `data/vendors/<agent>.json` per adapted

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ type: software
88
license: Apache-2.0
99
repository-code: "https://github.com/open-coder-ai/agentseam"
1010
url: "https://github.com/open-coder-ai/agentseam"
11-
version: 0.1.1
11+
version: 0.2.0
1212
authors:
1313
- name: "Open Coder AI"

docs/assets/social-preview.png

1.56 KB
Loading

docs/assets/social-preview.svg

Lines changed: 2 additions & 2 deletions
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "agentseam"
10-
version = "0.1.1"
10+
version = "0.2.0"
1111
description = "The primitives layer for every coding agent — one handler API over per-agent hooks, instruction files, plugin packaging, and config."
1212
readme = "README.md"
1313
requires-python = ">=3.9"

src/agentseam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""agentseam — the primitives layer for every coding agent."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.2.0"
44

55
from . import adapters, bundler, instructions, packaging, permissions
66
from .contract import (

0 commit comments

Comments
 (0)