Skip to content

Releases: josbeir/cakephp-synapse

0.1.11

21 Dec 10:59

Choose a tag to compare

🪟 Windows Compatibility Improvements

Cross-Platform Testing & Fixes

  • Added Windows CI testing to catch platform-specific issues early
  • Fixed path separator inconsistencies across Windows and Unix systems

Bug Fixes

  • Fixed ServerBuilder to use consistent forward slashes in scan directory paths
  • Fixed shell commands to use platform-appropriate null devices (NUL on Windows, null on Unix)
  • Fixed findExecutable() to only run platform-specific commands (which on Unix, where on Windows)
  • Normalized line endings in test file reading for cross-platform consistency
  • Added Windows-specific error message handling in process execution tests

CI/CD

  • Added Windows and Ubuntu matrix testing

0.1.10

21 Dec 10:28
0d34c57

Choose a tag to compare

What's Changed

  • Make file search os independent and fix doc index on windows by @skie in #3

New Contributors

  • @skie made their first contribution in #3

Full Changelog: 0.1.9...0.1.10

0.1.9

13 Dec 19:48
c7a445c

Choose a tag to compare

What's changed

  • Adding command tools list_commands and get_command_info

Full Changelog: 0.1.8...0.1.9

0.1.8

29 Nov 13:10
4323356

Choose a tag to compare

What's Changed

  • The tinker command now runs in a sub-process allowing it to evaluate changes in real-time #2
  • Added descriptions for all commands

Full Changelog: 0.1.7...0.1.8

0.1.7

23 Nov 14:37

Choose a tag to compare

Added

  • Added various handy MCP Prompts (check if your client supports this).
  • MCP Inspector support (--inspect flag)
  • Added traits to tinker tool (LocatorAwareTrait, LogTrait)

Full Changelog: 0.1.6...0.1.7

0.1.6

23 Nov 10:49

Choose a tag to compare

Features & Improvements

  • Original markdown now preserved with full formatting (code blocks, links, lists)
  • Schema auto-validates and rebuilds database if needed
  • Better CLI UX - best search results stay visible

Bug Fixes

  • Fixed search ranking - best results now appear first (BM25 scores were inverted)

Migration

Re-index required to populate original content:

bin/cake synapse index -d
bin/cake synapse index

Full Changelog: 0.1.5...0.1.6

0.1.5

22 Nov 13:11

Choose a tag to compare

Use tagged ^0.1 php-sdk version

0.1.4

22 Nov 12:21

Choose a tag to compare

Added

  • Tinker Tool: Execute PHP code in your CakePHP application for debugging
  • Environment Variables Tool: List all available environment variables with list_env_vars

Fixed

  • Documentation resource templates now return correct data structure for MCP clients
  • Various bug fixes in debug and documentation tools

Improved

  • Better server logging
  • Documentation and README improvements
  • Support for destroying search index from CLI

Removed

  • Reverse route tool due to complex schema issues

0.1.3

20 Nov 21:02

Choose a tag to compare

  • Add documentation search tools
  • Add additional interactive search mode

0.1.2

20 Nov 11:48

Choose a tag to compare

  • Add simple logging support
  • Refactor server building to separate Builder class to simplify testing.
  • Fix plugin tool resolving when using as actual CakePHP plugin