Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 05:47
· 115 commits to master since this release
d9b91d0

Minor Changes

  • 04e91f8 Thanks @coopbri! - Add model autocomplete dropdown with automatic provider switching

    • Type /model to see available models with provider info
    • Arrow keys navigate, Tab/Enter to select
    • Automatically switches provider when model requires it (e.g., gpt-4o switches to OpenAI)
  • 7b14e8f Thanks @coopbri! - Add session management to TUI

    • Switch between sessions with Ctrl+S and Enter
    • Create new sessions with 'n' key
    • Delete sessions with 'd' key
    • Session list blocked while streaming

Patch Changes

  • 770af7a Thanks @coopbri! - Fix autoscroll, text wrapping, and model identity

    • Fix autoscroll during streaming responses
    • Fix text wrapping in tool output (was overflowing on long lines)
    • Fix model self-identification when switching models mid-conversation
  • f87c14d Thanks @coopbri! - Make clipboard support optional via clipboard feature flag for Termux/Android compatibility