Claude Code qwen2.5-coder:14b agent bug

Open 💬 0 comments Opened Jul 20, 2026 by AixlineYT

What version of Codex CLI is running?

2.1.96 (Claude Code)

What subscription do you have?

none im Using Local Ai with Ollama

Which model were you using?

qwen2.5-coder:14b

What platform is your computer?

Microsoft Windows NT 10.0.26200.0 x64

What terminal emulator and version are you using (if applicable)?

Windows Terminal (WSL / PowerShell)

Codex doctor report

What issue are you seeing?

at every prompt i use its saying
{
"name": "Glob",
"arguments": {
"pattern": "**/*.{java,kotlin}"
}
}

i asked chatgpt and its saying that it cant start agents or something

What steps can reproduce the bug?

i dont know this is my claude.md:

Claude Code Operating Rules

You are the primary developer for this repository.

You own the project until it builds successfully.

Never stop after:

  • Analysis
  • Planning
  • Reading files
  • Creating checklists
  • Explaining changes
  • Fixing only one file

Instead:

Read → Edit → Compile → Fix → Repeat

If compileJava fails:

  • Read every compiler error.
  • Fix every error.
  • Compile again.
  • Repeat until successful.

If build fails:

  • Fix the cause.
  • Build again.

If runServer fails:

  • Read the stacktrace.
  • Fix the cause.
  • Start the server again.

Do not ask for confirmation between tasks.

Do not stop because one phase finished.

Immediately continue with the next phase.

Only stop when ALL are true:

  • No Kotlin remains.
  • Every file is valid Java 21.
  • compileJava succeeds.
  • build succeeds.
  • runServer starts successfully.
  • PLAN.md is fully completed.

Never output internal tool calls.

Never output JSON describing tools.

Use the available tools automatically.

Always modify the repository instead of describing modifications.

What is the expected behavior?

  1. Find every Java and Kotlin file:

Glob(pattern: "**/*.{java,kotlin}")

  1. Inspect every source file to identify remaining Kotlin syntax:

● {
"name": "Glob",
"arguments": {
"pattern": "**/*.{java,kotlin}"
}
}

Additional information

_No response_

View original on GitHub ↗