[elpa] externals/ellama 071f49f831 08/19: Add community prompt collection feature

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 071f49f8319faa3d80a0824719dad8c1c3184786 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add community prompt collection feature Added a new file `ellama-community-prompts.el` to include functionality for managing and using community prompts. This

[elpa] externals/ellama 4340f71d75 06/19: Refactor `ellama-context-mode` to be a derived mode

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 4340f71d75ddc39b1731f14310a7c4f5f8129dce Author: Sergey Kostyaev Commit: Sergey Kostyaev Refactor `ellama-context-mode` to be a derived mode Refactored `ellama-context-mode` to be a derived mode from `fundamental-mode` and added a mode-specific s

[elpa] externals/ellama 7e0b688d7f 03/19: Enhance transient model loading description

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 7e0b688d7f4a188828e6ce5422a371605f05f7cc Author: Sergey Kostyaev Commit: Sergey Kostyaev Enhance transient model loading description Updated the transient menu item for loading from the current session to dynamically display the current session ID

[elpa] externals/ellama ad88edf9ed 16/19: Merge pull request #238 from s-kostyaev/ux-improvements

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit ad88edf9edc313f10107c45a8a21ecf6b6b6d139 Merge: 1c52902d4d f94002a405 Author: Sergey Kostyaev Commit: GitHub Merge pull request #238 from s-kostyaev/ux-improvements Improve transient menu --- NEWS.org| 7 ++ README.org

[elpa] externals/ellama 4bb90fcbd6 18/19: Update README for ellama provider description

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 4bb90fcbd6d9eefe560234743cc88ce830907d31 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update README for ellama provider description Updated the description of `ellama-provider` in the README to remove the specific mention of the default model a

[elpa] externals/ellama 62364b5a4e 05/19: Add functionality to remove context elements by name

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 62364b5a4eb85f15cf58cc143c2530ac967d4569 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add functionality to remove context elements by name Added a new function `ellama-context--element-remove-by-name` to remove all context elements that match b

[elpa] externals/ellama 7ac470cc06 07/19: Enhance header line format handling in `ellama.el`

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 7ac470cc066200bbcc82a16c9ccb90bd9107cfe8 Author: Sergey Kostyaev Commit: Sergey Kostyaev Enhance header line format handling in `ellama.el` Ensure that modifications to the `header-line-format` only occur when it is a list. This prevents errors w

[elpa] externals/ellama bbac4df186 01/19: Reorganize transient menu

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit bbac4df1866b26e56009e636c4896e29d063bdfa Author: Sergey Kostyaev Commit: Sergey Kostyaev Reorganize transient menu Reorganized the `ellama-transient-main-menu` by grouping related commands together and reordering them for better usability.

