elpasync pushed a change to branch externals/ellama.

      from  205190aac3 Merge pull request #389 from 
s-kostyaev/improve-confirmation
       new  003b06d8af Add fake streaming helpers and new stream tests
       new  1d9c8c5ee9 Add tests for ellama helper functions and error handling
       new  91c9beaf13 Correct tool argument handling, enable‑by‑name, and 
edit‑file logic
       new  5a6b088dad Add test for context prompt clearing ephemerals
       new  e03c9723f8 Add comprehensive tests for ellama skill handling
       new  e8e9912254 Add blueprint tests
       new  4cb9bdaf98 Add community prompts tests and refactor download logic
       new  0ef45ab98c Add transient tests for ellama
       new  c204c31a7d Add manual export tests
       new  80a6254a22 Split test-ellama.el
       new  81e17db0f8 Add skills tests and update Makefile
       new  69b282adeb Add manual export instructions
       new  dac2a7649c Documentation fixes
       new  e53ead5f84 Bump version
       new  b32479ffc3 Merge pull request #390 from s-kostyaev/improve-tests


Summary of changes:
 AGENTS.md                              |   1 +
 Makefile                               |  20 +-
 NEWS.org                               |  60 ++++
 README.org                             |  51 +--
 ellama-community-prompts.el            |  27 +-
 ellama-tools.el                        |  19 +-
 ellama.el                              |   2 +-
 ellama.info                            | 125 +++----
 tests/test-ellama-blueprint.el         | 292 +++++++++++++++
 tests/test-ellama-community-prompts.el | 149 ++++++++
 tests/test-ellama-context.el           | 243 +++++++++++++
 tests/test-ellama-manual.el            | 162 +++++++++
 tests/test-ellama-skills.el            | 175 +++++++++
 tests/test-ellama-tools.el             | 583 ++++++++++++++++++++++++++++++
 tests/test-ellama-transient.el         | 275 ++++++++++++++
 tests/test-ellama.el                   | 638 ++++++++++-----------------------
 16 files changed, 2255 insertions(+), 567 deletions(-)
 create mode 100644 tests/test-ellama-blueprint.el
 create mode 100644 tests/test-ellama-community-prompts.el
 create mode 100644 tests/test-ellama-context.el
 create mode 100644 tests/test-ellama-manual.el
 create mode 100644 tests/test-ellama-skills.el
 create mode 100644 tests/test-ellama-tools.el
 create mode 100644 tests/test-ellama-transient.el

Reply via email to