- Add a `--force` flag to the `push` command in both agent and MCP modules, allowing users to overwrite existing versions by deleting them before pushing. - Update the `PushOptions` struct to include the `Force` field, ensuring the functionality is integrated into the push logic. - Enhance E2E tests to validate the behavior of the force push feature, ensuring that existing versions are deleted as expected when the flag is used. - Introduce tests for packing directories to respect `.yaoignore` rules, improving file exclusion handling during the packaging process. |
||
|---|---|---|
| .. | ||
| agent | ||
| common | ||
| mcp | ||
| robot | ||
| agent_e2e_test.go | ||
| e2e_helpers_test.go | ||
| mcp_e2e_test.go | ||
| robot_e2e_test.go | ||