Skip to content

docs(integrations): mention markdown in replies; print URL on daemon start#401

Merged
tomasz-tomczyk merged 1 commit intomainfrom
fix/markdown-replies-docs
Apr 30, 2026
Merged

docs(integrations): mention markdown in replies; print URL on daemon start#401
tomasz-tomczyk merged 1 commit intomainfrom
fix/markdown-replies-docs

Conversation

@tomasz-tomczyk
Copy link
Copy Markdown
Owner

Summary

  • Add "reply bodies support markdown" note to all 13 agent integration docs (claude-code, cursor, codex, github-copilot, opencode, cline, windsurf, aider — both crit and crit-cli skills where present).
  • Daemon stdout now prints the full review URL: Started crit daemon at http://localhost:<port> (PID …) instead of on port <port>. Same for Connected to crit daemon … and the plan-hook variants.
  • Update each /crit agent prompt to relay the printed URL to the user (helps when the auto-launched browser doesn't open or the user is on a different machine).
  • Bump claude-code plugin to 1.3.0; regenerate integration hashes.

Closes #399

Test plan

  • go test ./... passes
  • Pre-commit hook passes (gofmt, golangci-lint, stylelint, css-vars)
  • Integration hashes regenerated for all 14 changed integration files

🤖 Generated with Claude Code

…start

Closes #399

- Add 'reply bodies support markdown' note to all agent integration
  docs (claude-code, cursor, codex, github-copilot, opencode, cline,
  windsurf, aider) covering both crit and crit-cli skills.
- Change daemon startup/connect messages to print the full review URL
  (http://localhost:<port>) instead of just 'on port <port>'.
- Update /crit agent prompts so the agent relays the printed URL to
  the user (helps when the auto-launched browser doesn't open or the
  user is on a different machine).
- Bump claude-code plugin to 1.3.0; regenerate integration hashes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.09%. Comparing base (5bc42d5) to head (fc42443).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
main.go 0.00% 6 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   67.08%   67.09%   +0.01%     
==========================================
  Files          19       19              
  Lines        8221     8221              
==========================================
+ Hits         5515     5516       +1     
+ Misses       2277     2276       -1     
  Partials      429      429              
Flag Coverage Δ
e2e 34.05% <0.00%> (-0.03%) ⬇️
unit 63.13% <0.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tomasz-tomczyk tomasz-tomczyk merged commit 839690a into main Apr 30, 2026
12 of 14 checks passed
@tomasz-tomczyk tomasz-tomczyk deleted the fix/markdown-replies-docs branch April 30, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update crit and crit:crit-cli to mention Markdown support in comment replies

1 participant