mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
## Claude Code integration now fully opt-in (Fix 3) - `pbi connect` no longer writes to ~/.claude/ automatically - New `pbi-cli` entry point: `pbi-cli skills install/uninstall/list` - `pbi-cli skills install` shows exact paths before writing and requires y/N confirmation - `pbi connect` prints a one-line tip if skills are not yet installed - `pbi skills` subgroup removed from the `pbi` entry point ## DLL licensing compliance (Fix 1) - pyproject.toml updated to PEP 639 SPDX dual expression: MIT AND LicenseRef-Microsoft-AS-Client-Libraries - license-files declaration: LICENSE, THIRD_PARTY_LICENSES.md, NOTICE - THIRD_PARTY_LICENSES.md: full verbatim MS Analysis Services Client Libraries EULA - NOTICE: short-form attribution for wheel redistribution - src/pbi_cli/dlls/README.md: in-directory sentinel for the MS DLLs - setuptools requirement bumped to >=77.0 for PEP 639 support ## SECURITY.md rewrite (Fix 2) - Supported versions table updated to 3.10.x - Architecture section: no MCP server, no subprocess, direct pythonnet interop - Global Configuration Modifications section updated to reflect opt-in model - Bundled Binaries section references THIRD_PARTY_LICENSES.md ## Documentation - README.md, README.pypi.md: corrected 3-step setup flow - CHANGELOG.md: [3.10.3] entry - CONTRIBUTING.md: pbi skills -> pbi-cli skills - All 7 semantic model SKILL.md files: prerequisites updated to 3-step flow - New SVG/PNG marketing and documentation assets
38 lines
1.5 KiB
Text
38 lines
1.5 KiB
Text
pbi-cli
|
|
Copyright (c) 2026 pbi-cli contributors
|
|
|
|
This product is licensed under the MIT License. See the LICENSE file for
|
|
the full text of that license.
|
|
|
|
This product bundles the following third-party software inside the
|
|
`pbi-cli-tool` PyPI distribution. These components are NOT covered by the
|
|
MIT License and retain their original license terms. See
|
|
THIRD_PARTY_LICENSES.md for the full text of each license.
|
|
|
|
--------------------------------------------------------------------------
|
|
Microsoft Analysis Services Client Libraries
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
--------------------------------------------------------------------------
|
|
|
|
Licensed under the Microsoft Software License Terms - Microsoft Analysis
|
|
Management Objects (AMO) and the Microsoft Software License Terms -
|
|
Microsoft Analysis Services - ADOMD.NET. The full text of both licenses is
|
|
reproduced in THIRD_PARTY_LICENSES.md at the root of this distribution.
|
|
|
|
Bundled binaries (src/pbi_cli/dlls/):
|
|
|
|
- Microsoft.AnalysisServices.dll
|
|
- Microsoft.AnalysisServices.Core.dll
|
|
- Microsoft.AnalysisServices.Tabular.dll
|
|
- Microsoft.AnalysisServices.Tabular.Json.dll
|
|
- Microsoft.AnalysisServices.AdomdClient.dll
|
|
|
|
These binaries are redistributed unmodified from the official Microsoft
|
|
NuGet packages:
|
|
|
|
- Microsoft.AnalysisServices.NetCore.retail.amd64
|
|
- Microsoft.AnalysisServices.AdomdClient.retail.amd64
|
|
|
|
By installing `pbi-cli-tool` you agree to the Microsoft license terms
|
|
applicable to these bundled binaries in addition to the MIT License that
|
|
applies to the rest of the package.
|