Skip to content

Releases: 2389-research/jeff

Jeff v0.7.0

Choose a tag to compare

@github-actions github-actions released this 06 May 14:49
8cda2a8

What's Changed

Full Changelog: v0.6.0...v0.7.0

Jeff v0.6.0

Choose a tag to compare

@detour1999 detour1999 released this 20 Apr 16:04
1c25cd4

What's New

Boba TUI Frontend Rewrite

  • Replaced custom input, scroll, list, modal, search, and dropdown logic with boba widgets
  • Cleaner component architecture with less state management code
  • Help, approval modal, autocomplete, and compose/feedback forms now use boba's widget system

Ctrl+C Stream Cancellation

  • Ctrl+C during streaming now actually cancels the stream (previously just showed quit hint)
  • Hierarchical dismiss: each Ctrl+C peels off one UI layer before reaching quit

Integration Test Suite

  • 54 new integration tests across wizard, storage, CLI commands, hooks, and approval rules
  • Ish integration tests for API-dependent flows (tool approval, rejection, multi-turn conversations)
  • CI now runs ish integration tests as a separate job

CI Improvements

  • Added dedicated ish integration test job using ish v0.6.0 binary
  • Fixed flaky middleware tests on ubuntu CI runners

What's Changed

Full Changelog: v0.5.0...v0.6.0

Jeff v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 19:36
5ff233e

What's Changed

  • refactor: remove mux-rs direct dependency, delegate to jeff-soma by @detour1999 in #68

Full Changelog: v0.4.3...v0.5.0

Jeff v0.4.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 06:02
4cb518d

What's Changed

  • feat(wizard): small screen support and setup cancellation fix by @detour1999 in #67

Full Changelog: v0.4.2...v0.4.3

Jeff v0.4.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 04:35
fe76dac

What's Changed

  • feat: CLI feature parity — extract handlers, fix Go->Rust stubs by @detour1999 in #66

Full Changelog: v0.4.1...v0.4.2

Jeff v0.4.1

Choose a tag to compare

@github-actions github-actions released this 18 Feb 21:21

Full Changelog: v0.4.0...v0.4.1

Jeff v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:45
843e7d0

What's Changed

New Contributors

Full Changelog: v0.3.20...v0.4.0

v0.3.20

Choose a tag to compare

@harperreed harperreed released this 01 Jan 12:48

Update default models to January 2026 versions:

  • Anthropic: claude-sonnet-4-5-20250929
  • OpenAI: gpt-5
  • Gemini: gemini-2.5-flash
  • OpenRouter: anthropic/claude-sonnet-4.5
  • Ollama: llama3.3

v0.3.19

Choose a tag to compare

@github-actions github-actions released this 01 Jan 11:39

Changelog

Features

  • cede621: feat(eval): add long_context_chain scenario for degradation testing (@harperreed)

Bug fixes

v0.3.18

Choose a tag to compare

@github-actions github-actions released this 01 Jan 10:26

Changelog

Features

Bug fixes