Skip to content

docs: add Continue and Cline config snippets#73

Open
haocn-ops wants to merge 1 commit into
GoDiao:mainfrom
haocn-ops:docs/agent-config-snippets
Open

docs: add Continue and Cline config snippets#73
haocn-ops wants to merge 1 commit into
GoDiao:mainfrom
haocn-ops:docs/agent-config-snippets

Conversation

@haocn-ops
Copy link
Copy Markdown

Summary

  • add a Continue.dev setup guide with the OpenAI-compatible Free-Way base URL
  • add a Cline / Roo Code setup guide with the correct /v1 path shape
  • link both guides from the README agent guide list

Closes #60.

Notes

This keeps the snippets provider-neutral and uses only the local Free-Way endpoint shape from the existing docs.

@GoDiao
Copy link
Copy Markdown
Owner

GoDiao commented May 11, 2026

Thanks for adding these guides! The endpoint shape (http://localhost:8787/v1) looks right for OpenAI-compatible clients.

Before merging, could you update the Continue.dev guide to use the current config.yaml format? Continue’s docs now mark config.json as deprecated and show schema: v1 YAML examples for OpenAI-compatible providers:
https://docs.continue.dev/customize/model-providers/top-level/openai
https://docs.continue.dev/reference/yaml-migration

A minimal Free-Way example could be:

name: Free-Way
version: 1.0.0
schema: v1
models:
  - name: Free-Way
    provider: openai
    model: llama-3.3-70b
    apiBase: http://localhost:8787/v1
    apiKey: your FREEWAY_API_KEY

Also, since this PR adds links to README.md, could you add the matching links to README.zh-CN.md as well so the two READMEs stay in sync?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Add copy-paste config snippets for common clients

2 participants