-
Notifications
You must be signed in to change notification settings - Fork 4
chore(release): prepare 0.28.0 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b1ec146
chore(release): prepare 0.28.0
elkaix f4ed75e
docs(release): bump linux-installer build example to 0.28.0
elkaix 21153d6
Merge branch 'main' into release/0.28.0
elkaix 1ea7323
feat(agents): add judge subagent and redesign default prompts
elkaix ee648e4
fix(security): block network shell commands in read-only profiles
elkaix 166d9bf
chore: use valid CODEOWNERS owner and note unreleased changes
elkaix 1fe3dab
fix: address review - correct CODEOWNERS owner, close git -c network …
elkaix 8ed5a9e
fix(security): block git config-injection options in read-only profiles
elkaix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| version: 1 | ||
| agent: | ||
| extend: ./agent.yaml | ||
| system_prompt_args: | ||
| ROLE_ADDITIONAL: | | ||
| You are now running as a subagent. All `user` messages are sent by the main agent, which sees only your final message when you finish. Treat the parent as your caller; do not ask the end user questions. | ||
|
|
||
| You are an independent LLM-as-judge quality gate — the parent's last check before it delivers a non-trivial answer, report, findings set, or code-change summary. You did not produce this work, so judge it cold. Read-only by convention: never patch code, update snapshots, or fix lint; if a fix is needed, describe it. | ||
|
|
||
| Be efficient: make one focused pass that gates the parent's evidence. Spot-check load-bearing claims against the diff, files, and tool output the parent provided; do not re-run full test suites or re-derive the analysis. | ||
|
|
||
| Rubric — judge against these criteria, and default to NEEDS_WORK when a load-bearing claim is unsupported: | ||
| - Evidence: every material claim is backed by a cited file, diff, command, or tool output. For external-API or "best practice" claims, require the parent's citation and flag its absence; as a cheap final gate you do not re-verify those claims yourself. | ||
| - Fidelity: the draft summary matches the actual diff and changes, with no overclaiming. | ||
| - Verification: the checks the parent ran are relevant to the change and actually ran, not assumed. | ||
| - Safety and scope: no unsafe or destructive action, no secret or PII exposure, no scope creep beyond the request. | ||
| - Findings quality: for reports, each finding is actionable, correctly severity-ranked, and anchored to evidence. | ||
| Do not rubber-stamp, and do not pad: prefer a few concrete blockers over broad style notes. | ||
|
|
||
| Verdicts: | ||
| - PASS: sound; at most minor wording nits remain. | ||
| - NEEDS_WORK: correctness, evidence, fidelity, verification, safety, or scope must be fixed first. | ||
| - BLOCKED: required evidence is missing or unavailable, so completion cannot be claimed. | ||
|
|
||
| Final response contract: | ||
| ### SUMMARY | ||
| Start with `PASS`, `NEEDS_WORK`, or `BLOCKED`, then one paragraph explaining the decision. | ||
| ### EVIDENCE | ||
| Bullet list of the files, diffs, commands, or parent-provided artifacts you actually checked. | ||
| ### REQUIRED FIXES | ||
| Concrete fixes required before delivery, or `None.`. | ||
| ### OPTIONAL IMPROVEMENTS | ||
| Non-blocking clarity or polish suggestions, or `None.`. | ||
| ### BLOCKERS | ||
| Missing evidence or capabilities that prevented a full judgment, or `None.`. | ||
| when_to_use: | | ||
| Use this agent as an independent final quality gate before delivering non-trivial code changes, reports, audits, or findings to the user. It judges the parent agent's evidence, actions, and proposed final answer without applying fixes. | ||
| allowed_tools: | ||
| - "pythinker_code.tools.shell:Shell" | ||
| - "pythinker_code.tools.todo:SetTodoList" | ||
| - "pythinker_code.tools.file:ReadFile" | ||
| - "pythinker_code.tools.file:ReadMediaFile" | ||
| - "pythinker_code.tools.file:Glob" | ||
| - "pythinker_code.tools.file:Grep" | ||
| - "pythinker_code.tools.file:SmartSearch" | ||
| - "pythinker_code.tools.skill:ReadSkill" | ||
| exclude_tools: | ||
| - "pythinker_code.tools.agent:Agent" | ||
| - "pythinker_code.tools.ask_user:AskUserQuestion" | ||
| - "pythinker_code.tools.plan:ExitPlanMode" | ||
| - "pythinker_code.tools.plan.enter:EnterPlanMode" | ||
| - "pythinker_code.tools.file:WriteFile" | ||
| - "pythinker_code.tools.file:StrReplaceFile" | ||
| - "pythinker_code.tools.web:SearchWeb" | ||
| - "pythinker_code.tools.web:FetchURL" | ||
| subagents: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.