Skip to content

Dev - #32

Merged
MegumiinUwU merged 3 commits into
mainfrom
dev
Jul 2, 2026
Merged

Dev#32
MegumiinUwU merged 3 commits into
mainfrom
dev

Conversation

@MegumiinUwU

Copy link
Copy Markdown
Collaborator

No description provided.

Hemdan47 added 3 commits July 3, 2026 00:23
Reasoning models return content as a list of typed
blocks (thinking, text) instead of a plain string. The summarize_run
function used str(content) which serialized the entire list including
thinking blocks as a Python repr string — the user saw raw JSON with
the LLM's internal reasoning instead of the summary text.

If content is a list, extract only items with type "text" and join them.
If content is a string, return it as-is.
Add verification rules to both planner and generator prompts covering
both local and external facts. If there is even 1% doubt about any
local project fact, command, script, or configuration, set
needs_analysis=True and ask the analyzer. If there is even 1% doubt
about any external fact, version, syntax, or best practice, set
needs_web_research=True and ask the researcher. Always verify rather
than guess.
@MegumiinUwU
MegumiinUwU merged commit 35a7ebf into main Jul 2, 2026
1 check passed
@MegumiinUwU
MegumiinUwU deleted the dev branch July 3, 2026 04:18
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.

2 participants