🎩 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-alpha.0
to
1.1.0
+1
-1
.turbo/turbo-build.log

> coding-agent@1.0.1 build /Users/subesh.bhandari/personal/agenite/examples/coding-agent
> coding-agent@1.1.0 build /Users/subesh.bhandari/personal/agenite/examples/coding-agent
> tsc

> coding-agent@1.0.1 lint /Users/subesh.bhandari/personal/agenite/examples/coding-agent
> coding-agent@1.1.0 lint /Users/subesh.bhandari/personal/agenite/examples/coding-agent
> eslint . --max-warnings 0
# coding-agent
## 1.1.0
### Minor Changes
- 71295a4: feat: introduce new agent architecture
### Patch Changes
- 2cab817: bump packages and add deepseek example
- Updated dependencies [2cab817]
- Updated dependencies [71295a4]
- @agenite-examples/llm-provider@1.1.0
- @agenite/agent@0.4.0
- @agenite/tool@0.3.0
- @agenite/llm@0.4.0
- @agenite/pretty-logger@0.1.0
## 1.1.0-alpha.0

@@ -4,0 +21,0 @@

{
"name": "coding-agent",
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"description": "An AI coding agent using @agenite framework",

@@ -17,7 +17,7 @@ "main": "src/index.ts",

"chalk": "^4.1.2",
"@agenite/agent": "0.4.0-alpha.0",
"@agenite/tool": "0.3.0-alpha.0",
"@agenite/llm": "0.4.0-alpha.0",
"@agenite-examples/llm-provider": "1.1.0-alpha.0",
"@agenite/pretty-logger": "0.1.0-alpha.0"
"@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"
},

@@ -29,4 +29,4 @@ "devDependencies": {

"@repo/tsup-config": "0.0.3",
"@repo/eslint-config": "0.1.0-alpha.0",
"@repo/typescript-config": "0.1.0-alpha.0"
"@repo/eslint-config": "0.1.0",
"@repo/typescript-config": "0.1.0"
},

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