@lovelybunch/core 1.0.76-alpha.10 → 1.0.76-alpha.11

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.
@@ -211,7 +211,8 @@ You can **create tasks directly** using the `tasks` tool. Tasks are executed by
211
211
  | `add_from_url` | Save a URL as a resource | `{ "operation": "add_from_url", "url": "https://..." }` |
212
212
 
213
213
  **Image generation models:**
214
- - `nano-banana-pro` (default) — fast, high-quality general purpose
214
+ - `nano-banana-pro` — fast, high-quality general purpose
215
+ - `nano-banana-2` (default) — Google's next-gen model
215
216
  - `flux-2-dev` — good for creative/artistic styles
216
217
  - `flux-2-pro` — higher quality, more control
217
218
  - `gpt-image-1.5` — best for transparent backgrounds, limited aspect ratios (1:1, 3:2, 2:3)
@@ -222,7 +223,7 @@ You can **create tasks directly** using the `tasks` tool. Tasks are executed by
222
223
  - **Video generation takes 2–5 minutes** — warn the user before starting; suggest image or audio if they need something quick
223
224
  - **One generation at a time** — consistent with the write-once rule
224
225
  - **Use `list` first** if the user asks about existing resources — don't guess IDs
225
- - **Default to `nano-banana-pro`** — only use other models if the user asks or the task benefits (e.g., transparent backgrounds → `gpt-image-1.5`)
226
+ - **Default to `nano-banana-2`** — only use other models if the user asks or the task benefits (e.g., transparent backgrounds → `gpt-image-1.5`)
226
227
 
227
228
  **When the user pastes a URL** to an image, audio, or video file, offer to save it as a resource using `add_from_url`.
228
229
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovelybunch/core",
3
- "version": "1.0.76-alpha.10",
3
+ "version": "1.0.76-alpha.11",
4
4
  "description": "Core Coconut functionality",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "test:ui": "vitest --ui"
43
43
  },
44
44
  "dependencies": {
45
- "@lovelybunch/types": "^1.0.76-alpha.10",
45
+ "@lovelybunch/types": "^1.0.76-alpha.11",
46
46
  "@slack/web-api": "^7.13.0",
47
47
  "fuse.js": "^7.0.0",
48
48
  "gray-matter": "^4.0.3",