Back to opportunity board
OPP-DRAFT-CLUSTER-e053e1d2116d84acf1e3Software development and AI toolsPUBLISHED

Turn defects, compatibility failures, and integration breakage into a reproducible repair path

Seventy-eight accessible, PII-free observations form one repeated signal across two source policies and 57 independent author groups. Publication followed evidence-completeness and similarity checks.

V2 · Repeated observationHuman confirmation requiredMedium riskUpdated 2026-08-27
Public observations are not real-task outcomes

The excerpts below come from public pages that were accessible at the latest check. Validation advances only when the corresponding behavior evidence passes review.

Sign in to confirm, save, or build

Writing data requires ChatGPT sign-in. Public browsing does not.

01 · PROBLEM & USER

What is the user trying to accomplish?

Persona
Engineering teams maintaining AI applications, plugins, and developer tools
Trigger
A model, SDK, IDE, or runtime upgrade produces an error, behavioral regression, or incompatible interface.
JTBD
When a model, SDK, IDE, or runtime upgrade causes an error, regression, or incompatible interface, help the team assemble a minimal reproduction, identify the compatibility boundary, and propose reviewable fixes and regression tests.
Current workaround
Developers manually collect logs, reduce reproduction steps, search similar issues, and repeatedly test dependency versions.
Desired outcome
A minimal reproduction, a narrowed compatibility boundary, and reviewable fix and regression-test suggestions.
02 · EVIDENCE CHAIN

Original observations and source status

OBSERVATION 01GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
## Problem `SettingsService` keeps one process-global local settings cache for every registered backend: - `src/api/settings-service/settings-service.api.ts:164-179` stores one `{ redacted, encrypted, timestamp }` object. - `src/api/settings-service/settings-service.api.ts:464-471` serves/writes the redacted slot. - `src/api/settings-service/settings-service.api.ts:493-507` serves/writes the encrypted…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263285894ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @enystMIT · repository contribution
Correct this record or request removal
OBSERVATION 02GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
**What version of Codex CLI is running?** 0.149.1 **What subscription do you have?** ChatGPT Pro **What platform is your computer?** Linux 7.1.9 x86_64 (Fedora 44, GNOME/Wayland, gnome-keyring 50.0) **What terminal emulator?** kitty (no multiplexer) **Codex doctor report** not available ## What issue are you seeing? On Linux, MCP OAuth credentials go to the Secret Service keyring by default…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263280391ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @ttys3Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 03GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
## Summary On `0.26.1rc1.dev1177+ga9a17e709`, a request carrying the legacy top-level `guided_json` field returns **HTTP 200 with completely unconstrained, non-JSON text**. No grammar is applied, no warning reaches the client, and no error is raised. The field appears to be dropped silently. This is a silent-failure bug rather than a formatting one: a caller still using `guided_json` believes it has a hard…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263245467ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @hnordbergApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 04GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
### Description Same root cause as the `plugin-creator` sample script (see #41026): `codex-rs/skills/src/assets/samples/skill-creator/scripts/quick_validate.py` reads `SKILL.md` without an explicit encoding: ```python content = skill_md.read_text() ``` `Path.read_text()` without an `encoding` argument uses the host's locale-preferred encoding (Python < the PEP 686 UTF-8-by-default cutover). On a non-UTF-8-locale…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263230717ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @xu-kai-quanApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 05GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
### Description `codex-rs/skills/src/assets/samples/plugin-creator/scripts/create_basic_plugin.py` opens files without specifying `encoding="utf-8"`: ```python def load_json(path: Path) -> dict[str, Any]: with path.open() as handle: return json.load(handle) ``` (also the two `path.open("w")` calls used to write the plugin manifest and marketplace file, lines 191 and 200.) Without an explicit encoding, Python…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263227927ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @xu-kai-quanApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 06GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
## Summary After updating ChatGPT Desktop, the existing managed local App Server path no longer works in a normal Desktop startup. `CODEX_APP_SERVER_USE_LOCAL_DAEMON=1` is present in the Desktop process environment and the managed daemon is healthy, but Desktop starts a private stdio app-server instead of attaching to the daemon's Unix socket. If another local client is already using the same thread through the…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5263030729ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @johnnyevenApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 07GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-27
### Initial Checks - [x] I'm using the [latest version](https://github.com/pydantic/pydantic-ai/releases/latest) of Pydantic AI - [x] I've searched for my issue in [the issue tracker](https://github.com/pydantic/pydantic-ai/issues) before opening this issue ### Description `_JsonSchemaTestData._int_gen` adjusts exclusive bounds by `±1` before computing the span. That is only valid for integers with a wide enough…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5262986565ACCESSIBLEPublished 2026-08-27Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Terminator666666MIT · repository contribution
Correct this record or request removal
OBSERVATION 08GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Your current environment 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 ### 🐛 Describe the bug Summary #51726 added a device_memory >= 160 * GiB_bytes tier setting OPENAI_API_SERVER: 16384 (from 8192), commented as targeting B200/B300. The branch gates on raw capacity, so MI300X (191.98 GiB) also falls into it. The default silently doubles, peak activation during profile_run() doubles with it, and DeepSeek-V4-Pro can…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5262023831ACCESSIBLEPublished 2026-08-26Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @afriedriApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 09GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
**Describe the bug** When `MarkdownHeaderSplitter` is configured with a `secondary_split` and `keep_headers=False`, the document's leading header line can be dropped from the output entirely — it appears neither in any chunk's content nor in any chunk's metadata. `_apply_secondary_splitting` strips a leading header from each chunk:…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5261554059ACCESSIBLEPublished 2026-08-26Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Vedant-AgarwalApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 10YouTube · AI Workflow Comments
ACCESSIBLE · 2026-08-26
i want to know why make vectorizing in logistic regression

Comment, author, and video data come from YouTube API Services. NeedRadar generated the classification, summary, AI path, counterevidence, and unknowns; YouTube did not provide or endorse them.

Full provenance and capture record
OBS-LIVE-YOUTUBE-AI-COMMENTS-Ugw_HZlMekhKd-T0hbV4AaABAgACCESSIBLEPublished 2026-08-26Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
YouTube · AI Workflow CommentsYouTube Data API v3 · 13 个固定 AI 工作流频道@youssefabdelshafy5334 · YouTubeYouTube API Services Terms · Non-Authorized API Data
Correct this record or request removal
OBSERVATION 11GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5260468149ACCESSIBLEPublished 2026-08-26Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @syedali237MIT · repository contribution
Correct this record or request removal
OBSERVATION 12GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### What version of the Codex App are you using (From “About Codex” dialog)? Unknown — the app crashes before I can open the “About Codex” dialog. ### What subscription do you have? ChatGPT Plus ### What platform is your computer? Windows 11, 64-bit ### What issue are you seeing? The Codex App previously worked normally on this computer, but now it crashes every time I try to start it and does not load. I have…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5258299572ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @kuzyabela02-hueApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 13GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### System Info - `transformers`: 5.16.0 and current `main` - Python: 3.12.13 - PyTorch: 2.13.0+cu130 - Platform: Linux ### Who can help? @SunMarc @MekkCyber ### Reproduction `FineGrainedFP8HfQuantizer.update_tp_plan()` crashes for regular FP8 configs that do not define `_experts_implementation` or do not have an entry in `FP8Experts._impl_tp_layer_overrides`. ```python from types import SimpleNamespace from…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257990717ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @changwangssApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 14GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Name and Version https://www.fly-server.ru/pvs-studio/#llama.cpp ### Operating systems Linux ### Which llama.cpp modules do you know to be affected? llama-server ### Command line ```shell ``` ### Problem description & steps to reproduce c++ static check ### First Bad Commit _No response_ ### Relevant log output
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257583585ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @pavel-pimenovMIT · repository contribution
Correct this record or request removal
OBSERVATION 15Stack Exchange · Ask Ubuntu AI
ACCESSIBLE · 2026-08-26
my desktop does not work i just have SO MUCH issue's with the 26.10 version of ubuntu. i am not blaming you guys this was on my end because i somehow trusted google ai overview with the terminal, is there an option to revert to a previus lts version without having to do a clean install? i have tried a LOT but now i have just not turned on ym pc for 2 days because i just can't use it like this and for some reason…
Full provenance and capture record
OBS-LIVE-STACK-ASKUBUNTU-AI-1569244ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
Stack Exchange · Ask Ubuntu AIStack Exchange API v2.3 · official Atom fallback · AI 定向查询Author: fret V. D. pettenflatCC BY-SA 4.0
Correct this record or request removal
OBSERVATION 16GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Operating System Linux ### Installation Method npm (`npx @openhands/agent-canvas` or `npm install -g @openhands/agent-canvas`) ### Agent Canvas Version 1.15.0 (verified against current `main`) ### Bug Description Related to #16904. When a required child service (static frontend / Vite) dies because its port is already in use, the Agent Canvas launcher logs the child's non-zero exit and then **keeps running**.…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257239900ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @santhiprakashMIT · repository contribution
Correct this record or request removal
OBSERVATION 17GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257116451ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @DejwwikMIT · repository contribution
Correct this record or request removal
OBSERVATION 18GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Operating System macOS ### Installation Method From source (`npm run dev` / `npm run dev:minimal`) ### Agent Canvas Version `main` @ `a80b1bb57` (reproduced with `npm run dev:mock`) ### Bug Description On the **Automate** page, the per-row `⋮` overflow menu is always positioned *below* its trigger with no viewport collision handling. For rows near the bottom of the window the menu renders past the bottom edge…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257063458ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @VascoSch92MIT · repository contribution
Correct this record or request removal
OBSERVATION 19GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Your current environment Observed on `rocm/vllm:rocm7.14.0_rdna_ubuntu24.04_py3.14_pytorch_2.11.0_vllm_0.23.0` (vLLM 0.23.0); the line is unchanged on current `main` (`vllm/env_override.py`). ### 🐛 Describe the bug `vllm/env_override.py` sets `TORCHINDUCTOR_COMPILE_THREADS` with a plain assignment on every `import vllm`: ```python os.environ["TORCHINDUCTOR_COMPILE_THREADS"] = "1" ``` so an explicit setting…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5257028907ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @cadamcatApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 20GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
## Problem The current Codex Desktop Stable 26.820.x regression breaks starting and resuming WSL-hosted threads with: ```text failed to load configuration: invalid transport in `mcp_servers.codex_app` ``` This is already tracked in #40819 and #40715. The concerning part is that this regression appears to affect a basic, high-value workflow: - Windows 11 - WSL2 workspace - Codex Desktop configured to run the agent…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5256868726ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @taobaibaisApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 21GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Codex version `codex-cli 0.149.1` ### Environment - macOS - PhpStorm integrated terminal - `TERMINAL_EMULATOR=JetBrains-JediTerm` - `TERM=xterm-256color` - `LANG=C.UTF-8` - `LC_CTYPE=UTF-8` ### What happened? Compact unit suffixes intermittently disappear from different parts of the TUI. The problem is not permanent or deterministic; it looks like inconsistent rendering during redraws. One affected frame…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5255944066ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @savinmikhailApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 22GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### What happened? The OpenAPI document served by `/openapi.json` describes the successful response for: `GET /api/v2/tenants/{tenant}/databases` as: ```json { "$ref": "#/components/schemas/Vec" } ``` However, that `Vec` component contains the **collection** shape (`configuration_json`, `database`, `log_position`, `version`, etc.). The endpoint actually returns database objects such as: ```json [ { "id":…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5255562992ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @HavenDVApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 23Stack Overflow · AI Development
ACCESSIBLE · 2026-08-26
Yesterday I installed/configured Flutter and Android Studio on a fresh Windows setup and created my first Flutter project: flutter create first_app I did not modify any project files after creating it. The first time I ran the app from VS Code, it eventually launched successfully on the Android emulator and the default Flutter counter app worked normally. After rebooting the PC today, I started the Android…
Full provenance and capture record
OBS-LIVE-STACK-OVERFLOW-AI-79998301ACCESSIBLEPublished 2026-08-26Captured 2026-08-27Source ACCESSIBLE · 2026-08-27Snapshot v1
Stack Overflow · AI DevelopmentStack Exchange API v2.3 · official Atom fallback · AI 定向查询Author: Riccardo GrandiCC BY-SA 4.0
Correct this record or request removal
OBSERVATION 24GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Your current environment ## Environment - OS: Linux - Python: 3.12.13 - vLLM: 0.27.1 - MCP SDK: 2.0.0 (problematic) / 1.27.2 (working) - Model: Qwen3 - GPU: NVIDIA H20 96 GB - NVIDIA Driver: 580.76.05 - CUDA: 13.0 - Installation: pip ### 🐛 Describe the bug ### Reproduction #### 1. Install the affected versions ```bash pip install vllm==0.27.1 pip install mcp==2.0.0 ``` #### 2. Start any MCP SSE server A…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5254505780ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @moonearthloopApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 25GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Bug Description llamaindex throws with ``` PermissionError: Security Violation [pathsec.open]: refusing multiply-linked file '/ /.venv/lib/python3.12/site-packages/llama_index/core/_static/nltk_cache/corpora/stopwords/english' (st_nlink=2); a hardlink can point at an outside-root inode (CWE-59) ``` ``` .venv/lib/python3.12/site-packages/llama_index/core/node_parser/interface.py:194: in…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5254500862ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @alexmalevMIT · repository contribution
Correct this record or request removal
OBSERVATION 26GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5254239831ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @hqliao52-droidMIT · repository contribution
Correct this record or request removal
OBSERVATION 27GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Your current environment vLLM `main` (b1fbbc2). Affects `deepseek-ocr`, `deepseek-ocr2`, `unlimited-ocr`, and `deepseek_vl2` models. ### 🐛 Describe the bug `vllm/transformers_utils/processors/deepseek_vl2.py` and `vllm/transformers_utils/processors/deepseek_ocr.py` validate user-facing multimodal input with bare `assert` statements: - `deepseek_vl2.py:206` — `assert prompt is not None and images is not None`…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5254171501ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @adisivaprasadApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 28GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
## Summary Image generation repeatedly rejects a completely harmless prompt as potentially violating nudity/sexual/erotic-content guardrails. The final reproduction is especially clear: **no reference images are supplied**, and the requested subject is only a bottle of kvass playing a violin. ## Environment - ChatGPT Plus - ChatGPT web - Windows 10 / Firefox - Date reproduced: 2026-08-26 ## Reproduction 1. In a…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5254037212ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @kawfiaApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 29GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### What version of the Codex App are you using? Current Codex Desktop build on macOS as of 2026-08-26. I have not re-captured the exact About version for this occurrence yet. A recent local capture from 2026-08-02 showed Codex runtime `0.146.0-alpha.3.1`. ### What platform is your computer? macOS 26.6.1 (25G76), Apple Silicon. ### What issue are you seeing? After using Codex Desktop intensively for a while, the…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5253946754ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @shin4141Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 30GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
## Summary On the current Windows stable ChatGPT/Codex desktop build, saving a generated chat image through the native context menu (**right-click image → Save Image As…**) raises an uncaught exception in the main process: ```text Uncaught Exception: TypeError: h.setProgressBar is not a function at DownloadItem. (...app.asar:289166) at DownloadItem.emit (node:events:508:28) ``` This started after updating to the…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5253153774ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @koprivnikarurnaa-ossApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 31GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
## Summary On Codex Desktop for macOS, an outer `functions.exec` cell can remain pending indefinitely after its nested tool has already completed successfully. The persisted task database records the nested item as completed, but the enclosing JavaScript `await` never settles. This is a current macOS reproduction of the post-tool-result stall class previously described in #24738, which the original reporter…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5253131889ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @fongryanApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 32GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
## Summary When editing an annotation/comment in Codex Desktop, switching to another application with `Alt+Tab` closes the annotation popover. When returning to Codex and reopening the same annotation, all unsaved text is gone. This makes long annotations risky to write because simply switching apps to reference another window can silently discard the entire draft. ## Steps to reproduce 1. Open Codex Desktop. 2.…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5253010503ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @humugeApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 33GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Operating System Linux ### Installation Method From source (`npm run dev` / `npm run dev:minimal`) ### Agent Canvas Version 1.15.0 (main, f48eca6ab) ### Bug Description The subtitle on the onboarding "Set up your LLM" step reads "Pick a provider and model. We've pre-selected OpenHands GLM-5.2." The model field right below it is pre-filled with kimi-k3 (with the Free badge), so the step contradicts itself.…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5252908163ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Terminator666666MIT · repository contribution
Correct this record or request removal
OBSERVATION 34GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### Summary On Codex Desktop (Linux native, Arch Linux), the Plugins page fails to load with: ``` Invalid request: AbsolutePathBuf deserialized without a base path ``` whenever a **local project on an NTFS mount** (`/mnt/d/...`, ntfs3) is present in the desktop project list. `plugin/installed` fails with `errorCode=-32600 failureReason=invalid_config`; `plugin/list` works fine. This is the same `AbsolutePathBuf`…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5252730174ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @iiishopApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 35GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### What happened Sending a video as a standard data URL in an `input_video` content part fails with HTTP 400: ```json {"error":{"code":400,"message":"Failed to load image or audio file","type":"invalid_request_error"}} ``` while the **same video sent as raw base64 (no `data:` prefix) works correctly** — frames are decoded and temporally understood by the model. ### Repro (verified on current master,…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5252068556ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Flo5k5MIT · repository contribution
Correct this record or request removal
OBSERVATION 36GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-26
### What version of the Codex App are you using (From “About Codex” dialog)? latest ### What subscription do you have? Pro max ### What platform is your computer? x64 ### What issue are you seeing? I cannot launch this application. It stucks here: ### What steps can reproduce the bug? Feedback ID: no-active-thread-01a03b72-666e-7ba3-bf95-47e99721ac32 ### What is the expected behavior? normally start chatgpt ###…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5252021263ACCESSIBLEPublished 2026-08-26Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Mike-FengApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 37GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### System Info - transformers 5.16.0.dev0 (current main) - python 3.12.6, Windows 11 (not platform specific) ### Reproduction The v5 dynamic loading API's `Chunk` op (`src/transformers/core_model_loading.py`, class `Chunk`) splits a fused tensor for targets like q/k/v. Its guard only compares chunk COUNT against the target count: ```python chunks = tuple(chunk.contiguous() for chunk in torch.chunk(tensor, sizes,…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5251407989ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @VaggelisGianApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 38GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
mycroft here, anton's synthetic co-founder — autonomous, nobody reviewed this before it posted. ### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5251192682ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @tonydziMIT · repository contribution
Correct this record or request removal
OBSERVATION 39GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### System Info - transformers 5.16.0.dev0 (current main) - python 3.12.6, Windows 11 (not platform specific) ### Reproduction `StopStringCriteria` validates stop strings against a tokenizer vocabulary by re-decoding a fixed ASCII probe prefix plus each vocab token and stripping the prefix back off (`_clean_tokenizer_vocab` in `src/transformers/generation/stopping_criteria.py`). When a tokenizer's tokens cannot…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5251002066ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @VaggelisGianApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 40GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Description The ChatGPT/Codex Windows desktop app repeatedly crashes and completely exits, most frequently while using Local Work mode. It can work normally for anywhere from approximately 30 seconds to several minutes before crashing. Work mode is where the issue is most reproducible and disruptive, although the desktop application has also crashed while in regular Chat mode. ### Feedback session ID…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250824904ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @heirloomscoApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 41GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### What version of Codex is running? Current source at 725b3a44f8d13c8d2f019e1ecbc8ab686466b950; reproduced with standalone Codex 0.149.1. ### What happened? A thread created with an explicit managed-worktree cwd can silently rebind to the caller's current repository workspace when it is resumed without `-C`. The app-server protocol already supports the desired behavior: `ThreadResumeParams.cwd` is optional, and…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250608610ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jroeschApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 42GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Bug `codex exec -i image.png "describe this" --skip-git-repo-check` silently consumes the prompt: - `SharedCliOptions` at `codex-rs/utils/cli/src/shared_options.rs:17` defines `images` with `#[arg(long="image", short='i', value_delimiter=',', num_args=1..)]` - With `num_args=1..` clap greedily consumes the next positional `"describe this"` as a second image value, leaving `Cli.prompt=None` - Execution falls…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250531411ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @shoemoneyApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 43GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### System Info - transformers 5.16.0.dev0 (current main), also reproducible on 4.x lines that have #35885 - torch 2.11.0+cu128, python 3.12.6, Windows 11 (not platform specific) The bug lives in `Trainer._finalize_training` (`src/transformers/trainer.py`, the `save_total_limit == 1` cleanup loop around line 1878) and in `_rotate_checkpoints`. ### Reproduction A resumed run inherits `trainer_state.json` from the…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250092458ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @VaggelisGianApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 44GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Name and Version version: 0.3.0-dev (build 10628, commit b114b4739) built with Clang 20.1.8 for Windows x86_64 Also reproduced on build 10362 (commit 4801e3c56), ~270 commits / several days earlier — not a recent regression, present across at least this range. ### Operating Systems Windows ### GGML backends CUDA ### Hardware RTX 3060 12GB (sm_86), Xeon E5-2680 v4 (14C/28T), 32GB DDR4-2400 ### Models - Target:…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250063577ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @martinochoaarboinMIT · repository contribution
Correct this record or request removal
OBSERVATION 45GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
A plain `generate_batch` call at default verbosity prints a stream of warnings and a progress bar; `model.generate()` prints nothing. Users embedding CB in a serving loop or trainer get this on every manager start. ## Reproduction ```python import torch from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig model_id = "Qwen/Qwen3-0.6B" tokenizer = AutoTokenizer.from_pretrained(model_id)…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250053425ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 46GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Found while benchmarking continuous batching throughput on Qwen3-30B-A3B with tp_size=4; later also hit on a 2-process data-parallel run with dense Qwen3-0.6B, so the trigger is distributed + graph capture, not the model type. ## Reproduction A sustained sampled workload (1024 prompts x 256 new tokens, `max_memory_percent=0.8`, tp_size=4) reproduces within ~5 minutes; a handful of short greedy requests does NOT…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5250005380ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 47GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Name and Version Release b10628 Windows cuda 12.4 version ### Operating systems Windows ### Which llama.cpp modules do you know to be affected? Other (Please specify in the next section) ### Command line ```shell No any command line is runned because of consideration of security. ``` ### Problem description & steps to reproduce 1. Download llama-b10628-bin-win-cuda-12.4-x64.zip from Github Release. 2. Unzip…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5249574589ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @ShinyEagleMIT · repository contribution
Correct this record or request removal
OBSERVATION 48GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Found while testing native TP on Qwen3-VL-30B-A3B; the sibling arch qwen3_5_moe shards correctly with the same code, which makes the comparison easy. Related but distinct from #48204: that draft adds an expert-parallel path; this issue is about the plain tp_size-only path silently replicating the experts. ## Reproduction ```python # torchrun --nproc-per-node 4 repro.py import torch from transformers import…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5248149389ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 49GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Found while testing native TP on Qwen3-VL-30B-A3B (4 KV heads). ## Reproduction ```python # torchrun --nproc-per-node 8 repro.py import torch from transformers import AutoModelForImageTextToText, AutoTokenizer from transformers.distributed.configuration_utils import DistributedConfig model_id = "Qwen/Qwen3-VL-30B-A3B-Instruct" # num_key_value_heads=4, head_dim=128 tokenizer =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5248028894ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 50GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Found while testing native TP training on recent Qwen models. ## Reproduction ```python # torchrun --nproc-per-node 8 repro.py import torch from transformers import AutoModelForImageTextToText, AutoTokenizer from transformers.distributed.configuration_utils import DistributedConfig model_id = "Qwen/Qwen3.6-35B-A3B" tokenizer = AutoTokenizer.from_pretrained(model_id) model =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247983660ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 51GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Operating System Linux ### Installation Method npm (`npx @openhands/agent-canvas` or `npm install -g @openhands/agent-canvas`) ### Agent Canvas Version 1.15.0 ### Bug Description When starting a conversation from Agent Canvas, the project hooks in ` /.openhands/hooks.json` are never executed — no `session_start`, `pre_tool_use`, etc. This includes the documented `session_start` context-injection use case…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247973542ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @AntKerfMIT · repository contribution
Correct this record or request removal
OBSERVATION 52GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Follow-up to #48298: with that fixed, the next wall for recent Qwen models is architectural. ## Reproduction (Requires the composite-config fix from #48299 first; without it the same call dies earlier on `num_key_value_heads ... not found in the config`.) ```python import torch from transformers import AutoModelForImageTextToText, AutoTokenizer, GenerationConfig model_id = "Qwen/Qwen3.5-2B" tokenizer =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247894098ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 53GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
Found while benchmarking train-while-generating setups: whether `manager.start()` works depends on a race with the first `add_request`. ## Reproduction ```python import torch from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B", dtype=torch.bfloat16, device_map="cuda:0") tokenizer =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247812628ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @qgallouedecApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 54GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Operating System macOS ### Installation Method npm (`npx @openhands/agent-canvas` or `npm install -g @openhands/agent-canvas`) ### Agent Canvas Version 1.15.0 ### Bug Description When using Claude Code via ACP, the agent doesn't seem to know about any of the built-in skills, like openhands-automations ### Steps to Reproduce I started a fresh agent-canvas, and chose Claude Code. I installed the "code review"…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247154483ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @rbrenMIT · repository contribution
Correct this record or request removal
OBSERVATION 55GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Operating System macOS ### Installation Method npm (`npx @openhands/agent-canvas` or `npm install -g @openhands/agent-canvas`) ### Agent Canvas Version 1.15.0 ### Bug Description Couldn't figure out why canvas wasn't working--looks like a port was occupied, but `agent-canvas` was still acting like everything was fine and it was listening on 8000 ### Steps to Reproduce * start an app on 3001 * start…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5247007964ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @rbrenMIT · repository contribution
Correct this record or request removal
OBSERVATION 56GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242766138ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @dlwldn30MIT · repository contribution
Correct this record or request removal
OBSERVATION 57GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Operating System Linux ### Installation Method From source (`npm run dev` / `npm run dev:minimal`) ### Agent Canvas Version main @ 150e76046 (from source) ### Bug Description SkillsService.getSkills``` resolves against the active backend: Cloud backends serve the list from the Cloud skills API, and each local backend serves its own agent-server's user/project skills. But useSkills caches the result under…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242527042ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Terminator666666MIT · repository contribution
Correct this record or request removal
OBSERVATION 58GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242416933ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @kodurdMIT · repository contribution
Correct this record or request removal
OBSERVATION 59GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. ### Reproduction Steps / Example Code (Python) ```python import inspect from langgraph.cache.base import BaseCache from langgraph.cache.memory import InMemoryCache…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242173335ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jayhemnani9910MIT · repository contribution
Correct this record or request removal
OBSERVATION 60GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. ### Reproduction Steps / Example Code (Python) ```python from langgraph.stream.stream_channel import StreamChannel channel = StreamChannel("x") channel._bind(is_async=False) first, second =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242172878ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jayhemnani9910MIT · repository contribution
Correct this record or request removal
OBSERVATION 61GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. ### Reproduction Steps / Example Code (Python) ```python import asyncio from typing import Any from langgraph.stream._mux import StreamMux from langgraph.stream._types import StreamTransformer…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242172478ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jayhemnani9910MIT · repository contribution
Correct this record or request removal
OBSERVATION 62GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. ### Reproduction Steps / Example Code (Python) ```python import asyncio import operator from typing_extensions import Annotated, TypedDict from langgraph.graph import StateGraph, START, END from…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242172048ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jayhemnani9910MIT · repository contribution
Correct this record or request removal
OBSERVATION 63GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-25
### Browser Use Version 0.13.8, main@9a2db2d2db42c6f68a871f011b3b25fdcaa71847 ### Bug Description, Steps to Reproduce, Screenshots ## Summary In `browser_use/llm/openai/chat.py`, `ChatOpenAI.ainvoke` treats an empty entry in `reasoning_models` as matching every model name. The public constructor accepts this configuration without non-empty validation: ```python ChatOpenAI( model="gpt-4.1", temperature=0.7,…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5242034288ACCESSIBLEPublished 2026-08-25Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @yifanxiong272MIT · repository contribution
Correct this record or request removal
OBSERVATION 64GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Checked other resources - [X] This is a bug, not a usage question. - [X] I added a clear and descriptive title that summarizes this issue. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangGraph rather than my code. - [X] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5238193938ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @onk3shMIT · repository contribution
Correct this record or request removal
OBSERVATION 65GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5238002159ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v2
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @cystemaMIT · repository contribution
Correct this record or request removal
OBSERVATION 66GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5238001876ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @wario2kMIT · repository contribution
Correct this record or request removal
OBSERVATION 67GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
# Two sources of avoidable search cost on many-segment collections Found while profiling search on a collection that had just finished ingesting. Both are independent of each other, both are reproducible from the hardware counters alone, and both are invisible in the most common benchmark setup. ## 1. Small indexed segments are always full-scanned `lib/segment/src/index/hnsw_index/hnsw/read_view/dispatch.rs`:…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5237934190ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @ivandaschApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 68GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### What happened? Hi! I have opened a pull request 3 months ago, but there had been no activity on it, so I open this issue. MistralAI has deployed the version 2.0.0 of its python package on March 10th, introducing a change in its structure. One of the main changes is the switch `from mistralai import Mistral` to `from mistralai.client import Mistral`. However, in…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5235272959ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Gwenn-LRApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 69GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Summary Add a focused test proving Agent.iter releases its run context and async resources when a tool raises and the caller stops iteration. ### Current implementation facts Agent.iter exposes a lower-level async iteration API over an agent run, and tools can raise exceptions during that lifecycle. ### Problem An exception path can leave the iterator, model stream, or run context open. This is especially…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234576335ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Whxuan0701MIT · repository contribution
Correct this record or request removal
OBSERVATION 70GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Summary Add parameterized tests ensuring imports or construction of Python connectors with missing optional dependencies produce actionable errors naming the required install extra. ### Current implementation facts Python connectors rely on optional upstream packages and are installed through extras. ### Problem A missing SDK can currently surface as a generic ModuleNotFoundError without telling the user…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234575328ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Whxuan0701MIT · repository contribution
Correct this record or request removal
OBSERVATION 71GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Summary Add a focused regression test for a streamed FunctionAgent response containing a valid tool call whose argument object is empty. ### Current implementation facts FunctionAgent supports streamed model events and tool calls, while provider adapters may represent empty arguments as {}, an empty JSON string, or an incremental stream. ### Problem Empty arguments are valid for zero-parameter tools, but…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234574208ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Whxuan0701MIT · repository contribution
Correct this record or request removal
OBSERVATION 72GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Summary Add a regression test for a CodeAgent with an empty tool list when the model emits a final answer without a tool call. ### Current implementation facts smolagents supports different tool configurations and deterministic test models. ### Problem The no-tool configuration is a useful minimal deployment, but changes to tool discovery or prompt construction can accidentally assume at least one tool…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234557296ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Whxuan0701Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 73GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Summary Add focused regression coverage for a ToolInvoker/Agent tool that completes successfully while returning an empty or otherwise falsy result. ### Current implementation facts Haystack's Agent tool flow distinguishes tool execution from message conversion. ### Problem An empty string, list, or dictionary can be treated differently from a non-empty result by downstream message construction. A change can…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234556779ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Whxuan0701Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 74GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
`FireworksProvider.model_profile` maps a handful of model-name prefixes to profiles, and the `llama` and `qwen` ones select `InlineDefsJsonSchemaTransformer` because those models cannot resolve a `$ref`. MiniMax behaves the same way but is not in the map, so it falls through to the default `OpenAIJsonSchemaTransformer` and its tool schemas keep `$defs`. Reproduction (no network, pydantic-ai 2.31.1): ```python…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5234055373ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @KludexMIT · repository contribution
Correct this record or request removal
OBSERVATION 75GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Bug / feature request Pages consisting of dense vector line-art (CAD drawings, wiring schematics, "path storms" of 100k+ line segments) make `get_segmented_page()` — the word-level cell decode in docling-parse — allocate **multiple GiB for a single page**. On docling 2.121 this decode runs **unconditionally in the preprocessing stage** (`PagePreprocessingModel._parse_page_cells`), so it cannot be avoided with…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5233831140ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v2
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @vainkopMIT · repository contribution
Correct this record or request removal
OBSERVATION 76GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Before submitting your bug report - [ ] I've tried finding an answer on the [Continue docs site](https://docs.continue.dev/) - [x] I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug - [ ] I've seen the [troubleshooting guide](https://docs.continue.dev/troubleshooting) on the Continue Docs ### Relevant environment info - OS:…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5232259915ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v2
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @ecampidoglioApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 77GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Before submitting your bug report - [x] I've searched open issues — the closest is #13104 (cached input tokens not discounted). This is a different defect in the same function, and it survives the fix proposed there. ### Relevant environment info - OS: any - Continue version: `main` @ `5522c6f` - Model: `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano` (any `gpt-4.1*` id) - Surface: CLI cost display + telemetry, and…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5232144461ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v2
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @xyzs996Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 78GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-24
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5229940814ACCESSIBLEPublished 2026-08-24Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @emazaheriMIT · repository contribution
Correct this record or request removal
OBSERVATION 79GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Before submitting your bug report - [x] I've tried finding an answer on the Continue docs site - [x] I'm not able to find an open issue that reports the same bug (searched: "permission denied", "onToolPermissionRequest", "denialReason", "CLI permission", "tool call denied" — closest related but distinct: #13001, #12963) - [x] I've seen the troubleshooting guide on the Continue Docs ### Relevant environment…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5228702236ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @ComplacencyKillzApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 80GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Browser Use Version Current `main` at `85ddbfedf609166b2d2c76c3d80506649fee82a9`. ### Bug Description When a click opens a new tab, `_detect_new_tab_opened()` dispatches `SwitchTabEvent` and then calls: ```python await switch_event.event_result(raise_if_any=False, raise_if_none=False) return f'. Automatically switched to new tab (tab_id: {new_tab_id}).' ``` `on_SwitchTabEvent` returns the focused `TargetID`…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5228444941ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @green3sfMIT · repository contribution
Correct this record or request removal
OBSERVATION 81GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Browser Use Version 0.13.8 and main at `85ddbfedf609166b2d2c76c3d80506649fee82a9` ### Bug Description, Steps to Reproduce, Screenshots When a filesystem write fails after the in-memory file object has been updated, `write_file` returns an error but keeps the unpersisted content in memory. A failed new file is also retained in `FileSystem.files` and serialized state even though no file exists on disk. This can…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5228380264ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Adkid-ZephyrMIT · repository contribution
Correct this record or request removal
OBSERVATION 82GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Checked other resources - [x] This is a bug, not a usage question. - [x] I used GitHub search to check open and closed issues and pull requests. - [x] The bug reproduces on the latest stable release and current `main`. - [x] The example below is self-contained and does not require an external API. ### Related Issues / PRs - #7034 concerns `Command(resume=None)` and an uninitialized local variable. - #8579…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5228322555ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Adkid-ZephyrMIT · repository contribution
Correct this record or request removal
OBSERVATION 83GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
get_tokens_from_response reads a usage sub-field straight into TokenCountingEvent's arithmetic without checking it for None, so a provider that reports "unknown" as an explicit null crashes the whole chat()/complete() call after the LLM call already succeeded (and, for a paid API, already been billed). Version: llama-index-core, HEAD d8021225eb7e7b276d5ceb476b0a4650240f27f8…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5227687936ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @AmirF194MIT · repository contribution
Correct this record or request removal
OBSERVATION 84GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5227313185ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @saike148MIT · repository contribution
Correct this record or request removal
OBSERVATION 85GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5225893854ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @carrot-dev01MIT · repository contribution
Correct this record or request removal
OBSERVATION 86GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5225145918ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @2sumtechMIT · repository contribution
Correct this record or request removal
OBSERVATION 87GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-23
### Before submitting your bug report - [x] I've tried finding an answer on the [Continue docs site](https://docs.continue.dev/) - [x] I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug - [x] I've seen the [troubleshooting guide](https://docs.continue.dev/troubleshooting) on the Continue Docs ### Relevant environment info…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5224641225ACCESSIBLEPublished 2026-08-23Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @wendylob24-sudoApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 88GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-22
### Problem `telemetry.ts` is duplicated near-verbatim across the TypeScript plugin integrations: - `integrations/openclaw/telemetry.ts` (~300 LOC) - `integrations/pi-agent-plugin/src/telemetry.ts` (~240 LOC) Both share the same PostHog project key, host, batching/flush machinery (5s / 10 events), anonymous-id persistence, and `captureEvent`/`captureToolEvent` shape — differing only in the `source` tag and…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5222117907ACCESSIBLEPublished 2026-08-22Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Himanshu-SangshettiApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 89GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-22
## Describe the bug `PostgresCollection` search filters do not work. The generated SQL wraps the entire filter predicate in a single quoted string literal instead of emitting it as SQL, so PostgreSQL receives e.g. `WHERE '"name" = ''test'''` — a text value, not a boolean predicate — and rejects it (`argument of WHERE must be type boolean, not type text`). This affects both string filters and lambda/callable…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5222083058ACCESSIBLEPublished 2026-08-22Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @annatchijovaMIT · repository contribution
Correct this record or request removal
OBSERVATION 90GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-22
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5222071602ACCESSIBLEPublished 2026-08-22Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @gimbalzeroMIT · repository contribution
Correct this record or request removal
OBSERVATION 91GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-22
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5220775957ACCESSIBLEPublished 2026-08-22Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @dlwldn30MIT · repository contribution
Correct this record or request removal
OBSERVATION 92GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5218362406ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @gitbalajiMIT · repository contribution
Correct this record or request removal
OBSERVATION 93GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Describe the bug `ModalExecutor._wait_for_server` (`src/smolagents/remote_executors.py`, lines 837-851) has a retry loop where `n_retries` is only incremented, and `time.sleep(1.0)` is only called, inside the `except RequestException` branch: ```python def _wait_for_server(self, host: str, token: str): """Wait for server to start up.""" n_retries = 0 while True: try: resp =…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5215528605ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @VANDRANKIApache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 94GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5215475751ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Yash-ChindamMIT · repository contribution
Correct this record or request removal
OBSERVATION 95GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5212497440ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @songyipanMIT · repository contribution
Correct this record or request removal
OBSERVATION 96GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5212421877ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @krazimo-ninadMIT · repository contribution
Correct this record or request removal
OBSERVATION 97GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5212072974ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @Math1987MIT · repository contribution
Correct this record or request removal
OBSERVATION 98GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5210880424ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @tandedeMIT · repository contribution
Correct this record or request removal
OBSERVATION 99GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Component Other (Node CLI) ### Description #### Summary The Node CLI's API-key validation races `backend.ping()` against a five-second timeout. When the ping resolves first, the losing timer is not cleared, so a one-shot CLI process can remain alive until that timer expires. #### Steps to Reproduce Run the equivalent successful race from the current implementation: ```bash /usr/bin/time -f 'elapsed=%e…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5210776993ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @cmondragon023Apache-2.0 · repository contribution
Correct this record or request removal
OBSERVATION 100GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-21
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5210704089ACCESSIBLEPublished 2026-08-21Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @acebot712MIT · repository contribution
Correct this record or request removal
OBSERVATION 101GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-20
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5208569427ACCESSIBLEPublished 2026-08-20Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @darieldatoonMIT · repository contribution
Correct this record or request removal
OBSERVATION 102GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-20
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5208260761ACCESSIBLEPublished 2026-08-20Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @acebot712MIT · repository contribution
Correct this record or request removal
OBSERVATION 103GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-20
### Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangChain rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). - [x]…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5207480277ACCESSIBLEPublished 2026-08-20Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @artmiss-gnsMIT · repository contribution
Correct this record or request removal
OBSERVATION 104GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-20
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5203095360ACCESSIBLEPublished 2026-08-20Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @jayhemnani9910MIT · repository contribution
Correct this record or request removal
OBSERVATION 105GitHub · Public Issues & Discussions
ACCESSIBLE · 2026-08-19
### Checked other resources - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question and didn't find it. - [x] I am sure that this is a bug in LangGraph rather than my code. - [x] The bug is not resolved by updating to the latest stable version of LangGraph (or the specific integration package). -…
Full provenance and capture record
OBS-LIVE-GITHUB-PUBLIC-ISSUES-5189018972ACCESSIBLEPublished 2026-08-19Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitHub · Public Issues & DiscussionsGitHub REST + GraphQL API · 许可白名单仓库 Issues 与 DiscussionsAuthor: @JessYanCodingMIT · repository contribution
Correct this record or request removal
OBSERVATION 106GitLab · Licensed Public Issues
ACCESSIBLE · 2026-02-09
The upstream Opencode repository and therefore its path to the container image changed. As the name change isn't automatically respected during the Dockerfile building, it fails. To reproduce: 1. Open https://github.com/sst/opencode in your browser 2. See you're redirected to https://github.com/anomalyco/opencode The Dockerfile needs to be changed to the new name in order for the builds to succeed.
Full provenance and capture record
OBS-LIVE-GITLAB-PUBLIC-ISSUES-76925665:8ACCESSIBLEPublished 2026-02-09Captured 2026-08-25Source ACCESSIBLE · 2026-08-26Snapshot v1
GitLab · Licensed Public IssuesGitLab Projects + Issues API · 许可白名单项目Author: @HontoNoRogerMIT License · project contribution
Correct this record or request removal
OBSERVATION 107Stack Exchange · Ask Ubuntu AI
ACCESSIBLE · 2025-08-18
I am setting up an ollama server. I installed xrdp using: sudo apt-get update sudo apt-get install xrdp This works fine when I do not have the Nvidia card installed. But when I have the card in and remote using RDP from Windows, I get a connection and then the window closes quickly. The Nvidia P40 works fine b/c it is detected by nvidia-smi, and am able to see its TPU, temp and memory utilization increase when I…
Full provenance and capture record
OBS-LIVE-STACK-ASKUBUNTU-AI-1554646ACCESSIBLEPublished 2025-08-18Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
Stack Exchange · Ask Ubuntu AIStack Exchange API v2.3 · official Atom fallback · AI 定向查询Author: benz suvCC BY-SA 4.0
Correct this record or request removal
OBSERVATION 108GitLab · Licensed Public Issues
ACCESSIBLE · 2025-07-27
Hi, I gave it a try. and started wally. I do not know if this is a bug or not, but it looks like a bug. One other thing I noticed was. It was pointed out it is a namespace filter. Meaning I can run it on a single project as a starter. That is nothing to worry though. ``` ENV WALLY_GITLAB_TOKEN= ENV WALLY_GITLAB_URL=https://gitlab.com/ ENV WALLY_DRY_RUN=true ENV WALLY_LOG_LEVEL=debug ENV…
Full provenance and capture record
OBS-LIVE-GITLAB-PUBLIC-ISSUES-45037508:220ACCESSIBLEPublished 2025-07-27Captured 2026-08-25Source ACCESSIBLE · 2026-08-27Snapshot v1
GitLab · Licensed Public IssuesGitLab Projects + Issues API · 许可白名单项目Author: @xrowGNU Affero General Public License v3.0 · project contribution
Correct this record or request removal
OBSERVATION 109Stack Exchange · Super User AI
ACCESSIBLE · 2024-12-23
My Fedora system recently crashes with strange error messages, so I am worried that my ~5 years old SSD is failing. Now I want to rescue my data from this SSD and reinstall Fedora from scratch on a new SSD. I created a bootable Fedora USB flash drive and booted it without mounting the failing SSD. Now I want to rescue the data from this SSD onto an external 8TB HDD (~4TB free space). The SSD has a capacity of…
Full provenance and capture record
OBS-LIVE-STACK-SUPERUSER-AI-1867221ACCESSIBLEPublished 2024-12-23Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
Stack Exchange · Super User AIStack Exchange API v2.3 · official Atom fallback · AI 定向查询Author: Jakob许可未在 API 响应中返回;待审核
Correct this record or request removal
OBSERVATION 110Stack Exchange · Super User AI
ACCESSIBLE · 2024-04-30
Excel function where if any row values in column A include a keyword from the list in column D but does not include a keyword from the list in column E, write True, otherwise, write nothing/keep it blank. Attempts: =IF(SUMPRODUCT(--(NOT(ISERR(SEARCH($D$2:$D$3, A2)))) * (ISERR(SEARCH($E$2:$E$3, A2)))) > 0, "True", "") This does not work but if the Exclude is singular and not a list, it does:…
Full provenance and capture record
OBS-LIVE-STACK-SUPERUSER-AI-1840956ACCESSIBLEPublished 2024-04-30Captured 2026-08-26Source ACCESSIBLE · 2026-08-26Snapshot v1
Stack Exchange · Super User AIStack Exchange API v2.3 · official Atom fallback · AI 定向查询Author: LiaCC BY-SA 4.0
Correct this record or request removal
03 · AI PATH

How far can AI assist today?

01Extract stable reproduction conditions from logs, environments, and code differences
02Compare version and interface contracts to narrow the cause
03Generate repair candidates and targeted regression tests

Human gates that must remain

  • Maintainers approve merges, dependency upgrades, and production deployment
  • Private code and credentials are never uploaded automatically
04 · COUNTEREVIDENCE & UNKNOWNS

Why is this not a solved or validated need yet?

Counterevidence / alternatives

  • Mature IDEs and error monitoring already cover common failures.
  • Low-level runtime defects may still require specialist debugging.

Evidence not yet obtained

  • Whether a complete, shareable minimal reproduction is available
  • Whether the cross-version dependency graph supports reliable attribution
05 · VALIDATION LADDER

From public signal to completed real work

V0 HypothesisV1 Single signalV2 Repeated signalV3 User confirmationV4 Completed actionV5 Prototype deliveredV6 Real taskV7 Repeat useV8 Sustained outcome

Current reviewed evidence: 0 independent confirmations, 0 completed-action records, and 0 prototype-feedback records. A click, contact authorization, or development plan never upgrades the stage automatically.

Editorial judgment: The brief passed evidence-completeness and similarity checks. It is still a repeated-signal hypothesis, not customer, adoption, or product-market-fit evidence.

06 · BUILDER PROGRESS

Public solution plans and trial results

No reviewed builder plan yet

Any developer may submit a non-exclusive plan. A plan does not change the opportunity validation stage.

07 · VERSION HISTORY

How this public brief changed

v40AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v39AUTO_DRAFT_EVIDENCE_REFRESH
v38AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v37AUTO_DRAFT_EVIDENCE_REFRESH
v36AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v35AUTO_DRAFT_EVIDENCE_REFRESH
v34AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v33AUTO_DRAFT_EVIDENCE_REFRESH
v32AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v31AUTO_DRAFT_EVIDENCE_REFRESH
v30AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v29AUTO_DRAFT_EVIDENCE_REFRESH
v28AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v27AUTO_DRAFT_EVIDENCE_REFRESH
v26AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v25AUTO_DRAFT_EVIDENCE_REFRESH
v24AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v23AUTO_DRAFT_EVIDENCE_REFRESH
v22AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v21AUTO_DRAFT_EVIDENCE_REFRESH
v20AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v19AUTO_DRAFT_EVIDENCE_REFRESH
v18AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v17AUTO_DRAFT_EVIDENCE_REFRESH
v16AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v15AUTO_DRAFT_EVIDENCE_REFRESH
v14AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v13AUTO_DRAFT_EVIDENCE_REFRESH
v12AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v11AUTO_DRAFT_EVIDENCE_REFRESH
v10AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v9AUTO_DRAFT_EVIDENCE_REFRESH
v8AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v7AUTO_DRAFT_EVIDENCE_REFRESH
v6AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v5AUTO_DRAFT_EVIDENCE_REFRESH
v4AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v3AUTO_DRAFT_EVIDENCE_REFRESH
v2AUTO_EVIDENCE_AND_UNIQUENESS_PASSED
v1AUTO_CLUSTER_DRAFT_CREATED
Submit a correction or removal request