Skip to content

Tags: josbeir/cakephp-synapse

Tags

0.1.11

Toggle 0.1.11's commit message
Cross platfor fixes 

0.1.10

Toggle 0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make file search os independent and fix doc index on windows (#3) * make file search os independent and fix doc index on windows * Add test and clean up exception handling for repository file search solution --------- Co-authored-by: Jasper Smet <josbeir@gmail.com>

0.1.9

Toggle 0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding command tools (#1) Awaiting merge untill cakephp/cakephp#19088 is fixed

0.1.8

Toggle 0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run tinker code in subprocess (#2) * Run tinker in a sub process so we don't need to restart the server on re-evaulations * Drop context as this is now enabled by default by the TinkerEvalCommand * test(tinker): add more tests for sub process code execution * test(coverage) More work on code coverage * Add descriptions for all commands

0.1.7

Toggle 0.1.7's commit message
Properly handle prompt exceptions 

0.1.6

Toggle 0.1.6's commit message
Preserve original markdown in search results and fix BM25 ranking - Add (simple) schema-driven database management with auto-validation - Store original markdown content separately from cleaned FTS content - Fix BM25 score sorting (was inverted, best results appeared last) - Reverse CLI snippet order (best result displayed last, stays visible) Resources now return full markdown with formatting (code blocks, links, lists). Search results correctly ranked with Collections appearing first for 'collections' query.

0.1.5

Toggle 0.1.5's commit message
Adding editorconf 

0.1.4

Toggle 0.1.4's commit message
Drop reverse route tool because complex schema issues 

0.1.3

Toggle 0.1.3's commit message
Add more tests for the search command 

0.1.2

Toggle 0.1.2's commit message
Fix up plugin path resolution