@@ -6,9 +6,36 @@ import Collapse from '@site/src/components/Collapse';
6
6
7
7
# 🗺️ Roadmap
8
8
9
- We continuously work on updating our roadmap and we love to discuss those with our community. Feel encouraged to participate.
9
+ We continuously work on updating our roadmap and we'd love to discuss those with our community. Feel encouraged to participate!
10
10
11
- ## Q1 2025
11
+ * More IDE / Extensions / Interfaces
12
+ - Slack Bot integration
13
+ - Visual Studio Support (https://github.com/TabbyML/tabby/issues/322 )
14
+ - And more ...
15
+ * Expand Context Providers
16
+ - Notion
17
+ - Google Docs
18
+ - And more ...
19
+ * Agentic task automation
20
+ - Model / MCP Integration with RooCode (https://github.com/RooVetGit/Roo-Code , a fork of cline).
21
+ * Developer experience
22
+ - Expose API to Tabby's index.
23
+ - Expose API to Q&A experience.
24
+ * Better Code Search
25
+ - Allow semantic navigation of definition / declarations
26
+ * Enhanced organizational insight, easily identify and suggest team experts on specific questions
27
+
28
+
29
+ ## Planning
30
+
31
+ ### Q2 2025
32
+
33
+ * (Under construction)*
34
+
35
+ * 📜 Git commits history integration in Context Providers.
36
+ * ⚙️ Expose developer API to for ingest data into index.
37
+
38
+ ### Q1 2025
12
39
13
40
* 🔐 LDAP Integration for SSO
14
41
@@ -19,7 +46,7 @@ We continuously work on updating our roadmap and we love to discuss those with o
19
46
20
47
<Collapse title = " Archived" >
21
48
22
- ## Q4 2024
49
+ ### Q4 2024
23
50
24
51
* 🚀 Enhanced Answer Engine Experience
25
52
- <s >Fine-grained step by step visibility: e.g., step to search source code, to extract directory structure.</s > (moved to Q1 2025)
@@ -30,7 +57,7 @@ We continuously work on updating our roadmap and we love to discuss those with o
30
57
- Enhance model backend status visibility.
31
58
32
59
33
- ## Q3 2024
60
+ ### Q3 2024
34
61
35
62
* 👥 Team Collaboration:
36
63
- Thread sharing.
@@ -43,17 +70,17 @@ We continuously work on updating our roadmap and we love to discuss those with o
43
70
* 📈 Enhanced Robustness and Efficiency:
44
71
- Improved robustness and efficiency of background jobs, such as source code indexing.
45
72
46
- ## Q2 2024
73
+ ### Q2 2024
47
74
48
75
* 🎊 Supports embedding api for document context related use cases: https://github.com/TabbyML/tabby/issues/790
49
76
* 📋 Client side context in IDE / Extensions, e.g recent viewed buffer, local changed files
50
77
51
- ## Q1 2024
78
+ ### Q1 2024
52
79
53
80
* 🔐 SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039
54
81
* 🎭 Role management in Tabby EE.
55
82
56
- ## Q4 2023
83
+ ### Q4 2023
57
84
* 🔧 Improve RAG by deeper integration with Treesitter using custom query. This will bring LSP-like understanding to Tabby's code index.
58
85
* 🎁 M1/M2 GPU support by utilizing llama.cpp/ggml's inference infrastructure. This will make Tabby much faster on Apple devices.
59
86
* 📘 Improve the documentation and tutorials for Tabby. This will make it easier for people to learn how to use Tabby.
0 commit comments