Skip to content

bump: 1.1.0 - #89

Merged
SimoneBottoni merged 1 commit into
mainfrom
release/v1.1.0
Aug 26, 2026
Merged

bump: 1.1.0#89
SimoneBottoni merged 1 commit into
mainfrom
release/v1.1.0

Conversation

@SimoneBottoni

Copy link
Copy Markdown
Contributor

bump: 1.1.0

Key Changes

Breaking changes

  • SourceryKitAgentResponse.reasoning renamed to .answer — the field, database column, HandoffPayload, and all related APIs now use answer. Update your agent code, structured output bindings, and any queries against the traces table.

Features

  • Sandbox database integration — hosted sandbox databases managed from the CLI via sandbox create, sandbox status, and sandbox delete. The doctor reports the database type (sandbox vs personal), and bootstrap automatically recreates an expired sandbox.
  • Answer field on tracesSourceryKitAgentResponse.answer is stored in the traces table (migration 005) and displayed in both the CLI and UI dashboard.
  • CLI trace show --ui/--no-ui — default opens the interactive dashboard in the browser; --no-ui prints the CLI panel output. Trace ID prefixes are accepted (unambiguous prefix resolution).
  • Dashboard activity section — trace activity log with outcome counts.
  • CLI upgrade commandsourcerykit upgrade checks for a newer package version on PyPI, offers to install it, and runs pending database migrations.

Refactoring

  • Trace dashboard redesign — rewritten dashboard UI with self-hosted fonts (works offline); status filter and query-record deep links removed.
  • CLI trace show presentation — header and summary wrapped in a styled Rich panel.
  • Multi-agent cookbook — specialist agents converted from factory functions + wrapper tools to the as_tool() pattern with custom_output_extractor for automatic payload construction.

Documentation

  • Updated CLI docs with --ui/--no-ui option.
  • Added migration guides (docs/migrations/) with README index, expanded v1.0 guide, and updated README migration links.
  • Docs consolidated to the Provably website with an automated sync workflow; Sphinx build steps and dependencies removed. Added an end-to-end SDK walkthrough.

@SimoneBottoni
SimoneBottoni merged commit 7dc3367 into main Aug 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant