tabby/crates
Wei Zhang 97210ece9a
feat(context): add support for Pull Request in GitHub Context (#3429)
* WIP: add pr answer mock

* WIP: rename diff to patch

* WIP: index pulls and answer from them

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* chore: use diff instread of patch

* chore: drop PR placeholder in answer engine

* [autofix.ci] apply automated fixes

* chore: use consistent pull and pullDoc

* chore(graphQL): update schema for pr context

* chore: minor update for comments

* chore: skip diff larger than 10MB

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-11-19 10:57:32 +08:00
..
aim-downloader chore(download): properly implement partitioned model download (#3294) 2024-10-21 16:19:54 +08:00
hash-ids refactor(hash-ids): fork hash-ids to return None instead of panic when ID is not valid (#3083) 2024-09-05 21:54:27 +00:00
http-api-bindings fix(models-http-api): use completion and embedding endpoint for llama.cpp (#3409) 2024-11-12 07:56:10 -08:00
llama-cpp-server chore(llama-cpp-server): add timeout and retry delay for llama-server health check (#3369) 2024-11-05 09:51:48 +08:00
ollama-api-bindings refactor(config): make HttpModelConfig.api_endpoint optional, so we can use default value for certain model kind (#2760) 2024-07-31 18:22:29 +00:00
tabby refactor(index): migrate corpus::WEB to corpus::STRUCTURED_DOC (#3352) 2024-11-13 20:13:51 -08:00
tabby-common feat(context): add support for Pull Request in GitHub Context (#3429) 2024-11-19 10:57:32 +08:00
tabby-crawler refactor(crawl): remove useless extension filter as we apply it in -crawl-out-scope 2024-09-04 10:11:57 -07:00
tabby-download Release 0.21.0-dev.0 2024-11-09 21:46:51 -08:00
tabby-git feat(git): support query with quoted string for repository_grep (#2784) 2024-08-06 12:49:45 -07:00
tabby-index feat(context): add support for Pull Request in GitHub Context (#3429) 2024-11-19 10:57:32 +08:00
tabby-index-cli Release 0.18.0-dev.0 2024-09-05 19:45:32 -07:00
tabby-inference feat(ui): allow selecting model in answer engine (#3304) 2024-11-05 08:16:21 -08:00