@console-agent/agent 1.1.0 → 1.1.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 +2 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -14,9 +14,9 @@
14
14
  ## Install
15
15
 
16
16
  ```bash
17
- bun add @console-agent/agent @ai-sdk/google
17
+ bun add @console-agent/agent
18
18
  # or
19
- npm install @console-agent/agent @ai-sdk/google
19
+ npm install @console-agent/agent
20
20
  ```
21
21
 
22
22
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@console-agent/agent",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Drop console.agent(...) anywhere in your code to execute agentic workflows — as easy as console.log()",
5
5
  "license": "MIT",
6
6
  "author": "Pavel",
@@ -48,6 +48,10 @@
48
48
  "llm",
49
49
  "tool-calling"
50
50
  ],
51
+ "homepage": "https://console-agent.github.io",
52
+ "bugs": {
53
+ "url": "https://github.com/console-agent/console_agent/issues"
54
+ },
51
55
  "repository": {
52
56
  "type": "git",
53
57
  "url": "https://github.com/console-agent/console_agent.git"