Skip to content

v2.1.0

Choose a tag to compare

@pasky pasky released this 19 Feb 19:44

What's Changed

Config

  • Full camelCase configconfig.json and all internal field references now use camelCase throughout; config.json.example updated accordingly
  • Restructured config around agent/ subsystem boundaries
  • Moved Jina API key from agent.tools to providers
  • Fixed responseMaxCharsresponseMaxBytes in example and error messages

Tools

  • Explicit mention instructions for URLs in tool descriptions
  • Skip truncation when downloading binary files from Sprites
  • Use execFile(bash, [-c, cmd]) for all Sprite exec calls
  • Recreate execute_code workdir on every call to survive sprite restarts

Steering

  • Log steering messages into running sessions at INFO level

Cleanup

  • Converted ChronicleLifecycleConfig and AutoChroniclerConfig field names to camelCase
  • Normalized callType strings

Bug Fixes

  • Fixed tool call argument lookup from assistant messages instead of details.input