Version 0.11.3 of package Ellama has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Ellama describes itself as:

  ==============================
  Tool for interacting with LLMs
  ==============================

More at https://elpa.gnu.org/packages/ellama.html

## Summary:

  1 Ellama
  ════════

    [file:https://img.shields.io/badge/license-GPL_3-green.svg]
    [file:https://melpa.org/packages/ellama-badge.svg]
    [file:https://stable.melpa.org/packages/ellama-badge.svg]
    [file:https://elpa.gnu.org/packages/ellama.svg]

    Ellama is a tool for interacting with large language models from
    Emacs. It allows you to ask questions and receive responses from the
    LLMs. Ellama can perform various tasks such as translation, code
    review, summarization, enhancing grammar/spelling or wording and more
    through the Emacs interface. Ellama natively supports streaming
    output, making it effortless to use with your preferred text editor.

    The name "ellama" is derived from "Emacs Large LAnguage Model
    Assistant". Previous sentence was written by Ellama itself.

## Recent NEWS:

1 Version 0.11.3
════════════════

  • Fix autoscrolling for editing commands.


2 Version 0.11.2
════════════════

  • Inability to use closures on stream done is fixed.


3 Version 0.11.1
════════════════

  • Add function `ellama-context-add-text' for non-intercative usage.


4 Version 0.11.0
════════════════

  • Refactor markdown to org conversion code. Now all transformations
    will be applied only outside of code blocks.


5 Version 0.10.2
════════════════

  • Fix bug when translation from markdown to org syntax breaks python
    code blocks.


6 Version 0.10.1
════════════════

  • Add `ellama-solve-domain-specific-problem' command. It leverages the
    popular "act like a professional" prompt engineering method,
    enhanced by an automated planning step.


7 Version 0.10.0
════════════════

  • Add `ellama-solve-reasoning-problem' command that implements
    [Absctraction of Thought] technique. It uses a chain of multiple
    messages to LLM and help it to provide much better answers on
    reasoning problems. Even small LLMs like [phi3-mini] provides much
    better results on reasoning tasks using AoT.


[Absctraction of Thought] <https://arxiv.org/pdf/2406.12442>

[phi3-mini] <https://ollama.com/library/phi3>


8 Version 0.9.11
════════════════

  • Transform org quote content to avoid rendering issues.


9 Version 0.9.10
════════════════

  • Add file quote context elements.


10 Version 0.9.9
════════════════

  • Add info node quote context elements.


11 Version 0.9.8
════════════════

  • Copy context from previous session on creating new session. This is
    useful when you create new session by calling `ellama-ask-about'
    with prefix argument.


12 Version 0.9.7
════════════════

  • Add webpage quote context elements.


13 Version 0.9.6
════════════════

  • Improve code blocks translation from markdown to org.


14 Version 0.9.5
════════════════

  • Establish a fresh chat session whenever the `ellama-chat' function
    is invoked with a provider different from the one currently in use.


15 Version 0.9.4
════════════════

  • Improve code blocks translation from markdown to org.


16 Version 0.9.3
════════════════

  • Support summarize shr url at point (eww and elfeed).
  • Add ellama-chain function for chaining multiple calls to LLMs.


17 Version 0.9.2
════════════════

  • Allow summarizing urls withoud doctype tag.
  • Summarize url at point.


18 Version 0.9.1
════════════════

  • Add summarize killring command.


19 Version 0.9.0
════════════════

  • Improve context management. Make it extendable.


20 Version 0.8.14
═════════════════

  • Don't insert blank line on code change actions.


21 Version 0.8.13
═════════════════

  • Simplify switching between org and markdown.


22 Version 0.8.12
═════════════════

  • Construct a local list instead of pushin to global one.


23 Version 0.8.11
═════════════════

  • Remove `dash' dependency.
  • Remove function `ellama--fill-string'.
  • Rewrite function `ellama--fill-long-lines' to use `fill-region'.
  • Use `thread-last' instead of `->>' from `dash'.


24 Version 0.8.10
═════════════════

  • Fix context for chat translation.
  • Refactor translations.
  • Add command for current buffer translation.


25 Version 0.8.9
════════════════

  • Add chat translation.


26 Version 0.8.8
════════════════

  • Fix some bad markdown to org translations.


27 Version 0.8.7
════════════════

  • Fix interactive local model selection for emacs 28.


28 Version 0.8.6
════════════════

  • Add provider to `ellama-chat' arguments.


29 Version 0.8.5
════════════════

  • Improve working with context:
    • Fix some `org-mode' links.
    • Add command for adding info nodes into context.
    • Fix keybindings documentation.


30 Version 0.8.4
════════════════

  • Fix keybindings. Keymap prefix now not set by default to prevent
    usage of reserved for end user customisation keys.


31 Version 0.8.3
════════════════

  • Fix non-chat commands.


32 Version 0.8.2
════════════════

  • Fix chat on model switching.


33 Version 0.8.1
════════════════

  • Add naming scheme user option.


34 Version 0.8.0
════════════════

  • Add context management.


35 Version 0.7.7
════════════════

  • Apply markdown-to-org filter consistently.


36 Version 0.7.6
════════════════

  • Eliminate eval call.


37 Version 0.7.5
════════════════

  • Make ellama-request-mode for cancel active requests.


38 Version 0.7.4
════════════════

  • Avoid advising global functions. Use minor modes instead.


39 Version 0.7.3
════════════════

  • Add sessions auto save. If not set will not use named files for new
    sessions. Enabled by default.
  • `ellama-major-mode' used instead of `ellama-instant-mode' and used
    not only for ellama instant buffers, but also for ellama chat
    buffers.


40 Version 0.7.2
════════════════

  • Replace / with _ in new note filenames to prevent errors.


41 Version 0.7.1
════════════════

  • Improve markdown to org conversion.
  • Move readme from markdown to org.
  …  …

Reply via email to