From 695f78153bffd501777301ccb2361aaa4994a6f5 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 15 Apr 2024 14:40:34 -0700 Subject: [PATCH] docs: Update roadmap.mdx --- website/docs/roadmap.mdx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/website/docs/roadmap.mdx b/website/docs/roadmap.mdx index 3b6735625acf..c4810a84ebcd 100644 --- a/website/docs/roadmap.mdx +++ b/website/docs/roadmap.mdx @@ -4,19 +4,22 @@ import Collapse from '@site/src/components/Collapse'; We continuously work on updating our roadmap and we love to discuss those with our community. Feel encouraged to participate. -## Q1 2024 +## Q2 2024 * 🎊 Supports embedding api for document context related use cases: https://github.com/TabbyML/tabby/issues/790 -* 📋 Smart clipboard with LLM in IDE / Extensions. -* 🔐 SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039 -* 🎭 Role management in Tabby EE. +* 📋 Client side context in IDE / Extensions, e.g recent viewed buffer, local changed files +## Q1 2024 + +* 🔐 SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039 +* 🎭 Role management in Tabby EE. + ## Q4 2023 * 🔧 Improve RAG by deeper integration with Treesitter using custom query. This will bring LSP-like understanding to Tabby's code index. * 🎁 M1/M2 GPU support by utilizing llama.cpp/ggml's inference infrastructure. This will make Tabby much faster on Apple devices. * 📘 Improve the documentation and tutorials for Tabby. This will make it easier for people to learn how to use Tabby. * 💡 Explore more creative ways of interacting with Tabby. Tabby currently only supports generating text in code completion scenarios, but we plan to add support for other use cases, such as interactive chat in diff mode and Q&A with multiple virtual engineers. - \ No newline at end of file +