Skip to content

Commit 23eaf67

Browse files
committed
update HISTORY, bump version
1 parent c04bf60 commit 23eaf67

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

HISTORY.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
* Release history
33

44
** Main branch change
5+
6+
** 1.77
7+
- Chore: Remove eval_elisp mode and symbol restrictions
8+
- Chore: Treat documentation changes as non-code changes
59
- Breaking: Remove =ai-code-mcp-editor-tools.el= and merge its remaining MCP tools into the core server and debug modules
610
- =editor_state= and =visible_buffers= are now built-in MCP tools in =ai-code-mcp-server.el=
711
- =eval_elisp= now lives in =ai-code-mcp-debug-tools.el= and is gated by =ai-code-mcp-debug-tools-enable-eval-elisp=
812
- Remove the legacy =messages_tail= tool in favor of =get_recent_messages=
913
- Remove the old =ai-code-mcp-editor-tools-enabled= and =ai-code-mcp-editor-tools-allow-effect-eval= settings
1014
- Move the dedicated editor-tools tests into the server/debug MCP test files
1115
- Update MCP docs and release notes to match the new tool layout
16+
- Feat: Add Kilo backend support (Opencode fork)
17+
- Feat: Support Org TODO headlines in implement-todo
1218

1319
** 1.74
1420
- Fix: Guard eat/ghostel process filters against deleted buffers on exit and add regression tests

ai-code.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; ai-code.el --- Unified interface for AI coding backends such as Codex CLI, Copilot CLI, Claude Code, Gemini CLI, Opencode, Kilo, Grok CLI, etc -*- lexical-binding: t; -*-
22

33
;; Author: Kang Tu <tninja@gmail.com>
4-
;; Version: 1.74
4+
;; Version: 1.77
55
;; Package-Requires: ((emacs "29.1") (transient "0.9.0") (magit "2.1.0"))
66
;; URL: https://github.com/tninja/ai-code-interface.el
77

0 commit comments

Comments
 (0)