Skip to content
Open
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Compatibility is documented in release notes, not encoded in the version string.

### Changed

- The bundled Claude Code CLI moved from 2.1.191 to 2.1.220, via
`claude-agent-sdk` 0.2.128. FastAPI's minimum is now 0.141.1.
- `osprey profile new` now writes persona profiles as small deltas
(`extends: ../profile.yml`) instead of full standalone copies: edit the host
profile once and every persona inherits the change, while each persona file
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ dependencies = [
"google-generativeai",
"ollama>=0.6.2",
# Advanced code generation
# Claude Code SDK - pinned. Bundles CLI 2.1.191 (verified to work with
# Claude Code SDK - pinned. Bundles CLI 2.1.220 (verified to work with
# als-apg routing). >=0.1.46 needed for list_subagents/
# get_subagent_messages, which the e2e trace collector uses to read sub-agent
# transcripts (CLI >=2.1.x no longer streams them through query()).
"claude-agent-sdk==0.2.110",
"claude-agent-sdk==0.2.128",
# Data processing - required for archiver connectors and data handling
# Archiver connectors return pandas DataFrames for time-series data
"pandas>=2.2.3",
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies = [
# Natural language processing
"nltk>=3.10.0",
# ARIEL Web Interface (FastAPI server)
"fastapi>=0.140.0",
"fastapi>=0.141.1",
"uvicorn[standard]>=0.51.0",
# Utilities
"unique-namer>=0.1.0",
Expand Down
26 changes: 13 additions & 13 deletions uv.lock

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

Loading