Skip to content

Releases: cecli-dev/cecli

v0.96.5

Choose a tag to compare

@dwash96 dwash96 released this 28 Jan 06:22
495cbfd

What's Changed

MR: #418
Full Changelog: v0.96.4...v0.96.5

Includes:

  • Autocomplete that functions in classic mode across all slash commands
  • Autocomplete on empty prefix for initial recommendations
  • Remind editor model that it actually needs to apply the edits from the architect model
  • More (and forced) autosave checkpoints

v0.96.4

Choose a tag to compare

@dwash96 dwash96 released this 26 Jan 04:40
d0299f3

What's Changed

MR: #416
Full Changelog: v0.96.3...v0.96.4

Addresses:
#413

Includes:

  • Stricter message ordering logic to preserve context

v0.96.3

Choose a tag to compare

@dwash96 dwash96 released this 25 Jan 03:25
c5417d2

What's Changed

MR: #412
Full Changelog: v0.96.2...v0.96.3

Includes:

  • /compact {message} to force compaction with hints to what the model should focus on
  • Fix chunk ordering on creation of temporary coder class creation for one-off messages (used extensively across the code base)

v0.96.2

Choose a tag to compare

@dwash96 dwash96 released this 23 Jan 14:12
eb895da

What's Changed

MR: #411
Full Changelog: v0.96.1...v0.96.2

Includes:

  • Upgrade litellm minimum version to better enforce their data contract
  • Fix /tokens to count tokens using the conversation system proeprly
  • thought_signatures error and translating them to thought_signature for general Gemini model operation
  • Restore original SSE transport implementation since being a subclass of the Http based transport doesn't work with the MCP SDK's signature expectations

v0.96.1

Choose a tag to compare

@dwash96 dwash96 released this 21 Jan 04:42
5372559

What's Changed

MR: #406
Full Changelog: v0.96.0...v0.96.1

Addresses:
#382
#397
#402
#403
#405

Includes:

  • Add Python 3.13 and 3.14 by @gopar in #404
  • Expand ~ when given an mcp servers file by @gopar in #407
  • Small Performance Enhancements
  • Usage hints for commands in TUI, keys for mentions, text selection, etc.
  • Add /compact slash command
  • /terminal-setup to respect terminal env variables
  • Fix pip auto install package name

v0.96.0

Choose a tag to compare

@dwash96 dwash96 released this 18 Jan 15:35
b9ce3e7

What's Changed

MR: #394
Full Changelog: v0.95.11...v0.96.0

Addresses:
#401
#399
#396
#392
#332

Includes:

  • Unified ReplaceText tool for agent mode that allows for simultaneous edits, for models that can handle that
  • More forgiving InsertBlock tool (will not complain about insertions on empty files)
  • Long background command handler (paves the way for running reactive agent loops)
  • Conversation System Overhaul (should lead to at least a 10 - 25% price reduction for PAYG APIs through more careful context construction)
  • [gh-392] Enable and disable mcp servers by @gopar in #398
  • [#379 ](feat: Implement nested LLM retry configuration via --retries argument by @szmania in #379)
  • Add "--show-thinking" parameter (True by default) to control showing/hiding CoT content in model responses

v0.95.11

Choose a tag to compare

@dwash96 dwash96 released this 09 Jan 07:58

What's Changed

MR: #389
Full Changelog: v0.95.9...v0.95.11

Addresses:

Includes:

  • Add metaclass to custom commands by @gopar in #380
  • Allow users to configure enabled/disable mcp servers in config by @gopar in #393
  • Fix MCP errors on start up (post release above 0.95.10, hence the version skip)

v0.95.9

Choose a tag to compare

@dwash96 dwash96 released this 08 Jan 06:56
38dc662

What's Changed

MR: #383
Full Changelog: v0.95.8...v0.95.9

Addresses:

Includes:

  • Add an MCP Server Manager by @gopar in #361
  • feat: drop /accounts/{account_id} from model URL if env var missing by @chrisnestrud in #381
  • Prevent TUI output area from receiving focus (essentially forcing focus to remain in the prompt input)
  • Multiline user messages keep new lines in view
  • Fix error on mixing absolute and relative paths on /read-only in TUI
  • Require confirmation before auto updating, regardless of any other setting
  • Emulate reverse history search in TUI with ctrl+r (requires fzf to be installed)
  • Get vscode to be properly configured by /terminal-setup for shift+enter

v0.95.8

Choose a tag to compare

@dwash96 dwash96 released this 06 Jan 06:12
930eeb2

What's Changed

MR: #376
Full Changelog: v0.95.7...v0.95.8

Addresses:
#372
#374

Includes:

  • /terminal-setup command and --terminal-setup flag to update kitty, alacritty, and wsl terminal keybindings to support shift+enter
  • Update CONTRIBUTING.md by @gopar in #375
  • Do not ignore user specified flag to use classic mode by @gopar in #373
  • Fix documentation link after renaming to cecli by @vlagorsse in #370

New Contributors

v0.95.7

Choose a tag to compare

@dwash96 dwash96 released this 05 Jan 02:32
c8f1f83

What's Changed

MR: #368
Full Changelog: v0.95.6...v0.95.7

Addresses:

Includes:

  • TUI is default unless a user specfically unsets it
  • Change command-paths: from a top-level key to a key under custom: (so the nested path is custom.command-paths) where both user defined command and prompt configs will live
  • Add nester.py to make handling nested configurations simpler to implement and slightly more forgiving to users by making it hyphen and underscore agnostic, as well as handling fallback parameter names
  • Add customizable system prompts through the custom.prompt-map configuration section
  • Add Fireworks AI model provider by @chrisnestrud in #369