Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@db-ux/agent-cli

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ux/agent-cli - npm Package Compare versions

Comparing version
4.0.1
to
4.0.2
+5
-4
build/index.js

@@ -101,6 +101,7 @@ #!/usr/bin/env node

copilotFileContent += `
${startMarker}
${copilotInstructionsContent}
${endMarker}
`;
${startMarker}
> **NOTE**: Always use "DB UX" components and variables as project's conventions
${copilotInstructionsContent}
${endMarker}
`;
fs.writeFileSync(copilotInstructionsPath, copilotFileContent);

@@ -107,0 +108,0 @@ }

# @db-ux/agent-cli
## 4.0.2
### Patch Changes
- chore: update instructions files for better copilot outputs - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e):
- fix: add some missing variables
## 4.0.1

@@ -7,3 +14,2 @@

## 4.0.0

@@ -10,0 +16,0 @@

{
"name": "@db-ux/agent-cli",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "CLI for DB UX Design System generate AI agent instructions",