@quilltap/plugin-types 2.2.1 → 2.3.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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.3.0] - 2026-04-15
9
+
10
+ ### Added
11
+
12
+ - `modelSupportsPrefill` optional method on `TextProviderPlugin` — allows providers to declare per-model support for assistant message prefill (Claude 4.6 dropped prefill support)
13
+
8
14
  ## [2.2.0] - 2026-04-09
9
15
 
10
16
  ### Removed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilltap/plugin-types",
3
- "version": "2.2.1",
3
+ "version": "2.3.1",
4
4
  "description": "Type definitions for Quilltap plugin development",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "typecheck": "tsc --noEmit"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^22.19.17",
47
+ "@types/node": "^24.12.2",
48
48
  "tsup": "^8.5.1",
49
49
  "typescript": "^5.9.3"
50
50
  },