Skip to content

Latest commit

 

History

History
133 lines (98 loc) · 13.2 KB

File metadata and controls

133 lines (98 loc) · 13.2 KB

Changelog

2.0.0 (2026-04-11)

⚠ BREAKING CHANGES

  • add team tool and new plan workflow, and fix the prun context
  • rename the plugin to hive.nvim and fix the docs site
  • Add core features, refactor and enhancements after many manual testing
  • tools: add prune tool

Features

  • activate sessions by default (d9c4fa7)
  • Add core features, refactor and enhancements after many manual testing (b338b22)
  • Add prune UI and fix prune tool for openai repsonses mechanism (1b66bd0)
  • Add readme and docs (5ca0557)
  • Add session save and restore module (8cf7aaf)
  • add some other stuff (b97cbd4)
  • add team tool and new plan workflow, and fix the prun context (1fde341)
  • Agent_manager: Add new Agent Manager UI (6c03157)
  • chat_UI: when closing parent chat, also close all child chats (8d4b5fb)
  • fix the prune tool and add notification for approval request with (9b902f0)
  • more robust and useful info for sesions (3810336)
  • rename the plugin to hive.nvim and fix the docs site (58ca93e)
  • todo: Add split todo window and enhance the module (631c3cd)
  • tools: add prune tool (bddd1c1)
  • toolsUX: send system notification when Neovim loses focus for ask_user tool (fdaa438)
  • update .gitignore (8acf4c8)
  • update docs and update files headers (0a69945)

Bug Fixes

  • agents: remove old reminders when adding new ones (1ad123a)
  • consult: fix icons and highlights in status (4470e2e)
  • fix session snapshot (9a1cc52)
  • fix swarm to be more resilient if something happened to agents (4af965d)
  • make default task agent for smaller LLMs (c18f9bd)
  • skills: fix markdown (7412586)
  • status: fix highlights (e468121)
  • todo: correctly close the split viewer (0f28593)
  • use bun instead (d01eded)

1.4.0 (2026-02-18)

Features

  • agents: add cycle agents keymap and some fixes. (4dae14c)
  • ask_user: ability to hide questions UI and restore it back (a4c66c0)
  • cmd_runner: migrate CC cmd_runner and introduce enhancements (872998b)
  • spinner: Add interaction CMD to the state (b7f0f1e)

Bug Fixes

  • ask_user: fix system prompt and highlights (3f4d7ec)
  • list_directory: fix listing outside CWD (5aae283)
  • lua_workflow: delete the file corrupting lazydev plugin (b02ca96)
  • tools: adapt to the new changes in develop (4ff6433)
  • tools: fix compatibility layer temporarily since it's still evolving (9a4c0ee)
  • tools: fix status highlights (6aa8c7b)

1.3.0 (2026-02-12)

Features

  • agents: add more agents and enhance prompts (f55a4cc)
  • agents: continue refactor agents tool foundation and add consult tool (af1c2d7)
  • list_directory: add hidden option to exclude hidden entries by default (3a8cfdd)
  • notification: Add system notification module (78e6ef6)
  • skills: improve wording to encourage LLM to use skills (c07b013)
  • skils: improve teh wording and system (08638a3)
  • state: Add inline state (792d8dc)
  • state: refactor spinner and add state‑management foundation (5c14978)
  • task: convert the module to OOP for better state handling (c3aedad)
  • todo: Add new todo tool for task management (c1b6f44)
  • todo: Add viewer and enhance the todo tool functionality (baacbe5)
  • todo: integrate todo in the system (77a4121)
  • tools: Adapt to the new Codeocmpanion API chnages (57c7178)
  • tools: add compat module for compatibility with new and old API (c74950a)
  • tools: expose consult and cleanup todo tools after chat closed (b82c34e)
  • UI: add system notification for MacOS and Linux (98e75a0)
  • UI: add the config option for scroll (6cefc3b)
  • UI: center the buffer when agent tools start showing status. (5264e86)
  • workflow: adding workflow for test codeocmpanion internal API (018346d)

Bug Fixes

  • agents: properly update the agent session name- fix winbar (7b2b153)
  • ask_user: fix how the context window appears (65dec03)
  • docs: fix help message (02178eb)
  • state: wip (3ca9620)
  • state: wip - fixing state with tool gaps for confirm() fn (0c88f97)
  • task: fix the naming of LLM role (b4ae481)

1.2.0 (2026-01-30)

Features

  • add task tool to orchestrate the sub-agent system (b393ddc)
  • agents: move from modes to agents-subagents system (984eedc)
  • ask_user: add ask_user tool for interactions questions from LLM (692827c)
  • config: add config file (99d0f78)
  • list_directory: add tool to list directory contents (0153815)
  • mode: Add 2 builtin autonomous agents and way to extend (0de82ad)
  • plugin: Add main plugin file to be loaded via commands (413737c)
  • skills: add new neovim tag help skill (375faf0)
  • skills: add skills mechanism and tool for agentskills.io method (514c773)
  • task: enahnce the task tool massively (c20cd5f)

1.1.0 (2026-01-14)

Features

  • adaptes: move my adapters to the plugin from my config (004650d)

1.0.0 (2026-01-13)

Features

  • core: add the main init file (2d17a52)
  • initial: extract spinner from config to dedicated plugin (34862bc)
  • tools: move main module and get_diagnostic tool from my config (cde7f8f)
  • workflow: Add stylua code config file (8d11347)
  • workflows: adding github release workflow and makefile (01935fb)