spyder-code-agent 0.1.1__tar.gz → 0.1.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spyder-code-agent
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI-powered coding assistant plugin for Spyder IDE
5
5
  Author-email: Amir <mohammadamirdehghanian@gmail.com>
6
6
  License: MIT
@@ -22,8 +22,6 @@ Dynamic: license-file
22
22
 
23
23
  **AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
24
24
 
25
- ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
26
-
27
25
  ## Overview
28
26
 
29
27
  Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.
@@ -6,8 +6,6 @@
6
6
 
7
7
  **AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
8
8
 
9
- ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
10
-
11
9
  ## Overview
12
10
 
13
11
  Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "spyder-code-agent"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "AI-powered coding assistant plugin for Spyder IDE"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spyder-code-agent
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI-powered coding assistant plugin for Spyder IDE
5
5
  Author-email: Amir <mohammadamirdehghanian@gmail.com>
6
6
  License: MIT
@@ -22,8 +22,6 @@ Dynamic: license-file
22
22
 
23
23
  **AI‑powered coding assistant for Spyder IDE** – automatically detects runtime errors in your Python/ML scripts and fixes them with one click.
24
24
 
25
- ![Spyder Code Agent in action](https://github.com/kasra7900/Spyder-Code-Agent/blob/cd109a7616b6093facd52ba2a02165a514575b21/img/demo.gif)
26
-
27
25
  ## Overview
28
26
 
29
27
  Spyder Code Agent is a plugin that turns Spyder into a **self‑debugging IDE**. It listens to errors thrown in the IPython console, sends the relevant code (your selected files + current editor) to any OpenAI‑compatible LLM, and presents a ready‑to‑apply fix. No manual copy‑paste of tracebacks.