skydeckai-code 0.1.25__py3-none-any.whl → 0.1.26__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aidd/tools/other_tools.py +12 -14
- {skydeckai_code-0.1.25.dist-info → skydeckai_code-0.1.26.dist-info}/METADATA +1 -1
- {skydeckai_code-0.1.25.dist-info → skydeckai_code-0.1.26.dist-info}/RECORD +6 -6
- {skydeckai_code-0.1.25.dist-info → skydeckai_code-0.1.26.dist-info}/WHEEL +0 -0
- {skydeckai_code-0.1.25.dist-info → skydeckai_code-0.1.26.dist-info}/entry_points.txt +0 -0
- {skydeckai_code-0.1.25.dist-info → skydeckai_code-0.1.26.dist-info}/licenses/LICENSE +0 -0
aidd/tools/other_tools.py
CHANGED
@@ -190,25 +190,23 @@ async def _execute_tool_with_error_handling(handler, arguments, tool_name, index
|
|
190
190
|
def think_tool():
|
191
191
|
return {
|
192
192
|
"name": "think",
|
193
|
-
"description": "Use the tool to think
|
194
|
-
"WHEN TO USE: When complex reasoning
|
195
|
-
"or
|
196
|
-
"
|
197
|
-
"WHEN NOT TO USE:
|
198
|
-
"
|
199
|
-
"
|
200
|
-
"
|
201
|
-
"This is particularly valuable when exploring complex bugs, designing architecture, or evaluating "
|
202
|
-
"multiple approaches to a problem.",
|
193
|
+
"description": "Use the tool to methodically think through a complex problem step-by-step. "
|
194
|
+
"WHEN TO USE: When tackling complex reasoning tasks that benefit from breaking down problems, exploring multiple perspectives, "
|
195
|
+
"or reasoning through chains of consequences. Ideal for planning system architecture, debugging complex issues, "
|
196
|
+
"anticipating edge cases, weighing tradeoffs, or making implementation decisions. "
|
197
|
+
"WHEN NOT TO USE: For simple explanations, direct code writing, retrieving information, or when immediate action is needed. "
|
198
|
+
"RETURNS: Your structured thinking process formatted as markdown. This tool helps you methodically document your reasoning "
|
199
|
+
"without making repository changes. Structuring your thoughts with this tool can lead to more reliable reasoning "
|
200
|
+
"and better decision-making, especially for complex problems where it's easy to overlook important considerations.",
|
203
201
|
"inputSchema": {
|
204
202
|
"type": "object",
|
205
203
|
"properties": {
|
206
204
|
"thought": {
|
207
205
|
"type": "string",
|
208
|
-
"description": "Your
|
209
|
-
"
|
210
|
-
"
|
211
|
-
"
|
206
|
+
"description": "Your step-by-step thinking process, including: breaking down problems, exploring alternatives, "
|
207
|
+
"considering pros/cons, examining assumptions, listing requirements, or working through edge cases. "
|
208
|
+
"Structure your thinking using markdown elements like bullet points, numbered lists, headings, or code blocks. "
|
209
|
+
"The more systematic your thinking, the better the outcome."
|
212
210
|
}
|
213
211
|
},
|
214
212
|
"required": ["thought"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: skydeckai-code
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.26
|
4
4
|
Summary: This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, Git operations, web content fetching, code content searching, and system information retrieval.
|
5
5
|
Project-URL: Homepage, https://github.com/skydeckai/skydeckai-code
|
6
6
|
Project-URL: Repository, https://github.com/skydeckai/skydeckai-code
|
@@ -12,14 +12,14 @@ aidd/tools/get_active_apps_tool.py,sha256=BjLF7iXSDgyAmm_gfFgAul2Gn3iX-CNVYHM7Sh
|
|
12
12
|
aidd/tools/get_available_windows_tool.py,sha256=OVIYhItTn9u_DftOr3vPCT-R0DOFvMEEJXA6tD6gqWQ,15952
|
13
13
|
aidd/tools/git_tools.py,sha256=AgolgrZnpN2NALV7SfIwc6D7U7tdPrPTSFmU2WjPfVE,39846
|
14
14
|
aidd/tools/image_tools.py,sha256=wT3EcJAfZWcM0IsXdDfbTNjgFhKZM9nu2wHN6Mk_TTQ,5970
|
15
|
-
aidd/tools/other_tools.py,sha256=
|
15
|
+
aidd/tools/other_tools.py,sha256=iG3Sd2FP0M0pRv5esPBAUMvlwxTyAMDUdS77IqA_f5s,10822
|
16
16
|
aidd/tools/path_tools.py,sha256=RGoOhqP69eHJzM8tEgn_5-GRaR0gp25fd0XZIJ_RnQE,4045
|
17
17
|
aidd/tools/screenshot_tool.py,sha256=NMO5B4UG8qfMEOMRd2YoOjtwz_oQ2y1UAGU22jV1yGU,46337
|
18
18
|
aidd/tools/state.py,sha256=RWSw0Jfsui8FqC0xsI7Ik07tAg35hRwLHa5xGBVbiI4,1493
|
19
19
|
aidd/tools/system_tools.py,sha256=H4_qveKC2HA7SIbi-j4vxA0W4jYh2wfu9A6ni5wkZyA,7249
|
20
20
|
aidd/tools/web_tools.py,sha256=VlxjWrd6Vtzxv8wbwC8zoocWK7CUM-K_x0JTdH1TpKk,6925
|
21
|
-
skydeckai_code-0.1.
|
22
|
-
skydeckai_code-0.1.
|
23
|
-
skydeckai_code-0.1.
|
24
|
-
skydeckai_code-0.1.
|
25
|
-
skydeckai_code-0.1.
|
21
|
+
skydeckai_code-0.1.26.dist-info/METADATA,sha256=yK33eoC1ocqQziUNPq9u2_5aHUPwEJI6srZay-iAvBk,28662
|
22
|
+
skydeckai_code-0.1.26.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
23
|
+
skydeckai_code-0.1.26.dist-info/entry_points.txt,sha256=cT-IHh3_ioGLk3kwIeqj1X6Li1dnJinX9qKWUl7nOLg,80
|
24
|
+
skydeckai_code-0.1.26.dist-info/licenses/LICENSE,sha256=uHse04vmI6ZjW7TblegFl30X-sDyyF0-QvH8ItPca3c,10865
|
25
|
+
skydeckai_code-0.1.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|