coding-agent
Advanced tools
| > 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 | ||
+17
-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 @@ |
+8
-8
| { | ||
| "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": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
30374
0.99%2
-33.33%2
-33.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated