yetone
05b3b843c8
fix: selected code ( #1542 )
2025-03-10 00:17:24 +08:00
yetone
a0e0924730
feat: carry recently viewed files as context ( #1538 )
2025-03-09 15:42:31 +08:00
yetone
868c136574
refactor: remove use_xml_format ( #1535 )
2025-03-09 14:58:30 +08:00
yetone
d75094b815
fix: bedrock ( #1524 )
...
* fix: bedrock
* fix: bad variable name
* fix: missing metatable
2025-03-08 02:17:28 +08:00
yetone
25dee44de9
fix: bedrock ( #1511 )
2025-03-07 00:30:30 +08:00
yetone
8620ea3e12
refactor: summarize memory ( #1508 )
2025-03-07 00:12:57 +08:00
yetone
5aa55689ff
fix: bedrock claude do not support prompt caching ( #1507 )
2025-03-06 18:31:56 +08:00
Grimaldi Baptiste
232d4b1340
feature model selection custom display name ( #1477 )
...
* feature model selection custom display name
Added an option for a custom display name
I had the need for this option for multiple similar custom model
configurations where I wanted to have more indicative titles.
* linting error
2025-03-05 19:25:48 +08:00
yetone
cc078a5337
feat: support redacted thinking ( #1492 )
2025-03-05 18:53:24 +08:00
brook hong
6bd966e8e2
fix: pass context to provider for stream data parsing ( #1475 )
...
* fix: pass context to provider for stream data parsing
* fix: luatype
---------
Co-authored-by: yetone <yetoneful@gmail.com >
2025-03-04 00:20:27 +08:00
Peter Cardenas
de1e6a4212
feat: add custom tools config ( #1461 )
...
* chore: add string literal types for tool params, and returns
* feat: add custom tools config
2025-03-03 15:06:13 +08:00
yetone
0d592f440c
Revert "refactor: message content ( #1424 )" ( #1442 )
...
This reverts commit ae8497faf1 .
2025-03-01 13:25:51 +08:00
yetone
ae8497faf1
refactor: message content ( #1424 )
2025-02-28 14:43:39 +08:00
yetone
ebadba7420
fix: claude extended thinking ( #1419 )
2025-02-27 15:21:00 +08:00
yetone
77c5ffeb78
fix: lua type ( #1418 )
2025-02-27 12:55:19 +08:00
yetone
5abe579019
fix: retry when rate limited ( #1417 )
2025-02-27 12:52:58 +08:00
yetone
e7ffb76499
fix: reuse parse_messages and remove parse_response_data and have a good function name for check env exists ( #1386 )
2025-02-25 13:52:13 +08:00
Peter Cardenas
901e1caa91
feat: run_command is run asynchronously ( #1377 )
2025-02-25 13:22:36 +08:00
yetone
b627b335dd
feat: add generic type for llm func ( #1373 )
2025-02-24 21:54:36 +08:00
Peter Cardenas
fe496a9573
chore: make tool func type more accurate ( #1369 )
2025-02-24 21:49:06 +08:00
yetone
fd84c91cdb
feat: RAG service ( #1220 )
2025-02-23 01:37:26 +08:00
yetone
b04bffa441
fix: types ( #1344 )
2025-02-22 23:24:20 +08:00
Aaron Pham
7266661413
feat(api): enable customizable calls functions ( #457 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-09-02 12:22:48 -04:00
Aaron Pham
755c15c0bd
chore(clipboard): separate logic to save as base64 and files ( #329 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-28 11:52:12 -04:00
Aaron Pham
07af0a91f2
chore: persistent augroup name pattern ( #250 )
...
for better augroup management
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-26 22:31:57 -04:00
yetone
ee88563215
fix: types ( #208 )
2024-08-25 14:26:42 +08:00
Aaron Pham
f99bf767b5
fix(highlight): allow override ( #201 )
...
update envvar parsing from cmdline
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-24 20:15:45 -04:00
yetone
67c0be2bc8
fix: synchronize the size of the floating window and split window ( #151 )
2024-08-22 17:01:45 +08:00
yetone
b3d14359b9
chore: delete everything related to nui-components ( #129 )
2024-08-21 22:10:49 +08:00
yetone
2e48d387a9
refactor: get rid of nui-components ( #118 )
2024-08-21 21:28:17 +08:00
Aaron Pham
5f74c54e55
chore: remove unused functions and simplify with utils ( #103 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-19 19:15:58 -04:00
Aaron Pham
83402e4a2d
chore(types): add annotations for block and refresh on winchanged ( #40 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-17 22:39:59 +08:00
yetone
f8cbc88424
refactor(ui): bounding popover ( #13 ) ( #29 )
...
* refactor(ui): bounding popover (#13 )
* refactor(ui): bounding popover
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore: update readme instructions on setting up render-markdown.nvim
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore: align code style
* fix: incorrect type annotation
* fix: make it work with mouse movement
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: focus correct on render
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: make sure to close the view
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore: cleanup cursor position
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* docs: add notes on rc
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: make sure to apply if has diff
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: do not simulate user input
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: yetone <yetoneful@gmail.com >
* fix(autocmd): make sure to load tiktoken on correct events (closes #16 ) (#24 )
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* feat(type): better hinting on nui components (#27 )
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* feat: scrollview and tracking config and lazy load and perf (#33 )
* feat: scrollview and tracking config and lazy load and perf
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: add back options
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* revert: remove unused autocmd
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix: get code content
* fix: keybinding hint virtual text position
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: yetone <yetoneful@gmail.com >
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: Aaron Pham <contact@aarnphm.xyz >
2024-08-17 15:14:30 +08:00