branch: externals/el-job
commit cd2e60f071d390079ce243a574b572f4e0805c80
Author: Martin Edström
Commit: Martin Edström
Comments
---
el-job.el | 40 ++--
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/el-job.el b/el-job.el
index f7fed98ebb
branch: externals/ellama
commit b62892085e1f0e03f69a786ad37e7e323d279fc0
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Fix session ID display in ellama.el
Updated the `ellama-session-line` function to correctly display the session
ID
by checking if `ellama--current-session` i
branch: externals/ellama
commit b11eecc9f0d31e7947a6c953cfb1682e489597b5
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add session ID display in header and mode lines
Added functionality to display the current Ellama session ID in both the
header
line and the mode line. This
branch: externals/ellama
commit b992c830e212cce32e49491effc9645f570712c3
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Improve ellama session display
Added checks to ensure `header-line-format` and `mode-line-format` are lists
before adding the session line. This prevents pote
branch: externals/denote
commit 01e11e1db183f6f13f33eb81d53ab9b7a36ef313
Author: Jean-Philippe Gagné Guay
Commit: Jean-Philippe Gagné Guay
Reapply a fix that was undone in a previous commit
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.
branch: externals/ellama
commit 78582e680df2bf61685f6b371536e65f2c7797e8
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add Ellama Session Header Line and Mode Line Modes documentation
---
README.org | 50 ++
1 file changed, 50 insertions(+)
branch: externals/ellama
commit 7aed3de0bb22dc0e3fdddbb135bfb7d8249486b5
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add session line template customization
Added `ellama-session-line-template` custom variable to allow users to
customize
the format of the current session li
branch: externals/ellama
commit beeb47214fd5e3f3bf0d3cf63e67dda66892344e
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add session ID display in header line to readme
Added functionality to show ellama session ID in the header line across all
buffers. Updated both simple and s
branch: externals/ellama
commit 6907f69d3de6c878991bb668946af881e6494dba
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 4
ellama.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 230f57b470..c6ba6cd5ce 1006
branch: elpa/aidermacs
commit 3adac7a78fb62eabf56c0abdc584768c5886121a
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Fix README typo
Signed-off-by: Mingde (Matthew) Zeng
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/
branch: elpa/aidermacs
commit d90d800c852378b5421004d8e5f64d461ceddfca
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Remove autoload to fix #82
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/aidermacs.el b/aid
branch: elpa/aidermacs
commit 462c2dc6613bcf4fe4ce039a3eae7b01387000fe
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Use shell-quote-argument
Addresses #88
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs.el | 2 +-
1 file changed, 1 insertion(+), 1 deleti
branch: elpa/magit
commit 3c0c4df461a22fa9dd2eee3831ae8e56e9f7a914
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-apply-patch: Do not refresh twice
Closes #5343.
---
lisp/magit-apply.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/lisp/magit-a
branch: elpa/aidermacs
commit 6cfc8bfa46ad4074213effa45a0fe8e8e12a526e
Author: u-yuta
Commit: Matthew Zeng
Fix model inheritance to dynamically use default model values
- Change architect/editor/weak model defaults from direct reference to nil
- Add getter functions to dynamical
branch: elpa/aidermacs
commit 359b8eb6c169d9b86df817e92662102de0b1edb8
Author: ymfsing <13830366+ymfs...@users.noreply.github.com>
Commit: Matthew Zeng
Doc : fix uv aider proxy error
---
README.md | 6 ++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index e815c5850
branch: externals/ivy
commit 790042e81e338f7b4848e5af5cda47ee31bae022
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Fix kill-ring-save for swiper-isearch
The default M-w binding of ivy-kill-ring-save expects ivy--old-cands
to be a list of strings, but swiper-is
branch: externals/ivy
commit 679a39885cdd63fb0bf99c78b0a2dfd611e03eca
Merge: cabbd91f16 790042e81e
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Merge branch 'master' into externals/ivy
---
ivy.el | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --g
blc pushed a change to branch externals/swiper.
from c2ae13bc62 Delete file not needed in elpa.git
adds 62a17ade8e ; * Makefile (check-declare): Simplify.
adds 7006affb6b Link to HTML manual on GNU ELPA
adds 790042e81e Fix kill-ring-save for swiper-isearch
new 0
elpasync pushed a change to branch elpa/aidermacs.
from 3cda7ffd4f Use uv install aider.
new 359b8eb6c1 Doc : fix uv aider proxy error
new 6cfc8bfa46 Fix model inheritance to dynamically use default model
values
Summary of changes:
README.md | 19 ++
elpasync pushed a change to branch elpa/aidermacs.
from e4bd4519b0 Add 1.1 Release Notes
new f95bab6464 Ensure a session is running and initialized for
aidermacs-change-model
new 51a4e83987 Ensure aidermacs--send-command runs with a running aider
session
new ba490d
branch: elpa/aidermacs
commit f95bab646415602e4168bb932b9203ef3794f07e
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Ensure a session is running and initialized for aidermacs-change-model
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs-models.el | 65 +
branch: elpa/aidermacs
commit db98427febbc3d9488d6a39285caae5bf7ac57a7
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Remove redundancy from CHANGELOG
Signed-off-by: Mingde (Matthew) Zeng
---
CHANGELOG.md | 25 -
1 file changed, 25 deletions(-)
branch: elpa/aidermacs
commit 51a4e839876823330518036b482e2a282964ede0
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Ensure aidermacs--send-command runs with a running aider session
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs-models.el | 9 -
aidermac
branch: elpa/aidermacs
commit 0c88c2f12d1278b3753235d019bfbbb28413fa03
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Add MELPA Stable badge
Signed-off-by: Mingde (Matthew) Zeng
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.m
branch: externals/denote
commit e9bb949ce291a210774778ec6264bd38cb9cb23c
Merge: 9743ece3b6 01e11e1db1
Author: Protesilaos Stavrou
Commit: GitHub
Merge pull request #560 from jeanphilippegg/revert-commits
Reapply a fix that was undone in previous PR
---
denote.el | 2 +-
1 file chan
branch: elpa/eglot-inactive-regions
commit b0c8225525f62b96d8fda9e76bac231830b149f0
Author: Filippo Argiolas
Commit: Filippo Argiolas
use en/disable-theme-functions hooks instead of advising load-theme
---
eglot-inactive-regions.el | 15 +++
1 file changed, 7 insertions(+), 8 de
branch: elpa/aidermacs
commit 3cda7ffd4fb7a0292b57574913eb8c6f6fb84ac8
Author: Andy Stewart
Commit: Matthew Zeng
Use uv install aider.
---
README.md | 13 +
1 file changed, 13 insertions(+)
diff --git a/README.md b/README.md
index 1340b5de65..e815c5850e 100644
--- a/README.md
+
branch: externals/ellama
commit 8588296419b99cde2fec94ce821bcc553608ea18
Merge: 559f1c4590 beeb47214f
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #294 from s-kostyaev/add-ellama-session-line-minor-modes
Add session ID display in header and mode lines
---
NEWS.org |
branch: elpa/aidermacs
commit 7e8bd06bc128d7e74dccd2600a0bb579e5f02fba
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Revamp README
Signed-off-by: Mingde (Matthew) Zeng
---
README.md | 312 +-
1 file changed,
elpasync pushed a change to branch elpa/aidermacs.
from 0c88c2f12d Add MELPA Stable badge
new 7e8bd06bc1 Revamp README
new 3adac7a78f Fix README typo
new 3cda7ffd4f Use uv install aider.
Summary of changes:
README.md | 319 ++---
branch: elpa/magit
commit d092661c6142ecd32e98caf4349881b30bfe6836
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log.el: Declare magit--any-wip-mode-enabled-p
---
lisp/magit-log.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lisp/magit-log.el b/lisp/magi
branch: elpa/magit
commit c8b1e12bd5ac00ea5e7f8640864dcd762105bafc
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log-current: Fall back to HEAD
Do now display the now redundant `magit-log-head' by default.
Rearrange the "Log" and "Reflog" columns so that the related
branch: elpa/aidermacs
commit ba490d8a1993db5191783db6cb602a375590c8d5
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Fix aidermacs-get-buffer-name mismatching dirnames
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs-models.el | 2 +-
aidermacs.el| 4 +++-
branch: elpa/aidermacs
commit 9c8806258e1935238c4e72a3f58af0aa58ad8150
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Fix linting
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs-models.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/
branch: elpa/aidermacs
commit 5337ce780a9bbfb999f6d5da5db56f0f7296b610
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Add NonGNU-devel ELPA badge
Signed-off-by: Mingde (Matthew) Zeng
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.
branch: elpa/gptel
commit 913e9dba2a977647b1cc2cc8ec368ac896cc47c2
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel: Update docstrings, GPTel to gptel
* gptel.el (gptel-curl-file-size-threshold): Update spelling "GPTel"
to "gptel".
* gptel-transient.el: Ditto
branch: externals/swiper
commit 01706ee5e411e885ddf45bfcd75bf79c258f35ba
Merge: c2ae13bc62 790042e81e
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Merge branch 'master' into externals/swiper
---
swiper.el | 25 +
1 file changed, 21 insertions(+), 4
elpasync pushed a change to branch elpa/aidermacs.
from 6cfc8bfa46 Fix model inheritance to dynamically use default model
values
new 5337ce780a Add NonGNU-devel ELPA badge
new 3eb71cf8ef Use file-in-directory-p
new 9c8806258e Fix linting
Summary of changes:
READM
38 matches
Mail list logo