Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungKI half beim Finden: iOS 27 schließt mehr als 100 Sicherheitslücken(21.09.2026 um 06:00 Uhr)
Sichere ProgrammierungWhat Is Rowhammer? How Can Repeated Memory Access Flip Bits in RAM?(21.09.2026 um 07:12 Uhr)
Sichere Programmierungnpm publish Ignores .gitignore: The .npmignore Override Rule(21.09.2026 um 07:15 Uhr)
Sichere ProgrammierungAphelion Editor - A free node-based video / VFX editor(21.09.2026 um 07:21 Uhr)
Sichere ProgrammierungGovernance Attack Surface Review: OKX(21.09.2026 um 07:31 Uhr)
Sichere ProgrammierungJSM Portal Request Create Property Panel Submit(21.09.2026 um 07:34 Uhr)
Reverse Engineeringsearch instructions assembly easy (X86,RISCV,AARCH64,etc)(20.09.2026 um 15:44 Uhr)
Sichere ProgrammierungKI half beim Finden: iOS 27 schließt mehr als 100 Sicherheitslücken(21.09.2026 um 06:00 Uhr)
Sichere ProgrammierungWhat Is Rowhammer? How Can Repeated Memory Access Flip Bits in RAM?(21.09.2026 um 07:12 Uhr)
Sichere Programmierungnpm publish Ignores .gitignore: The .npmignore Override Rule(21.09.2026 um 07:15 Uhr)
Sichere ProgrammierungAphelion Editor - A free node-based video / VFX editor(21.09.2026 um 07:21 Uhr)
Sichere ProgrammierungGovernance Attack Surface Review: OKX(21.09.2026 um 07:31 Uhr)
Sichere ProgrammierungJSM Portal Request Create Property Panel Submit(21.09.2026 um 07:34 Uhr)
Reverse Engineeringsearch instructions assembly easy (X86,RISCV,AARCH64,etc)(20.09.2026 um 15:44 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Continue.dev + Claude Max Ban: Fix in 60 Seconds

Reagiere als Erste:r — dein Feedback zählt!

Continue.dev's Claude integration stopped working for Claude Max subscription users in January 2026. This is the fix.

What Continue.dev is and why it broke

Continue.dev is an open-source AI coding assistant for VS Code and JetBrains. Unlike Cursor or Cline, Continue is free and fully configurable — you bring your own models.

If you configured Continue to use Claude through your Claude Max subscription credentials, that path is now blocked. Anthropic's January 2026 enforcement restricted automated tool access through consumer subscription OAuth tokens.

Continue.dev is actually one of the easiest tools to fix, because it was designed from the start to work with any provider via config.

Fix: update your config.json

Continue.dev stores its configuration in ~/.continue/config.json. You're changing one section.

Before (broken):

{
  "models": [
    {
      "title": "Claude",
      "provider": "anthropic",
      "model": "claude-opus-4-6",
      "apiKey": "sk-ant-..."
    }
  ]
}

After (working — Option A, direct Anthropic API):

{
  "models": [
    {
      "title": "Claude Opus",
      "provider": "anthropic",
      "model": "claude-opus-4-6",
      "apiKey": "your-anthropic-api-key"
    }
  ]
}

Get your Anthropic API key at console.anthropic.com. Pay per token.

Option B: Smart routing (cheaper for mixed workloads)

Continue.dev supports any OpenAI-compatible provider. This routes each request to the cheapest capable model:

{
  "models": [
    {
      "title": "Komilion Balanced",
      "provider": "openai",
      "model": "neo-mode/balanced",
      "apiKey": "ck_your_key",
      "apiBase": "https://www.komilion.com/api/v1"
    },
    {
      "title": "Komilion Premium",
      "provider": "openai",
      "model": "neo-mode/premium",
      "apiKey": "ck_your_key",
      "apiBase": "https://www.komilion.com/api/v1"
    }
  ]
}

With two models configured, you can switch between them in the Continue sidebar. Use Balanced for most tasks, Premium when you need Opus on a hard problem.

Continue.dev-specific settings worth knowing

Tab autocomplete has its own model config in Continue — separate from the chat model. If you use tab completions, update that too:

{
  "tabAutocompleteModel": {
    "title": "Komilion Frugal",
    "provider": "openai",
    "model": "neo-mode/frugal",
    "apiKey": "ck_your_key",
    "apiBase": "https://www.komilion.com/api/v1"
  }
}

Tab autocomplete fires constantly as you type. neo-mode/frugal (~$0.006/call) keeps those completions cheap while saving the better models for explicit chat requests.

Context providers (the @ commands — @file, @codebase, etc.) use the main chat model. These are fine with Balanced or Premium.

The cost difference for Continue.dev users

Continue users tend to run high call volumes — continuous tab completions plus explicit chat requests.

Usage Direct Opus Smart routing
Tab completions (300/day) ~$165/day ~$1.80/day
Chat requests (50/day) ~$27.50/day ~$5.00/day
Total ~$192/day ~$6.80/day

The tab completion difference is particularly dramatic — those short, fast calls are exactly what cheap models handle best.

Verify it's working

After updating config.json, reload the VS Code window (Cmd+Shift+P → "Developer: Reload Window").

Test in the Continue sidebar with a simple question. You should see a response. If you're using Komilion, the actual model used appears in the API response headers.

Getting a Komilion API key

$5 free credits, no card: komilion.com

Your key will be in the dashboard immediately after email verification. It starts with ck_.

Full migration guide covering all tools: komilion.com/cline

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Continue.dev + Claude Max Ban: Fix in 60 Seconds

Thematisch verwandte Begriffe: Continuedev, Claude, Seconds · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-94111 | Tencent BrowserSkill through 0.3.0 contains an authentication bypass vul…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick