Skip to content

Releases: cecli-dev/cecli

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

v0.95.6

Choose a tag to compare

@dwash96 dwash96 released this 04 Jan 07:14

What's Changed

MR: #364
Full Changelog: v0.92.1...v0.95.6

Addresses:
#363

Includes:

  • Generalized file importer for loading custom scripts for commands and tools
  • Centralized Tool registrar
  • Custom tools configured under agent-config.tools_paths array
  • Custom commands configuration under command-paths array

v0.92.1

Choose a tag to compare

@dwash96 dwash96 released this 03 Jan 05:16
2daea58

What's Changed

MR: #358
Full Changelog: v0.92.0...v0.92.1

Addresses:

Includes:

New Contributors

v0.92.0.post1

Choose a tag to compare

@dwash96 dwash96 released this 02 Jan 05:46

What's Changed

MR: #352
Full Changelog: v0.91.2...v0.92.0

Includes:

  • #349 - Fixing the test suite so it runs all async methods more reliably and improve confidence in test results
  • #353 - Rename base folder from "aider" to "cecli" to separate the projects
  • Context manager to decode json-like strings into lists appropriately

v0.91.5

Choose a tag to compare

@dwash96 dwash96 released this 01 Jan 04:12
a64b563

What's Changed

MR: #340
Full Changelog: v0.91.4...v0.91.5

Addresses:
#306
#335
#339

Includes:

  • Unified ContextManager tool for adding and removing files from context
  • #341 - Standardize where /save and /load save files
  • #328 - Add --show-speed to see response generation time metrics

New Contributors

v0.91.4

Choose a tag to compare

@dwash96 dwash96 released this 31 Dec 08:18
f519339

What's Changed

MR: #338
Full Changelog: v0.91.3...v0.91.4

Addresses:
#326
#335
#336
#337

v0.91.3

Choose a tag to compare

@dwash96 dwash96 released this 30 Dec 06:46
5962504

What's Changed

MR: #331
Full Changelog: v0.91.2...v0.91.3

Addresses:
#330

Includes:

  • #319 - Docker container set up for nvidia hardware for local LLMs
  • #324 - Add openai compatible provider automatic lookup (currently, streaming must be disabled to use the non-default providers)
  • #327 - Fix test suite for main.py, start converting test suite to be pytest as opposed to unittest-based
  • Carry over MCP servers, load Local tools for agent mode on switching coder type

New Contributors

v0.91.2

Choose a tag to compare

@dwash96 dwash96 released this 28 Dec 16:10
87cd27e

What's Changed

MR: #321
Full Changelog: v0.91.1...v0.91.2

Addresses:
#320

Includes:

  • Refactor prompt system to load from yml files (so eventually custom prompts can just be written as yml files)
  • Proper input text selection highlighting
  • /help {message} command actually sending the docs to the LLM for user assistance

v0.91.1

Choose a tag to compare

@dwash96 dwash96 released this 26 Dec 17:54
d6080e4

What's Changed

MR: #315
Full Changelog: v0.91.0...v0.91.1

Includes:
#303
#314
#318

Addresses:

  • Fix tool call output formatting with the little "ᴸ"
  • Identify assistant responses in TUI more clearly
  • More repo map processing optimizations (more caching, slightly more memory efficient)
  • File stubs when /context-management enabled to give models a view of the shape of a file without committing to the whole contents
  • Delay completion menu highlighting until a selection is made

v0.91.0

Choose a tag to compare

@dwash96 dwash96 released this 24 Dec 07:38
d996f4e

What's Changed

MR: #311
Full Changelog: v0.90.6...v0.91.0

Addresses:
#310

Includes:

  • (non-user facing) commands.py decomposition into a base class and registrar of discrete command files
  • #305 - Preserve trailing newlines in InsertBlock tool call
  • #307 - TUI enhancements, open editor with ctrl+o from TUI
  • #312 - Update benchmark harness