elpasync pushed a change to branch externals/ellama.
from b46d1c67c9 Add rule to use `oq` skill for .org files
new 9733ff5d44 Make context add functions explicitly mark context as
transient
new 5224c91dc5 Update documentation
new 868e477116 Improve prompt template for topic extraction
new 2d53906e29 Refactor request cancellation with context management
new 920b17441d Add replace region functionality with error handling
new 2f08729a43 Add format-elisp target
new bb86d5bf76 Whitespace cleanup: convert tabs to spaces across
multiple files
new c668e78004 Add test-detailed target
new 2cb57c3ac0 Fix chat session recovery after buffer revert
new 133c97e246 Bump version
new 89cddbec57 Merge pull request #392 from
s-kostyaev/make-indirect-context-elements-adding-ephemeral-by-default
Summary of changes:
AGENTS.md | 4 +-
Makefile | 19 +-
NEWS.org | 21 +
README.org | 16 +-
ellama-blueprint.el | 136 +-
ellama-community-prompts.el | 70 +-
ellama-context.el | 380 +++---
ellama-manual.el | 40 +-
ellama-tools.el | 132 +-
ellama-transient.el | 55 +-
ellama.el | 2213 ++++++++++++++++++--------------
ellama.info | 82 +-
tests/integration-test-ellama.el | 58 +-
tests/test-ellama-blueprint.el | 2 +-
tests/test-ellama-community-prompts.el | 8 +-
tests/test-ellama-context.el | 62 +-
tests/test-ellama-tools.el | 28 +-
tests/test-ellama-transient.el | 47 +-
tests/test-ellama.el | 477 ++++++-
19 files changed, 2284 insertions(+), 1566 deletions(-)