1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
2b471f9e76
Merge branch 'main' into markdown-mode2 2024-07-24 21:04:16 +02:00
ec1e424a11
Update README 2024-07-24 21:00:15 +02:00
002393ad7a
Fix %s expansion in prompts defined with define-kagi-fastgpt-prompt
The expansion is done with replace-regexp-in-string, which does a
combination of string-match and replace-match. When a function is
passed to replace-regexp-in-string instead of a text, it will call
kagi--get-text-for-prompt which uses the minibuffer / completing read,
possibly messing up the (match-data) along the way that
replace-regexp-in-string relies on. Therefore, save the matching data
before calling the supplied text function, so it will be restored and
replace-regexp-in-string won't notice it.
2024-07-23 21:20:41 +02:00
1142c2c68c
Update changelog 2024-07-21 22:32:59 +02:00
3ae19c59db
Add contact section in the README file 2024-07-20 22:58:00 +02:00
ad6cd1cf6c
Show welcome message when starting the FastGPT shell 2024-07-20 21:32:58 +02:00
eb767d1e0d
Small adaptations to the README 2024-06-29 07:57:19 +02:00
b9612ef119
Add note about the full changelog 2024-04-24 22:01:59 +02:00
a0e06cb928
Version bump 2024-04-24 21:37:45 +02:00
5433a9a91d
Change the prompt for more useful output 2024-04-24 10:39:58 +02:00
2da8956e27
Small fixes 2024-04-24 10:38:14 +02:00
56d059cb3a
Add changelog entry 2024-04-20 18:09:04 +02:00
d8422451b5
Generate info file from README 2024-04-18 06:20:57 +02:00