🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

coding-agent

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coding-agent - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+8
-0
CHANGELOG.md
# coding-agent
## 1.1.1
### Patch Changes
- Updated dependencies [9d13941]
- @agenite/agent@0.4.1
- @agenite/pretty-logger@0.1.1
## 1.1.0

@@ -4,0 +12,0 @@

+8
-8
{
"name": "coding-agent",
"version": "1.1.0",
"version": "1.1.1",
"description": "An AI coding agent using @agenite framework",

@@ -18,14 +18,14 @@ "main": "src/index.ts",

"@agenite-examples/llm-provider": "1.1.0",
"@agenite/pretty-logger": "0.1.0",
"@agenite/agent": "0.4.0",
"@agenite/tool": "0.3.0",
"@agenite/llm": "0.4.0"
"@agenite/agent": "0.4.1",
"@agenite/llm": "0.4.0",
"@agenite/pretty-logger": "0.1.1",
"@agenite/tool": "0.3.0"
},
"devDependencies": {
"@types/node": "^20.17.24",
"@types/node": "^20.17.25",
"tsx": "^4.7.0",
"typescript": "^5.8.2",
"@repo/tsup-config": "0.0.3",
"@repo/eslint-config": "0.1.0",
"@repo/typescript-config": "0.1.0"
"@repo/typescript-config": "0.1.0",
"@repo/tsup-config": "0.0.3"
},

@@ -32,0 +32,0 @@ "scripts": {