Commit Graph

  • 12adc67d0d docs: update compatible neovim version (#375) Aaron Pham 2024-08-29 15:02:41 -04:00
  • 33dc1ed470 chore(clipboard): accept nil (#371) Aaron Pham 2024-08-29 13:14:19 -04:00
  • ef174bbc2c docs: cleanup installation dropdown (#369) Aaron Pham 2024-08-29 12:48:42 -04:00
  • 063a5ed24b Add Plug install info to README.md (#364) Josef Moudrik 2024-08-29 17:22:16 +02:00
  • fa043bf8ce config.lua: improve check for img-clip (#363) Josef Moudrik 2024-08-29 17:17:44 +02:00
  • b6f3e2db44 docs: update key bindings (#366) John Zinno 2024-08-29 11:16:52 -04:00
  • cdd7730bd7 feat: choose all theirs (#361) yetone 2024-08-29 20:32:00 +08:00
  • 24b0bfadea fix: compatible with the situation of disabling lsp inlay_hint delay (#360) yetone 2024-08-29 19:46:51 +08:00
  • abe08d5283 feat: pick conflict under cursor (#355) Maddison Hellstrom 2024-08-28 23:25:45 -07:00
  • 5c1861d93f feat(azure): support vision (#354) Aaron Pham 2024-08-29 01:48:40 -04:00
  • 93ca541262 feat(gemini): support vision model (closes #294) (#351) Aaron Pham 2024-08-29 01:26:26 -04:00
  • 76a5ccda5f chore(gemini): allow overrides from config (#350) Aaron Pham 2024-08-29 01:17:31 -04:00
  • 1e009822e4 chore(mappings): add options to reflect wiki changes (#349) Aaron Pham 2024-08-29 01:09:26 -04:00
  • cb197fb606 feat(clipboard): support windows (#345) Hanchin Hsieh 2024-08-29 12:00:19 +08:00
  • 38a5dbe429 fix(mapping): eager set via lua functions (#347) Aaron Pham 2024-08-29 00:00:10 -04:00
  • 2e6a26240e feat(mapping): plug and expose API (#346) Aaron Pham 2024-08-28 23:56:00 -04:00
  • 8a683b053b fix(style): reformat (#344) Aaron Pham 2024-08-28 19:56:11 -04:00
  • 1e9c14db06 fix(diff): use buffer from event for callback (#343) Aaron Pham 2024-08-28 19:54:46 -04:00
  • bb5411cd9a fix(openai): first chunk emit errors (#337) Daniel Rodriguez 2024-08-28 17:36:50 -05:00
  • 1c4aef68cb fix(inlay): make sure to check for previous options (fixes #334) (#340) Aaron Pham 2024-08-28 18:31:46 -04:00
  • 3e9021f03c fix(hint): make sure to only show hint once (#336) Aaron Pham 2024-08-28 15:47:29 -04:00
  • d622feedfa fix(clipboard): set cursor to new line (#335) Aaron Pham 2024-08-28 15:12:44 -04:00
  • 2e48174d09 fix(refresh): check if sidebar is available or not (#333) Aaron Pham 2024-08-28 14:52:57 -04:00
  • c635f73748 feat: pasting image within buffer (#331) Aaron Pham 2024-08-28 14:43:14 -04:00
  • 46a621e9de fix: check for clipboard path locally to avoid recursion (#330) Aaron Pham 2024-08-28 12:54:06 -04:00
  • cadee677ba feat: make nvim-web-devicons an optional dependency (#328) Filipe Lima 2024-08-28 13:49:16 -03:00
  • 755c15c0bd chore(clipboard): separate logic to save as base64 and files (#329) Aaron Pham 2024-08-28 11:52:12 -04:00
  • 2c450b1da3 fix: AvanteEdit highlight for visual line mode (#326) Brent Yi 2024-08-28 08:46:26 -07:00
  • 1c0623a9df fix(highlights): give user config higher priority (#306) jkunlin 2024-08-28 23:44:57 +08:00
  • fc5f6754a5 docs: add license info (#325) yetone 2024-08-28 22:26:22 +08:00
  • 9dc00ecc10 fix: gemini (#323) yetone 2024-08-28 22:17:00 +08:00
  • d8c1054e07 Update README.md Hanchin Hsieh 2024-08-28 21:30:23 +08:00
  • c54d2639f4 fix: spinner (#320) yetone 2024-08-28 21:27:55 +08:00
  • 1f0395ccd0 fix: makefile (#319) yetone 2024-08-28 20:57:50 +08:00
  • bfa203018e fix: remove copilot provider (#318) yetone 2024-08-28 20:51:20 +08:00
  • b661269b5b fix: editing lines indentation (#317) yetone 2024-08-28 20:18:32 +08:00
  • e3d90506ac fix: editing mode prompts (#316) yetone 2024-08-28 20:03:45 +08:00
  • 5d5ebc8560 chore: add desc to keymaps (#314) Will Lynas 2024-08-28 11:54:15 +01:00
  • af9c40811b fix: diff position (#312) yetone 2024-08-28 16:38:38 +08:00
  • 385522606c fix: indentation in first line (#311) yetone 2024-08-28 16:26:08 +08:00
  • 44472f6932 refactor(llm): update edit mode prompt to avoid unnecessary code block markers (#301) Yusu Pan 2024-08-28 16:25:00 +08:00
  • 06f1d710bd fix: end_col out of range (#310) yetone 2024-08-28 16:13:04 +08:00
  • 0591955c5e docs: acknowledgments (#302) yetone 2024-08-28 12:27:06 +08:00
  • 03b4cb7115 chore(utils): rename default titles (#298) Aaron Pham 2024-08-27 18:47:13 -04:00
  • cd9412514e fix(llm): local-first check (#297) Aaron Pham 2024-08-27 18:37:19 -04:00
  • 943d3f20b5 fix(local): ensure to set login to true in local (fixes #135) (#295) Aaron Pham 2024-08-27 18:05:47 -04:00
  • 01d12ccf98 fix(provider): key error (fixes #291) (#292) Aaron Pham 2024-08-27 13:54:16 -04:00
  • 10f27d2040 feat(diff): set highlights round robin (#290) Aaron Pham 2024-08-27 13:52:46 -04:00
  • ddf33a4774 docs: update keybindings and LLM (#289) Aaron Pham 2024-08-27 13:18:21 -04:00
  • 2feaa28ced chore: cleanup typo and win options (#288) Aaron Pham 2024-08-27 13:13:38 -04:00
  • 7f9b69c3bb fix(copilot): make sure to set integration id (#287) Aaron Pham 2024-08-27 13:00:30 -04:00
  • a4929104cb fix(env): skip for setting up from local (#286) Aaron Pham 2024-08-27 12:57:53 -04:00
  • 37f0cf1d33 feat: highlight selected code (#285) yetone 2024-08-27 23:47:15 +08:00
  • d7be4a59c2 fix(openai): enable image support on OpenAI platform only (fixes #282) (#284) Aaron Pham 2024-08-27 11:35:25 -04:00
  • fe6518f6de feat: editing mode (#281) yetone 2024-08-27 22:44:40 +08:00
  • 971e61b2c8 feat(openai): support pasting image from clipboard (#280) Aaron Pham 2024-08-27 07:06:20 -04:00
  • cf68572494 feat(clipboard): initial support (#279) Aaron Pham 2024-08-27 06:57:29 -04:00
  • 77551ce734 fix(cmdline): popup check on fail (#277) Aaron Pham 2024-08-27 05:13:51 -04:00
  • f258089199 fix(env): set api via input popup (fixes #274) (#276) Aaron Pham 2024-08-27 04:46:23 -04:00
  • 561f2f3380 perf(copilot): make signin and check keys API async (#275) Aaron Pham 2024-08-27 04:43:44 -04:00
  • d543d0ed53 fix: realign snippet line numbers (#272) yetone 2024-08-27 15:56:38 +08:00
  • 36446a24e3 chore(config): customize prompt prefix (#271) Aaron Pham 2024-08-27 03:44:05 -04:00
  • 64f2c54822 fix(login): make sure to set on all branch (#268) Aaron Pham 2024-08-27 03:00:18 -04:00
  • a8022896a2 fix(login): make sure to set var on env (fixes #264) (#266) Aaron Pham 2024-08-27 02:43:06 -04:00
  • e80246e211 chore: remove deadcode (#265) Aaron Pham 2024-08-27 02:40:24 -04:00
  • 0841df1f8e chore: delete useless code (#263) yetone 2024-08-27 14:34:48 +08:00
  • 50d0748901 refactor: remove floating windows (#262) yetone 2024-08-27 14:28:10 +08:00
  • 8fa351f563 fix(readme): remove invalid docs (#261) Aaron Pham 2024-08-27 02:17:15 -04:00
  • 57cf490d45 fix(tiktoken_lib): correct matching for macos (#260) Aaron Pham 2024-08-27 02:15:33 -04:00
  • 6d52db4fa2 fix(utils): missing functions (fixes #257) (#259) Aaron Pham 2024-08-27 02:13:56 -04:00
  • ad5b61bf6a perf: async login (closes #253) (#258) Aaron Pham 2024-08-27 02:12:35 -04:00
  • 64cedd61d5 chore(utils): cleanup utils to support other than lazy.nvim (#256) Aaron Pham 2024-08-27 01:46:23 -04:00
  • 3369f732c5 chore(opts): respect user opts (#255) Aaron Pham 2024-08-27 01:39:48 -04:00
  • eaf37668b1 fix: remove temporary build directory (#252) Chuang Yu 2024-08-27 12:00:36 +08:00
  • 07af0a91f2 chore: persistent augroup name pattern (#250) Aaron Pham 2024-08-26 22:31:57 -04:00
  • f03c0918c9 chore: ignore invalid linting (#248) Aaron Pham 2024-08-26 17:39:04 -04:00
  • 72ba4ad52e refactor: cleanup diff highlights (#247) Aaron Pham 2024-08-26 17:18:37 -04:00
  • b874045885 feat: make tiktoken optional (#245) yetone 2024-08-27 01:46:05 +08:00
  • 3d3a249119 chore(build): Build-LuaTiktoken.ps1 (#243) Hanchin Hsieh 2024-08-27 00:03:54 +08:00
  • db1f1efb27 chore(build): from source (#241) Aaron Pham 2024-08-26 08:36:05 -04:00
  • 1cb68e9aa2 fix: do not need compatible with old nvim (#242) yetone 2024-08-26 20:35:36 +08:00
  • 26409d94b5 fix: don't automatically setup openai when its not the configured provider (#237) kaiix 2024-08-26 18:35:04 +08:00
  • c75dc48356 fix: binding shortcuts to specific buffers (#238) yetone 2024-08-26 18:26:56 +08:00
  • 8cd87ac5de fix: do not use invalid bufnr and winid (#236) yetone 2024-08-26 17:43:38 +08:00
  • 0769cef291 docs: update roadmap again (#232) yetone 2024-08-26 16:17:02 +08:00
  • c6e7d673fe docs: update roadmap (#231) yetone 2024-08-26 16:14:54 +08:00
  • a1aed57c60 perf: use envvar whenever possible, and use cmd only as fallback (#228) Aaron Pham 2024-08-26 01:13:12 -04:00
  • 85101c1410 fix(diff): disable inlay in diff buffer (#227) Aaron Pham 2024-08-26 01:12:11 -04:00
  • 4f8c33cf5f refactor: move highlights to groups with fg and bg (#226) Aaron Pham 2024-08-26 01:11:05 -04:00
  • 996378d2f8 chore(providers): add failed warning (#225) Aaron Pham 2024-08-26 00:29:23 -04:00
  • 6113c246e0 docs: add reasonable mappings (#223) LintaoAmons 2024-08-26 12:26:29 +08:00
  • 312543b680 feat(provider): initial error handling on claude (#221) Jake 2024-08-25 21:26:19 -04:00
  • 5159aeefd1 Include ARCH in asset name (#219) rkk1995 2024-08-25 15:54:42 -04:00
  • de29868f54 fix: schedule vim api calls (#216) yetone 2024-08-26 02:28:35 +08:00
  • 39d54e2674 fix(providers): run sync to avoid race (#214) Aaron Pham 2024-08-25 13:38:40 -04:00
  • d9cbcdbfb7 docs: update README.md (#213) Aaron Pham 2024-08-25 11:34:48 -04:00
  • eaa373a7f6 fix(env): make sure to popup on nofile (fixes #211) (#212) Aaron Pham 2024-08-25 11:29:55 -04:00
  • 28fd18fd0f fix: types (#210) yetone 2024-08-25 17:12:33 +08:00
  • 3f906e5289 refactor(history): use XDG_DATA_STATE as source dir (#209) Aaron Pham 2024-08-25 03:12:53 -04:00
  • ee88563215 fix: types (#208) yetone 2024-08-25 14:26:42 +08:00