Skip to content

v1.20.5

Latest

Choose a tag to compare

@docker-read-write docker-read-write released this 05 Feb 13:30
· 10 commits to main since this release
e517b6a

This release improves stability for non-interactive sessions, updates the default Anthropic model to Claude Sonnet 4.5, and adds support for private GitHub repositories and standard agent directories.

What's New

  • Adds support for using agent YAML files from private GitHub repositories
  • Adds support for standard .agents/skills directory structure
  • Adds deepwiki integration to the librarian
  • Adds timestamp tracking to runtime events
  • Allows users to define their own default model in global configuration

Improvements

  • Updates default Anthropic model to Claude Sonnet 4.5
  • Adds reason explanations when relevance checks fail during evaluations
  • Persists ACP sessions to default SQLite database unless specified with --session-db flag
  • Makes aliased agent paths absolute for better path resolution
  • Produces session database for evaluations to enable investigation of results

Bug Fixes

  • Prevents panic when elicitation is requested in non-interactive sessions
  • Fixes title generation hanging with Gemini 3 models by properly disabling thinking
  • Fixes current agent display in TUI interface
  • Prevents TUI dimensions from going negative when sidebar is collapsed
  • Fixes flaky test issues

Technical Changes

  • Simplifies ElicitationRequestEvent check to reduce code duplication
  • Allows passing additional environment variables to Docker when running evaluations
  • Passes LLM as judge on full transcript for better evaluation accuracy

What's Changed

Full Changelog: v1.20.4...v1.20.5