[elpa] externals/ellama d007a0f96f 04/19: Display current context in transient menu

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit d007a0f96ff1656cbcabe2c6d024c13cb5e2364b Author: Sergey Kostyaev Commit: Sergey Kostyaev Display current context in transient menu Refactored `ellama-manage-context` function to separate concerns by introducing a new helper function `ellama-updat

[elpa] externals/ellama 0eac37ffe3 09/19: Add ellama-session-kill functionality

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 0eac37ffe353f6a685dd852b2f4a4ae6db2f3dee Author: Sergey Kostyaev Commit: Sergey Kostyaev Add ellama-session-kill functionality Added new function `ellama-session-kill` to select and kill an active session. Updated README.org with new command desc

[elpa] externals/ellama ee030435d4 02/19: Add option to always show context line in header or mode line

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit ee030435d480df28ef9872d1ae059ac855c2928b Author: Sergey Kostyaev Commit: Sergey Kostyaev Add option to always show context line in header or mode line Added new customization option `ellama-context-line-always-visible` to ensure the context heade

[elpa] externals/ellama fb01a0cefe 19/19: Merge pull request #241 from s-kostyaev/improve-readme

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit fb01a0cefe4ae813f141d255ce5afeae573968e2 Merge: ad88edf9ed 4bb90fcbd6 Author: Sergey Kostyaev Commit: GitHub Merge pull request #241 from s-kostyaev/improve-readme Add simple configuration example to readme --- README.org | 18 +++--- 1 f

[elpa] externals/ellama 9d5b7046b3 14/19: Update package dependencies

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 9d5b7046b32ea43215681ef7440c6a03ff4cb8d6 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update package dependencies Updated package dependencies by adding new plz module --- ellama.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] externals/ellama 8e26db91c8 11/19: Update menu item

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 8e26db91c867f02713cebba89af3a4a9686266e7 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update menu item Updated the menu item text for better clarity and user experience. Changed "Community blueprint" to "Chat with community blueprint". --- ell

[elpa] externals/ellama 49593e60fa 12/19: Update variable prompt format

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 49593e60fae977726bd70031c2c6c3c8b3320a76 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update variable prompt format Changed the variable prompt format to include curly braces around the variable name for better clarity. --- ellama-community-p

[elpa] externals/ellama d9de354092 17/19: Add simple configuration example to readme

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit d9de354092ae1267f5c0f5a91177b402bccf7294 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add simple configuration example to readme --- README.org | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org inde

[elpa] externals/ellama a43bf8db31 13/19: Update ellama-community-prompts.el header

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit a43bf8db31fac86ed434f5ce895f92e24b517c24 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update ellama-community-prompts.el header Added package-lint-main-file directive and removed unnecessary metadata. --- ellama-community-prompts.el | 7 +-- 1

[elpa] externals/ellama f94002a405 15/19: Bump version

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit f94002a4055c0e0acf95e40e7d722a68efc41fdb Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 7 +++ ellama.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 9ec0c38ba8..98e0d56657 1

[elpa] main 7ef0b3ab7d: * elpa-packages (consult-recoll): Add :news

2025-02-23 Thread Philip Kaludercic
branch: main commit 7ef0b3ab7d1bc61e672c65c3f6b72745bd1d23c9 Author: Philip Kaludercic Commit: Philip Kaludercic * elpa-packages (consult-recoll): Add :news --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 2180f66d8d..eb374b4fb8 10064

[elpa] externals/ellama updated (1c52902d4d -> fb01a0cefe)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 1c52902d4d Merge pull request #235 from s-kostyaev/add-context-header-line new bbac4df186 Reorganize transient menu new ee030435d4 Add option to always show context line in header or mode line new 7e0b688d7f

[elpa] externals/ellama 25d34ce337 10/19: Fix community prompts

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 25d34ce3370d61ac8a380debe1eb3c105b5fd5dc Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix community prompts --- ellama-community-prompts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellama-community-prompts.el b/ellama-community-p

[nongnu] elpa/helm cf557ff745 2/2: Merge pull request #2711 from tarsiiformes/transient-compat

2025-02-23 Thread ELPA Syncer
branch: elpa/helm commit cf557ff7451a7bf729f0f0fb39a1607031c17d99 Merge: 4ccdefb7d0 e451b6b24a Author: Thierry Volpiatto Commit: GitHub Merge pull request #2711 from tarsiiformes/transient-compat Don't include transient's menu window in saved window configuration --- helm-core.el |

[nongnu] elpa/emacsql ad9d1b9715 2/2: readme: Use separate section to talk about quoting

2025-02-23 Thread ELPA Syncer
branch: elpa/emacsql commit ad9d1b97156975bf808ecdd8eb65b374b24db1a6 Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Use separate section to talk about quoting --- README.md | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md

[nongnu] elpa/helm e451b6b24a 1/2: Don't include transient's menu window in saved window configuration

2025-02-23 Thread ELPA Syncer
branch: elpa/helm commit e451b6b24a2e5f6b69130b21653bc237099bded5 Author: Jonas Bernoulli Commit: Jonas Bernoulli Don't include transient's menu window in saved window configuration Discussed at https://github.com/magit/transient/discussions/361. --- helm-core.el | 15 +

[nongnu] elpa/emacsql c39e2c1f83 1/2: emacsql-sqlite-list-tables: Fix format of return value

2025-02-23 Thread ELPA Syncer
branch: elpa/emacsql commit c39e2c1f838bfc1d289c74e92cc28340254a2581 Author: Jonas Bernoulli Commit: Jonas Bernoulli emacsql-sqlite-list-tables: Fix format of return value --- emacsql-sqlite.el | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/emacs

[nongnu] elpa/emacsql updated (48cbd1600b -> ad9d1b9715)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/emacsql. from 48cbd1600b Add library commentary new c39e2c1f83 emacsql-sqlite-list-tables: Fix format of return value new ad9d1b9715 readme: Use separate section to talk about quoting Summary of changes: README.md | 18 +

[elpa] externals/ellama 2d4de7e346: Update ellama configuration

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 2d4de7e346541aad05ee6bb27078e1cd4f22aadf Author: Sergey Kostyaev Commit: Sergey Kostyaev Update ellama configuration Updated README.org to include new `:hook` and `:init` configurations for the ellama package. Added automatic scrolling option (`el

