[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama updated (19bf5ed03f -> e370c3f23a)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama updated (19bf5ed03f -> e370c3f23a) |
Date: |
Sat, 8 Mar 2025 06:58:31 -0500 (EST) |
elpasync pushed a change to branch externals/ellama.
from 19bf5ed03f Merge pull request #272 from eltociear/patch-1
new da39b8896c Add blueprint creation functionality
new 829aa9aca4 Add command to create new blueprint from existing one
new f373c50e3f WIP: highlight variables in `ellama-blueprint-mode`
new 72d7fe8a29 Make ellama community prompts blueprint buffer visible
new c4edfd05ef Fix typo in buffer variable name
new 96e970566a Change ellama-blueprint-mode parent to text-mode
new 217f780acc Refactor Variable Handling in Blueprint Mode
new 4c95a7b6b1 Refactor prompt selection and add blueprint buffer
new db415af6ac Refactor blueprint creation functions and add transient
menu
new 078a94f1d8 Remove debug messages from `ellama.el`
new 7ff0c82d73 Fix linter warning
new f5d946fdca Declare missing function in ellama.el
new 1d5c5ecdb1 Add function to run chat with llm using blueprint
new a276b01f0a Add blueprints documentation to readme
new 376f0dc63c Remove optional argument in prompt selection function
new d7b1c106ed Add system prompt template for text completion
new 447c4ddd88 Enhance ellama-complete filtering
new 2b2f4242b0 Trim prefix for ellama-code-complete
new b486e21e7f Add parenthesis fixing feature
new 97cebc8714 Fix syntax in documentation
new 22a20766d0 Update Blueprint Menu
new 37735f6daa Move Ellama Blueprint functionality to separate file
new c68dd6d65d Update MELPA workflow to include all `.el` files
new 2a16515d51 Update comment formatting
new c2256c633d Extracted ellama context management functionality to a
new file
new d3e3e38cc3 Remove fill-region from ellama-blueprint-select
new 26048e4368 Update translation template and stream handling
new 2f151d2b39 Update summarization prompt template and function
new ed11f32a6c Refactor transient menu functionality
new 2b73fceeea Declare `ellama-transient-context-menu` function
new e4dd5d4965 fix ellama-blueprints customization type
new 80589e3241 Add system message functionality
new 32886c9c16 Bump version
new 286a714692 Imrove `ellama-transient-set-system` docstring.
new 2f607cf4e2 Add system message editing functionality
new 9f614f397d Add transient menu for blueprint mode commands
new e370c3f23a Merge pull request #253 from
s-kostyaev/user-defined-blueprints
Summary of changes:
.github/workflows/melpa.yml | 2 +-
NEWS.org | 38 ++
README.org | 82 +++
ellama-blueprint.el | 248 +++++++++
ellama-community-prompts.el | 61 +-
ellama-context.el | 835 ++++++++++++++++++++++++++++
ellama-transient.el | 354 ++++++++++++
ellama.el | 1288 ++++++-------------------------------------
tests/test-ellama.el | 2 +
9 files changed, 1724 insertions(+), 1186 deletions(-)
create mode 100644 ellama-blueprint.el
create mode 100644 ellama-context.el
create mode 100644 ellama-transient.el
- [elpa] externals/ellama updated (19bf5ed03f -> e370c3f23a),
ELPA Syncer <=
- [elpa] externals/ellama 829aa9aca4 02/37: Add command to create new blueprint from existing one, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 96e970566a 06/37: Change ellama-blueprint-mode parent to text-mode, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama a276b01f0a 14/37: Add blueprints documentation to readme, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 2f151d2b39 28/37: Update summarization prompt template and function, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 2b2f4242b0 18/37: Trim prefix for ellama-code-complete, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama db415af6ac 09/37: Refactor blueprint creation functions and add transient menu, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama c2256c633d 25/37: Extracted ellama context management functionality to a new file, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 1d5c5ecdb1 13/37: Add function to run chat with llm using blueprint, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 078a94f1d8 10/37: Remove debug messages from `ellama.el`, ELPA Syncer, 2025/03/08