auto-coder 0.1.315__tar.gz → 0.1.316__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.
Potentially problematic release.
This version of auto-coder might be problematic. Click here for more details.
- {auto_coder-0.1.315 → auto_coder-0.1.316}/PKG-INFO +1 -1
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/PKG-INFO +1 -1
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/commands/tools.py +30 -19
- auto_coder-0.1.316/src/autocoder/version.py +1 -0
- auto_coder-0.1.315/src/autocoder/version.py +0 -1
- {auto_coder-0.1.315 → auto_coder-0.1.316}/LICENSE +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/README.md +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/setup.cfg +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/setup.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/SOURCES.txt +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/dependency_links.txt +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/entry_points.txt +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/requires.txt +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/auto_coder.egg-info/top_level.txt +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_demand_organizer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_filegroup.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_guess_query.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_learn_from_commit.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_review_commit.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/auto_tool.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/coder.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/designer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/planner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/agent/project_reader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/auto_coder.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/auto_coder_rag.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/auto_coder_runner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/auto_coder_server.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/benchmark.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/chat/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/chat_auto_coder.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/chat_auto_coder_lang.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/command_args.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/command_parser.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/commands/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/commands/auto_command.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/commands/auto_web.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/JupyterClient.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/ShellClient.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/action_yml_file_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/anything2images.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/anything2img.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/audio.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/auto_coder_lang.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/auto_configure.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/buildin_tokenizer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/chunk_validation.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/cleaner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_execute.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate_diff.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate_editblock.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate_strict_diff.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_merge.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_merge_diff.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_merge_editblock.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_merge_strict_diff.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_modification_ranker.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/command_completer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/command_generator.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/command_templates.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/computer_use.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/conf_import_export.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/conf_validator.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/const.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/context_pruner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/conversation_pruner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/files.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/git_utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/global_cancel.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/image_to_page.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/index_import_export.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/interpreter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/llm_rerank.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_hub.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_server.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_servers/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_servers/mcp_server_gpt4o_mini_search.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_servers/mcp_server_perplexity.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_tools.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/memory_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/model_speed_test.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/openai_content.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/printer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/recall_validation.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/result_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/screenshots.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/search.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/search_replace.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/shells.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/stats_panel.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/stream_out_type.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/sys_prompt.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/text.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/token_cost_caculate.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/utils_code_auto_generate.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/data/byzerllm.md +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/data/tokenizer.json +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/db/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/db/store.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/action.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/copilot.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/plugins/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/plugins/action_regex_project.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/event_content.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/event_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/event_manager_singleton.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/event_store.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/events/event_types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/entry.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/filter/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/filter/normal_filter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/filter/quick_filter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/for_command.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/index.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/symbols_utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/index/types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/lang.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/linters/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/linters/base_linter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/linters/code_linter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/linters/linter_factory.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/linters/python_linter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/memory/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/memory/active_context_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/memory/active_package.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/memory/async_processor.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/memory/directory_mapper.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/models.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/dynamic_completion_example.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/git_helper_plugin.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/sample_plugin.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/token_helper_plugin.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/privacy/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/privacy/model_filter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/pyproject/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/api_server.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/base_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/byzer_storage_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/cache_result_merge.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/file_monitor_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/local_byzer_storage_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/local_duckdb_storage_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/rag_file_meta.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/simple_cache.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/conversation_to_queries.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/doc_filter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/document_retriever.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/lang.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/llm_wrapper.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/loaders/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/loaders/docx_loader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/loaders/excel_loader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/loaders/pdf_loader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/loaders/ppt_loader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/long_context_rag.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/qa_conversation_strategy.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/rag_config.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/rag_entry.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/raw_rag.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/relevant_utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/searchable.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/simple_directory_reader.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/simple_rag.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/stream_event/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/stream_event/event_writer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/stream_event/types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/token_checker.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/token_counter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/token_limiter.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/token_limiter_utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/variable_holder.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/regexproject/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/run_context.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/suffixproject/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/tsproject/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/_markitdown.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/auto_coder_utils/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/auto_coder_utils/chat_stream_out.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/auto_project_type.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/chat_auto_coder_utils/__init__.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/conversation_store.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/llm_client_interceptors.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/llms.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/log_capture.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/model_provider_selector.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/multi_turn.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/operate_config_api.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/print_table.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/project_structure.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/queue_communicate.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/request_event_queue.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/request_queue.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/rest.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/stream_thinking.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/tests.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/thread_utils.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/types.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_action_regex_project.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_action_yml_file_manager.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_chat_auto_coder.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_code_auto_merge_editblock.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_command_completer.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_planner.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_plugins.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_privacy.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_queue_communicate.py +0 -0
- {auto_coder-0.1.315 → auto_coder-0.1.316}/tests/test_symbols_utils.py +0 -0
|
@@ -164,7 +164,7 @@ class AutoCommandTools:
|
|
|
164
164
|
# 如果是在web模式下,则使用event_manager事件来询问用户
|
|
165
165
|
if get_run_context().is_web():
|
|
166
166
|
try:
|
|
167
|
-
|
|
167
|
+
get_event_manager(
|
|
168
168
|
self.args.event_file).write_result(
|
|
169
169
|
EventContentCreator.create_result(
|
|
170
170
|
EventContentCreator.ResultSummaryContent(
|
|
@@ -178,15 +178,15 @@ class AutoCommandTools:
|
|
|
178
178
|
"response": response
|
|
179
179
|
}
|
|
180
180
|
})
|
|
181
|
-
except Exception as e:
|
|
182
|
-
error_message = f"Error: {str(e)}\n\n完整异常堆栈信息:\n{traceback.format_exc()}"
|
|
181
|
+
except Exception as e:
|
|
182
|
+
error_message = f"Error: {str(e)}\n\n完整异常堆栈信息:\n{traceback.format_exc()}"
|
|
183
183
|
self.result_manager.append(content=f"Error: {error_message}", meta={
|
|
184
184
|
"action": "response_user",
|
|
185
185
|
"input": {
|
|
186
186
|
"response": response
|
|
187
187
|
}
|
|
188
188
|
})
|
|
189
|
-
return
|
|
189
|
+
return response
|
|
190
190
|
|
|
191
191
|
console = Console()
|
|
192
192
|
answer_text = Text(response, style="italic")
|
|
@@ -331,9 +331,19 @@ class AutoCommandTools:
|
|
|
331
331
|
注意,这个工具无法返回所有文件的信息,因为有些文件可能没有被索引。
|
|
332
332
|
尽量避免使用该工具。
|
|
333
333
|
"""
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
334
|
+
try:
|
|
335
|
+
index_manager = self._get_index()
|
|
336
|
+
s = index_manager.read_index_as_str()
|
|
337
|
+
index_data = json.loads(s)
|
|
338
|
+
except Exception as e:
|
|
339
|
+
v = f"Error: {str(e)}\n\n完整异常堆栈信息:\n{traceback.format_exc()}"
|
|
340
|
+
self.result_manager.add_result(content=v, meta={
|
|
341
|
+
"action": "get_project_map",
|
|
342
|
+
"input": {
|
|
343
|
+
"file_paths": file_paths
|
|
344
|
+
}
|
|
345
|
+
})
|
|
346
|
+
return v
|
|
337
347
|
|
|
338
348
|
final_result = []
|
|
339
349
|
|
|
@@ -778,21 +788,21 @@ class AutoCommandTools:
|
|
|
778
788
|
def lint_code(self, path: str, language: Optional[str] = None, fix: bool = False, verbose: bool = False) -> str:
|
|
779
789
|
"""
|
|
780
790
|
对代码进行质量检查,支持多种编程语言。
|
|
781
|
-
|
|
791
|
+
|
|
782
792
|
参数说明:
|
|
783
793
|
path (str): 要检查的文件路径或项目目录
|
|
784
794
|
language (str, optional): 明确指定语言类型,如'python', 'javascript', 'typescript', 'react', 'vue'等
|
|
785
795
|
如果不指定,将尝试根据文件扩展名或项目结构自动检测
|
|
786
796
|
fix (bool): 是否自动修复可修复的问题,默认为False
|
|
787
797
|
verbose (bool): 是否显示详细输出,默认为False
|
|
788
|
-
|
|
798
|
+
|
|
789
799
|
返回值:
|
|
790
800
|
格式化后的lint结果,包含错误和警告信息
|
|
791
|
-
|
|
801
|
+
|
|
792
802
|
支持的语言:
|
|
793
803
|
- 前端: JavaScript, TypeScript, React, Vue (使用ESLint)
|
|
794
804
|
- Python: 使用pylint, flake8, black
|
|
795
|
-
|
|
805
|
+
|
|
796
806
|
说明:
|
|
797
807
|
- 对于前端代码,需要Node.js环境
|
|
798
808
|
- 对于Python代码,需要pylint/flake8/black
|
|
@@ -804,18 +814,19 @@ class AutoCommandTools:
|
|
|
804
814
|
try:
|
|
805
815
|
# 检查是否是目录或文件
|
|
806
816
|
is_directory = os.path.isdir(path)
|
|
807
|
-
|
|
817
|
+
|
|
808
818
|
# 根据路径类型执行相应的lint操作
|
|
809
819
|
if is_directory:
|
|
810
820
|
# 对整个项目进行lint
|
|
811
|
-
result = lint_project(
|
|
821
|
+
result = lint_project(
|
|
822
|
+
path, language=language, fix=fix, verbose=verbose)
|
|
812
823
|
else:
|
|
813
824
|
# 对单个文件进行lint
|
|
814
825
|
result = lint_file(path, fix=fix, verbose=verbose)
|
|
815
|
-
|
|
826
|
+
|
|
816
827
|
# 格式化结果
|
|
817
828
|
formatted_result = format_lint_result(result, language=language)
|
|
818
|
-
|
|
829
|
+
|
|
819
830
|
# 记录操作结果
|
|
820
831
|
self.result_manager.add_result(content=formatted_result, meta={
|
|
821
832
|
"action": "lint_code",
|
|
@@ -827,12 +838,12 @@ class AutoCommandTools:
|
|
|
827
838
|
},
|
|
828
839
|
"result": result
|
|
829
840
|
})
|
|
830
|
-
|
|
841
|
+
|
|
831
842
|
return formatted_result
|
|
832
|
-
|
|
843
|
+
|
|
833
844
|
except Exception as e:
|
|
834
845
|
error_message = f"Linting failed: {str(e)}\n\n完整异常堆栈信息:\n{traceback.format_exc()}"
|
|
835
|
-
|
|
846
|
+
|
|
836
847
|
self.result_manager.add_result(content=error_message, meta={
|
|
837
848
|
"action": "lint_code",
|
|
838
849
|
"input": {
|
|
@@ -843,5 +854,5 @@ class AutoCommandTools:
|
|
|
843
854
|
},
|
|
844
855
|
"error": error_message
|
|
845
856
|
})
|
|
846
|
-
|
|
857
|
+
|
|
847
858
|
return error_message
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.316"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.315"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate_editblock.py
RENAMED
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_generate_strict_diff.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/code_auto_merge_strict_diff.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/common/mcp_servers/mcp_server_perplexity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/dispacher/actions/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/plugins/dynamic_completion_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/local_byzer_storage_cache.py
RENAMED
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/rag/cache/local_duckdb_storage_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/auto_coder_utils/chat_stream_out.py
RENAMED
|
File without changes
|
|
File without changes
|
{auto_coder-0.1.315 → auto_coder-0.1.316}/src/autocoder/utils/chat_auto_coder_utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|