localcode 0.3.27__tar.gz → 0.3.29__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.
- {localcode-0.3.27/src/localcode.egg-info → localcode-0.3.29}/PKG-INFO +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/pyproject.toml +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/context.py +18 -5
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/app.py +23 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/auto_compact.py +22 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/runtime.py +128 -2
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/server_manager.py +123 -15
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/append_file.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/base.py +42 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/code_navigation.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/edit_diff.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/edit_file.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/list_files.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/multi_edit.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/read_file.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/write_file.py +1 -1
- {localcode-0.3.27 → localcode-0.3.29/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode.egg-info/SOURCES.txt +2 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_agent_event_regressions.py +5 -1
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_code_navigation_and_processes.py +5 -1
- localcode-0.3.29/tests/test_path_healing.py +53 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_runtime.py +5 -0
- localcode-0.3.29/tests/test_task_statement_pinning.py +64 -0
- {localcode-0.3.27 → localcode-0.3.29}/LICENSE +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/MANIFEST.in +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/README.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/setup.cfg +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/setup.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/__main__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/loop.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/state_machine.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/approvals.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/cache.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/compact.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/compaction.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/composer.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/config.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/context.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/display.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/errors.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/events.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/evidence.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/execution_policy.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/features.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/formatting.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/health.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/history.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/hooks.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/indexer.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/launcher.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/lsp.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/model_config.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/model_families.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/models.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/notebook.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/output.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/patching.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/paths.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/performance.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/permissions.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/plans.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/recovery.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/session.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/shell.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/finish-verified.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/skills.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/sounds.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/theme.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/thermal.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/thinking.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/background_process.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/read_state.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/clipboard_image.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/paste_collapse.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/chat_log.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/undo.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/verification.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode/voice.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_agent_state_machine.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_architecture.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_clipboard_image.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_compaction.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_config.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_context.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_download.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_edit_guard_and_fuzzy.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_evidence_and_lifecycle_hooks.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_execution_policies.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_home_build_anchor.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_loop_recovery_ladder.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_model_config.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_not_found_recovery.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_output.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_paste_collapse.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_real_models.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_run_json.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_syntax_check.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_thermal.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_toolkit.py +0 -0
- {localcode-0.3.27 → localcode-0.3.29}/tests/test_tui_input.py +0 -0
|
@@ -721,12 +721,25 @@ def _microcompact_for_prompt_budget(messages: list[dict], *, target_bytes: int =
|
|
|
721
721
|
return messages
|
|
722
722
|
|
|
723
723
|
system_count = 1 if messages and messages[0].get("role") == "system" else 0
|
|
724
|
+
# NEVER compact away the task statement. The first real user message (not
|
|
725
|
+
# a synthetic "SYSTEM:" nudge) anchors the entire turn: summarizing it into
|
|
726
|
+
# a one-line ledger made the model literally ask "what is the actual task?"
|
|
727
|
+
# mid-build and re-derive the goal from directory names (observed live on a
|
|
728
|
+
# long agentic build). Keep it VERBATIM at the head, always — the reference
|
|
729
|
+
# harnesses' compaction likewise carries the original request forward.
|
|
730
|
+
head_count = system_count
|
|
731
|
+
for i in range(system_count, len(messages)):
|
|
732
|
+
m = messages[i]
|
|
733
|
+
if m.get("role") == "user" and isinstance(m.get("content"), str) \
|
|
734
|
+
and not m["content"].startswith("SYSTEM:"):
|
|
735
|
+
head_count = i + 1
|
|
736
|
+
break
|
|
724
737
|
best = messages
|
|
725
738
|
# Tighten the protocol-safe suffix until the serialized prompt fits. A
|
|
726
739
|
# fixed 12-message tail can itself contain several complete source files.
|
|
727
740
|
for tail_size in (12, 10, 8, 6, 4):
|
|
728
|
-
boundary = max(
|
|
729
|
-
while boundary >
|
|
741
|
+
boundary = max(head_count, len(messages) - tail_size)
|
|
742
|
+
while boundary > head_count:
|
|
730
743
|
if messages[boundary].get("role") == "tool":
|
|
731
744
|
boundary -= 1
|
|
732
745
|
continue
|
|
@@ -735,13 +748,13 @@ def _microcompact_for_prompt_budget(messages: list[dict], *, target_bytes: int =
|
|
|
735
748
|
boundary -= 1
|
|
736
749
|
continue
|
|
737
750
|
break
|
|
738
|
-
if boundary <=
|
|
751
|
+
if boundary <= head_count:
|
|
739
752
|
continue
|
|
740
|
-
old = messages[
|
|
753
|
+
old = messages[head_count:boundary]
|
|
741
754
|
recent = messages[boundary:]
|
|
742
755
|
summary = _compact_history_summary(old)
|
|
743
756
|
candidate = [
|
|
744
|
-
*messages[:
|
|
757
|
+
*messages[:head_count],
|
|
745
758
|
{"role": "user", "content": summary},
|
|
746
759
|
{"role": "assistant", "content": "Continuing with the summarized prior work."},
|
|
747
760
|
*recent,
|
|
@@ -3,6 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
from concurrent.futures import ThreadPoolExecutor, as_completed
|
|
4
4
|
from dataclasses import replace
|
|
5
5
|
import logging
|
|
6
|
+
import re
|
|
6
7
|
from pathlib import Path
|
|
7
8
|
|
|
8
9
|
from rich.console import Console
|
|
@@ -60,6 +61,19 @@ _FOLLOWUP_CHAT_ONLY = {
|
|
|
60
61
|
|
|
61
62
|
_CODING_TASK_KINDS = {"new_app", "existing_app_edit", "run_or_launch"}
|
|
62
63
|
|
|
64
|
+
# Any slash-joined token that isn't a URL scheme ("://") — "~/x", "./x", "..",
|
|
65
|
+
# "/Users/…", or "some/dir". Used to detect that the user chose a location
|
|
66
|
+
# themselves, in which case the $HOME build anchor must NOT re-pin repo_root.
|
|
67
|
+
_EXPLICIT_PATH_RE = re.compile(r"(?<!:)(?:~|\.{1,2})?/[\w.\-]+|[\w.\-]+/[\w.\-]+(?!//)")
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def _prompt_names_explicit_path(user_text: str) -> bool:
|
|
71
|
+
"""True when the user's request mentions a concrete filesystem path."""
|
|
72
|
+
text = (user_text or "")
|
|
73
|
+
# Strip URLs first so "https://foo.com/bar" doesn't read as a path.
|
|
74
|
+
text = re.sub(r"\w+://\S+", " ", text)
|
|
75
|
+
return bool(_EXPLICIT_PATH_RE.search(text))
|
|
76
|
+
|
|
63
77
|
|
|
64
78
|
def _canonical_project_dir_has_files(repo_root: Path, slug: str) -> bool:
|
|
65
79
|
"""True when a creation task's canonical project directory already exists.
|
|
@@ -530,11 +544,20 @@ class LocalCodeApp:
|
|
|
530
544
|
# BEFORE any tool call, so the model builds in one place and the harness
|
|
531
545
|
# (launcher/verify/context) follows it. Only fires in the degenerate
|
|
532
546
|
# $HOME case; a normal in-project launch is untouched.
|
|
547
|
+
#
|
|
548
|
+
# NEVER anchor when the user's prompt names a filesystem path: they've
|
|
549
|
+
# chosen the location themselves, and re-pinning repo_root to an empty
|
|
550
|
+
# $HOME/<slug> makes every RELATIVE path resolve against the empty
|
|
551
|
+
# anchor while the model builds at the user's absolute path — observed
|
|
552
|
+
# live as "Glob(src/utils/*) → empty → 'the file wasn't persisted'" and
|
|
553
|
+
# a rebuild-from-scratch spiral. False positives here are safe (we just
|
|
554
|
+
# fall back to unanchored-at-$HOME, the pre-0.3.26 behavior).
|
|
533
555
|
_anchored_resume = False
|
|
534
556
|
if (
|
|
535
557
|
self.repo_root_is_home
|
|
536
558
|
and goal_state.goal_type == "build_app"
|
|
537
559
|
and goal_state.task_kind == "new_app"
|
|
560
|
+
and not _prompt_names_explicit_path(user_text)
|
|
538
561
|
):
|
|
539
562
|
_anchored_resume = self._anchor_home_build_root(goal_state.task_slug)
|
|
540
563
|
if (
|
|
@@ -112,9 +112,27 @@ def auto_compact(messages: list[dict], max_chars: int,
|
|
|
112
112
|
if len(conversation) <= keep_recent:
|
|
113
113
|
return messages, ""
|
|
114
114
|
|
|
115
|
+
# NEVER summarize away the task statement. The most recent real user
|
|
116
|
+
# message (not a synthetic "SYSTEM:" nudge) is the active task; folding it
|
|
117
|
+
# into the summary made the model ask "what is the actual task?" mid-build
|
|
118
|
+
# and re-derive the goal from directory names (observed live). Pin it
|
|
119
|
+
# verbatim: if it falls in the to-be-summarized region, lift it out and
|
|
120
|
+
# re-append it just before the recent tail.
|
|
121
|
+
task_msg = None
|
|
122
|
+
task_idx = None
|
|
123
|
+
for i in range(len(conversation) - 1, -1, -1):
|
|
124
|
+
m = conversation[i]
|
|
125
|
+
if m.get("role") == "user" and isinstance(m.get("content"), str) \
|
|
126
|
+
and not m["content"].startswith("SYSTEM:"):
|
|
127
|
+
task_msg, task_idx = m, i
|
|
128
|
+
break
|
|
129
|
+
|
|
115
130
|
# Split into old (to summarize) and recent (to keep)
|
|
116
131
|
old = conversation[:-keep_recent]
|
|
117
132
|
recent = conversation[-keep_recent:]
|
|
133
|
+
pin_task = task_msg is not None and task_idx < len(conversation) - keep_recent
|
|
134
|
+
if pin_task:
|
|
135
|
+
old = [m for i, m in enumerate(conversation[:-keep_recent]) if i != task_idx]
|
|
118
136
|
|
|
119
137
|
summary_text = _build_summary(old)
|
|
120
138
|
|
|
@@ -136,6 +154,10 @@ def auto_compact(messages: list[dict], max_chars: int,
|
|
|
136
154
|
if system_msg:
|
|
137
155
|
compacted.append(system_msg)
|
|
138
156
|
compacted.append({"role": "system", "content": memo})
|
|
157
|
+
if pin_task:
|
|
158
|
+
# The active task statement, verbatim, right after the memo — the model
|
|
159
|
+
# must always be able to re-read WHAT it was asked to do.
|
|
160
|
+
compacted.append(task_msg)
|
|
139
161
|
compacted.extend(recent)
|
|
140
162
|
|
|
141
163
|
return compacted, summary_text
|
|
@@ -1255,13 +1255,41 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1255
1255
|
return True
|
|
1256
1256
|
|
|
1257
1257
|
from .bootstrap import get_model_path
|
|
1258
|
-
from .server_manager import ServerManager
|
|
1258
|
+
from .server_manager import ServerManager, HEALTH_TIMEOUT_S
|
|
1259
1259
|
from pathlib import Path
|
|
1260
1260
|
|
|
1261
1261
|
preferred = Path(self.config.model).name if self.config.model else None
|
|
1262
1262
|
model = get_model_path(preferred)
|
|
1263
1263
|
if not model:
|
|
1264
1264
|
return False
|
|
1265
|
+
mgr = ServerManager.get()
|
|
1266
|
+
# NEVER kill a server that is alive and still LOADING. A 30B+ model
|
|
1267
|
+
# takes ~60 s to come up; a request landing during warmup gets a
|
|
1268
|
+
# 503/conn error, and this recovery path used to treat that as "dead"
|
|
1269
|
+
# and restart — killing the almost-loaded server and starting a fresh
|
|
1270
|
+
# 60 s load on the fallback port. Observed live as 4 restarts in
|
|
1271
|
+
# 3 minutes ping-ponging 8081↔8082, each reloading 35 GB of weights,
|
|
1272
|
+
# while the user just saw "crunching". If the process is alive, WAIT
|
|
1273
|
+
# for its health probe instead; only a genuinely dead or wedged
|
|
1274
|
+
# server gets kill+relaunch.
|
|
1275
|
+
if mgr.is_running():
|
|
1276
|
+
try:
|
|
1277
|
+
from .events import emit as _emit_wait
|
|
1278
|
+
_emit_wait("server_warmup_wait", port=mgr.port)
|
|
1279
|
+
except Exception:
|
|
1280
|
+
pass
|
|
1281
|
+
if mgr._wait_healthy(mgr.port, timeout_s=HEALTH_TIMEOUT_S):
|
|
1282
|
+
# Loaded — the server was never broken. Re-point our client
|
|
1283
|
+
# at the live port and carry on with zero reload cost.
|
|
1284
|
+
try:
|
|
1285
|
+
actual_port = mgr.port
|
|
1286
|
+
new_base = f"http://localhost:{actual_port}"
|
|
1287
|
+
if self.config.base_url != new_base:
|
|
1288
|
+
self.config.base_url = new_base
|
|
1289
|
+
self.endpoint = f"{new_base}/v1/chat/completions"
|
|
1290
|
+
except Exception:
|
|
1291
|
+
pass
|
|
1292
|
+
return True
|
|
1265
1293
|
try:
|
|
1266
1294
|
if self._client is not None and not self._client.is_closed:
|
|
1267
1295
|
self._client.close()
|
|
@@ -1269,7 +1297,6 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1269
1297
|
pass
|
|
1270
1298
|
self._client = None
|
|
1271
1299
|
cmd = self.llama_server_command(str(model))
|
|
1272
|
-
mgr = ServerManager.get()
|
|
1273
1300
|
ok = mgr.restart(cmd, str(model))
|
|
1274
1301
|
# Propagate the (possibly fallback) port back to our config and
|
|
1275
1302
|
# endpoint URL so downstream HTTP requests hit the live server.
|
|
@@ -1337,6 +1364,50 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1337
1364
|
num_predict: int | None = None,
|
|
1338
1365
|
recovery_mode: str = "",
|
|
1339
1366
|
stream_policy: str = "",
|
|
1367
|
+
) -> Iterator[dict[str, Any]]:
|
|
1368
|
+
"""In-flight guard wrapper around the real streaming generator.
|
|
1369
|
+
|
|
1370
|
+
Holds ServerManager's request-in-flight count for the stream's whole
|
|
1371
|
+
lifetime so the idle-suspend watchdog can never shut the server down
|
|
1372
|
+
under an active request. Without this, a long round (10+ min decode —
|
|
1373
|
+
routine for a 30B+ model on local hardware, and prompt-eval of a big
|
|
1374
|
+
context emits no chunks at all) counted as "idle": observed live as
|
|
1375
|
+
`idle_suspend idle_s=612` killing the server mid-build, cascading into
|
|
1376
|
+
back-to-back 35 GB weight reloads and a dead session.
|
|
1377
|
+
"""
|
|
1378
|
+
_sm = None
|
|
1379
|
+
try:
|
|
1380
|
+
from .server_manager import ServerManager as _SM
|
|
1381
|
+
_sm = _SM.get()
|
|
1382
|
+
_sm.request_started()
|
|
1383
|
+
except Exception:
|
|
1384
|
+
_sm = None
|
|
1385
|
+
try:
|
|
1386
|
+
yield from self._stream_chat_events_inner(
|
|
1387
|
+
messages,
|
|
1388
|
+
tools=tools,
|
|
1389
|
+
think=think,
|
|
1390
|
+
num_ctx=num_ctx,
|
|
1391
|
+
num_predict=num_predict,
|
|
1392
|
+
recovery_mode=recovery_mode,
|
|
1393
|
+
stream_policy=stream_policy,
|
|
1394
|
+
)
|
|
1395
|
+
finally:
|
|
1396
|
+
if _sm is not None:
|
|
1397
|
+
try:
|
|
1398
|
+
_sm.request_finished()
|
|
1399
|
+
except Exception:
|
|
1400
|
+
pass
|
|
1401
|
+
|
|
1402
|
+
def _stream_chat_events_inner(
|
|
1403
|
+
self,
|
|
1404
|
+
messages: list[dict[str, Any]],
|
|
1405
|
+
tools: list[dict[str, Any]] | None = None,
|
|
1406
|
+
think: bool = False,
|
|
1407
|
+
num_ctx: int | None = None,
|
|
1408
|
+
num_predict: int | None = None,
|
|
1409
|
+
recovery_mode: str = "",
|
|
1410
|
+
stream_policy: str = "",
|
|
1340
1411
|
) -> Iterator[dict[str, Any]]:
|
|
1341
1412
|
# Diffusion models (architecture="diffusion_gemma") cannot be
|
|
1342
1413
|
# served by llama-server — they generate via the one-shot
|
|
@@ -1508,7 +1579,62 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1508
1579
|
_adapter = get_adapter(_family)
|
|
1509
1580
|
_open = _adapter.thinking_open
|
|
1510
1581
|
_close = _adapter.thinking_close
|
|
1582
|
+
# ── Stream stall watchdog ──
|
|
1583
|
+
# Never trust the socket to fail on its own. Observed live
|
|
1584
|
+
# (2026-07-12): the server logged `done request 200`, the
|
|
1585
|
+
# client kept blocking in sock_recv for 15+ minutes, and
|
|
1586
|
+
# the 600 s httpx read-timeout never fired — the whole
|
|
1587
|
+
# agent hung forever. All reference harnesses bound stream
|
|
1588
|
+
# idle time and retry. A helper thread closes the response
|
|
1589
|
+
# if no line arrives within the deadline; the blocked read
|
|
1590
|
+
# then raises immediately and the existing retry ladder
|
|
1591
|
+
# takes over (the prefix cache makes the re-prefill cheap).
|
|
1592
|
+
# Deadlines are DYNAMIC: first chunk must cover worst-case
|
|
1593
|
+
# prompt prefill (scaled from prompt size at a conservative
|
|
1594
|
+
# 100 tok/s floor for low-end machines); between chunks a
|
|
1595
|
+
# local decode should never pause more than ~3 minutes.
|
|
1596
|
+
import threading as _threading_mod
|
|
1597
|
+
_stall = {"last": _time_mod_runtime.monotonic(), "seen": False, "fired": False}
|
|
1598
|
+
_prompt_chars_est = sum(
|
|
1599
|
+
len(str(m.get("content") or "")) for m in messages
|
|
1600
|
+
)
|
|
1601
|
+
_first_deadline_s = max(180.0, 60.0 + (_prompt_chars_est / 3.5) / 100.0)
|
|
1602
|
+
_inter_deadline_s = 180.0
|
|
1603
|
+
|
|
1604
|
+
def _stall_watchdog() -> None:
|
|
1605
|
+
while True:
|
|
1606
|
+
_time_mod_runtime.sleep(5.0)
|
|
1607
|
+
try:
|
|
1608
|
+
if response.is_closed:
|
|
1609
|
+
return
|
|
1610
|
+
except Exception:
|
|
1611
|
+
return
|
|
1612
|
+
gap = _time_mod_runtime.monotonic() - _stall["last"]
|
|
1613
|
+
limit = _inter_deadline_s if _stall["seen"] else _first_deadline_s
|
|
1614
|
+
if gap > limit:
|
|
1615
|
+
_stall["fired"] = True
|
|
1616
|
+
try:
|
|
1617
|
+
from .events import emit as _emit_stall
|
|
1618
|
+
_emit_stall(
|
|
1619
|
+
"stream_stall_abort",
|
|
1620
|
+
gap_s=round(gap, 1),
|
|
1621
|
+
limit_s=round(limit, 1),
|
|
1622
|
+
first_chunk_seen=_stall["seen"],
|
|
1623
|
+
)
|
|
1624
|
+
except Exception:
|
|
1625
|
+
pass
|
|
1626
|
+
try:
|
|
1627
|
+
response.close()
|
|
1628
|
+
except Exception:
|
|
1629
|
+
pass
|
|
1630
|
+
return
|
|
1631
|
+
|
|
1632
|
+
_threading_mod.Thread(
|
|
1633
|
+
target=_stall_watchdog, name="lc-stream-stall", daemon=True
|
|
1634
|
+
).start()
|
|
1511
1635
|
for line in response.iter_lines():
|
|
1636
|
+
_stall["last"] = _time_mod_runtime.monotonic()
|
|
1637
|
+
_stall["seen"] = True
|
|
1512
1638
|
if not line:
|
|
1513
1639
|
continue
|
|
1514
1640
|
if self.config.provider == "llama_cpp" and line.startswith("data: "):
|
|
@@ -321,6 +321,25 @@ class ServerManager:
|
|
|
321
321
|
import time as _t
|
|
322
322
|
self._last_activity_ts = _t.time()
|
|
323
323
|
|
|
324
|
+
def request_started(self) -> None:
|
|
325
|
+
"""Mark a chat request in flight. The idle watchdog must NEVER
|
|
326
|
+
suspend the server while a request is live: a single long agentic
|
|
327
|
+
round (a 10+ minute decode is routine for a 30B+ model on local
|
|
328
|
+
hardware) used to count as "idle" because activity was only marked at
|
|
329
|
+
request START — observed live as `idle_suspend idle_s=612` firing
|
|
330
|
+
mid-build, shutting the server down under an active stream and
|
|
331
|
+
cascading into back-to-back reloads (35 GB of weights each) and a dead
|
|
332
|
+
session. Pair with request_finished() in a finally block."""
|
|
333
|
+
with self._lock:
|
|
334
|
+
self._inflight = getattr(self, "_inflight", 0) + 1
|
|
335
|
+
self.mark_activity()
|
|
336
|
+
|
|
337
|
+
def request_finished(self) -> None:
|
|
338
|
+
"""Mark a chat request complete (see request_started)."""
|
|
339
|
+
with self._lock:
|
|
340
|
+
self._inflight = max(0, getattr(self, "_inflight", 0) - 1)
|
|
341
|
+
self.mark_activity()
|
|
342
|
+
|
|
324
343
|
def set_idle_timeout(self, seconds: float) -> None:
|
|
325
344
|
"""Update the idle auto-suspend window. 0 disables suspend."""
|
|
326
345
|
self._idle_timeout_s = max(0.0, float(seconds))
|
|
@@ -336,6 +355,11 @@ class ServerManager:
|
|
|
336
355
|
continue
|
|
337
356
|
if self._last_activity_ts == 0.0:
|
|
338
357
|
continue
|
|
358
|
+
# A live request is never idle, no matter how long its decode
|
|
359
|
+
# runs. This is the primary guard; the streaming path also
|
|
360
|
+
# marks activity per chunk as a belt-and-braces backstop.
|
|
361
|
+
if getattr(self, "_inflight", 0) > 0:
|
|
362
|
+
continue
|
|
339
363
|
idle = _t.time() - self._last_activity_ts
|
|
340
364
|
if idle >= self._idle_timeout_s:
|
|
341
365
|
_lifecycle_log(
|
|
@@ -343,7 +367,7 @@ class ServerManager:
|
|
|
343
367
|
idle_s=round(idle, 1),
|
|
344
368
|
threshold_s=self._idle_timeout_s,
|
|
345
369
|
)
|
|
346
|
-
self.shutdown()
|
|
370
|
+
self.shutdown(reason="idle_suspend")
|
|
347
371
|
except Exception:
|
|
348
372
|
# Never let the watchdog crash the process.
|
|
349
373
|
pass
|
|
@@ -390,7 +414,7 @@ class ServerManager:
|
|
|
390
414
|
with self._lock:
|
|
391
415
|
had_prior = self._process is not None
|
|
392
416
|
_prev_model = self._model_path # capture before shutdown clears it
|
|
393
|
-
self._shutdown_locked()
|
|
417
|
+
self._shutdown_locked(reason="start_or_model_swap")
|
|
394
418
|
# Wait for the OLD server's memory to release before spawning the
|
|
395
419
|
# new one (kernel takes 1-3 s to free wired Metal memory; spawning
|
|
396
420
|
# into that window double-commits). Best-effort: ~11 GB target, 8 s.
|
|
@@ -515,7 +539,7 @@ class ServerManager:
|
|
|
515
539
|
"""
|
|
516
540
|
return self.start(cmd, model_path, port=port, timeout_s=timeout_s)
|
|
517
541
|
|
|
518
|
-
def shutdown(self, force: bool = False) -> None:
|
|
542
|
+
def shutdown(self, force: bool = False, reason: str = "") -> None:
|
|
519
543
|
"""Stop the server. Idempotent; safe to call multiple times.
|
|
520
544
|
|
|
521
545
|
``force=False`` (default, used for model swaps): graceful path —
|
|
@@ -528,12 +552,16 @@ class ServerManager:
|
|
|
528
552
|
on process death anyway, and skipping the 5–10 s graceful
|
|
529
553
|
cleanup is the difference between a snappy exit and the user
|
|
530
554
|
wondering if localcode is hung.
|
|
555
|
+
|
|
556
|
+
``reason`` is recorded on the server_stopped lifecycle event so a
|
|
557
|
+
restart storm is diagnosable from events.jsonl alone.
|
|
531
558
|
"""
|
|
532
559
|
with self._lock:
|
|
533
560
|
if force:
|
|
561
|
+
self._pending_stop_reason = reason or "app_exit_force"
|
|
534
562
|
self._force_kill_locked()
|
|
535
563
|
else:
|
|
536
|
-
self._shutdown_locked()
|
|
564
|
+
self._shutdown_locked(reason=reason)
|
|
537
565
|
|
|
538
566
|
def _force_kill_locked(self) -> None:
|
|
539
567
|
"""SIGKILL-immediately path for app exit. Must be called with
|
|
@@ -602,7 +630,7 @@ class ServerManager:
|
|
|
602
630
|
# Internals
|
|
603
631
|
# ────────────────────────────────────────────────────────────────
|
|
604
632
|
|
|
605
|
-
def _shutdown_locked(self) -> None:
|
|
633
|
+
def _shutdown_locked(self, reason: str = "") -> None:
|
|
606
634
|
"""Must be called with self._lock held.
|
|
607
635
|
|
|
608
636
|
Supervisor pattern: SIGTERM → wait 3s → SIGKILL → wait 2s. If
|
|
@@ -610,7 +638,12 @@ class ServerManager:
|
|
|
610
638
|
kernel sleep — Metal mmap/GPU). We record that in a marker file
|
|
611
639
|
so the next localcode launch's health check can detect it and
|
|
612
640
|
refuse to start, instead of letting the OS OOM-kill the user.
|
|
641
|
+
|
|
642
|
+
`reason` lands on the server_stopped lifecycle event. The restart
|
|
643
|
+
storm of 2026-07-12 (7 stops in 15 min) was invisible precisely
|
|
644
|
+
because stops carried no reason — never emit a bare stop again.
|
|
613
645
|
"""
|
|
646
|
+
self._pending_stop_reason = reason or getattr(self, "_pending_stop_reason", "") or "unspecified"
|
|
614
647
|
if self._process is not None:
|
|
615
648
|
pid = self._process.pid
|
|
616
649
|
stuck = False
|
|
@@ -638,7 +671,9 @@ class ServerManager:
|
|
|
638
671
|
if stuck:
|
|
639
672
|
_mark_stuck_server(pid)
|
|
640
673
|
_lifecycle_log("server_stopped", pid=pid, stuck=stuck,
|
|
674
|
+
reason=getattr(self, "_pending_stop_reason", "unspecified"),
|
|
641
675
|
free_mb_at_stop=_system_free_memory_mb())
|
|
676
|
+
self._pending_stop_reason = ""
|
|
642
677
|
self._process = None
|
|
643
678
|
self._model_path = None
|
|
644
679
|
|
|
@@ -650,24 +685,68 @@ class ServerManager:
|
|
|
650
685
|
self._kill_port(self._port)
|
|
651
686
|
|
|
652
687
|
def _reap_stale_pid_file(self) -> None:
|
|
653
|
-
"""
|
|
654
|
-
|
|
655
|
-
|
|
688
|
+
"""Reconcile the PID file on manager construction.
|
|
689
|
+
|
|
690
|
+
HARD-LEARNED (2026-07-12, live): this used to killpg(SIGKILL)
|
|
691
|
+
whatever pid the file named, unverified. Consequences observed the
|
|
692
|
+
same day: (a) launching a second localcode killed the first
|
|
693
|
+
session's HEALTHY server mid-build, twice, ending the user's run;
|
|
694
|
+
(b) under restart churn a recycled pid let the killpg land on the
|
|
695
|
+
TUI's own process group — the whole app died with `zsh: killed`
|
|
696
|
+
and 60 GB free. A world-shared pid file must never be treated as
|
|
697
|
+
a kill list. Now: only a VERIFIED llama-server (see
|
|
698
|
+
`_pid_is_our_llama_server`) that is NOT serving healthily gets
|
|
699
|
+
killed; anything else is left alone and only the file is removed.
|
|
656
700
|
"""
|
|
657
701
|
self._kill_pid_file()
|
|
658
702
|
|
|
703
|
+
@staticmethod
|
|
704
|
+
def _pid_is_our_llama_server(pid: int) -> bool:
|
|
705
|
+
"""True iff `pid` is alive AND its command line is a llama-server.
|
|
706
|
+
|
|
707
|
+
The pgid==pid check exploits our own spawn signature
|
|
708
|
+
(start_new_session=True makes every server we launch its own
|
|
709
|
+
process-group leader). A recycled pid belonging to some other
|
|
710
|
+
program fails the name check; a process in someone else's group
|
|
711
|
+
(e.g. the TUI's) fails the leader check. Both must pass before we
|
|
712
|
+
are willing to signal it.
|
|
713
|
+
"""
|
|
714
|
+
try:
|
|
715
|
+
if os.getpgid(pid) != pid:
|
|
716
|
+
return False
|
|
717
|
+
except Exception:
|
|
718
|
+
return False
|
|
719
|
+
try:
|
|
720
|
+
out = subprocess.run(
|
|
721
|
+
["ps", "-p", str(pid), "-o", "command="],
|
|
722
|
+
capture_output=True, text=True, timeout=3,
|
|
723
|
+
).stdout.strip()
|
|
724
|
+
except Exception:
|
|
725
|
+
return False
|
|
726
|
+
return "llama-server" in out or "llama-diffusion" in out
|
|
727
|
+
|
|
659
728
|
def _kill_pid_file(self) -> None:
|
|
660
729
|
if not PID_FILE.exists():
|
|
661
730
|
return
|
|
731
|
+
pid, _file_port = 0, 0
|
|
662
732
|
try:
|
|
663
|
-
|
|
664
|
-
pid = int(
|
|
733
|
+
parts = PID_FILE.read_text().strip().split()
|
|
734
|
+
pid = int(parts[0]) if parts else 0
|
|
735
|
+
_file_port = int(parts[1]) if len(parts) > 1 else 0
|
|
665
736
|
except Exception:
|
|
666
737
|
pid = 0
|
|
667
|
-
if pid > 0:
|
|
738
|
+
if pid > 0 and self._pid_is_our_llama_server(pid):
|
|
739
|
+
# A healthy, serving llama-server is NOT stale — it belongs to a
|
|
740
|
+
# live session (possibly this one, possibly another terminal).
|
|
741
|
+
# Killing it ends that user's in-flight build. Leave it; the
|
|
742
|
+
# setup screen's reuse/port-fallback logic handles coexistence.
|
|
743
|
+
_check_port = _file_port or self._port
|
|
744
|
+
if _probe_health(_check_port, timeout=1.0):
|
|
745
|
+
_lifecycle_log("pid_reap_skipped_healthy", pid=pid, port=_check_port)
|
|
746
|
+
return
|
|
668
747
|
try:
|
|
669
|
-
|
|
670
|
-
|
|
748
|
+
os.killpg(os.getpgid(pid), signal.SIGKILL)
|
|
749
|
+
_lifecycle_log("pid_reap_killed", pid=pid)
|
|
671
750
|
except ProcessLookupError:
|
|
672
751
|
pass
|
|
673
752
|
except Exception:
|
|
@@ -675,6 +754,8 @@ class ServerManager:
|
|
|
675
754
|
os.kill(pid, signal.SIGKILL)
|
|
676
755
|
except Exception:
|
|
677
756
|
pass
|
|
757
|
+
elif pid > 0:
|
|
758
|
+
_lifecycle_log("pid_reap_skipped_not_ours", pid=pid)
|
|
678
759
|
try:
|
|
679
760
|
PID_FILE.unlink()
|
|
680
761
|
except FileNotFoundError:
|
|
@@ -737,9 +818,23 @@ class ServerManager:
|
|
|
737
818
|
return find_free_port(preferred)
|
|
738
819
|
|
|
739
820
|
def _kill_port(self, port: int) -> None:
|
|
740
|
-
"""Kill
|
|
821
|
+
"""Kill a WEDGED llama-server bound to `port`. Best-effort; silent on
|
|
741
822
|
failure (lsof not installed, permission denied, etc.).
|
|
823
|
+
|
|
824
|
+
Two guards, both learned live (2026-07-12):
|
|
825
|
+
- Only signal a process whose command line is a llama-server —
|
|
826
|
+
this sweep must never SIGKILL an arbitrary process that happens
|
|
827
|
+
to sit on our port (that's the user's dev server, another app…).
|
|
828
|
+
- Never signal a HEALTHY llama-server: it belongs to a live session
|
|
829
|
+
(another terminal). Killing it ends that session's build mid-
|
|
830
|
+
flight; the caller should use port fallback (8082, 8083, …)
|
|
831
|
+
instead. Only an unresponsive listener — the actual "wedged
|
|
832
|
+
zombie blocks every launch until reboot" case this sweep exists
|
|
833
|
+
for — gets killed.
|
|
742
834
|
"""
|
|
835
|
+
if _probe_health(port, timeout=1.0):
|
|
836
|
+
_lifecycle_log("port_kill_skipped_healthy", port=port)
|
|
837
|
+
return
|
|
743
838
|
try:
|
|
744
839
|
r = subprocess.run(
|
|
745
840
|
["lsof", "-ti", f":{port}"],
|
|
@@ -750,6 +845,16 @@ class ServerManager:
|
|
|
750
845
|
pid = int(pid_str)
|
|
751
846
|
except ValueError:
|
|
752
847
|
continue
|
|
848
|
+
try:
|
|
849
|
+
out = subprocess.run(
|
|
850
|
+
["ps", "-p", str(pid), "-o", "command="],
|
|
851
|
+
capture_output=True, text=True, timeout=3,
|
|
852
|
+
).stdout
|
|
853
|
+
if "llama-server" not in out and "llama-diffusion" not in out:
|
|
854
|
+
_lifecycle_log("port_kill_skipped_not_ours", port=port, pid=pid)
|
|
855
|
+
continue
|
|
856
|
+
except Exception:
|
|
857
|
+
continue
|
|
753
858
|
try:
|
|
754
859
|
os.kill(pid, signal.SIGKILL)
|
|
755
860
|
except ProcessLookupError:
|
|
@@ -762,7 +867,10 @@ class ServerManager:
|
|
|
762
867
|
def _write_pid_file(self, pid: int) -> None:
|
|
763
868
|
try:
|
|
764
869
|
PID_FILE.parent.mkdir(parents=True, exist_ok=True)
|
|
765
|
-
|
|
870
|
+
# "pid port" — the port lets the next launch's reaper health-probe
|
|
871
|
+
# the RIGHT server before deciding it's stale (a bare pid forced it
|
|
872
|
+
# to probe the default port and mis-kill fallback-port servers).
|
|
873
|
+
PID_FILE.write_text(f"{pid} {self._port}")
|
|
766
874
|
except Exception:
|
|
767
875
|
# PID file is a recovery aid, not a correctness requirement.
|
|
768
876
|
pass
|
|
@@ -36,7 +36,7 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
36
36
|
return "Error: 'content' argument is required for append_file."
|
|
37
37
|
|
|
38
38
|
rel_path = str(args["path"])
|
|
39
|
-
path = ctx.
|
|
39
|
+
path = ctx.resolve_path(rel_path)
|
|
40
40
|
if path.is_dir():
|
|
41
41
|
return f"Error: append_file cannot append to directory: {rel_path}"
|
|
42
42
|
content = str(args.get("content", ""))
|
|
@@ -41,6 +41,48 @@ class ToolContext:
|
|
|
41
41
|
def repo(self) -> Path:
|
|
42
42
|
return self.app.repo_root
|
|
43
43
|
|
|
44
|
+
def resolve_path(self, raw: str) -> Path:
|
|
45
|
+
"""Resolve a tool `path` argument, healing corrupted repo prefixes.
|
|
46
|
+
|
|
47
|
+
Small quantized models corrupt long absolute paths when they copy
|
|
48
|
+
them between calls. Observed live (2026-07-13): the model turned the
|
|
49
|
+
workdir `…/localcode-evals/20260713-024502/tempconv` into
|
|
50
|
+
`…/localcode-evals/2026-0713-0245-02/tempconv` — hyphens
|
|
51
|
+
hallucinated into the timestamp — and every subsequent write landed
|
|
52
|
+
in a phantom tree while the real project stayed empty. Same class of
|
|
53
|
+
fix as fuzzy old_string matching in edit_file: if an absolute path
|
|
54
|
+
is NOT under repo_root but its leading components are a near-match
|
|
55
|
+
of repo_root's (difflib ratio ≥ 0.8 per component), remap that
|
|
56
|
+
prefix onto the real repo_root. Anything else passes through
|
|
57
|
+
untouched — LocalCode intentionally has full filesystem access, so
|
|
58
|
+
this heals corruption without adding containment.
|
|
59
|
+
"""
|
|
60
|
+
p = self.repo / raw
|
|
61
|
+
try:
|
|
62
|
+
root = self.repo.resolve()
|
|
63
|
+
rp = p.resolve()
|
|
64
|
+
if root == rp or root in rp.parents:
|
|
65
|
+
return p # already inside the project — nothing to heal
|
|
66
|
+
root_parts = root.parts
|
|
67
|
+
path_parts = rp.parts
|
|
68
|
+
if len(path_parts) <= len(root_parts):
|
|
69
|
+
return p
|
|
70
|
+
import difflib
|
|
71
|
+
for a, b in zip(root_parts, path_parts):
|
|
72
|
+
if a == b:
|
|
73
|
+
continue
|
|
74
|
+
if difflib.SequenceMatcher(None, a, b).ratio() < 0.8:
|
|
75
|
+
return p # genuinely different location — respect it
|
|
76
|
+
healed = root.joinpath(*path_parts[len(root_parts):])
|
|
77
|
+
try:
|
|
78
|
+
from ..events import emit as _emit
|
|
79
|
+
_emit("path_remap", raw=str(raw)[:200], healed=str(healed)[:200])
|
|
80
|
+
except Exception:
|
|
81
|
+
pass
|
|
82
|
+
return healed
|
|
83
|
+
except Exception:
|
|
84
|
+
return p
|
|
85
|
+
|
|
44
86
|
|
|
45
87
|
@dataclass
|
|
46
88
|
class ToolResult:
|
|
@@ -56,7 +56,7 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
56
56
|
action = str(args.get("action", ""))
|
|
57
57
|
symbol = str(args.get("symbol", "")).strip()
|
|
58
58
|
limit = max(1, min(int(args.get("max_results", 50)), 500))
|
|
59
|
-
target =
|
|
59
|
+
target = ctx.resolve_path(str(args.get("path", ""))).resolve()
|
|
60
60
|
try:
|
|
61
61
|
target.relative_to(ctx.repo.resolve())
|
|
62
62
|
except ValueError:
|
|
@@ -33,7 +33,7 @@ SCHEMA = {
|
|
|
33
33
|
def execute(ctx: ToolContext, args: dict) -> str:
|
|
34
34
|
if "path" not in args or "diff" not in args:
|
|
35
35
|
return "Error: 'path' and 'diff' (unified-diff text) required."
|
|
36
|
-
path = ctx.
|
|
36
|
+
path = ctx.resolve_path(args["path"])
|
|
37
37
|
if not path.exists():
|
|
38
38
|
return f"File not found: {args['path']}"
|
|
39
39
|
|
|
@@ -310,7 +310,7 @@ def _record_write(ctx: ToolContext, path, content: str) -> None:
|
|
|
310
310
|
def execute(ctx: ToolContext, args: dict) -> str:
|
|
311
311
|
if "path" not in args:
|
|
312
312
|
return "Error: 'path' argument is required for edit_file."
|
|
313
|
-
path = ctx.
|
|
313
|
+
path = ctx.resolve_path(args["path"])
|
|
314
314
|
if not path.exists():
|
|
315
315
|
return f"File not found: {args['path']}"
|
|
316
316
|
|