Skip to content

Releases: cecli-dev/cecli

v0.90.6

Choose a tag to compare

@dwash96 dwash96 released this 22 Dec 01:44
031e702

What's Changed

MR: #299
Full Changelog: v0.90.5...v0.90.6

Addresses:
#296
#297
#298
#300
#301

Includes:

  • #294 - Copypaste documentation for non-api based usage
  • #302 - Handle pre-start up confirmations for TUI
  • Get file watcher working in TUI mode for --watch-files
  • Get voice input with /voice working again generally (at least on windows, y'all can figure out linux audio drivers for sounddevice)

New Contributors

v0.90.5

Choose a tag to compare

@dwash96 dwash96 released this 20 Dec 21:25
2bef3be

What's Changed

MR: #291
Full Changelog: v0.90.4...v0.90.5

Addresses:
#290
#292

Includes:

  • Prefix completion actually populates in input area (no more needing an extra key press as you tab through)
  • Giving LLMs more leeway to react to their own errors
  • Specifying --context-compaction-max-tokens as a number less than 1 make it a ratio of the models max context size

v0.90.4

Choose a tag to compare

@dwash96 dwash96 released this 20 Dec 05:07
64048c6

What's Changed

MR: #282
Full Changelog: v0.90.3...v0.90.4

Addresses:
#166
#280
#281
#286

Includes:

  • Replace networkx with rustworkx for repo map calculation time optimization
  • Make TUI default for non linear-output mode
  • #276 - Add copy-paste mode with cp: prefix for web UI interaction
  • #283 - Documentation updates
  • #284 - Auto-commit in agent mode on finished tool call
  • #285 - Fix bugs when running the Git tools

New Contributors

v0.90.3

Choose a tag to compare

@dwash96 dwash96 released this 19 Dec 06:41
bd59dc2

What's Changed

MR: #279
Full Changelog: v0.90.2...v0.90.3

Includes:

  • Support for gemini-3-flash and github copilot models
  • #274 - Todo list preserved in session manager
  • #275 - Fix tool calls with mutually exclusive parameters
  • #278 - Fix using models with colons in model name

v0.90.2

Choose a tag to compare

@dwash96 dwash96 released this 18 Dec 06:33
c867082

What's Changed

MR: #273
Full Changelog: v0.90.1...v0.90.2

Issues:
#267
#268

Includes:

  • Key binding configuration for TUI
  • More opportunistic path matching for TUI completions
  • #272 - Documentation Updates

New Contributors

v0.90.1

Choose a tag to compare

@dwash96 dwash96 released this 16 Dec 05:30
58c5d14

What's Changed

MR: #264
Full Changelog: v0.90.0...v0.90.1

Includes:

  • --yes-always-commands flag for a full acceptor for non-agent mode (otherwise commands are gated for safety)
  • --linear-output True by default for non-TUI usage
  • Fix issue with commit messages cluttering the TUI output
  • Add back file name to "Add File to Chat" confirmation

v0.90.0

Choose a tag to compare

@dwash96 dwash96 released this 15 Dec 06:10
6138257

What's Changed

MR: #262
Full Changelog: v0.89.7...v0.90.0

Addresses:
#256
#259
#260

Includes:

  • A TUI! It's pretty, y'all should use it
  • #258 - Race condition fix on confirmations
  • Advanced model settings/tagging for more explicit control over LiteLLM's generation parameters
  • TUI, MCP, Advanced Model Setting documentation updates

v0.89.7

Choose a tag to compare

@dwash96 dwash96 released this 12 Dec 14:05
e4ee963

What's Changed

MR: #257
Full Changelog: v0.89.6...v0.89.7

Includes:

  • Environment variables to override host TLS settings for corporate MITM networks (But Actually)
  • Fixed and full contributor list

v0.89.6

Choose a tag to compare

@dwash96 dwash96 released this 12 Dec 06:39
8975b07

What's Changed

MR: #254
Full Changelog: v0.89.5...v0.89.6

Addresses:
#253

Includes:

  • GPT 5.2 Support
  • Slightly more efficient enhanced repo map calculation
  • Manually running /test and /lint passes output to model so it can address findings
  • Environment variables to override host TLS settings for corporate MITM networks

v0.89.5

Choose a tag to compare

@dwash96 dwash96 released this 11 Dec 05:10
fa731cb

What's Changed

MR: #251
Full Changelog: v0.89.4...v0.89.5

Includes:

  • #252
  • Native TLS by default (toggleable with --native-tls parameter)
  • chunks.log to debug mode

New Contributors