[elpa] externals/hyperbole e1ecad14df 10/11: Merge branch 'master' into rsw

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit e1ecad14df1ab0c4c03560f757c27929553a8001 Merge: 9c522ae4f7 2f2886784d Author: Robert Weiner Commit: GitHub Merge branch 'master' into rsw

[elpa] externals/hyperbole 12043802da 06/11: Fix 2 hywiki tests for org links and org roam nodes

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 12043802da75cb4f06f895610f266cf6d94fa217 Author: bw Commit: bw Fix 2 hywiki tests for org links and org roam nodes --- ChangeLog| 5 + hywiki.el| 11 ++- test/hywiki-tests.el | 22 ++ 3 files changed

[elpa] externals/hyperbole 2f2886784d 08/11: Merge pull request #674 from rswgnu/rsw

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 2f2886784dd9748c3be4562da3381e9e3411d436 Merge: 734b0ffbea 49ecbd80b9 Author: Robert Weiner Commit: GitHub Merge pull request #674 from rswgnu/rsw hywiki Org export to html - use modified section titles as href ids; hkey-help display actype info a

[elpa] externals/hyperbole updated (734b0ffbea -> 1bdcab6c9b)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 734b0ffbea Verify issue with delete char in elisp mode (#670) new 982b975124 hui-select.el - Make Action Key on delimited pairs match hui-select new 40f5f90038 hycontrol.el - Eliminate error if frame-cmds library

[elpa] externals/hyperbole d57be5a458 04/11: hkey-help - Put hbut and actype info at the top of help

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit d57be5a4582aeae518e29ad079062571b9e9da04 Author: bw Commit: bw hkey-help - Put hbut and actype info at the top of help In cases like the multi-context 'smart-org' handler where a specific action type is triggered without defining an implicit bu

[elpa] externals/hyperbole 1bdcab6c9b 11/11: Merge pull request #675 from rswgnu/rsw

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 1bdcab6c9b4f74e426423ac283a73aac3c6f31d2 Merge: 2f2886784d e1ecad14df Author: Robert Weiner Commit: GitHub Merge pull request #675 from rswgnu/rsw hywiki-referent-menu - Re-add accidentally deleted "Keys" key series --- ChangeLog | 3 +++ hywiki.e

[elpa] externals/hyperbole 40f5f90038 02/11: hycontrol.el - Eliminate error if frame-cmds library is missing

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 40f5f900387606e6be7fc8ca41d05858f96ed20f Author: bw Commit: bw hycontrol.el - Eliminate error if frame-cmds library is missing --- ChangeLog | 4 hycontrol.el | 7 +-- test/hact-tests.el | 6 +++--- 3 files changed, 12 insertions(+)

[elpa] externals/hyperbole b2998ade3d 03/11: ert-should ibtype - Limit to single line when not ert-results-mode

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit b2998ade3da449c84aafdb4d0b01ec3f0bf92e17 Author: bw Commit: bw ert-should ibtype - Limit to single line when not ert-results-mode --- ChangeLog | 6 ++ hsys-ert.el | 16 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git

[elpa] externals-release/org 1059e78c0b: org-return: Do not err on spaces after citation

2025-02-23 Thread ELPA Syncer
branch: externals-release/org commit 1059e78c0b8bef749843a014fe4a857f69be0693 Author: Ihor Radchenko Commit: Ihor Radchenko org-return: Do not err on spaces after citation * lisp/org.el (org-return): When `org-return-follows-link' is set, do not try following citation when on bl

[elpa] externals/vc-got 3dde94dcfc 01/14: add vc-got-command as copy of vc-command

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 3dde94dcfc5fd26d08a9b4e3bfb449d616270ec0 Author: Timo Myyrä Commit: Omar Polo add vc-got-command as copy of vc-command this is similar as is done with other vc backends, helps run synchronous commands. --- vc-got.el | 9 + 1 file changed, 9

[elpa] externals/hyperbole 982b975124 01/11: hui-select.el - Make Action Key on delimited pairs match hui-select

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 982b97512419a98c176783fa187b2bc5200f7a1b Author: bw Commit: bw hui-select.el - Make Action Key on delimited pairs match hui-select --- ChangeLog | 22 +++ hui-mouse.el | 12 +++--- hui-select.el | 115 ++--

[elpa] externals/hyperbole 49ecbd80b9 07/11: Merge branch 'master' into rsw

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 49ecbd80b976edda3eb4aa8a92e647facebb2a5c Merge: 12043802da 734b0ffbea Author: bw Commit: bw Merge branch 'master' into rsw --- ChangeLog| 5 + test/hywiki-tests.el | 12 2 files changed, 17 insertions(+) diff --git a/ChangeLo

[elpa] externals/org 62a8677e4c: Merge branch 'bugfix'

2025-02-23 Thread ELPA Syncer
branch: externals/org commit 62a8677e4c479d3ff5364b9141770bd4922a0fe0 Merge: e6fae2e34d 1059e78c0b Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org.el | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/lisp/org.e

[elpa] externals/hyperbole 9c522ae4f7 09/11: hywiki-referent-menu - Re-add accidentally deleted "Keys" key series

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit 9c522ae4f71b5dc75af4466de1501607af98bc68 Author: bw Commit: bw hywiki-referent-menu - Re-add accidentally deleted "Keys" key series --- ChangeLog | 3 +++ hywiki.el | 7 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/Cha

[elpa] externals/vc-got 1c46988ea9 14/14: use shorter way to poll branch from user in vc-got-merge-branch

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 1c46988ea9e81a57a4c9569a0fee19108f861d08 Author: Timo Myyrä Commit: Omar Polo use shorter way to poll branch from user in vc-got-merge-branch --- vc-got.el | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/vc-got.el b/vc-got.el index

[nongnu] elpa/emacsql e4f1dcae91: Fix typos in docstrings

2025-02-23 Thread ELPA Syncer
branch: elpa/emacsql commit e4f1dcae91f91c5fa6dc1b0097a6c524e98fdf2b Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typos in docstrings --- emacsql-compiler.el | 2 +- emacsql-sqlite.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql-compiler.el b/emacs

[elpa] externals/vc-got 623367586b 09/14: fix vc-got-mode-line to not refer past length of def

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 623367586b18915b547b9f520c56c35ab024e8f3 Author: Timo Myyrä Commit: Omar Polo fix vc-got-mode-line to not refer past length of def --- vc-got.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 068fcd15ad..4f46

[elpa] externals/vc-got 11bac75e37 12/14: make vc-got--update asynchronous

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 11bac75e373695e3eade02fc9db360d5aae6c923 Author: Timo Myyrä Commit: Omar Polo make vc-got--update asynchronous Make the update command run asynchronously as updates in large directory trees will otherwise lock emacs for a long while. --- vc-got.e

[elpa] externals/vc-got 777ce2927f 10/14: fix deletion of separator lines in log buffers

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 777ce2927f319272e2fdccd4b7ba7f02d9ba2027 Author: Timo Myyrä Commit: Omar Polo fix deletion of separator lines in log buffers --- vc-got.el | 1 + 1 file changed, 1 insertion(+) diff --git a/vc-got.el b/vc-got.el index 4f46da3bbd..de6b63db81 100755 --- a/vc-g

[elpa] externals/vc-got 2411b9fb27 05/14: fix buffer parameters in vc-got-command calls

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 2411b9fb274f69dee51baf48a0d08c34e026df80 Author: Timo Myyrä Commit: Omar Polo fix buffer parameters in vc-got-command calls no need to use temp buffers in most of commands, pass in `nil' to use shared *vc* buffer. --- vc-got.el | 41 +

[elpa] externals/vc-got d577c763aa 02/14: rewrite most of vc-got-call uses to use vc-got-command

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit d577c763aa927e6842b2664ea9fdc2ffbe4d096b Author: Timo Myyrä Commit: Omar Polo rewrite most of vc-got-call uses to use vc-got-command benefit of this is better file argument handling. Some commands left to use vc-got--call as using vc-got-command w

[elpa] externals/vc-got updated (66c6e97f48 -> 1c46988ea9)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/vc-got. from 66c6e97f48 months -> years; time flies... new 3dde94dcfc add vc-got-command as copy of vc-command new d577c763aa rewrite most of vc-got-call uses to use vc-got-command new afba16f73d fix unbalanced parens

[elpa] externals/vc-got 45c5bc70b6 08/14: fix vc-got-command rest arguments

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 45c5bc70b64af540640b6a4be81329f541fdc06a Author: Timo Myyrä Commit: Omar Polo fix vc-got-command rest arguments use apply when there is variable amount of parameters. --- vc-got.el | 23 +-- 1 file changed, 13 insertions(+), 10 de

[elpa] externals/vc-got 323c6ea3c0 04/14: restore accidently deleted delete-matching-lines call

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 323c6ea3c08727c1240223c8fab02fc7aa0b9a8f Author: Timo Myyrä Commit: Omar Polo restore accidently deleted delete-matching-lines call --- vc-got.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vc-got.el b/vc-got.el index 9d8b72c876..24c070bd4f 100755 -

[elpa] externals/vc-got 3740d4cbba 11/14: fix vc-got--info command return value use

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 3740d4cbbad38b9139950a0d9acb3714ca93f9d5 Author: Timo Myyrä Commit: Omar Polo fix vc-got--info command return value use The got info command uses return value of 1 when executed for files which are not part of got work tree which caused the emacs

[elpa] externals/vc-got afba16f73d 03/14: fix unbalanced parens

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit afba16f73d7fabc5ed8bd0632daf8d980a77fd3c Author: Timo Myyrä Commit: Omar Polo fix unbalanced parens --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index d3b901e1ee..9d8b72c876 100755 --- a/vc-got.el +++

[elpa] externals/vc-got 8b42f45f7e 06/14: remove copy/pasted block

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 8b42f45f7e126afefcbafbd905961b8e78bea7e1 Author: Omar Polo Commit: Omar Polo remove copy/pasted block --- vc-got.el | 8 1 file changed, 8 deletions(-) diff --git a/vc-got.el b/vc-got.el index 7d989d9011..0a4b32da65 100755 --- a/vc-got.el +++ b/vc-g

[elpa] externals/vc-got eb3f662166 13/14: fix docstring for vc-got--proc-filter

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit eb3f662166c66e9200240a80f24abfdd141830d9 Author: Timo Myyrä Commit: Omar Polo fix docstring for vc-got--proc-filter --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index b6ad56c76b..68a9899dec 100755 ---

[elpa] externals/org updated (e6fae2e34d -> 62a8677e4c)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e6fae2e34d org-store-link: Do not query about store function when INTERACTIVE? is nil adds ec72678881 Update version number for the 9.7.23 release new 1059e78c0b org-return: Do not err on spaces after citation new

[elpa] externals/hyperbole deb608fa5f 05/11: hywiki.el - Many bug fixes and use section names for Org html ids

2025-02-23 Thread ELPA Syncer
branch: externals/hyperbole commit deb608fa5f37f641c92f57d4e7da4939f9a22f25 Author: bw Commit: bw hywiki.el - Many bug fixes and use section names for Org html ids --- ChangeLog | 64 hpath.el| 18 ++- hui-mini.el | 8 +- hywiki.el | 518

[elpa] externals/vc-got 2372415059 07/14: fix vc-got-checkin

2025-02-23 Thread ELPA Syncer
branch: externals/vc-got commit 2372415059a03ea6580a02f6f08d990195ca0091 Author: Omar Polo Commit: Omar Polo fix vc-got-checkin --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 0a4b32da65..c24ab0bcdf 100755 --- a/vc-got.el +++ b/v

[elpa] externals/ellama 77a43ce379 1/2: Optimize text insertion and scrolling in `ellama.el`

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 77a43ce3797bdf9cfaae3f4facd7d81600876e9e Author: Sergey Kostyaev Commit: Sergey Kostyaev Optimize text insertion and scrolling in `ellama.el` Refactored the text insertion logic to calculate the distance to the end of the buffer before and after

[elpa] externals/diff-hl 685e991350: diff-hl-after-undo: See if BUFFER is live

2025-02-23 Thread ELPA Syncer
branch: externals/diff-hl commit 685e99135001da13caecdff71acea1ee20bed373 Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-after-undo: See if BUFFER is live #231 --- diff-hl.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/diff-hl.el b/diff-hl.el index

[elpa] externals/hiddenquote updated (8e22eaea70 -> d2ca7e7dc1)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/hiddenquote. from 8e22eaea70 New command: hiddenquote-delete-char new 4015255b1f Guard against empty answers vector new 2e7fa85f22 Add new puzzle new 602391cfe4 Avoid delete-char in hiddenquote-delete-backward-char

[elpa] externals/ellama updated (c1b51834c9 -> d9456fdc4b)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from c1b51834c9 Bump version new 4cb122b572 Add auto-scroll continue logic and out of focus scrolling new 682686da7c Bump version new d9456fdc4b Merge pull request #243 from s-kostyaev/improve-auto-scroll Summar

[elpa] externals/ellama d9456fdc4b 3/3: Merge pull request #243 from s-kostyaev/improve-auto-scroll

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit d9456fdc4b6f467cc5b60d9fa081fefcdc39acba Merge: c1b51834c9 682686da7c Author: Sergey Kostyaev Commit: GitHub Merge pull request #243 from s-kostyaev/improve-auto-scroll Improve auto scroll --- NEWS.org | 5 + ellama.el | 14 -- 2 fi

[elpa] externals/indent-bars e9b9f26218: README.md : remove require

2025-02-23 Thread ELPA Syncer
branch: externals/indent-bars commit e9b9f26218f9ed3137df48a3184745db408556f8 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub README.md : remove require --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c92e2bd79a..f41834

[elpa] externals/llm ef3c55e9c8: Add the ability to return multiple outputs via a plist in llm calls (#160)

2025-02-23 Thread ELPA Syncer
branch: externals/llm commit ef3c55e9c8b7fee127a21fe72e35adae4a7b00bd Author: Andrew Hyatt Commit: GitHub Add the ability to return multiple outputs via a plist in llm calls (#160) This adds the `multi-ouput` optional argument to the llm interface. When set, the return value can

[elpa] externals/ellama 682686da7c 2/3: Bump version

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 682686da7c7dbbf361d02b6bf7bf27e76f44d558 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 5 + ellama.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index c122895e2c..7767d188fd 100

[elpa] externals/ellama 4cb122b572 1/3: Add auto-scroll continue logic and out of focus scrolling

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit 4cb122b5723629146efc90bc62675ad9167d3b14 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add auto-scroll continue logic and out of focus scrolling Fixed the auto-scroll logic in `ellama.el` to ensure it correctly sets and resets `stop-scroll` base

[nongnu] elpa/cider 5b873a94a8: [Docs] Set size for the video tutorial explicitly

2025-02-23 Thread ELPA Syncer
branch: elpa/cider commit 5b873a94a8f4804034713ddb774ad7f6f493708f Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Set size for the video tutorial explicitly --- doc/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pag

[elpa] externals/dape f8d8392ada: Use same window if no window is displaying source

2025-02-23 Thread ELPA Syncer
branch: externals/dape commit f8d8392adacc124212a2942ef4a884d0ffc5a1ee Author: Daniel Pettersson Commit: Daniel Pettersson Use same window if no window is displaying source --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 1ba48c6972..cb

[elpa] externals/hiddenquote 4015255b1f 1/5: Guard against empty answers vector

2025-02-23 Thread ELPA Syncer
branch: externals/hiddenquote commit 4015255b1f990f7efe9f2806dd314957af9ee7d9 Author: Mauro Aranda Commit: Mauro Aranda Guard against empty answers vector * hiddenquote.el (hiddenquote-grid-value-create): Don't fail if the answers vector is empty. (hiddeqnuote-hidden-quote-p

[elpa] externals/hiddenquote 602391cfe4 3/5: Avoid delete-char in hiddenquote-delete-backward-char

2025-02-23 Thread ELPA Syncer
branch: externals/hiddenquote commit 602391cfe4c329639518ced68baeae9d516a46c8 Author: Mauro Aranda Commit: Mauro Aranda Avoid delete-char in hiddenquote-delete-backward-char * hiddenquote.el (hiddenquote-delete-backward-char): Use widget-value-set rather than relying in delete-c

[elpa] externals/ellama updated (2d4de7e346 -> c1b51834c9)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 2d4de7e346 Update ellama configuration new 77a43ce379 Optimize text insertion and scrolling in `ellama.el` new c1b51834c9 Bump version Summary of changes: NEWS.org | 3 +++ ellama.el | 44

[elpa] externals/consult-recoll 4f9865df94: .elpaignore (for license file)

2025-02-23 Thread ELPA Syncer
branch: externals/consult-recoll commit 4f9865df94fc18580b5266b3c1afd1a110199576 Author: jao Commit: jao .elpaignore (for license file) --- .elpaignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 00..8da84891bf --- /dev/nu

[elpa] externals/ellama c1b51834c9 2/2: Bump version

2025-02-23 Thread ELPA Syncer
branch: externals/ellama commit c1b51834c95bc843bde2e694cc3ed51163df2191 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 3 +++ ellama.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 98e0d56657..c122895e2c 10064

[elpa] externals/hiddenquote 2e7fa85f22 2/5: Add new puzzle

2025-02-23 Thread ELPA Syncer
branch: externals/hiddenquote commit 2e7fa85f22c4109c7a33b6ae705d1416c60a3788 Author: Mauro Aranda Commit: Mauro Aranda Add new puzzle * puzzles/6.ipuz: New file. --- puzzles/6.ipuz | 678 + 1 file changed, 678 insertions(+)

[elpa] externals/hiddenquote 4a62c35fcd 4/5: ; Fix typo in docstring

2025-02-23 Thread ELPA Syncer
branch: externals/hiddenquote commit 4a62c35fcdf5e4a50a39e20ae59f3d4a2aa530c0 Author: Mauro Aranda Commit: Mauro Aranda ; Fix typo in docstring --- hiddenquote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiddenquote.el b/hiddenquote.el index 761b708158..5d6ea4a5af

[elpa] externals/hiddenquote d2ca7e7dc1 5/5: ; Docstring fixes

2025-02-23 Thread ELPA Syncer
branch: externals/hiddenquote commit d2ca7e7dc198f838957e9d2597d7be164ad3e4bb Author: Mauro Aranda Commit: Mauro Aranda ; Docstring fixes --- hiddenquote.el | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/hiddenquote.el b/hiddenquote.el index

[elpa] externals/activities d735c0f2c7 3/3: Fix: Don't call file-truename for remote files

2025-02-23 Thread ELPA Syncer
branch: externals/activities commit d735c0f2c714ac98248ee17d765bfa8310201d53 Merge: 31ec5154dd 77c135fc36 Author: Adam Porter Commit: Adam Porter Fix: Don't call file-truename for remote files See #130, #133. --- README.org| 3 +++ activities.el | 11 +-- 2 files chang

[elpa] externals/activities 77c135fc36 2/3: Update changelog, tidy binding and docstring

2025-02-23 Thread ELPA Syncer
branch: externals/activities commit 77c135fc36aa12dc7d8a1abedd639f7dd51dea72 Author: Adam Porter Commit: Adam Porter Update changelog, tidy binding and docstring --- README.org| 3 +++ activities.el | 15 +-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/R

[elpa] externals/activities updated (31ec5154dd -> d735c0f2c7)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/activities. from 31ec5154dd Merge: Completion annotations new 8109adde73 annotate: skip file-truename for remote files new 77c135fc36 Update changelog, tidy binding and docstring new d735c0f2c7 Fix: Don't call file-truenam

[nongnu] elpa/dirvish updated (df4fd5670d -> ee55249c3f)

2025-02-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from df4fd5670d docs: drop `tramp-use-ssh-controlmaster-options`, which causes error new 9597df1bc3 refactor(core): use local `window-selection-change-functions` new e9dc185d4f refactor: remove `dirvish-window-fringe` option

[nongnu] elpa/dirvish 9597df1bc3 1/5: refactor(core): use local `window-selection-change-functions`

2025-02-23 Thread ELPA Syncer
branch: elpa/dirvish commit 9597df1bc3a9731673f5e00f269d4f64f2f25a3b Author: Alex Lu Commit: Alex Lu refactor(core): use local `window-selection-change-functions` --- dirvish.el | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dirvish.el b/dirvish.el index

[nongnu] elpa/dirvish 0fd67c736b 4/5: feat: add `dirvish-inactive` face

2025-02-23 Thread ELPA Syncer
branch: elpa/dirvish commit 0fd67c736b94492cdcbc0dee06159f74f0dc8f9d Author: Alex Lu Commit: Alex Lu feat: add `dirvish-inactive` face --- dirvish-widgets.el | 81 -- dirvish.el | 9 +- extensions/dirvish-fd.el | 2

[nongnu] elpa/dirvish ee55249c3f 5/5: fix(core): make `dirvish(-dwim)` honer visible session

2025-02-23 Thread ELPA Syncer
branch: elpa/dirvish commit ee55249c3ffae864bef7a45c4d5337f374d1a7b1 Author: Alex Lu Commit: Alex Lu fix(core): make `dirvish(-dwim)` honer visible session --- dirvish-extras.el | 17 -- dirvish.el| 69 +-- 2 files chan

[nongnu] elpa/dirvish e9dc185d4f 2/5: refactor: remove `dirvish-window-fringe` option

2025-02-23 Thread ELPA Syncer
branch: elpa/dirvish commit e9dc185d4f24169f5f02249980a88607100ed513 Author: Alex Lu Commit: Alex Lu refactor: remove `dirvish-window-fringe` option Don't set window fringe except for vc-state attributes. On `dirvish-quit`, reset window fringe to default. Ref: https://g

[nongnu] elpa/dirvish f570626fcc 3/5: perf(vc): fetch `vc-info` asynchronously

2025-02-23 Thread ELPA Syncer
branch: elpa/dirvish commit f570626fcc229c61c7a8e86246b7c9b8fe1a4386 Author: Alex Lu Commit: Alex Lu perf(vc): fetch `vc-info` asynchronously The `vc-info` mode-line segment can significantly slow down Emacs, especially in repositories with many ignored or uncommitted files. --

[elpa] externals/activities 8109adde73 1/3: annotate: skip file-truename for remote files

2025-02-23 Thread ELPA Syncer
branch: externals/activities commit 8109adde73b8e9c4b038abc3967cd4b7bf2937f6 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> annotate: skip file-truename for remote files The test for a "dirty" activity used by the