Skip to content

Latest commit

 

History

History
209 lines (99 loc) · 13 KB

File metadata and controls

209 lines (99 loc) · 13 KB

Changelog

0.1.23 (2026-07-01)

Features

  • lsp: multiplexing LSP server to run multiple servers per extension (#100) (95a84ac)

Bug Fixes

  • ci: unblock release pipeline and auto-sync plugin code pins (#101) (8af00cc)
  • release: drop non-functional plugin-pin extra-files, use caret pins (#104) (559a54d)

0.1.22 (2026-03-23)

Features

  • .claude-plugin: add graphql-lsp to marketplace (#93) (0243d71)
  • plugins: use CLAUDE_PLUGIN_DATA for persistent LSP server installation (#96) (87101f7)

0.1.21 (2026-03-04)

Reverts

  • plugins: downgrade @pleaseai/code version from 0.1.19 to 0.1.13 (#90) (b51b87c)

0.1.20 (2026-03-03)

Features

  • .claude-plugin: extract LSP servers into individual plugin packages (#89) (a557833)

Bug Fixes

  • logger: default to production mode for bundled binaries (#86) (05a1089)

0.1.19 (2026-01-29)

Features

  • plugins: separate LSP servers into individual plugins (#81) (62fd9e9)

0.1.18 (2026-01-16)

Features

0.1.17 (2026-01-15)

Features

  • format: add file-based root detection for formatter enabled checks (#76) (a09dbd8)

0.1.16 (2026-01-15)

Features

  • examples: Add LSP TypeScript example project (#74) (9df0bd4)

0.1.15 (2025-12-23)

Features

  • librarian: add DeepWiki MCP integration for documentation lookup (#70) (e5488e1)

Bug Fixes

  • hooks: use versioned bunx to avoid cache issues (#67) (36abb66)

0.1.14 (2025-12-23)

Features

  • plugins: add reflexion plugin for self-refinement (#65) (b0ebea5)

0.1.13 (2025-12-23)

Bug Fixes

  • deps: add zod dependency to format package (#61) (a7ab870)

0.1.12 (2025-12-23)

Features

  • add ast-grep SessionStart hook and setup command (#58) (b2d2910)
  • add PostToolUse hooks for auto-format and LSP diagnostics (#48) (c78da98)
  • agents: add code-explorer and code-architect agents (#60) (2851b5a)
  • docs: add documentation site at apps/docs (#54) (ad05127)
  • lsp: add 20 additional LSP servers from OpenCode reference (#51) (bd66e30)
  • lsp: add Claude Code LSP plugins with multi-language server support (#52) (06366c2)

Bug Fixes

  • docs: resolve bun build issues and update component syntax (#57) (204ef32)
  • docs: use nodejs_compat_v2 for Cloudflare Pages (#56) (1703e51)

0.1.11 (2025-12-19)

Bug Fixes

  • ci: disable npm provenance for private repository (#46) (ad277ab)

0.1.10 (2025-12-19)

Bug Fixes

  • ci: upgrade to Node.js 24 for npm trusted publishing (#44) (0de05cf)

0.1.9 (2025-12-19)

Bug Fixes

  • ci: use actions/cache for GitHub-hosted runners (#42) (041da12)

0.1.8 (2025-12-19)

Features

  • lsp: add ESLint language server support (#39) (285a0d9), closes #38

Bug Fixes

  • ci: use GitHub-hosted runners for npm publish workflow (#41) (17db1f4)

0.1.7 (2025-12-19)

Features

  • agents: add librarian agent for codebase exploration (#32) (9d74066)
  • dora: add ast-grep provider for AST-aware code search (#35) (74117d3)
  • logger: add shared logger package with pino integration (#37) (c208f35)

0.1.6 (2025-12-18)

Features

  • config: implement unified configuration system (#26) (1fe9cab)
  • dora: add FileProvider with Serena-inspired file tools (#27) (7938021)
  • lsp: add Prisma Language Server support (#23) (9a691e1)

0.1.5 (2025-12-18)

Features

0.1.4 (2025-12-18)

Features

  • lsp: add completion method to LSPManager (#16) (f9423ec)
  • lsp: add definition and references methods to LSPManager (#14) (45e82f3), closes #13

0.1.3 (2025-12-17)

Features

  • add @pleaseai/code package with LSP hooks and npm distribution (8361095)
  • lsp: add Dart Language Server support (#9) (c0a42d5)
  • lsp: add Kotlin Language Server support (#7) (f71d8dd)
  • lsp: add oxlint LSP server support (#4) (b233bb3)
  • lsp: add Vue Language Server support (#12) (8e820e7)

Bug Fixes

  • correct .mcp.json structure with mcpServers wrapper (cf9c1ac)

0.1.2 (2025-12-17)

Bug Fixes

  • correct .mcp.json structure with mcpServers wrapper (cf9c1ac)

0.1.1 (2025-12-17)

Features

  • add @pleaseai/code package with LSP hooks and npm distribution (8361095)