Skip to content

docs(CLAUDE.md): refresh model-ranking guidance to match current rank.go#480

Open
bussyjd wants to merge 1 commit into
mainfrom
docs/claude-md-model-ranking-refresh
Open

docs(CLAUDE.md): refresh model-ranking guidance to match current rank.go#480
bussyjd wants to merge 1 commit into
mainfrom
docs/claude-md-model-ranking-refresh

Conversation

@bussyjd
Copy link
Copy Markdown
Collaborator

@bussyjd bussyjd commented May 12, 2026

Summary

The "drop the auto-detected Ollama entries" guidance in CLAUDE.md still claims :9b parses to 90 deci-billions and qwen36-fast ranks 0 because of code in internal/model/rank.go. That parser was removed in 6d18594 (fix: preserve configured model order) — current rank.go only demotes embedding-only entries past chat-capable ones. The contract today is "first chat-capable entry in the configured model_list wins."

Surfaced when investigating #475 / #474: the agent looking for the :Nb parser couldn't find it because it isn't there anymore.

This refreshes the explanation and documents both operator overrides:

  • (a) remove auto-detected Ollama entries (what the prior text suggested), or
  • (b) keep them and run obol model prefer <name> + obol model sync to promote the preferred entry.

Both work today; the prior text only mentioned (a).

No code changes.

Test plan

  • git diff CLAUDE.md reviewed
  • No code touched

Generated with Claude Code

The "drop the auto-detected Ollama entries" section claimed `:9b`
parses to 90 deci-billions and `qwen36-fast` ranks 0 because of code
in internal/model/rank.go. That parser was removed in 6d18594
("fix: preserve configured model order") — current rank.go only
demotes embedding-only entries past chat-capable ones. The "first
chat-capable entry in the configured model_list wins" is now the
contract.

Update the explanation accordingly and document the two operator
overrides: (a) remove auto-detected Ollama entries, or (b) keep them
and use `obol model prefer` + `obol model sync` to promote the
preferred entry. Both work today; the prior text only mentioned (a).

No code changes.
@bussyjd bussyjd force-pushed the docs/claude-md-model-ranking-refresh branch from 47d74c1 to b9d07ec Compare May 12, 2026 09:34
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.

1 participant