Copilot

Results 4682 issues of Copilot

This PR fixes the issue where `dp --pt change-bias` creates unnecessarily large model files for multi-task models and requires head selection when loading the resulting model. ## Problem When using...

This PR fixes the `NotImplementedError` that occurs when attempting to finetune from `.pth` (frozen/scripted) models in PyTorch backend. ## Problem Users encountered a `RuntimeError` when trying to finetune from frozen...

This PR completely eliminates all type annotation violations in the DeePMD-kit codebase by systematically addressing 58 ANN401 errors that were previously ignored globally. ## Changes Made **Removed Global ANN401 Ignore**...

This PR implements `shared_dict` parameter support for `LinearEnergyModel` to enable parameter sharing between submodels, following the same pattern used in multi-task models. ## Problem Users requested the ability to share...

This PR addresses the significant code duplication in `compute_input_stats` methods across descriptor implementations in all backends (dpmodel, PyTorch, and Paddle). The issue was that nearly identical logic (~40 lines) was...

- [x] **Removed PT-only restriction**: Updated argument validation to allow `stat_file` parameter for TensorFlow backend - [x] **Enhanced TF training pipeline**: Added `stat_file_path` parameter throughout the TensorFlow training flow -...

Python

This PR adds comprehensive GitHub Discussion templates to address the lack of reproducible examples in community discussions. The templates guide users to provide detailed information that makes it easier for...

Docs

The `addToProject.yml` workflow fails with `INITIAL_COLUMN_ID is not found` because `elastic/[email protected]` uses GitHub's deprecated Projects Classic API. The Classic `/projects/{id}/columns` endpoint no longer returns the expected JSON structure. ## Changes...

Replace `tibdex/github-app-token` with `actions/create-github-app-token` - **Ready for Review** The `tibdex/github-app-token` action has been archived and is no longer maintained. This PR migrates all usages to the official `actions/create-github-app-token@v2` action to...

- [x] Explore repository structure and understand terminal implementation - [x] Add custom `history` command handler in Swift (TerminalInstance.swift) - [x] Connect Swift handler to JavaScript function to clear history...