wcgw 2.8.3__tar.gz → 2.8.4__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 wcgw might be problematic. Click here for more details.
- {wcgw-2.8.3 → wcgw-2.8.4}/PKG-INFO +1 -1
- {wcgw-2.8.3 → wcgw-2.8.4}/pyproject.toml +1 -1
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/modes.py +1 -1
- {wcgw-2.8.3 → wcgw-2.8.4}/uv.lock +1 -1
- {wcgw-2.8.3 → wcgw-2.8.4}/.github/workflows/python-publish.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.github/workflows/python-tests.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.github/workflows/python-types.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.gitignore +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.gitmodules +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.python-version +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/.vscode/settings.json +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/LICENSE +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/gpt_action_json_schema.json +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/gpt_instructions.txt +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/openai.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.git +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/workflows/main-checks.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/workflows/publish-pypi.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/workflows/pull-request-checks.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.github/workflows/shared.yml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.gitignore +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/.python-version +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/CODE_OF_CONDUCT.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/CONTRIBUTING.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/LICENSE +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/RELEASE.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/SECURITY.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/.python-version +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/server.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-prompt/pyproject.toml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/.python-version +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/server.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/pyproject.toml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/.python-version +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/README.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/server.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/pyproject.toml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/pyproject.toml +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/client/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/client/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/client/session.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/client/sse.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/client/stdio.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/py.typed +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/models.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/session.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/sse.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/stdio.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/server/websocket.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/context.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/exceptions.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/memory.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/progress.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/session.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/version.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/src/mcp_wcgw/types.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/client/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/client/test_session.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/client/test_stdio.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/conftest.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/server/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/server/test_session.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/server/test_stdio.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/shared/test_memory.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/tests/test_types.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/uv.lock +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/__main__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/anthropic_client.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/cli.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/common.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/computer_use.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/diff-instructions.txt +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/file_ops/diff_edit.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/file_ops/search_replace.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/mcp_server/Readme.md +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/mcp_server/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/mcp_server/server.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/memory.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/openai_client.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/openai_utils.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/repo_ops/display_tree.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/repo_ops/path_prob.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/repo_ops/repo_context.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/sys_utils.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/client/tools.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/relay/serve.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/relay/static/privacy.txt +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/src/wcgw/types_.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/static/claude-ss.jpg +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/static/computer-use.jpg +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/static/example.jpg +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/static/rocket-icon.png +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/static/ss1.png +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/file_ops/test_diff_edit.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/file_ops/test_search_replace.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/repo_ops/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/repo_ops/test_display_tree.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/repo_ops/test_display_tree_simple.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/repo_ops/test_path_prob.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/repo_ops/test_repo_context.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_anthropic_client_utils.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_memory.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_openai_utils.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_basic.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_extended.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_file_ops.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_files.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_shell.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/test_tools_validation.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/__init__.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_command_validation.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_docker_operations.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_error_handling.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_execute_bash.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_file_operations.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_files/test1.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_files/test2.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_files/test_file.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_is_int.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_knowledge_transfer.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_large_blocks.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_render_terminal.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_terminal_output.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_user_interaction.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/client/tools/test_write_file.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/conftest.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_anthropic_client.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_basic.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_common.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_computer_use.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_computer_use_base.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_computer_use_shell.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_sys_utils.py +0 -0
- {wcgw-2.8.3 → wcgw-2.8.4}/tests/test_tools.py +0 -0
|
@@ -203,7 +203,7 @@ Format the `description` field using Markdown with the following sections.
|
|
|
203
203
|
- "# Objective" section containing project and task objective.
|
|
204
204
|
- "# All user instructions" section should be provided containing all instructions user shared in the conversation.
|
|
205
205
|
- "# Current status of the task" should be provided containing only what is already achieved, not what's remaining.
|
|
206
|
-
- "#
|
|
206
|
+
- "# Pending issues with snippets" section containing snippets of pending errors, traceback, file snippets, commands, etc. But no comments or solutions.
|
|
207
207
|
- Be very verbose in the all issues with snippets section providing as much error context as possible.
|
|
208
208
|
- "# Build and development instructions" section containing instructions to build or run project or run tests, or envrionment related information. Only include what's known. Leave empty if unknown.
|
|
209
209
|
- Any other relevant sections following the above.
|
|
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
|
{wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-resource/.python-version
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
|
{wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__init__.py
RENAMED
|
File without changes
|
{wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__main__.py
RENAMED
|
File without changes
|
{wcgw-2.8.3 → wcgw-2.8.4}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/server.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
|
|
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
|
|
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
|