Skip to content

Commit 1d94340

Browse files
Gkrumbach07Ambient Code Botclaude
authored
fix: read issue comments for full context (#1237)
## Summary Explicitly instruct the agent to read issue comments via `gh issue view --comments`, not just the issue body. Important context is often in comments. ## Test plan - [ ] Add `ambient-code:auto-fix` to an issue with context in comments — verify agent reads them 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Enhanced issue handling workflow to ensure comprehensive context reading by requiring review of issue body and all comments before processing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0c95b38 commit 1d94340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/amber-issue-handler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
## Instructions
8484
85-
1. Read the issue and understand the problem.
85+
1. Read the issue body and all comments for full context (`gh issue view --comments`).
8686
2. Explore the codebase to find the relevant code.
8787
3. Create a plan for how to fix the issue. If there is any ambiguity —
8888
unclear requirements, multiple valid approaches, missing context — you
@@ -275,7 +275,7 @@ jobs:
275275
276276
## Instructions
277277
278-
1. Read the issue and understand the problem.
278+
1. Read the issue body and all comments for full context (`gh issue view --comments`).
279279
2. Explore the codebase to find the relevant code.
280280
3. Create a plan for how to fix the issue. If there is any ambiguity —
281281
unclear requirements, multiple valid approaches, missing context — you

0 commit comments

Comments
 (0)