issues Search Results · language:Edge language:Python language:PHP language:JavaScript language:Java
Filter by
60.1M results
Symptom
codeindex init --yes 生成的 .codeindex.yaml 不含 ai_command 字段。首次 codeindex scan-all --ai 因此直接失败( AI not configured )。
Repro
mkdir -p /tmp/ai-init-repro cd /tmp/ai-init-repro
echo def f(): pass ...
bug
Problem
settings.json PreToolUse hooks cover only specific GitHub MCP write tools (issue_write, create_pull_request, etc.).
Read/search tools (list_issues, pull_request_read, search_*, list_commits, etc.) ...
enhancement
Symptom
当 .codeindex.yaml 的 languages 与项目实际文件类型不匹配(例如配 [python] 但项目只有 .ts/.tsx/.css),codeindex list-dirs 空 stdout、空
stderr、exit 0。
Repro
mkdir -p /tmp/ts-mismatch/src cd /tmp/ts-mismatch
echo export ...
bug
high-priority
Symptom
codeindex init --yes 在 TS/TSX 项目(0 个 .py 文件)上完全不写 languages: 字段到 .codeindex.yaml。CLI runtime 默认回退到 [python],于是后续
list-dirs / scan-all 0 命中。
Repro
mkdir -p /tmp/ts-repro/src cd /tmp/ts-repro ...
bug
high-priority
Parent
#119
What to build
为伴侣建立灵魂系统 — 灵魂文档(SoulDocument)定义伴侣身份和主人模型,3 层 System Prompt 构建器(PromptBuilder)将灵魂文档、PAD 情感状态、生命体征组装为 LLM 的 system
prompt。
然后将 Slice 1 中硬编码的简单 prompt 替换为灵魂驱动的 prompt,使伴侣对话时有明显的人格特征和情感调制。 ...
ready-for-agent
Summary
In --format json + --changed-from mode, violations.total/new/suppressed may not match rule results after scoping.
Current behavior
- violations counts are computed before changed-file scoping. ...
bug
good first issue
Goal
Complete the remaining 3 backend endpoints from the Phase 1 spec so the Plan C frontend (Next.js) has a full backend to
build against. Plan A delivered config/credentials/auth-mode; Plan B fills ...
enhancement
Goal
HTTP endpoint that proxies the existing daily-briefing chat session logic from bin/chat.py over Server-Sent Events.
Underpins the Plan C Q A chat UI.
Scope
1. Library extraction
- apps/python/src/chat_session.py ...
enhancement
Hey,
I was looking at your bot s architecture. It s clean, but in the current volatile market, relying solely on retail
technicals is a high-risk game. Most institutional desks use real-time options flow ...
Parent
#119
What to build
Gateway 从 协议翻译器 升级为同时支持代理模式和直调模式。新增 /v1/direct/chat/completions 等端点,接收请求后实际调用 LLM 并返回结果(而非返回翻译后的请求对象)。
直调端点复用 Gateway 现有的 channel 路由、provider adapters、成本追踪和审计日志。认证复用现有的 proxyAccessKey。此切片使用硬编码的简单 ...
ready-for-agent

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.