@db-ux/agent-cli 4.0.3 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,25 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
+ ## 4.1.0
4
+
5
+ _version bump_
6
+
7
+
8
+ ## 4.0.4
9
+
10
+ _version bump_
11
+
3
12
  ## 4.0.3
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - chore: generate AmazonQ rule file with @db-ux/agent-cli - [see commit b61c8b1](https://github.com/db-ux-design-system/core-web/commit/b61c8b14992f5a5b3615c6bff74018d5682aa0cc)
16
+ - chore: generate Amazon Q rule file with @db-ux/agent-cli - [see commit b61c8b1](https://github.com/db-ux-design-system/core-web/commit/b61c8b14992f5a5b3615c6bff74018d5682aa0cc)
8
17
 
9
18
  ## 4.0.2
10
19
 
11
20
  ### Patch Changes
12
21
 
13
- - chore: update instructions files for better copilot outputs - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e):
22
+ - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
14
23
  - fix: add some missing variables
15
24
 
16
25
  ## 4.0.1
package/README.md CHANGED
@@ -38,7 +38,7 @@ This is useful in monorepo setups where your DB UX packages might be installed i
38
38
 
39
39
  ### Best practices
40
40
 
41
- We've had the best experience with GitHub Copilot when using the following settings:
41
+ We've had the best experience with GitHub Copilot and Amazon Q when using the following settings:
42
42
 
43
43
  - Agent mode works best for code generation and may also offer the best developer experience.
44
44
  - Regarding the provided models, GPT-4o seemed to strike the best balance between "used tokens" and performance, although "Claude Sonnet 4" is still better. However, you run out of tokens quite quickly with this model.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/agent-cli",
3
- "version": "4.0.3",
3
+ "version": "4.1.0",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {