fix(cli): shorten the agent detection notice (#1958)
The auto-default notice from #1850 spent 30 tokens per invocation to agents that its meant to saves tokens for. The info-level message is now just
AI agent detectedthe progress mode and how to override it moved to debug.
Checklist
- This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
AWS Cloud Development Kit (AWS CDK) Toolkit
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.
The AWS CDK consists of two main components:
This repository contains the code for the toolkit components. The class library repository is the main repository for the CDK project.
Getting Help
The best way to interact with our team is through GitHub, on the aws-cdk repository. You can open an issue and choose from one of our templates for bug reports, feature requests, documentation issues, or guidance.
If you have a support plan with AWS Support, you can also create a new support case.
You may also find help on these community resources:
aws-cdkContributing
We welcome community contributions and pull requests. See CONTRIBUTING.md for information on how to set up a development environment and submit code.
Structure of this repository
Here are the packages in this repository. See the README of each package for more information about it:
aws-cdkso you can runnpx cdkeven if it’s not installed.Every package comes with its own unit tests. There is a companion repository to this one containing the integration tests. You can find it here: https://github.com/aws/aws-cdk-cli-testing
See the contributing guide for more information on this repository.
Compatibility
The CLI is always able to process CDK apps using a version of the Construct Library released before it. We recommend you always keep the CLI version up-to-date to get the latest features.
For more details on the compatibility model and specific versions that work together, see COMPATIBILITY.md.