nefevcore/dsh-adt--packages-dsh-plugin-abap-adt ↗★ 0
@nefevcore/abap-adt-dsh-plugin
DeepSeek Harness plugin: agent-native access to SAP ABAP systems via the ADT REST protocol — search, edit, activate, unit tests, ATC, transports, packages, plus batch/export features beyond VS Code ADT.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nefevcore/dsh-adt#f4eaa4e94d18d352188377b5770a49b6d57be3cb&path:packages/dsh-plugin-abap-adt说明文档
阅读完整 README ↗@nefevcore/abap-adt-dsh-plugin
Agent-native SAP ABAP access for the DeepSeek Harness (DSH): a Cordis plugin that registers 30 adt_* tools speaking the ADT REST protocol directly — no SAP libraries, no VS Code / Eclipse required. An AI agent gets the full development loop: search → read → edit → activate → unit test → ATC → transport, plus batch capabilities beyond the VS Code ADT workflow (whole-package quality reports, package export to local .abap, offline abaplint, release gates).
| Highlights | |
|---|---|
| Agent-native | tools designed for autonomous multi-step orchestration, not interactive IDE |
| Batch checks | adt_batch_checks: ATC + ABAP Unit across an entire package in one call |
| Release gate | adt_release_gate: syntax + unit + ATC verdict before a transport release |
| Local versioning | adt_export_objects → local .abap files; adt_local_check runs abaplint offline |
| Old-BASIS support | legacy /abapunit/testruns fallback (BASIS SAP_* env vars > defaults): |
enableTransports: true
allowedTransports: 'D01K96*' # glob allowlist of transport numbers
allowTransportableEdits: true
allowedPackages: 'Z*,$TMP' # glob allowlist of editable packages
Inspect the effective policy at runtime with the `adt_permissions` tool.
## Tool family (30 tools)
System & connections (`adt_list_destinations`, `adt_system_info`, `adt_ping`, `adt_permissions`) · search & browse (`adt_search`, `adt_package_content`) · source (`adt_read_object`, `adt_edit_object`, `adt_write_object`) · lifecycle (`adt_create_object`, `adt_delete_object`, `adt_activate`, `adt_check`, `adt_lock_info`, `adt_unlock_all`) · testing (`adt_run_unit_tests`, `adt_run_atc`, `adt_list_atc_runs`, `adt_get_atc_result`) · transports (`adt_list_transports`, `adt_get_transport`, `adt_release_transport`) · data (`adt_data_preview`) · analysis (`adt_where_used`, `adt_object_versions`, `adt_version_diff`) · batch/local (`adt_batch_checks`, `adt_release_gate`, `adt_export_objects`, `adt_local_check`).
Full documentation: [dsh-adt repository](https://github.com/nefevcore/dsh-adt).
Companion packages: [`@nefevcore/abap-adt-protocol`](https://www.npmjs.com/package/@nefevcore/abap-adt-protocol) (protocol client), [`@nefevcore/abap-adt-mock`](https://www.npmjs.com/package/@nefevcore/abap-adt-mock) (mock server).
License: MIT