Skip to content

Releases: serialx/vibecore

v0.6.4

18 Nov 09:06
c283418

Choose a tag to compare

Changes since v0.6.3:

  • release: bump version to 0.6.4 (Sung-jin Brian Hong)
  • fix: handle heredoc operators in path validator (Sung-jin Brian Hong)

v0.6.3

17 Nov 10:21
f4ecb3c

Choose a tag to compare

Changes since v0.6.2:

  • release: bump version to 0.6.3 (Sung-jin Brian Hong)
  • feat: add BashToolMessage widget for bash command execution display (Sung-jin Brian Hong)

v0.6.2

11 Nov 04:40
5c41568

Choose a tag to compare

Changes since v0.6.1:

  • release: bump version to 0.6.2 (Sung-jin Brian Hong)
  • fix: update failing unit tests (Sung-jin Brian Hong)
  • perf: optimize message streaming with smart update throttling (Sung-jin Brian Hong)
  • fix(cli): lack of context causing file tools to error (Sung-jin Brian Hong)
  • chore: update project dependencies (Sung-jin Brian Hong)

v0.6.1

18 Oct 09:27
516e08e

Choose a tag to compare

Changes since v0.6.0:

  • release: bump version to 0.6.1 (Sung-jin Brian Hong)
  • feat: add automatic clipboard copy on text selection (Sung-jin Brian Hong)

v0.6.0

14 Oct 11:33
439124c

Choose a tag to compare

Changes since v0.5.0:

  • release: bump version to 0.6.0 (Sung-jin Brian Hong)
  • fix: add .git to ignore for pyright (Sung-jin Brian Hong)
  • fix: derive context usage from last response (Sung-jin Brian Hong)
  • refactor(flow): simplify workflow API with direct user_message parameter (Sung-jin Brian Hong)
  • fix: update snapshots for fixed tests (Sung-jin Brian Hong)
  • fix(test): eliminate flaky feedback widget test (Sung-jin Brian Hong)
  • fix(flow): process user inputs in FIFO order (Sung-jin Brian Hong)
  • refactor: remove context and session workflow args (#23) (Sung-jin Brian Hong)
  • refactor(flow): remove session property from Vibecore (Sung-jin Brian Hong)
  • refactor(flow): initialize VibecoreApp in TextualRunner init (Sung-jin Brian Hong)
  • refactor(flow): introduce runner pattern for better type safety (Sung-jin Brian Hong)
  • refactor(context): rename context protocols for clarity (Sung-jin Brian Hong)
  • refactor(flow): cleanup unused code (Sung-jin Brian Hong)
  • refactor(context): cleanup unused code (Sung-jin Brian Hong)
  • docs(readme): update to reflect v0.5.0+ API changes (Sung-jin Brian Hong)
  • refactor: make built-in tools accept protocol contexts (#22) (Sung-jin Brian Hong)
  • refactor(app): consolidate initialization and session loading (Sung-jin Brian Hong)
  • refactor: remove agent parameter from VibecoreApp and Vibecore (Sung-jin Brian Hong)
  • fix(tests): initialize user_input_event in init and fix CLI test expectations (Sung-jin Brian Hong)
  • feat(main): increase ctrl+d prompt time (Sung-jin Brian Hong)
  • refactor(flow): improve user input handling and workflow completion (Sung-jin Brian Hong)
  • refactor(flow): pass session to workflow logic functions (Sung-jin Brian Hong)
  • refactor(cli): migrate to flow mode architecture (Sung-jin Brian Hong)
  • refactor: remove /clear command (Sung-jin Brian Hong)
  • refactor: remove detect_reasoning_effort feature (Sung-jin Brian Hong)
  • refactor(cli): move run_print from VibecoreApp to cli module (Sung-jin Brian Hong)
  • refactor(main): remove unused input_items list (Sung-jin Brian Hong)
  • test(cli): fix tests for async MCP manager lifecycle (Sung-jin Brian Hong)
  • refactor(cli): improve MCP manager lifecycle with async context (Sung-jin Brian Hong)
  • chore: update claude settings (Sung-jin Brian Hong)
  • refactor(main): simplify reasoning effort agent cloning (Sung-jin Brian Hong)
  • refactor(main): remove useless context.context_fullness (Sung-jin Brian Hong)
  • fix(main): mark wrong context usage calculation (Sung-jin Brian Hong)
  • docs: update Flow Mode documentation for v0.5.0 API (Sung-jin Brian Hong)
  • fix: correct release dates in CHANGELOG.md (Sung-jin Brian Hong)

v0.5.0

12 Oct 09:15
e07c990

Choose a tag to compare

Changes since v0.4.2:

  • release: bump version to 0.5.0 (Sung-jin Brian Hong)
  • refactor: transform flow system into flexible multi-mode framework (Sung-jin Brian Hong)

v0.4.2

30 Sep 11:36
f535c2a

Choose a tag to compare

Changes since v0.4.1:

  • release: bump version to 0.4.2 (Sung-jin Brian Hong)
  • feat: add FeedbackWidget for user feedback collection (Sung-jin Brian Hong)
  • feat: remove input textarea autofocus on click (Sung-jin Brian Hong)
  • refactor: consolidate todo item model (#21) (Sung-jin Brian Hong)
  • fix: snapshot flakiness for executing message headers (#20) (Sung-jin Brian Hong)
  • chore: add AGENTS.md and update CLAUDE.md (Sung-jin Brian Hong)
  • fix: handle list_directory permission test when running as root (#19) (Sung-jin Brian Hong)

v0.4.1

19 Sep 07:12
5c13cd9

Choose a tag to compare

Changes since v0.4.0:

  • release: bump version to 0.4.1 (Sung-jin Brian Hong)
  • fix: prevent duplicate message processing during agent execution (Sung-jin Brian Hong)

v0.4.0

05 Sep 10:03
f1fde2b

Choose a tag to compare

Changes since v0.3.2:

  • release: bump version to 0.4.0 (Sung-jin Brian Hong)
  • feat: add copy button to AgentMessage widget (Sung-jin Brian Hong)
  • feat: implement path confinement system for enhanced security (Sung-jin Brian Hong)

v0.3.2

25 Aug 13:12
15e8052

Choose a tag to compare

Changes since v0.3.1:

  • release: bump version to 0.3.2 (Sung-jin Brian Hong)
  • fix: disable dotenv settings, since vibecore is a framework (Sung-jin Brian Hong)