Skip to content

Commit 5042512

Browse files
Kasper Jungeclaude
authored andcommitted
Release v0.7.10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aaa2fc8 commit 5042512

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## [Unreleased]
44

5+
## [0.7.10] - 2026-03-10
56
### Changed
67
- Codex skills directory from `.codex/skills/` to `.agents/skills/` (following Codex upstream change)
8+
- OpenCode skills directory from `.opencode/skill/` to `.opencode/skills/` (following OpenCode upstream change)
79

810
### Added
911
- Auto-migration from `.codex/skills/` to `.agents/skills/` during `agr sync`
12+
- Auto-migration from `.opencode/skill/` to `.opencode/skills/` during `agr sync`, `agr add`, and `agr remove`
1013
- Backwards-compatible detection of both `.agents/` and `.codex/` for Codex
1114

15+
1216
## [0.7.9] - 2026-03-05
1317

1418
### Added

agr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""agr: Agent Resources - Install and manage agent skills."""
22

3-
__version__ = "0.7.9"
3+
__version__ = "0.7.10"
44

55
from agr.sdk import Skill, SkillInfo, cache, list_skills, skill_info
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agr"
7-
version = "0.7.9"
7+
version = "0.7.10"
88
description = "Agent Resources - A package and project manager for AI agents."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)