branch: elpa/gptel
commit 03cff2735a0edf33e4ed33814c3230f0b0a6e911
Author: Tim Ruffing
Commit: GitHub
README: Install without submodule in Doom (#758)
README.org: Avoids the `test` submodule in Doom Emacs,
which uses Straight. (#716)
---
README.org | 2 +-
1 file changed, 1 ins
branch: elpa/proof-general
commit 1f93bf273d3e7f8e371671cbab58f9fbb8c5f68a
Merge: a967f22805 dd9c8a2b67
Author: Pierre Courtieu
Commit: GitHub
Merge pull request #788 from Matafou/fix-debug-mode
Fixing the debug mode (for recent coq verions).
Lain problem was that intermedi
branch: elpa/proof-general
commit 084d783ff4f6f1c622011b75ae5fd25bbe6cbf7d
Author: Pierre Courtieu
Commit: Pierre Courtieu
Fixing the debug mode (for recent coq verions).
Coq stopped printing around debug infos some
versions ago. This has been preventing response and goals buff
elpasync pushed a change to branch elpa/proof-general.
from a967f22805 Merge pull request #815 from Matafou/fix-rocq-progname
new 084d783ff4 Fixing the debug mode (for recent coq verions).
new dd9c8a2b67 Merge branch 'master' into fix-debug-mode
new 1f93bf273d Merge
branch: externals/ellama
commit 66eba1f52aaee97afc5cbe88abd8627eefe9aa86
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add interactive setup for ellama transient menu
Added `interactive` function to set up the transient menu and ensure the
Ollama
model name is filled if it's
branch: externals/ellama
commit 1ab907ee23d78a9252a1072301f71bbfb47d0e80
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Enhance chat functionality in transient
Updated the `ellama-transient-chat` function to prompt the user for input
before
initiating a chat with Ellama. This
branch: externals/ellama
commit 111612d5b64ca4bdc7fa5a1b4419427cf0872cef
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Remove `ellama-ollama-binary` configuration
Removed the unused `ellama-ollama-binary` custom variable and related code
from
`README.org`, `ellama.el`, and `e
elpasync pushed a change to branch externals/ellama.
from bb0bdc2f8f Merge pull request #308 from
s-kostyaev/enhance-session-management
new 111612d5b6 Remove `ellama-ollama-binary` configuration
new d043e73b1e Bump version
new 84abd87b73 Add mock provider for tests
branch: externals/ellama
commit d043e73b1e258e69f6f8ae3d19de6920970fde72
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 2 ++
ellama.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 668491c5b8..2d10cfb1ba 100644
branch: elpa/dirvish
commit b5e131dae0e36c85b684ffae3e82d1e00d7c97cb
Author: Alex Lu
Commit: Alex Lu
refactor(fd|narrow): clearer separation
Refactor `dirvish-fd` and `dirvish-narrow` for clearer separation.
Previously, `dirvish-fd` automatically prompted for a query to fil
branch: elpa/dirvish
commit cd5153a2858799eaf3b5c3d82e7e8576b546d8da
Author: Alex Lu
Commit: Alex Lu
doc: fix video link for `dirvish-narrow`
---
docs/EXTENSIONS.org | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/EXTENSIONS.org b/docs
elpasync pushed a change to branch elpa/dirvish.
from 2d63995d32 feat: add `dirvish-peek-key` user option (closes #191)
new b5e131dae0 refactor(fd|narrow): clearer separation
new cd5153a285 doc: fix video link for `dirvish-narrow`
Summary of changes:
dirvish.el
branch: externals/auctex
commit d85316fdb0a95fdd11ea863c8defa2260110c945
Author: Arash Esbati
Commit: Arash Esbati
Fix indentation of \repeat
* latex.el (LaTeX-indent-commands-regexp-make): Treat \repeat like
\fi.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
branch: elpa/proof-general
commit a78543cba785a7b0b0d1a8d4fe343305c6264d15
Merge: 1f93bf273d e237a3bb62
Author: hendriktews
Commit: GitHub
Merge pull request #820 from hendriktews/fix-magic
Fix make magic
---
doc/PG-adapting.texi| 46 ++--
elpasync pushed a change to branch elpa/proof-general.
from 1f93bf273d Merge pull request #788 from Matafou/fix-debug-mode
new 859c69dc18 (texi-docstring-magic-texi-for): Use
`help-function-arglist`
new e237a3bb62 texi-docstring-magic.el: Fix regression in last change
branch: elpa/proof-general
commit 859c69dc18fc64a4c662c7dcac0ddc9d95dc632e
Author: Stefan Monnier
Commit: Hendrik Tews
(texi-docstring-magic-texi-for): Use `help-function-arglist`
---
lib/texi-docstring-magic.el | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/lib/
branch: elpa/proof-general
commit eb4555c6ef064571b7af987226010100c754b156
Author: Hendrik Tews
Commit: Hendrik Tews
CI: add Coq/Rocq 9.0.0, Emacs 30.1 and switch container infrastructure
Additionally removed
- 9.0+rc1
- some 8.18.0 test runs, because 8.18 moved out of the 1
branch: externals/ellama
commit 9256543fdd377be635d42bdcec868ef23c37f0b4
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add new session option to ask commands
Added `--new-session` option to the `ellama-transient-ask-menu` command.
This
allows users to specify whether they wan
branch: externals/ellama
commit 70794955d18e8eb79b956d6544342dc0274ffef6
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add `create-session` parameter to chat commands
Added `create-session` optional parameter to `ellama-ask-about`,
`ellama-ask-selection`, `ellama-ask-line`, an
branch: externals/ellama
commit bb0bdc2f8ffb82e18d22f4a4bcab954af3a5e91f
Merge: f00f7188cc 50f0f02a39
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #308 from s-kostyaev/enhance-session-management
Add `create-session` parameter to chat commands
---
NEWS.org
elpasync pushed a change to branch externals/ellama.
from f00f7188cc Merge pull request #307 from
s-kostyaev/improve-context-documentation
new 70794955d1 Add `create-session` parameter to chat commands
new 9256543fdd Add new session option to ask commands
new 5f4652
branch: externals/ellama
commit 50f0f02a39076dff990637a6015fa968b1a4ac99
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 16
ellama.el | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index f21abf4945..
branch: externals/ellama
commit 7c49cba7fd959c80c6b2997140b14ba2381c4740
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Improve text insertion handling
Added `use-hard-newlines` variable and updated text insertion to use hard
newlines. Ensured that text is inserted only if ther
branch: externals/ellama
commit 9ef4ed4c14356aeb9afe119f28edb8d4d21db1ff
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add autoload for `ellama-community-prompts-ensure`
Added autoload cookie to `ellama-community-prompts-ensure` function to
ensure it
can be loaded automatical
branch: externals/ellama
commit 49e08205a6b8409fd7209288eb7a26900b0a985a
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Organize session options and ephemeral sessions in transient menus
Reorganized the "Session Options" and "Ephemeral Sessions" sections to be
more
consistent
branch: externals/ellama
commit 6e5372b015c63abaf18df9a9b53c9efe38b77bda
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add ephemeral context functionality
Implemented ephemeral context elements that are cleared after a single LLM
request. Added corresponding functions and tran
branch: externals/ellama
commit 8fcaabc53f196ce83d78dab48199e7606bf9f67e
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add ephemeral session option to transient commands
Added the `--ephemeral` option to several transient commands in
`ellama-transient.el`. This allows users to
branch: externals/ellama
commit 6cd1465e5aec0d61ccc65192fdd1378f5bd665d4
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Reorder and organize options in `ellama-transient.el`
Organized the transient menu by moving the "Options" section to appear
before
the "Context Commands" se
branch: externals/jinx
commit 3794ab93b613487316b21c0d0ac623db20a22d3d
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 045fd6ff79..861dd57547 100644
--- a/CHANGELOG.
branch: elpa/proof-general
commit 3d81aa783860fdb0e785df03211bc53596eca61b
Merge: a78543cba7 eb4555c6ef
Author: hendriktews
Commit: GitHub
Merge pull request #817 from hendriktews/new-images
CI: add Coq/Rocq 9.0.0, Emacs 30.1 and switch container infrastructure
---
.github/workflow
branch: elpa/gptel
commit 4b505e72e9ad0cdbf800457996a4b85c6cb68519
Author: Kayomarz
Commit: GitHub
gptel: Set process coding to utf-8-unix explicitly (#754)
gptel-curl.el (gptel-curl-get-response): Explicitly set the
process coding system to `utf-8-unix' when reading output from
31 matches
Mail list logo