kagi: parity with upstream PR #55 — summarize -j, raw_text compat, 0.3.0#41
Merged
Conversation
…0.3.0 Bring the vendored kagi in line with what's being upstreamed to Mic92/mics-skills#55: add the -j short alias to summarize, keep raw_text as a backward-compat alias in search -j JSON, and make the version coherent at 0.3.0 across __init__/pyproject/default.nix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the vendored
kagiin line with what's being upstreamed to Mic92/mics-skills#55, so the two copies don't drift while #55 is in review.summarizegains the-jshort alias (parity withsearch).search -jJSON keepsraw_textas a backward-compat alias ofmarkdown(matches the released upstream contract).0.3.0across__init__.py/pyproject.toml/default.nix.summarize -j, shared-flags note); test flipped to assert theraw_textalias.kagi/kagi/*.py+ tests are now byte-for-byte identical to #55.nix flake checkgreen.Should auto-merge once #40 (automerge workflow) is on
mainand Check passes.