Commit Graph

  • e66f467214 feat: Add llama.cpp provider and fim template (#118) Petr Mironychev 2025-03-09 22:57:33 +01:00
  • c9a3cdaf25 refactor: Reuse extractFilePathFromRequest() more (#117) Povilas Kanapickas 2025-03-08 17:18:44 +02:00
  • 7c483f89cd chore: Replace deprecated FilePath::toString() with toFSPathString() (#116) Povilas Kanapickas 2025-03-08 17:08:33 +02:00
  • 6c323642e4 refactor: Inject settings into LLMClientInterface (#114) Povilas Kanapickas 2025-03-08 16:08:15 +02:00
  • 3a494d5254 chore: Remove duplicate label setting for systemPromptForNonFimModels (#111) Povilas Kanapickas 2025-03-08 11:40:22 +02:00
  • 44b3b0cc0c refactor: Don't use global state in ContextManager::isSpecifyCompletion (#112) Povilas Kanapickas 2025-03-08 11:38:52 +02:00
  • 3aae923d43 feat: Improve describe recent changes in system prompt (#113) Povilas Kanapickas 2025-03-08 09:58:28 +02:00
  • f94c79a5ff fix: Improve support for code blocks without language (#108) Povilas Kanapickas 2025-03-07 16:30:22 +02:00
  • 9a5047618d chore: Silence Qt warnings during tests (#110) Povilas Kanapickas 2025-03-07 02:58:09 +02:00
  • 90beebf2ee Revert "refactor: Move all processing logic to CodeHandler::processText()" (#109) Povilas Kanapickas 2025-03-07 02:57:13 +02:00
  • 521261e0a3 refactor: Move all processing logic to CodeHandler::processText() (#107) Povilas Kanapickas 2025-03-06 19:49:28 +02:00
  • 5536de146c chore: Remove dead code in RequestHandler (#106) Povilas Kanapickas 2025-03-06 15:19:01 +02:00
  • 81ac3c71fb chore: Add tests for CodeHandler (#105) Povilas Kanapickas 2025-03-06 14:45:12 +02:00
  • 61ca5c9a1b fix: Properly omit copyright information (#103) Povilas Kanapickas 2025-03-06 14:00:15 +02:00
  • 8a167bf248 chore: Expand DocumentContextReaderTest to cover more conditions (#102) Povilas Kanapickas 2025-03-06 13:08:57 +02:00
  • ab97f39ea4 chore: Fix pretty printing for QString (#101) Povilas Kanapickas 2025-03-06 13:08:16 +02:00
  • 0d3493e7f6 feat: Change linux build base to ubuntu 22.04 (#99) Petr Mironychev 2025-03-06 11:55:04 +01:00
  • 1d062e1fe4 chore: Use zero-based line numbers in tests (#100) Povilas Kanapickas 2025-03-06 12:53:27 +02:00
  • 5dceb5cd19 fix: Bring back old behavior of readStrings{After,Before}Cursor setting (#97) Povilas Kanapickas 2025-03-05 21:27:16 +02:00
  • 69a8aa80d9 refactor: Make DocumentContextReader::prepareContext() testable (#96) Povilas Kanapickas 2025-03-05 21:18:59 +02:00
  • e218699e64 refactor: Reuse getContext{Before,After}() instead of duplicating logic (#95) Povilas Kanapickas 2025-03-05 20:43:51 +02:00
  • 3dc0d910bf fix: Fix off by one errors in getContext{Before,After}() (#94) Povilas Kanapickas 2025-03-05 20:32:53 +02:00
  • f9f2a86cea fix: Correctly pick whole file context (#85) Povilas Kanapickas 2025-03-05 20:17:51 +02:00
  • 247256d4a4 chore: Add unit tests for DocumentContextReader (#90) Povilas Kanapickas 2025-03-05 16:01:52 +02:00
  • bcf7b6c226 refactor: Make DocumentContextReader usable outside Qt Creator context (#89) Povilas Kanapickas 2025-03-05 02:53:02 +02:00
  • 29a3939c64 chore: Add Github Actions job for checking formatting (#92) Povilas Kanapickas 2025-03-05 02:46:17 +02:00
  • cb3464170e chore: Run clang-format over the codebase (#91) Povilas Kanapickas 2025-03-05 02:45:15 +02:00
  • ca0fb5efbb fix: Make plugin registration be compatible with Qt Creator 16 (#80) Povilas Kanapickas 2025-03-04 12:29:30 +02:00
  • d8a01504a3 chore: Add support for Qt Creator version to the plugin build script (#87) Povilas Kanapickas 2025-03-04 12:17:19 +02:00
  • 3b188740e8 fix: Make settings dialogs button order consistent (#84) Povilas Kanapickas 2025-03-03 20:12:01 +02:00
  • 0d22e1866e fix: Add tooltip about where log messages can be seen (#86) Povilas Kanapickas 2025-03-03 20:00:25 +02:00
  • 61196cae90 chore: Run clang-format over the codebase (#82) Povilas Kanapickas 2025-03-02 23:44:20 +02:00
  • 102bb114a1 refactor: Remove duplicate constants from SettingsConstants.hpp (#81) Povilas Kanapickas 2025-03-02 23:25:25 +02:00
  • e507d7ee17 doc: Add discord link with description Petr Mironychev 2025-02-27 11:39:57 +01:00
  • ed55c829af doc: Add Mistral AI and Google AI Petr Mironychev 2025-02-27 00:20:32 +01:00
  • d651a246de chore: Upgrade plugin to version 0.5.0 v0.5.0 Petr Mironychev 2025-02-26 23:25:19 +01:00
  • c8e0f3268e fix: End completion position in lsp answer Petr Mironychev 2025-02-26 23:12:26 +01:00
  • 84025ec843 feat: Separate system prompt for fin and non-fim models Petr Mironychev 2025-02-26 22:46:04 +01:00
  • f6fd411b2d feat: Add moving to api key settings page if needed Petr Mironychev 2025-02-26 21:51:11 +01:00
  • 903eb50e7a fix: Current template description in General Settings Petr Mironychev 2025-02-26 13:39:49 +01:00
  • e8f7f031b6 feat: Enabling Position Independent Code Petr Mironychev 2025-02-26 13:25:29 +01:00
  • 90ae6cd1c0 feat: Add checkbox for disabling chat Petr Mironychev 2025-02-26 13:18:30 +01:00
  • 2ad0117498 fix: Crash in open General Settings after another settings tab Petr Mironychev 2025-02-26 11:15:36 +01:00
  • 9d58565de3 feat: Add template description in general settings Petr Mironychev 2025-02-25 21:58:39 +01:00
  • 8dba9b4baa fix: Saving mistral and google keys to settings Petr Mironychev 2025-02-25 19:21:44 +01:00
  • 7ba615a72d feat: Add Google AI provider and template Petr Mironychev 2025-02-25 14:14:48 +01:00
  • 1b06a651f0 fix: Chat item code style Petr Mironychev 2025-02-24 19:37:29 +01:00
  • 912c3d8c04 feat: Additional marker for user message in chat Petr Mironychev 2025-02-24 16:54:45 +01:00
  • e924029ec2 feat: Add filter templates for each provider Petr Mironychev 2025-02-23 01:41:47 +01:00
  • d96f44d42c refactor: Rework providers and templates logic Petr Mironychev 2025-02-22 19:39:28 +01:00
  • 142afa725f feat: Add using vector and chunks in Context Manager dev-rag-base Petr Mironychev 2025-02-09 12:11:23 +01:00
  • bd25736a55 refactor: Optimize SystemPrompt for code completion Petr Mironychev 2025-02-16 16:53:03 +01:00
  • 60936f6d84 refactor: Improve code completion message for Instruct models Petr Mironychev 2025-02-12 02:05:37 +01:00
  • 7d23d0323f refactor: Improve system prompt and message Petr Mironychev 2025-02-12 01:47:52 +01:00
  • f36db033e6 refactor: Improvment rag storage Petr Mironychev 2025-02-09 10:53:35 +01:00
  • 5dfcf74128 feat: add chunking Petr Mironychev 2025-02-09 10:10:06 +01:00
  • 02101665ca feat: Add version to vector db Petr Mironychev 2025-02-09 01:00:30 +01:00
  • 77a03d42ed feat: add enhancedSearch Petr Mironychev 2025-01-27 22:02:50 +01:00
  • 09c38c8b0e fix: Rebase on main Petr Mironychev 2025-01-27 09:44:17 +01:00
  • 7b73d7af7b feat: Add similarity search Petr Mironychev 2025-01-26 20:00:56 +01:00
  • 5a426b4d9f feat: RAG init Petr Mironychev 2025-01-26 17:51:01 +01:00
  • 1fa6a225a4 Add discord invite Petr Mironychev 2025-02-05 02:01:32 +01:00
  • 31133e3378 chore: Update plugin to 0.4.13 v0.4.13 Petr Mironychev 2025-02-02 23:28:31 +01:00
  • a2f15fc843 refactor: Remove experimental Ubuntu 22.04 build from releases Petr Mironychev 2025-02-02 23:03:51 +01:00
  • 2a0beb6c4c feat: Add language-specific LLM preset configuration Petr Mironychev 2025-02-02 22:57:18 +01:00
  • e836b86569 chore: Upgrade plugin to 0.4.12 v0.4.12 Petr Mironychev 2025-02-01 09:37:21 +01:00
  • 288fefebe5 feat: Add CodeLlama QML FIM Petr Mironychev 2025-02-01 09:36:14 +01:00
  • 528badbf1e Add commercial support to README.md Petr Mironychev 2025-01-29 15:00:16 +01:00
  • b789e42602 chore: Upgrade plugin to 0.4.11 v0.4.11 Petr Mironychev 2025-01-27 00:55:39 +01:00
  • 4bf955462f feat: Update dialog offer open plugin folder Petr Mironychev 2025-01-27 00:54:49 +01:00
  • 5b99e68e53 doc: Added file context feature description Petr Mironychev 2025-01-27 00:14:38 +01:00
  • 0f1b277ef7 chore: Upgrade plugin to 0.4.10 v0.4.10 Petr Mironychev 2025-01-26 23:11:58 +01:00
  • 56995c9edf fix: Saving name of chat in native language Petr Mironychev 2025-01-26 23:06:51 +01:00
  • 45aba6b6be fix: Sync editors and chat when sync enable Petr Mironychev 2025-01-26 21:57:09 +01:00
  • 1dfb3feb96 doc: Update info for QtC 15.0.1 changes Petr Mironychev 2025-01-26 10:08:03 +01:00
  • 2c49d45297 fix: Keep name of chat after saving Petr Mironychev 2025-01-26 10:03:34 +01:00
  • 31145f191b chore: Upgrade plugin to 0.4.9 v0.4.9 Petr Mironychev 2025-01-24 18:27:07 +01:00
  • 9096adde6f fix: Remove installing plugin from update dialog Petr Mironychev 2025-01-24 18:23:11 +01:00
  • b8e578d2d7 chore: Update plugin to QtCreator 15.0.1 v0.4.8 Petr Mironychev 2025-01-24 13:29:44 +01:00
  • 4e45774bce chore: Upgrade version to 0.4.7 v0.4.7 Petr Mironychev 2025-01-24 01:52:09 +01:00
  • 928490d31f fix: small style changes Petr Mironychev 2025-01-24 01:50:56 +01:00
  • 97163cf6c9 fix: Add calculate tokens after clean chat Petr Mironychev 2025-01-24 01:08:30 +01:00
  • f85c162692 fix: Improve scroll bar style Petr Mironychev 2025-01-24 00:59:26 +01:00
  • 258053d826 feat: Add chat file name in top bar Petr Mironychev 2025-01-24 00:52:10 +01:00
  • bf63ae5714 refactor: Improve systemPrompt for code completion Petr Mironychev 2025-01-24 00:37:52 +01:00
  • ae76850e78 fix: Buttons order in urls dialog on general page Petr Mironychev 2025-01-24 00:29:15 +01:00
  • bf3c0b3aa0 feat: Add auto sync open files with model context Petr Mironychev 2025-01-24 00:22:44 +01:00
  • 9add61c805 feat: Add possibility to link files to the current system prompt Petr Mironychev 2025-01-23 10:17:38 +01:00
  • add86d2e67 chore: Upgrade version to 0.4.6 v0.4.6 Petr Mironychev 2025-01-21 15:05:48 +01:00
  • a6c909d34d exp: Add ubuntu 22.04 experimental builds Petr Mironychev 2025-01-21 14:58:44 +01:00
  • 2814dec3e5 fix: Improve file attachment handling Petr Mironychev 2025-01-21 11:33:13 +01:00
  • 1b86b60de8 Add system prompt configuration to readme Petr Mironychev 2025-01-20 10:00:36 +01:00
  • 4b7f638731 Add setup OpenAI provider Petr Mironychev 2025-01-19 20:28:06 +01:00
  • de046f0529 chore: Bump version to 0.4.5 v0.4.5 Petr Mironychev 2025-01-19 17:44:11 +01:00
  • e975e143b1 fix: Handling Ollama messages Petr Mironychev 2025-01-19 17:32:12 +01:00
  • c97c0f62e8 fix: Handling full input message from OpenAI compatible providers Petr Mironychev 2025-01-19 01:16:33 +01:00
  • 61fded34ea feat: add OpenAI provider settings Petr Mironychev 2025-01-19 00:50:23 +01:00
  • 289a19ac1a feat: Add OpenAI provider and template Petr Mironychev 2025-01-17 01:22:12 +01:00
  • 43ac662671 fix: Text width in chat item Petr Mironychev 2025-01-17 00:46:11 +01:00
  • 1d64d2afc9 refactor: Move to using colors from QtC theme palette Petr Mironychev 2025-01-15 00:05:12 +01:00