Skip to content

Commit

Permalink
docs(roadmap): update roadmap with new features and planning for Q2 … (
Browse files Browse the repository at this point in the history
…#3890)

* docs(roadmap): update roadmap with new features and planning for  Q2 2025

* Update website/docs/roadmap.mdx

Co-authored-by: Lucy Gao <[email protected]>

* Update website/docs/roadmap.mdx

Co-authored-by: Lucy Gao <[email protected]>

---------

Co-authored-by: Lucy Gao <[email protected]>
  • Loading branch information
wsxiaoys and gyxlucy authored Feb 21, 2025
1 parent 9df81b0 commit 5f1be2c
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions website/docs/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,36 @@ import Collapse from '@site/src/components/Collapse';

# 🗺️ Roadmap

We continuously work on updating our roadmap and we love to discuss those with our community. Feel encouraged to participate.
We continuously work on updating our roadmap and we'd love to discuss those with our community. Feel encouraged to participate!

## Q1 2025
* More IDE / Extensions / Interfaces
- Slack Bot integration
- Visual Studio Support (https://github.com/TabbyML/tabby/issues/322)
- And more ...
* Expand Context Providers
- Notion
- Google Docs
- And more ...
* Agentic task automation
- Model / MCP Integration with RooCode (https://github.com/RooVetGit/Roo-Code, a fork of cline).
* Developer experience
- Expose API to Tabby's index.
- Expose API to Q&A experience.
* Better Code Search
- Allow semantic navigation of definition / declarations
* Enhanced organizational insight, easily identify and suggest team experts on specific questions


## Planning

### Q2 2025

*(Under construction)*

* 📜 Git commits history integration in Context Providers.
* ⚙️ Expose developer API to for ingest data into index.

### Q1 2025

* 🔐 LDAP Integration for SSO

Expand All @@ -19,7 +46,7 @@ We continuously work on updating our roadmap and we love to discuss those with o

<Collapse title="Archived">

## Q4 2024
### Q4 2024

* 🚀 Enhanced Answer Engine Experience
- <s>Fine-grained step by step visibility: e.g., step to search source code, to extract directory structure.</s> (moved to Q1 2025)
Expand All @@ -30,7 +57,7 @@ We continuously work on updating our roadmap and we love to discuss those with o
- Enhance model backend status visibility.


## Q3 2024
### Q3 2024

* 👥 Team Collaboration:
- Thread sharing.
Expand All @@ -43,17 +70,17 @@ We continuously work on updating our roadmap and we love to discuss those with o
* 📈 Enhanced Robustness and Efficiency:
- Improved robustness and efficiency of background jobs, such as source code indexing.

## Q2 2024
### Q2 2024

* 🎊 Supports embedding api for document context related use cases: https://github.com/TabbyML/tabby/issues/790
* 📋 Client side context in IDE / Extensions, e.g recent viewed buffer, local changed files

## Q1 2024
### Q1 2024

* 🔐 SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039
* 🎭 Role management in Tabby EE.

## Q4 2023
### 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.
Expand Down

0 comments on commit 5f1be2c

Please sign in to comment.