issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:TypeScript
Filter by
7.9M results
Description
Session summary includes raw thinking/reasoning blocks in the output. It should only include the final output derived
from that thinking, not the thinking process itself.
Model: Deepseek ...
Problem
Codexy currently stores planner, explorer, debugger, QA, reviewer, and other specialist definitions under
plugins/codexy/agents/roles/*.toml. That validates as internal role metadata, but it is ...
area/agents
area/plugin
priority/high
status/done
type/fix
Summary
In src/hooks/useDocumentTitle.js, document.title is accessed inside useEffect without checking if document is defined.
This crashes in SSR environments.
Changes
Add document guard at the top ...
bug
Summary
In src/hooks/useInstallPrompt.js, window.addEventListener() and window.removeEventListener() are called without checking
if window is defined, crashing in SSR environments.
Changes
Add window ...
bug
Summary
In src/hooks/useMultiSessionRecovery.js, the useEffect calls readMultiSessions(storage, storageKey) but
readMultiSessions is absent from the dependency array, causing ESLint exhaustive-deps warnings ...
Summary
useState(!navigator.onLine) in src/hooks/useOfflineStatus.js uses navigator which is undefined in SSR, causing the
entire hook to fail.
Changes
Guard navigator access:
const [isOffline, setIsOffline] ...
bug
Summary
All functions in src/utils/offlineEventCache.js use localStorage via readJson() and writeJson() helpers without SSR
guards. This crashes any SSR page that accesses event cache data.
Changes
...
bug
Split out from #13 as the foundation for bulk checklist imports.
Scope
Introduce the data-generation tooling that the per-set data PRs depend on:
- tools/import_checklist.py — XLSX-first BaseballCardpedia ...
enhancement
Summary
Accesses localStorage in logAbuseAttempt() without checking if it is defined, causing a ReferenceError in SSR
environments (Next.js, Remix, Jest without jsdom).
Changes
Add SSR guard at the ...
bug
🐛 버그 설명
프로젝트 상세 페이지의 세부 내역 탭 진입 시, 실제로 더 앞선 카테고리의 세부항목이 존재해도 보호구 등 항목이 먼저 선택되어 표시된다. 또한 세부항목이 없는 카테고리를 클릭하면 선택 상태가 유지되지 않고 다른
카테고리로 강제 이동된다.
🔍 재현 방법
1. 프로젝트 상세 페이지 진입
2. 사용내역서 월 선택
3. 세부 내역 탭 진입 ...
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.