Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openctx/protocol

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openctx/protocol - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

6

dist/openctx-protocol.schema.d.ts

@@ -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 {

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc