codebot-ai 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +14 -2
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # CodeBot AI
2
2
 
3
+ [![CI](https://github.com/zanderone1980/codebot-ai/actions/workflows/ci.yml/badge.svg)](https://github.com/zanderone1980/codebot-ai/actions/workflows/ci.yml)
3
4
  [![npm version](https://img.shields.io/npm/v/codebot-ai.svg)](https://www.npmjs.com/package/codebot-ai)
4
5
  [![license](https://img.shields.io/npm/l/codebot-ai.svg)](https://github.com/zanderone1980/codebot-ai/blob/main/LICENSE)
5
6
  [![node](https://img.shields.io/node/v/codebot-ai.svg)](https://nodejs.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebot-ai",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-dependency autonomous AI agent. Code, browse, search, automate. Works with any LLM — Ollama, Claude, GPT, Gemini, DeepSeek, Groq, Mistral, Grok.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,6 +23,9 @@
23
23
  "agentic",
24
24
  "coding-assistant",
25
25
  "code-generation",
26
+ "code-review",
27
+ "automation",
28
+ "automation-bot",
26
29
  "llm",
27
30
  "openai",
28
31
  "claude",
@@ -35,7 +38,16 @@
35
38
  "local-llm",
36
39
  "browser-automation",
37
40
  "cli",
38
- "web-search"
41
+ "web-search",
42
+ "security",
43
+ "enterprise",
44
+ "devtools",
45
+ "developer-tools",
46
+ "vscode-extension",
47
+ "github-action",
48
+ "sarif",
49
+ "policy-engine",
50
+ "mcp"
39
51
  ],
40
52
  "author": "Ascendral Software Development & Innovation",
41
53
  "license": "MIT",