Skip to content

Commit 2869f51

Browse files
committed
Release v1.9.3
1 parent 89eff6a commit 2869f51

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

.continue/agents/new-config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This is an example configuration file
2+
# To learn more, see the full config.yaml reference: https://docs.continue.dev/reference
3+
4+
name: Example Config
5+
version: 1.0.0
6+
schema: v1
7+
8+
# Define which models can be used
9+
# https://docs.continue.dev/customization/models
10+
models:
11+
- name: my gpt-5
12+
provider: openai
13+
model: gpt-5
14+
apiKey: YOUR_OPENAI_API_KEY_HERE
15+
- uses: ollama/qwen2.5-coder-7b
16+
- uses: anthropic/claude-4-sonnet
17+
with:
18+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
19+
20+
# MCP Servers that Continue can access
21+
# https://docs.continue.dev/customization/mcp-tools
22+
mcpServers:
23+
- uses: anthropic/memory-mcp

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.9.3 / 2026-05-20
2+
3+
- [FIX] No code changes, just rebuild the artifacts
4+
15
# 1.9.2 / 2026-05-14
26

37
- [FIX] Fix handling default ports from URL (#1491)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=20.19.0"

0 commit comments

Comments
 (0)