1
0
Fork 0
Commit graph

89 commits

Author SHA1 Message Date
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
bc6055758e
Set Org Babel defaults for Emacs Lisp blocks in the README 2024-04-24 08:04:21 +02:00
8eb6015601
Remove variable 2024-04-23 07:51:51 +02:00
56d059cb3a
Add changelog entry 2024-04-20 18:09:04 +02:00
65a1487d7a
Export to info on save 2024-04-18 07:20:24 +02:00
d8422451b5
Generate info file from README 2024-04-18 06:20:57 +02:00
e38a9e1c81
README update 2024-04-15 22:10:11 +02:00
2afc2f5b6d
Move Babel section, add use-package section for it 2024-04-15 07:06:30 +02:00
e19b2e4bcb
Add sentence 2024-04-12 23:21:51 +02:00
fda16c6d48
Update README 2024-04-12 23:13:05 +02:00
3bb896cfa8
Explain a prompt text generated by a function 2024-04-10 18:16:48 +02:00
989f3816e9
Remove the kagi-fastgpt-prompt-synonym command
It's rather specific, it's up to the user to add it.

There is one example, kagi-fastgpt-prompt-definition, which should be sufficient.
2024-04-10 17:59:39 +02:00
9dc6eaf7ca
Minor changes 2024-04-10 17:50:55 +02:00
423f449fe7
Add suggestion that a command can be bound to a key 2024-04-10 17:46:49 +02:00
94a383345f
Remove TODO 2024-04-10 17:44:28 +02:00
454ed2e513
Update changelog 2024-04-10 16:35:04 +02:00
d828c52da0
Explain custom prompts in README 2024-04-10 16:21:24 +02:00
c8f1461ada
Add changelog entry 2024-04-10 07:30:24 +02:00
4dabc7ecf7
Mention that the tests won't make API calls 2024-04-05 23:15:48 +02:00
ef799275ea
Remove details 2024-03-28 06:25:05 +01:00
5753556163
Fix language code for Czech 2024-03-27 22:28:21 +01:00
ccfc34b1c0
Remove the open source claim 2024-03-27 22:13:45 +01:00
658662bfd4
Remove the obsoleted function kagi-fastgpt 2024-03-19 21:42:06 +01:00
47ef4d218f
Support traditional Chinese as possible summary language 2024-03-19 21:36:26 +01:00
d473b1b6fa
Remove suggestion for defining your own functions 2024-03-07 19:46:24 +01:00
7e302e0357
Do not export old changelog entries 2024-03-06 23:06:41 +01:00
581b8b3bc5
Update README 2024-03-06 21:26:22 +01:00
e1f2f6fcc8
Various fixes in the README 2024-03-05 22:23:30 +01:00
64e2779335
Extend list of options when the universal prefix is passed 2024-03-05 21:49:45 +01:00
0570505cff
Bump to version 0.4 2024-02-29 20:53:09 +01:00
d09152cabc
Update the Embark section in the README 2024-02-29 20:44:40 +01:00
28793401df
Allow kagi-summarize-buffer to be used non-interactively 2024-02-21 12:44:31 +01:00
0c82995ed9
Added a section on setting up unit test execution 2024-02-14 20:26:15 +01:00
8197d8c4ff
kagi-fastgpt and kagi-fastgpt-prompt are alike, favor the latter 2024-02-14 08:46:37 +01:00
16e20a9c88
Fix language selection menu, which showed the language code twice 2024-02-10 20:32:24 +01:00
78f69a017b
Update changelog 2024-02-09 20:50:50 +01:00
d95e5ebfbe
Change grammar check to proofreading 2024-02-08 22:58:26 +01:00
975a386725
Add function to check the grammar of a text or buffer 2024-02-08 22:30:33 +01:00
b6f059d703
Minor improvements in the README 2024-02-08 22:03:23 +01:00
a0423c6748
Update / simplify configuration snippet 2024-02-07 18:58:35 +01:00
224972590a
Mention new variable in README 2024-02-03 23:03:15 +01:00
88032764df
Add changelog entry 2024-02-03 08:44:49 +01:00