Skip to content

v0.1.0 — initial release

Choose a tag to compare

@jpantsjoha jpantsjoha released this 07 Aug 15:21
· 19 commits to main since this release

First tagged release of the Pine Script v6 agent plugin.

What works

  • Agent Plugins 1.0.0 conformant — verified by scripts/validate_agent_plugins.py
  • skills/pinescript-v6 — execution model, the two call forms of line.new / label.new / box.new, anti-repainting, platform limits, and API through July 2026
  • MCP servervalidate_pine_script (runs both diagnostic paths, so it agrees with the VS Code extension) and lookup_pine_reference (real signatures, overloads surfaced explicitly)
  • make gate — spec conformance, skill contracts, link resolution, embedded-example validation, and 14 MCP behaviour tests. Also a pre-commit hook.

Every Pine example in every skill is extracted and run through the real validator in CI. A skill shipping code that fails its own checker would defeat the purpose, so the build blocks it.

Not yet ready for a hub listing

  • One skill. Three more planned.
  • The engine is not on a package registry, so the plugin needs a local checkout of pinescript-vscode-extension.

Both are in the CHANGELOG.