thonny-codemate 0.1.0__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.
Files changed (42) hide show
  1. {thonny_codemate-0.1.0/thonny_codemate.egg-info → thonny_codemate-0.1.2}/PKG-INFO +1 -1
  2. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/pyproject.toml +1 -1
  3. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2/thonny_codemate.egg-info}/PKG-INFO +1 -1
  4. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/__init__.py +2 -2
  5. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/CLAUDE.md +0 -0
  6. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/LICENSE +0 -0
  7. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/MANIFEST.in +0 -0
  8. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/README.ja.md +0 -0
  9. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/README.md +0 -0
  10. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/copilot_features_analysis.md +0 -0
  11. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/copy_insert_implementation.md +0 -0
  12. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/demelopment_memo_from_chatgpt.md +0 -0
  13. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/implementation_techniques.md +0 -0
  14. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/plugin_analysis.md +0 -0
  15. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/project_goal.md +0 -0
  16. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/docs_for_ai/todo.md +0 -0
  17. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/setup.cfg +0 -0
  18. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonny_codemate.egg-info/SOURCES.txt +0 -0
  19. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonny_codemate.egg-info/dependency_links.txt +0 -0
  20. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonny_codemate.egg-info/requires.txt +0 -0
  21. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonny_codemate.egg-info/top_level.txt +0 -0
  22. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/__init__.py +0 -0
  23. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/api.py +0 -0
  24. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/context_manager.py +0 -0
  25. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/external_providers.py +0 -0
  26. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/i18n.py +0 -0
  27. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/llm_client.py +0 -0
  28. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/message_virtualization.py +0 -0
  29. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/model_manager.py +0 -0
  30. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/performance_monitor.py +0 -0
  31. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/prompts.py +0 -0
  32. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/__init__.py +0 -0
  33. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/chat_view.py +0 -0
  34. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/chat_view_html.py +0 -0
  35. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/custom_prompt_dialog.py +0 -0
  36. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/markdown_renderer.py +0 -0
  37. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/model_download_dialog.py +0 -0
  38. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/ui/settings_dialog.py +0 -0
  39. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/utils/__init__.py +0 -0
  40. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/utils/constants.py +0 -0
  41. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/utils/error_messages.py +0 -0
  42. {thonny_codemate-0.1.0 → thonny_codemate-0.1.2}/thonnycontrib/thonny_codemate/utils/unified_error_handler.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thonny-codemate
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A Thonny IDE plugin that provides AI-powered coding assistance using local and cloud LLMs
5
5
  Author-email: tokoroten <shinta.nakayama@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "thonny-codemate"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "A Thonny IDE plugin that provides AI-powered coding assistance using local and cloud LLMs"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thonny-codemate
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A Thonny IDE plugin that provides AI-powered coding assistance using local and cloud LLMs
5
5
  Author-email: tokoroten <shinta.nakayama@gmail.com>
6
6
  License: MIT
@@ -31,7 +31,7 @@ logger = logging.getLogger(__name__)
31
31
  logger.disabled = True
32
32
 
33
33
  # プラグインのバージョン
34
- __version__ = "0.1.0"
34
+ __version__ = "0.1.2"
35
35
 
36
36
  # グローバル変数でプラグインの状態を管理
37
37
  _plugin_loaded = False
@@ -111,7 +111,7 @@ def load_plugin():
111
111
  command_id="show_llm_assistant",
112
112
  menu_name="tools",
113
113
  command_label=tr("Show LLM Assistant"),
114
- handler=lambda: workbench.show_view("LLM Assistant"), # ビュー名を使用
114
+ handler=lambda: workbench.show_view("LLMChatViewHTML"), # クラス名を使用
115
115
  group=150
116
116
  )
117
117
 
File without changes