Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Common settings are in `claude_code_api/core/config.py`:
- `database_url`
- `require_auth`

## Bug Reports & Support

For `claude-code-api` and `ai-code-fusion`, use this discussion thread for bug reports and troubleshooting:

- https://github.com/codingworkflow/ai-code-fusion/discussions/151
Comment on lines +96 to +100
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Misroutes bug reports 🐞 Bug ✓ Correctness

README now directs bug reports to an external ai-code-fusion discussion, conflicting with this
repo’s identity and advertised Issues URL; users/tools will likely file problems in the wrong place.
This fragments triage and breaks expectations from project metadata.
Agent Prompt
### Issue description
The README’s new bug-report instruction points to a different repository than this project’s clone URL and advertised `project.urls.Issues`, likely misdirecting users and fragmenting triage.

### Issue Context
- README is for “Claude Code API Gateway” and clones `codingworkflow/claude-code-api`, but bug reports are routed to `codingworkflow/ai-code-fusion`.
- `pyproject.toml` advertises an Issues URL that doesn’t match the new README guidance.

### Fix Focus Areas
- README.md[96-100]
- pyproject.toml[63-68]
- README.md[12-18] (for consistency check)

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


## Developer Docs

For engineering workflows and internal commands:
Expand Down