Files
plane/apps/pi
0b9405241b [PAI-1258] feat: init interactive charts (#5864)
* feat: init interactive charts

* chore: update plot json output

* fix: implemented json-renderer

* fix: removed json-renderer

* fix: removed json-renderer

* fix: types

* refactor: Remove horizontal bar chart option and improve plotting function docstrings with `REQUIRED` data_dict examples.

* add chunk grouping in reasoning block streaming

* fix plotting step failure

* refactor: simplify plotting tool docstrings

* fix: pie chart tooltip

* fix: lint

* fix: zod added to catalog

* fix: chart yaxis labels

---------

Co-authored-by: Akhil Vamshi <[email protected]>
Co-authored-by: sunder <[email protected]>
2026-02-27 03:47:06 +05:30
..
2025-12-05 16:27:19 +05:30

Plane Intelligence

📚 API Documentation

For V1 to V2 API Migration & Testing:
See the comprehensive guide: docs/V1_VS_V2_TESTING_GUIDE.md

This single document covers:

  • 20 Automated tests for API validation
  • 41 Migrated endpoints with curl examples
  • RESTful design following White House Web API Standards
  • Step-by-step testing workflows

🚀 Quick Test

# Run automated tests
cd tests/
./run_tests.sh <your-session-token> <workspace-id>

# Or run specific test
python test_v1_v2_comparison.py --token <token> --test health

# List all available tests
python test_v1_v2_comparison.py --list-tests

📖 Key Files