Skip to content

v0.100.12

Choose a tag to compare

@dwash96 dwash96 released this 11 Jul 03:57
c92e7dc

What's Changed

MR: #599
Full Changelog: v0.100.11...v0.100.12

Addresses:

Includes:

  • Change EditText to EditFile and ReadRange into ReadFile
  • Make Grep tool more reliable
  • Update diff injection heuristics
  • Add ~/.cecli/conf.yml as a global config file location with lowest precedence
  • Add ~/.cecli/.env as a default environment variable file
  • Add ~/.cecli/subagents/ as a default sub-agent directory
  • Add ~/.cecli/skills/ as a default skills directory
  • Add --model-providers setting to configure OpenAI compatible providers and custom sets of models
  • Add hooks helpers to make orchestrating functionality with python command hooks easier
  • Add colors to edit text output in TUI
  • Update hashpos system to use pre-fix free codes of latin characters instead of delving into the unicode extended charsets
  • Update observation system to be more descriptive
  • Updates to when compaction occurs for cache stability
  • Add MCP connection keepalive/reload mechanism for CLI-37 by @szmania in #562
  • Check vision support against active model by @szmania in #598
  • Functionality to prevent compaction from running on commands, inspired by #600