Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.53 KB

File metadata and controls

22 lines (17 loc) · 1.53 KB

Eclipse plugin

  • WebJDT HTTP server exposing JDT functionality.
  • Pi extension pi-extensions/nateclipse.ts providing tools that hit WebJDT and other utilities.
  • CompletionSort Improved completion and open type sorting
  • TabLabels Tab label cleanup

Don't use java_* tools, they can't find Nateclipse classes because those are in a workspace for plugin development, not in the main workspace that runs WebJDT.

Don't bother with TSC.

Pi documentation

  • Main: C:\Apps\node\node_modules@mariozechner\pi-coding-agent\README.md
  • Additional: C:\Apps\node\node_modules@mariozechner\pi-coding-agent\docs
  • Examples: C:\Apps\node\node_modules@mariozechner\pi-coding-agent\examples (extensions, custom tools, SDK)
  • When asked about: extensions (docs/extensions.md, examples/extensions/), themes (docs/themes.md), skills (docs/skills.md), prompt templates (docs/prompt-templates.md), TUI components (docs/tui.md), keybindings (docs/keybindings.md), SDK integrations (docs/sdk.md), custom providers (docs/custom-provider.md), adding models (docs/models.md), pi packages (docs/packages.md)
  • When working on pi first read the docs and examples and follow .md cross-references before implementing
  • Always read pi .md files completely and follow links to related docs (eg, tui.md for TUI API details)
  • Full Pi source: C:\Dev\oss\pi-mono (git pull to ensure latest)
  • Core tools: C:\Dev\oss\pi-mono\packages\coding-agent\src\core\tools (git pull to ensure latest)
  • Installed extensions: C:\Users\Nate.pi\agent\extensions (pi-extensions/*.ts are symlinked here)