Skip to content

chore: release v0.0.61#208

Merged
gimalay merged 1 commit intomasterfrom
release-plz-2026-01-14T02-05-06Z
Mar 15, 2026
Merged

chore: release v0.0.61#208
gimalay merged 1 commit intomasterfrom
release-plz-2026-01-14T02-05-06Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jan 14, 2026

🤖 New release

  • liwe: 0.0.60 -> 0.0.61 (✓ API compatible changes)
  • iwe: 0.0.60 -> 0.0.61 (✓ API compatible changes)
  • iwes: 0.0.60 -> 0.0.61 (✓ API compatible changes)
Changelog

liwe

0.0.61 - 2026-03-15

Other

  • Replace LSP AI commands support with CLI-based transformations (#223)
  • Add frontmatter document titles support (#222)
  • Add retrieve and find commands (#221)

iwe

0.0.61 - 2026-03-15

Other

  • Add frontmatter document titles support (#222)
  • Add retrieve and find commands (#221)

iwes

0.0.61 - 2026-03-15

Other

  • CI build fix
  • Replace LSP AI commands support with CLI-based transformations (#223)
  • Add frontmatter document titles support (#222)

Changed

  • BREAKING: Replace LLM API integration with CLI-based transformations

    Transform actions now execute external CLI commands instead of making direct API calls to LLM providers. This change removes the burden of maintaining API client code and eliminates direct external API calls from IWE. Users are likely to already have CLI AI tools pre-configured with API keys and preferences, making integration seamless. Any CLI-based AI tool can be used: claude, aichat, llm, sgpt, or custom scripts.

    • Renamed [models] config section to [commands]
    • Transform actions now use command field instead of model
    • Transform actions now use input_template field instead of prompt_template
    • Removed context field from transform actions
    • Commands execute via sh -c with input piped to stdin
    • Configuration version bumped to 3 (auto-migration from v2)

Removed

  • Removed reqwest dependency (no longer needed for HTTP API calls)
  • Removed LLM API client code
  • Removed prompt_key_prefix configuration option


This PR was generated with release-plz.

@gimalay gimalay force-pushed the master branch 7 times, most recently from 5e98d81 to e10cb40 Compare January 19, 2026 17:04
@github-actions github-actions bot force-pushed the release-plz-2026-01-14T02-05-06Z branch 3 times, most recently from f89de7d to 1ec5fca Compare March 15, 2026 20:04
@github-actions github-actions bot force-pushed the release-plz-2026-01-14T02-05-06Z branch from 1ec5fca to 7a9aa68 Compare March 15, 2026 20:10
@gimalay gimalay merged commit 137b1b4 into master Mar 15, 2026
@gimalay gimalay deleted the release-plz-2026-01-14T02-05-06Z branch March 15, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant