@outlit/cli 1.9.0 → 1.9.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/dist/cli.js +14 -2
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -104,7 +104,7 @@ var package_default;
104
104
  var init_package = __esm(() => {
105
105
  package_default = {
106
106
  name: "@outlit/cli",
107
- version: "1.9.0",
107
+ version: "1.9.1",
108
108
  description: "CLI for querying Outlit customer context and installing agent skills",
109
109
  license: "Apache-2.0",
110
110
  repository: {
@@ -147,7 +147,7 @@ var init_package = __esm(() => {
147
147
  },
148
148
  dependencies: {
149
149
  "@clack/prompts": "^1.0.1",
150
- "@outlit/tools": "^0.3.0",
150
+ "@outlit/tools": "^0.3.1",
151
151
  citty: "^0.2.1"
152
152
  },
153
153
  devDependencies: {
@@ -2069,6 +2069,18 @@ var init_dist4 = __esm(() => {
2069
2069
  type: "string",
2070
2070
  minLength: 1,
2071
2071
  maxLength: 500
2072
+ },
2073
+ limit: {
2074
+ description: "Slack replies per page (default 50, maximum 100). Ignored for other source types.",
2075
+ type: "integer",
2076
+ minimum: 1,
2077
+ maximum: 100
2078
+ },
2079
+ cursor: {
2080
+ description: "Opaque Slack reply cursor returned by a previous exact lookup.",
2081
+ type: "string",
2082
+ minLength: 1,
2083
+ maxLength: 2000
2072
2084
  }
2073
2085
  },
2074
2086
  required: ["sourceType", "sourceId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outlit/cli",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "CLI for querying Outlit customer context and installing agent skills",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@clack/prompts": "^1.0.1",
46
- "@outlit/tools": "^0.3.0",
46
+ "@outlit/tools": "^0.3.1",
47
47
  "citty": "^0.2.1"
48
48
  },
49
49
  "devDependencies": {