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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ See [docs/RELEASING.md](docs/RELEASING.md) for the release procedure.
## [Unreleased]

### Changed
- **Harbor bumped from 0.13 to 0.19** (`harbor[daytona,modal,e2b,runloop,gke]>=0.19,<0.20`).
The Python-API surface nasde drives (`JobConfig.model_validate`, `Job.create`,
`job.run()`, `AgentConfig` `import_path`/`kwargs`/`skills`/`mcp_servers`/`env`)
is unchanged; the native skill-injection contract (ADR-012) moved from
`BaseInstalledAgent._build_register_skills_command` to per-agent implementations
upstream but keeps the same `$HOME/.agents/skills` / `~/.gemini/skills` targets.
Unlocks ~10 new built-in Harbor agents (pi, grok-build, langgraph, deerflow,
eve, mimo, computer-1, acp, vibe, …) and agent `skills` entries as git
references (`org/name@ref`). The dependency tree also slims down (pandas,
numpy, pyarrow, mcp no longer pulled in). Verified: 463 tests green, pip-audit
clean, and a full smoke run (`ddd-threshold-discount`, claude-vanilla) with
non-null cache-aware token/cost economics on a fresh 0.19 trajectory.
- Added the NASDE branding source assets and updated the README and
documentation website to use the new brand. ([#73])

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies = [
# novita-sandbox==2.0.0a3 (no stable 2.x exists) and breaks `uv lock`. We
# list only the providers nasde documents and supports. Add a provider here
# if README's harbor-env table grows.
"harbor[daytona,modal,e2b,runloop,gke]>=0.13,<0.14",
"harbor[daytona,modal,e2b,runloop,gke]>=0.19,<0.20",
"opik>=2,<3",
# Transitive via harbor/opik. Lower bound satisfies both GHSA-xqmj-j6mv-4862
# (litellm <1.83.7) and harbor 0.13's own floor (litellm >=1.83.14).
# (litellm <1.83.7) and harbor's own floor (litellm >=1.83.14).
"litellm>=1.83.14",
# Transitive via harbor → supabase. Lower bound skips broken 2.28.3 wheel
# (missing _async/ submodule); upper bound blocks 3.0.0a1 pre-release with
Expand Down
Loading
Loading