Changelog

March 23, 2026

  • skua.snap() replaces skua.record() — shorter, clearer, same behavior (record still works)
  • New CLI: share files from the command line with skua snap chart.png --title "Q3 Revenue"
  • Snapshot URLs now use /s/ instead of /f/ — all old links redirect automatically
  • API Reference restyled with function signatures and definition-list parameters
  • Added llms.txt for AI discoverability — LLMs can now find Skua in their tool search

March 9, 2026

  • DataFrame tables now auto-size columns to fit content, with drag-to-resize for manual adjustment
  • Sticky index column stays visible while scrolling wide tables horizontally
  • Sort by clicking the sort button in any column header — no accidental sorts from row clicks

February 27, 2026

  • Code examples on the docs and home pages now show your actual finding URLs
  • Docs page refresh: cleaner layout, animated shimmer on the profile link

February 13, 2026

  • New supported types: Python dicts and NumPy arrays render as formatted tables
  • NumPy arrays are now displayed correctly instead of being misidentified as DataFrames