Skip to content

Commit

Permalink
bump openctx to incorporate HTTP provider invocation (#6010)
Browse files Browse the repository at this point in the history
Incorporates sourcegraph/openctx#210.

## Test plan

CI
  • Loading branch information
sqs authored Oct 28, 2024
1 parent 6d944f3 commit 7adae4b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@openctx/client": "^0.0.29",
"@openctx/client": "^0.0.30",
"@sourcegraph/telemetry": "^0.18.0",
"observable-fns": "^0.6.1",
"react": "18.2.0",
Expand Down
55 changes: 27 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@
"dependencies": {
"@anthropic-ai/sdk": "^0.20.8",
"@openctx/provider-linear-issues": "^0.0.9",
"@openctx/vscode-lib": "^0.0.25",
"@openctx/vscode-lib": "^0.0.26",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/core": "^1.18.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.45.1",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build-ts": "tsc --build"
},
"devDependencies": {
"@openctx/vscode-lib": "^0.0.25",
"@openctx/vscode-lib": "^0.0.26",
"@sourcegraph/cody": "workspace:*",
"@sourcegraph/cody-shared": "workspace:*",
"@sourcegraph/prompt-editor": "workspace:*",
Expand Down

0 comments on commit 7adae4b

Please sign in to comment.