Skip to content

Fix/apply all open prs#3944

Closed
kallolchakraborty wants to merge 226 commits into
pewdiepie-archdaemon:devfrom
kallolchakraborty:fix/apply-all-open-prs
Closed

Fix/apply all open prs#3944
kallolchakraborty wants to merge 226 commits into
pewdiepie-archdaemon:devfrom
kallolchakraborty:fix/apply-all-open-prs

Conversation

@kallolchakraborty

Copy link
Copy Markdown

Description

This Pull Request consolidates all applied pull requests, solves outstanding regressions across the test suite, and ensures thinking-mode and sanitizer compatibility.


1. Applied / Merged PRs

The following PRs and PR batches have been successfully applied and integrated into this branch.

Click to expand full list of integrated PRs & modified files

Integrated Pull Request Details


Kallol Chakraborty and others added 30 commits June 10, 2026 09:11
PR pewdiepie-archdaemon#3744 - fix(vision): try configured fallbacks when Auto-detect resolves no primary model
PR pewdiepie-archdaemon#3743 - fix(vision): probe Ollama /api/show capabilities instead of guessing from model names
PR pewdiepie-archdaemon#3742 - fix(windows): align launcher Find-GitBash with runtime bash detection
PR pewdiepie-archdaemon#3741 - fix(cookbook): install realesrgan on Python 3.13
PR pewdiepie-archdaemon#3738 - fix(windows): detect per-user Git for Windows bash under %LocalAppData%\Programs\Git
PR pewdiepie-archdaemon#3733 - fix(auth): fail closed when deleting user tokens fails
PR pewdiepie-archdaemon#3731 - fix(chat): copy only the reply from the message copy button
PR pewdiepie-archdaemon#3727 - fix(auth): drop reserved usernames loaded from auth config
PR pewdiepie-archdaemon#3724 - fix(email): scope learned sender signatures by owner
PR pewdiepie-archdaemon#3719 - fix(tasks): deliver notification-output task results via the configured reminder channel
PR pewdiepie-archdaemon#3718 - fix(hwfit): validate remote SSH detection targets
PR pewdiepie-archdaemon#3708 - fix(codenav): resolve code-nav paths under active workspace
PR pewdiepie-archdaemon#3707 - fix(settings): scrub camelCase secret keys
PR pewdiepie-archdaemon#3705 - fix: use correct element IDs for privilege-gated button hiding
PR pewdiepie-archdaemon#3701 - refactor(tour): extract shared helpers into static/js/tour-core.js
PR pewdiepie-archdaemon#3683 - fix(agent): nudge intent-without-action stalls in non-English conversations
PR pewdiepie-archdaemon#3681 - fix(agent): execute fenced tool calls with inline args and route bare email tool names
PR pewdiepie-archdaemon#3666 - skipped (merge conflicts in tool_execution.py, tool_implementations.py)
PR pewdiepie-archdaemon#3678 - skipped (merge conflicts in app.py)
PR pewdiepie-archdaemon#3689 - skipped (merge conflicts in cookbook_routes.py)

Applied cleanly: pewdiepie-archdaemon#3683, pewdiepie-archdaemon#3681
, pewdiepie-archdaemon#3647, pewdiepie-archdaemon#3641, pewdiepie-archdaemon#3640

Applied:
- pewdiepie-archdaemon#3657 - fix: use server local timezone for reminders
- pewdiepie-archdaemon#3649 - fix(models): reassign default endpoint when current default is disabled
- pewdiepie-archdaemon#3641 - fix(startup): ping real endpoints in warmup/keepalive
- pewdiepie-archdaemon#3640 - fix(tasks): read Memory.text in classify_events personal context

Skipped:
- pewdiepie-archdaemon#3647 - fix(cookbook): restore Serve panel model interaction (already present)
, pewdiepie-archdaemon#3513, pewdiepie-archdaemon#3508, pewdiepie-archdaemon#3506

All 5 PRs failed to apply cleanly:
- pewdiepie-archdaemon#3516: patch does not apply (gallery_routes, document_routes, task_routes, caldav_sync, prompt_security, teacher_escalation)
- pewdiepie-archdaemon#3515: patch does not apply (cookbook_routes, test_cookbook_helpers)
- pewdiepie-archdaemon#3513: patch does not apply (cookbook_routes; CSS hunks rolled back atomically)
- pewdiepie-archdaemon#3508: files already exist / context mismatch (likely already applied in prior batch)
- pewdiepie-archdaemon#3506: patch does not apply (tool_security, test_review_regressions)
…DIA CUDA Docker support)

Manually applied rejected hunks: import _append_pip_install_runner_lines,
added _cookbook_llm_endpoint_host function, refactored setup_script to use
_append_pip_install_runner_lines for cross-platform pip install.
…(remove core/constants.py shim)

Changed imports in app.py and routes/cookbook_routes.py to use
src.constants directly instead of the core.constants backward-compat shim.
core/constants.py is deleted and core/__init__.py no longer re-exports it.
…ne agent file/shell tools to selectable workspace)
…xtract document tools into separate file)
Kallol Chakraborty added 20 commits June 10, 2026 14:44
@github-actions github-actions Bot added the merge conflict Conflicts with the base branch; needs a rebase before review. label Jun 11, 2026
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown

⚠️ PR description — action needed

The following required sections are missing or incomplete. Please update the PR description to address them:

  • Summary is empty or too short — describe what changed and why.
  • Linked Issue — add a reference like Fixes #NNN, a bare #NNN, or a link to the issue.
  • Type of Change — check at least one box.
  • Checklist — check the duplicate-search box to confirm you searched existing issues and PRs.
  • How to Test — explain how a reviewer can verify this change. Numbered steps, the commands you ran, or a short code block all work — give a sentence or two of real detail (not just "tested locally").

This comment is deleted automatically once all sections are complete.

@github-actions github-actions Bot added the needs work PR description incomplete — please update before review label Jun 11, 2026
@kallolchakraborty kallolchakraborty marked this pull request as draft June 11, 2026 13:18
@Zen0-99

Zen0-99 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

There are many conflicting PRs in this git, all with different ideas on how this should move forwards, are you sure this is a good idea?

@vdmkenny

Copy link
Copy Markdown
Collaborator

Closing. PRs here are reviewed and merged individually. This branch bulk-applies dozens of other contributors' open PRs, which removes their attribution and bypasses each one's review state: several of the included changes have open change requests, and some were closed deliberately. A 760-file, +116k-line PR is also unreviewable on its face and conflicts with every open PR and current dev.

If you have an original fix of your own, you are welcome to open it as a single focused PR linked to an issue, per CONTRIBUTING.md.

@vdmkenny vdmkenny closed this Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge conflict Conflicts with the base branch; needs a rebase before review. needs work PR description incomplete — please update before review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants