Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:PHP is:unmerged

Filter by

38.4M results  (2 s)

38.4M results

Bring the agent notes in line with the API/bugfix changes from PRs #20-#28. What changed - AGENTS.md: drop the docstring reads backwards caveat about calculate_naive_rep_summands_given_log_by_label ...

This PR updates README.md with a fresh timestamp to demonstrate automation. — Automated by PR Bot

Summary Adds a stable, language-neutral license code contract so premium plugins can render translatable, scenario-specific license notices/messages instead of passing the server s English text through ...

Summary Replaces scattered if/elif round_type == branching with a small round-strategy registry (agents/rounds.py: FocusMode/AnswerGrounding enums + frozen RoundStrategy dataclass + ROUND_STRATEGIES + ...

Motivation - Prevent saving or showing activity names that don t match the selected activity_type when editing an activity. - Ensure the edit form loads and validates fields in the correct logical ...
codex

To fix this without changing functionality, keep the call that creates the second task but remove the unused local binding. Best fix in this file/region: - In tests/infrastructure/sqlite/test_task_repository.py, ...

Summary - First PR in Wave S3 (#650). Closes the highest-severity issue: a compromised device s HTML pivoting to estate-wide ANCHOR compromise via the same-origin proxy. - Two layers: new iframe ...

Replace the manual regular-expression-based IP range check with PHP s native filter_var() validation using FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE. This simplifies the code while ensuring ...