[Update] Fixing the Friction and Leveling Up the Ping Copilot
Hey everyone!
It’s been a busy week at the Ping HQ. We’re big believers in building in public, and that means being honest: our Copilot had some rough edges that were getting in the way of a truly frictionless workflow.
We spent the last few days digging into the code to fix what was broken and polish what was working. Here is the breakdown:
The Fixes:
Merge & Precision Issues: We noticed the Copilot was occasionally struggling with long prompts—either losing its place or making imprecise edits that messed up the file structure. We’ve overhauled the agent's logic to handle long-form content with much higher accuracy.
Cluttered Diffs: The old side-by-side suggested changes view was honestly a bit of a mess for quick iterations. It felt heavy and broke the "flow" of the chat.
Stale Context: There were moments where the Copilot didn't "see" your most recent changes, leading to confusing tool calls.
The Improvements:
✨ New Edit Viewer (Directly in Chat)
We killed the heavy side-by-side view that used to overlay your entire editor. Now, when the Copilot suggests a change, you can review the diffs and history directly within the Tool Card in the chat. It’s cleaner, faster, and lets you see exactly what’s being proposed without losing your place.
Note: You still maintain full control with Accept/Reject actions directly in the editor.
🔄 Real-Time Editor Sync
The Copilot now has "live eyes" on your editor. We’ve synced the agent's tools with your current session (with pending edits), so if you tweak a line, the Copilot knows it instantly. No more re-explaining context.
🛠️ Robust Tool UI & Logic
We’ve refactored how tool calls are displayed and executed. The interaction is now more structured, the merges are safer, and the UI feedback is much more intuitive.
We’re leaning further into what makes PingPrompt unique: being the most reliable workspace for managing the complex System Prompts and Instructions that power your AI applications. This update ensures that as your instructions grow in length and complexity, your tools stay precise.
We’re obsessed with making PingPrompt the gold standard for prompt management. Sometimes that means breaking things to build them better, and this update is a huge step toward that goal.
Give it a spin and let us know your thoughts. We're building this together!
Onward!



Replies
This is exactly the kind of update that builds trust. Fixing long-prompt precision + stale context before adding more features shows real product maturity.
The move to inline diffs inside chat feels especially right — fewer context switches = better flow.
Curious how this holds up on very large system prompts (multi-file / multi-agent setups). Great step forward