Skip to content

Commit f506c38

Browse files
kasperjungeclaude
andcommitted
Release v0.7.1b1
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a8096e4 commit f506c38

3 files changed

Lines changed: 24 additions & 1 deletion

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.1b1] - 2026-01-27
6+
57
### Added
68
- GitHub Copilot support with flat directory structure (`.github/skills/` for project, `~/.copilot/skills/` for global)
79
- `global_config_dir` field in `ToolConfig` for tools where personal path differs from project path

RELEASE_NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## agr v0.7.1b1
2+
3+
Beta release adding GitHub Copilot support and private repository authentication.
4+
5+
### Highlights
6+
7+
- **GitHub Copilot Support**: Skills can now be installed to GitHub Copilot (`.github/skills/` for project, `~/.copilot/skills/` for global)
8+
- **Private Repositories**: Install skills from private repos using GITHUB_TOKEN/GH_TOKEN environment variables
9+
10+
### What's Changed
11+
12+
- GitHub Copilot tool configuration with flat directory structure
13+
- `global_config_dir` field in `ToolConfig` for tools with different personal/project paths
14+
- Private repository support via GitHub token authentication
15+
- `AuthenticationError` exception for 401/403 responses
16+
- Comprehensive CLI integration tests for Cursor, Copilot, and private repos
17+
- Tests for multi-tool scenarios and token security
18+
19+
---
20+
21+
**Full changelog**: https://github.com/kasperjunge/agent-resources/blob/main/CHANGELOG.md

agr/__init__.py

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

3-
__version__ = "0.7.0"
3+
__version__ = "0.7.1b1"

0 commit comments

Comments
 (0)