Releases: Ceki-me/python-sdk
Releases · Ceki-me/python-sdk
v2.26.0
What's new
ceki contractCLI group: list / members / tasks / my-jobs / task / children / history / create / comment / propose / vote / poll / watch / tools / raw — port of the standalone agent runner (task 423).ceki timelogCLI group: start / stop / check — bound to events (task 423).- Behavioral humanization aligned across CLI & SDK (task 431): typing humanizer ON by default in both
mainandincognito; per-call--no-human/--raw/human=False;--naturalkept as a no-op alias; globalCEKI_HUMAN_DISABLE=1kill-switch. - README + CLI help updated to match.
- Ruff lint fixed across new test files.
Full diff: v2.18.0...v2.26.0
v2.18.0
v2.17.2
v2.17.1 — rollback to schedule_id
Rollback of v2.17.0 browser_id rename. SDK restored to schedule_id to match current backend API.
v2.16.0
What's Changed
- MIME detection: Replaced hardcoded
_MIME_MAPwith Python stdlibmimetypesmodule (~190 IANA types) --mimeCLI flag: Override auto-detected MIME type for uploads- Dialog auto-dismiss: Automatically handle file upload dialogs
Full Changelog: v2.15.1...v2.16.0