Skip to content

Commit 0a4af33

Browse files
authored
v0.1.1 (#3)
1 parent 285f059 commit 0a4af33

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
- Improve detection for cursor usage to avoid mistaking humans as agents
6+
37
## 0.1.0
48

5-
Initial Release
9+
Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["detect_agent"]
77

88
[project]
99
name = "detect_agent"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111
description = "Detect if code is running in an AI agent or automated development environment"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)