Skip to content

Releases: kitproj/coding-context-cli

v0.0.31

24 Dec 01:33
95cb263

Choose a tag to compare

What's Changed

  • Fix parser failure on empty task content by @Copilot in #175

Full Changelog: v0.0.30...v0.0.31

v0.0.30

24 Dec 00:55
40b7c0a

Choose a tag to compare

What's Changed

  • Skip download/cleanup for local search paths by @Copilot in #171
  • Add file paths to error messages by @Copilot in #173

Full Changelog: v0.0.29...v0.0.30

v0.0.29

24 Dec 00:17
51b6a24

Choose a tag to compare

What's Changed

  • Wrap all errors with context using fmt.Errorf by @Copilot in #170

Full Changelog: v0.0.28...v0.0.29

v0.0.28

23 Dec 21:42
ee2a9b8

Choose a tag to compare

What's Changed

  • Align documentation with code implementation by @Copilot in #167
  • Add selector support to command frontmatter by @Copilot in #168
  • Add Prompt field to Result struct combining rules and task content by @Copilot in #169

Full Changelog: v0.0.27...v0.0.28

v0.0.27

23 Dec 18:31
5030f6e

Choose a tag to compare

What's Changed

  • Change mcp_servers map to single mcp_server configuration object in rules only by @Copilot in #164

Full Changelog: v0.0.26...v0.0.27

v0.0.26

22 Dec 23:19
d65f48d

Choose a tag to compare

What's Changed

  • refactor: Reorganize into Subpackages and Enhance Parameter Parsing by @swedishborgie in #163
  • Fix documentation discrepancies with actual code behavior by @Copilot in #166

Full Changelog: v0.0.25...v0.0.26

v0.0.25

16 Dec 17:40
8c5685a

Choose a tag to compare

What's Changed

  • Add arbitrary field support to MCP server configuration by @Copilot in #161
  • Update pkg/codingcontext/README.md to reflect current API by @Copilot in #162

Full Changelog: v0.0.24...v0.0.25

v0.0.24

12 Dec 21:02
780008f

Choose a tag to compare

Add user_prompt as positional argument for dynamic task augmentation …

v0.0.23

11 Dec 20:41
a3529db

Choose a tag to compare

What's Changed

  • Add tests and documentation for selector OR logic between CLI and task frontmatter by @Copilot in #145
  • Add expand_params frontmatter field to disable parameter expansion by @Copilot in #148
  • Add content expander for parameters, commands, and file paths with injection protection by @Copilot in #151
  • Fix double expansion in slash command arguments by @Copilot in #152

Full Changelog: v0.0.22...v0.0.23

v0.0.22

09 Dec 01:31
f1d17cc

Choose a tag to compare

What's Changed

  • Add manifest URL support for centralized rule/task management by @Copilot in #138
  • Enhanced task parsing with participle/v2 parser by @Copilot in #143
  • Fix documentation inconsistencies with code implementation by @Copilot in #144

Full Changelog: v0.0.21...v0.0.22