- support attach to process
- support debugging core
- git: support showing file revision history
- editor: add an api to add end of line annotations
- git: explore the option of using the new api of end of line annotations to replace the nav bar commit info ^^
- dap: support stdio connection based
- dap: support attach to process
- SFTP plugin: re-use the remote find in files dialog
- SFTP plugin: use clTerminalViewCtrl for the log view
- Spell Checker: enable it for the commit dialog
- Change the tool invocation bar into a free text, allowing the user to stop the model.
- Support auto reading
AGENTS.mdfile and convert it into System-Messages. - Implement
code_symbolstool for AI. - Add tool management configuration which allows users to trust tools permanently
- Make compiler errors clickable in the new terminal
- Scan for CMD as a valid terminal on Windows.
- AI: Extend all the tools with a "Purpose" mandatory field, so each model will be forced to report the reason for the invocation.
- AI: Add a system-message that instruct the model to NEVER create a summary file
- File System Workspace: change the dialog box when deleting a file into
clMessageBox
- build tab: add AI option to the context menu.
- Add progress bar table for LSP progress messages (currently we only print messages in the LOG view)
- MarkdownStyler: mark gcc style lines "file:line" as hyperlink and clickable.
- Add
codelite-api.luafile to the installation folder to provide completion for LUA LSPs.
- Application hangs when renaming a symbol & the
MiniMapeditor is loaded...