pullrequests Search Results · language:Dune language:HTML language:JavaScript language:Python language:Java language:JavaScript
Filter by
210M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
What why
The owner uploaded a Claude-Design handoff (SuperBot_Design_System.zip): a finished, vanilla-JS neon SPA (Home /
Features / Commands / Games / Changelog / Status) whose only wire-up task per ...
Moves extension updater, native plugin release lookup, analytics defaults, and public docs links from the source
repository to danrac/AetherFlow_Releases / AetherFlow_Docs so the source repo can be made ...
What this is
A complete, logically-verified review of the whole app, domain by domain, to surface gaps. Deliverable:
docs/DOMAIN_REVIEW_2026-06-20.md. No application code is changed — this is the analysis ...
Adds the feedback-runner Claude Code skill under .claude/skills/feedback-runner/.
It closes the numerical feedback loop: run a solver/script, capture metrics/errors/plots/exit status, compare against ...
pyproject.toml declares license = Apache-2.0 and every source file carries the Apache header, but the repo had no
LICENSE file. Adds the standard Apache-2.0 license text.
🤖 Generated with Claude Code ...
ignore-for-release
Summary
Closes #185
Adds a new supplementary tutorial demonstrating how to assemble a system prompt from real runtime environment state (OS,
paths, shell, user, available tools) instead of hardcoding ...
Closes #883.
Summary
- frontend/README.md:1736-1750 documents GRADIO_SERVER_NAME as a tunable env var with default 0.0.0.0 and a Local Only
example setting it to 127.0.0.1.
- But frontend/app.py:1457 ...