Skip to content

Releases: cecli-dev/cecli

v0.89.0

06 Dec 21:52
fe75a26

Choose a tag to compare

What's Changed

MR: #226
Full Changelog: v0.88.40...v0.89.0

Addresses:
#149

Includes:

  • Support for the Anthropic skills specification
  • Complete removal of the analytics sub module since tracking is whack, live your life, do what you want

v0.88.40

05 Dec 23:44
ce5e670

Choose a tag to compare

What's Changed

MR: #225
Full Changelog: v0.88.39...v0.88.40

Addresses:
#153 (part 2)
#222
#223

Includes:

  • #221
  • Add command_prefix interpolation
  • Add --auto-save-session-name

v0.88.39

04 Dec 14:33
bb4c37b

Choose a tag to compare

What's Changed

MR: #224
Full Changelog: v0.88.38...v0.88.39

Includes:

  • More effective caching strategy for repetitive tool call warning to ideally increase cost effectiveness of system
  • Request parser updates to clean empty tool call and missing reasoning_content assistant messages

v0.88.38

04 Dec 04:18
2ab5d15

Choose a tag to compare

What's Changed

MR: #220
Full Changelog: v0.88.37...v0.88.38

Addresses:
#72
#206
#214
#217
#219

v0.88.37

03 Dec 05:53
8a103c4

Choose a tag to compare

What's Changed

MR: #216
Full Changelog: v0.88.36...v0.88.37

Includes:

  • Centralizing model response chunk management to better deal with model output format variations

v0.88.36

02 Dec 05:48
183f48a

Choose a tag to compare

What's Changed

MR: #212
Full Changelog: v0.88.35...v0.88.36

Includes:

  • Command aliases
  • Less noisy debug tracer
  • Update model metadata

v0.88.35

01 Dec 13:17
25e62b6

Choose a tag to compare

What's Changed

MR: #210
Full Changelog: v0.88.34...v0.88.35

Addresses:
#209

v0.88.34

01 Dec 06:09
7df2388

Choose a tag to compare

What's Changed

MR: #207
Full Changelog: v0.88.33...v0.88.34

Addresses:
#202
#205

Includes:

  • Exclude images from scraping outputs since they blow up the context window
  • More graceful exit logic
  • Increase agent mode message cache efficiency by ~5% by adding a bit of adaptivity to the main context chunking
  • For the tweak logic

v0.88.33

28 Nov 21:56
5455e46

Choose a tag to compare

What's Changed

MR: #200
Full Changelog: v0.88.32...v0.88.33

Addresses:
#33
#92
#141
#197

Includes:

  • Fixes output escaping to account for the fact that rich translates bracket enclosed strings as style tags

v0.88.32

28 Nov 02:16
5344480

Choose a tag to compare

What's Changed

MR: #199
Full Changelog: v0.88.31...v0.88.32

Includes:
#198 - Fix for linear output mode with new chat_chunks.py configuration