Skip to content

Releases: olojiang/mcp_feedback_ji

v2.5.1-ji.168

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:37

2.5.1-ji.168

Fix — 移除 enforcement 自动触发,停止浪费 cursor request

  • 删除 checkEnforcement / rules-refresh 自动注入 followup_message(会驱动 Agent 反复调用 interactive_feedback,每次消耗 Cursor request)
  • 修复冷启动 lastFeedbackAt falsy → minutesSince = Infinity 立即触发的问题路径
  • 保留 pending 用户评论投递、重复 active wait 阻断

Full Changelog: v2.5.1-ji.149...v2.5.1-ji.168

安装

下载下方 .vsix,Cursor/VS Code 中 Extensions: Install from VSIX...

或:

curl -L -o mcp-feedback-enhanced-2.5.1-ji.168.vsix \
  https://github.com/olojiang/mcp_feedback_ji/releases/download/v2.5.1-ji.168/mcp-feedback-enhanced-2.5.1-ji.168.vsix

v2.5.1-ji.149

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:04

v2.5.1-ji.147

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:48

v2.5.1-ji.146

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:11

v2.5.1-ji.145

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:59

v2.5.1-ji.144

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:36

v2.5.1-ji.86

Choose a tag to compare

@olojiang olojiang released this 03 Jul 13:44

Highlights

  • Fix staged image delete: tab switch / state_sync now re-renders staged thumbnails; remove button targets the correct session
  • Clear orphaned staged images when server marks a tab resolved
  • Includes all ji.85 panel stability, daily logs, pending/draft UX fixes

Install

Download mcp-feedback-enhanced-2.5.1-ji.86.vsix → Cursor Extensions → Install from VSIX → Developer: Reload Window

Or: git pull && ./install.sh

Note

After upgrade, Reload Window in each Cursor window (panel ↻ is not enough).

Full Changelog: v2.5.1-ji.85...v2.5.1-ji.86

Full Changelog: v2.5.1-ji.85...v2.5.1-ji.86

v2.5.1-ji.85

Choose a tag to compare

@olojiang olojiang released this 03 Jul 11:48

Highlights

  • Panel stability: fix Disconnected / empty panel after Reload (ji.79 sanitize regression, stale webview, bridge dedupe)
  • Daily rotating panel logs: webview-YYYY-MM-DD.log (7-day retention), webview.log alias, truncate command
  • Pending / Draft UX: Send merges + clears pending queue; badge renamed to draft
  • Input pane: splitter resizes textarea; vertical resize restored
  • 312 tests passing

Install

VSIX (macOS / Windows / Linux — universal)

  1. Download mcp-feedback-enhanced-2.5.1-ji.85.vsix
  2. Cursor → Extensions → ...Install from VSIX
  3. Configure ~/.cursor/mcp.json (see readme)
  4. Developer: Reload Window

Source

git clone https://github.com/olojiang/mcp_feedback_ji.git
cd mcp_feedback_ji && ./install.sh

After upgrade

  • Reload Window in each Cursor window (↻ reconnect is not enough)
  • Expect panel header: v2.5.1-ji.85 ● Connected :<port> pid=<pid>

Full changelog: changelog.md