@openctx/protocol
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -53,3 +53,3 @@ import type { Annotation, Item } from '@openctx/schema'; | ||
/** | ||
* Whether to automatically include the returned mention items as initial context for new messages. | ||
* EXPERIMENTAL: Whether to automatically include the returned mention items as initial context for new messages. | ||
*/ | ||
@@ -127,2 +127,6 @@ autoInclude?: boolean; | ||
codebase?: string; | ||
/** | ||
* Whether the request if to get auto include default context | ||
*/ | ||
autoInclude?: boolean; | ||
} | ||
@@ -129,0 +133,0 @@ export interface ItemsParams { |
{ | ||
"name": "@openctx/protocol", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "OpenCtx client/provider protocol", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@openctx/schema": "0.0.13" | ||
"@openctx/schema": "0.0.14" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -175,3 +175,3 @@ { | ||
"autoInclude": { | ||
"description": "Whether to automatically include the returned mention items as initial context for new messages.", | ||
"description": "EXPERIMENTAL: Whether to automatically include the returned mention items as initial context for new messages.", | ||
"type": "boolean" | ||
@@ -263,2 +263,6 @@ } | ||
"type": "string" | ||
}, | ||
"autoInclude": { | ||
"description": "Whether the request if to get auto include default context", | ||
"type": "boolean" | ||
} | ||
@@ -265,0 +269,0 @@ } |
@@ -69,3 +69,3 @@ import type { Annotation, Item } from '@openctx/schema' | ||
/** | ||
* Whether to automatically include the returned mention items as initial context for new messages. | ||
* EXPERIMENTAL: Whether to automatically include the returned mention items as initial context for new messages. | ||
*/ | ||
@@ -143,2 +143,6 @@ autoInclude?: boolean | ||
codebase?: string | ||
/** | ||
* Whether the request if to get auto include default context | ||
*/ | ||
autoInclude?: boolean | ||
} | ||
@@ -145,0 +149,0 @@ export interface ItemsParams { |
Sorry, the diff of this file is not supported yet
32346
617
11
+ Added@openctx/schema@0.0.14(transitive)
- Removed@openctx/schema@0.0.13(transitive)
Updated@openctx/schema@0.0.14