Skip to content

Commit e0af617

Browse files
committed
Revert "Add support for copilot"
This reverts commit 39e99ae.
1 parent 636f590 commit e0af617

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aidocs"
3-
version = "0.19.0"
3+
version = "0.18.0"
44
description = "AI-powered documentation generator for web applications. Install docs commands into your Claude Code project."
55
readme = "README.md"
66
license = { text = "MIT" }

src/aidocs_cli/installer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def install_docs_module(
3636
base_dir = target_dir / ".claude"
3737
elif ai == "cursor":
3838
base_dir = target_dir / ".cursor"
39-
elif ai == "copilot":
40-
base_dir = target_dir / ".copilot"
4139
else:
4240
base_dir = target_dir / ".claude"
4341

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)