← Back to context

Comment by freedomben

8 hours ago

How much of the code/context gets attached in the /bug report?

When you submit a /bug we get a way to see the contents of the conversation. We don't see anything else in your codebase.

  • Was there a change in Claude Code system prompt at that time that nudges Claude into simplistic thinking?

    Here is a gist that tries to patch the system prompt to make Claude behave better https://gist.github.com/roman01la/483d1db15043018096ac3babf5...

    I haven’t personally tried it yet. I do certainly battle Claude quite a lot with “no I don’t want quick-n-easy wrong solution just because it’s two lines of code, I want best solution in the long run”.

    If the system prompt indeed prefers laziness in 5:1 ratio, that explains a lot.

    I will submit /bug in a few next conversations, when it occurs next.

  • Isnt the codebase in the context window?

    • depending on how large your codebase is, hopefully not. At this point use something like the IX plugin to ingest codebase and track context, rather than from the LLM itself.