Skip to content

v0.0.82

Choose a tag to compare

@flori flori released this 21 Mar 22:07
  • Added emoji indicators (🔔, ❓) to confirmation and ask prompts across
    multiple modules for clearer user experience.
  • Updated the generic prompt string to “⏎ Press …” for improved readability.
  • Enhanced the ResolveTag tool and TagResolver utility:
    • Introduced a public kinds method that returns a mapping of ctags kind
      identifiers to human‑readable descriptions.
    • Updated the kind parameter description to include a JSON representation
      of available kinds.
    • Refactored kind_of to use the new mapping.
    • Fixed the tag‑parsing regular expression to capture all columns.
  • Updated the PasteIntoEditor tool description to use text instead of
    string and clarified that no file or line is required when pasting into the
    editor.
  • Added a before block in the resolve_tag spec to set the CTAGS_TOOL
    configuration to ctags for consistent testing.
  • Updated the kramdown‑ansi dependency to a newer major version.
  • Updated the ollama‑ruby dependency to a newer major version and bumped the
    RubyGems version requirement.