elpasync pushed a change to branch externals/ellama.
from bbee2a0d5b Merge pull request #427 from
s-kostyaev/fix-426-commit-message-reword
new 3c1ca537ea Add option to disable undo on LLM errors
new aaf1315505 Add error handling for consecutive agent/subagent loop
failures
new 1a4cfe368b Keep agent loops running after LLM errors
new d0ab7b23fb Silence agent compaction declaration warnings
new 246541fadf Allow trusted read files to skip output DLP
new dba4c1025c Fail Elisp checks on compiler warnings
new 62d4900084 Run edit hooks asynchronously for agents
new a897ec962a Simplify edit tools to async-only
new 8419901982 Document agent loop and DLP updates
new db55098d15 Add custom variable documentation checker
new 8ff96673a2 Preflight compact session requests
new 5ec5694cee Resume requests in the session buffer after preflight
compaction
new 33a884e53e Add documentation for missing ellama custom variables
new 8326b43b74 Keep subagent loops running after tool errors
new d17369290f Add custom variables check into check readme flow
new 3cdb58ed9b Stabilize agent loops around compaction
new 22fd8f4aee Append user prompt after finished agent loops
new 9205cfb755 Scroll agent loop prompt insertions
new b2a904de47 Scroll agent status reports
new aff8c73aaf Check README command coverage
new 4ab63cdf36 Support generic provider model editing
new 16c276e78f Refresh README introduction
new 091746fed8 Humanize README introduction
new bec5975dd7 Change transient menu key for Chat with image from "i"
to "I"
new 420f840448 Improve changelog instructions formatting
new c3ec238861 Bump version
new 9e16d0e731 Merge pull request #429 from s-kostyaev/add-undo-on-error
Summary of changes:
Makefile | 13 +-
NEWS.org | 35 ++
README.org | 164 +++++++-
docs/dlp_rollout_guide.md | 22 ++
ellama-tools.el | 799 ++++++++++++++++++++++++++-----------
ellama-transient.el | 56 ++-
ellama.el | 95 ++++-
ellama.info | 304 ++++++++++----
scripts/check-commands.sh | 125 ++++++
scripts/check-custom-variables.sh | 159 ++++++++
scripts/extract-commands.el | 133 +++++++
skills/changelog/SKILL.md | 4 +-
tests/test-ellama-tools.el | 811 ++++++++++++++++++++++++++++++++++++--
tests/test-ellama-transient.el | 44 +++
tests/test-ellama.el | 122 +++++-
15 files changed, 2518 insertions(+), 368 deletions(-)
create mode 100755 scripts/check-commands.sh
create mode 100755 scripts/check-custom-variables.sh
create mode 100644 scripts/extract-commands.el