Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "conductor-cli"
version = "0.1.7"
version = "0.1.8"
description = "A CLI tool for defining and running multi-agent workflows with the GitHub Copilot SDK"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
3 changes: 2 additions & 1 deletion src/conductor/providers/copilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

# Try to import the Copilot SDK
try:
from copilot import CopilotClient, PermissionHandler
from copilot import CopilotClient
from copilot.session import PermissionHandler

COPILOT_SDK_AVAILABLE = True
except ImportError:
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading