Skip to content

Commit 4e89ece

Browse files
Kasper Jungeclaude
authored andcommitted
Release v0.7.7
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8a3ad90 commit 4e89ece

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.7.7] - 2026-03-02
6+
57
### Fixed
68
- `agr config set/add/remove tools --global` no longer calls `find_repo_root()` or syncs/deletes repo-local skills
79
- `_sync_dependencies_to_tools` return value is now checked; non-zero exits with error

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.6"
3+
__version__ = "0.7.7"
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.6"
7+
version = "0.7.7"
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)