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: tmonk/stata-workbench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: tmonk/stata-workbench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 14 files changed
  • 2 contributors

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    9c4af77 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. feat: Enhance graph export functionality and UI controls

    - Implemented `fetchGraph` and `exportAllGraphs` methods in `StataMcpClient` for improved graph handling.
    - Added `_fileToDataUri` method to convert local files to data URIs for better artifact management.
    - Updated `TerminalPanel` to support downloading graph PDFs, canceling runs, and clearing all commands.
    - Enhanced UI with new buttons for stopping runs and clearing commands, along with improved styling.
    - Refactored artifact handling to streamline graph data processing and error management.
    - Removed unused `view-utils.js` file to clean up the codebase.
    - Added unit tests for new functionalities in `mcp-client` and `panels` to ensure reliability.
    tmonk committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    ae018ce View commit details
    Browse the repository at this point in the history
  2. feat: Add support for graph export to PDF and improve cancellation ha…

    …ndling
    
    - Added @vscode/codicons dependency for UI enhancements.
    - Implemented PDF export functionality in downloadGraphAsPdf, ensuring proper handling of base64 and file paths.
    - Enhanced cancellation support in MCP client, allowing for graceful cancellation of long-running commands.
    - Updated TerminalPanel to handle download status and cancellation events.
    - Improved integration tests for graph export and command cancellation.
    - Refactored code to ensure better error handling and user feedback during cancellations.
    tmonk committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    7785296 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    tmonk committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    98b1b4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from tmonk/ui

    UI
    tmonk authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    3442c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    515fc88 View commit details
    Browse the repository at this point in the history
Loading