dcdpr / dcdpr/jp

Do not switch to Anthropic models mid-session

Open
#981 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
16
Forks
3
Avg merge
1d 1h
Merged PRs (30d)
121

Description

Anthropic's hyperactive refusals are paranoid about multi-model sessions. Using something like GLM and then switching to Fable for a particular task (where you really want the full context) triggers a refusal.

For now, refusals are common and fairly benign, but they have a lot of dystopian potential. As a result, JP should (by default) refuse to send "impure" sessions to Anthropic, unless the user's config explicitly overrides this.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how JP tracks models across a session and where user configuration controls provider behavior. Implement the default refusal for sessions containing another model when sending to Anthropic, while honoring an explicit configuration override; verify both default and override paths with the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
ai, cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.