Skip to content

Adopt inkbox SDK 0.4.15 identity-centered phone API#23

Merged
dimavrem22 merged 1 commit into
mainfrom
inkbox-0415-phone-api
Jul 2, 2026
Merged

Adopt inkbox SDK 0.4.15 identity-centered phone API#23
dimavrem22 merged 1 commit into
mainfrom
inkbox-0415-phone-api

Conversation

@dimavrem22

Copy link
Copy Markdown
Contributor

inkbox SDK 0.4.15 (inkbox-ai/inkbox#90) re-centered the phone module on the agent identity and removed the number-scoped call/transcript paths. CI here is still green because the live suites install via pip install -e . and #22 pinned inkbox<0.4.15 — this migrates forward and lifts that pin.

  • Tests: calls.list(number_id, ...) → keyword-only calls.list(...) (identity-scoped keys resolve their own identity); transcripts.list(number_id, call_id)calls.transcripts(call_id).
  • pyproject: inkbox>=0.4.10,<0.4.15inkbox>=0.4.15; version 0.1.0 → 0.1.1.

Runtime code never used the dropped paths — the call tools go through identity delegators (list_calls/list_transcripts), which are signature-stable in 0.4.15.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@dimavrem22 dimavrem22 merged commit a8bc039 into main Jul 2, 2026
8 checks passed
@dimavrem22 dimavrem22 deleted the inkbox-0415-phone-api branch July 2, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant