Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phiat/claude-esp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: phiat/claude-esp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 27, 2026

  1. Fix crash when parsing MCP server tool results

    MCP tools return tool_result content as an array of content blocks
    ([{"type":"text","text":"..."}]) while built-in tools return a plain
    string. The ToolResult.Content field was typed as string, causing
    json.Unmarshal to fail on any MCP tool result.
    
    Change Content to json.RawMessage and add extractToolResultContent()
    to handle both formats.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    phiat and claude committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    deab934 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from phiat/fix/mcp-tool-result-parsing

    Fix crash when parsing MCP server tool results
    phiat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    cb03aba View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.1

    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    phiat and claude committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    e7d0bc4 View commit details
    Browse the repository at this point in the history
Loading