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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2026-05-06

### Added

- Output profile support for `generate` and `update` commands
- Split profile for AGENTS.md generation with companion document support
- Multifile output layout support in AGENTS generation
- Default output paths when `--out` is omitted for split and multifile layouts

### Changed

- Multifile output directory defaults to `.agentskill` for consistency
- README enhanced with technical article link, stats section, and star history chart
- ROADMAP.md updated with detailed release planning for versions 1.4.0 to 1.15.0

## [1.3.0] - 2026-05-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion agentskill/lib/reference_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ReferenceMetadata,
)

AGENTSKILL_VERSION = "1.3.0"
AGENTSKILL_VERSION = "1.4.0"


def successful_reference_documents(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agsk"
version = "1.3.0"
version = "1.4.0"
description = "Analyze repositories and synthesize AGENTS.md"
readme = "README.md"
requires-python = ">=3.10"
Expand Down