Skip to content

Releases: kitproj/coding-context-cli

v0.0.16

20 Nov 23:28
c6a47f8

Choose a tag to compare

What's Changed

  • Update README.md installation instructions to v0.0.15 by @Copilot in #95
  • Rename paramMap to Params and add ParseParams function by @Copilot in #97
  • Rename selectorMap type to selectors by @Copilot in #99
  • Switch to slog for logging by @alexec in #101
  • Extend parameter templating to rule files by @Copilot in #107
  • Add ParseSlashCommand for parsing AI assistant slash commands with bash-like arguments by @Copilot in #102
  • Convert to library: extract core functionality to pkg/codingcontext by @Copilot in #105

Full Changelog: v0.0.15...v0.0.16

v0.0.15

18 Nov 04:40
409f600

Choose a tag to compare

What's Changed

  • Add task file support for .opencode/command directory with optional task_name by @Copilot in #94

Full Changelog: V0.0.14...v0.0.15

v0.0.13

13 Nov 16:49
621781c

Choose a tag to compare

What's Changed

  • Add remote directories documentation by @Copilot in #85
  • Migrate from deprecated go.yaml.in/yaml/v2 to gopkg.in/yaml.v3 by @Copilot in #86
  • Add -t flag to print task frontmatter by @Copilot in #87
  • feat: Support Tool / Rule Filters in Task Frontmatter, Emit Task Frontmatter by @swedishborgie in #88
  • Document task frontmatter selectors and -t flag by @Copilot in #90
  • Add .cursor/commands to task search paths by @Copilot in #91

New Contributors

Full Changelog: v0.0.12...v0.0.13

V0.0.14

14 Nov 03:47
71b8d96

Choose a tag to compare

What's Changed

  • Update README installation instructions to v0.0.13 with Linux and macOS support by @Copilot in #92
  • Add bootstrap script support for tasks by @Copilot in #93

Full Changelog: v0.0.13...V0.0.14

v0.0.12

09 Nov 22:20
f5336b4

Choose a tag to compare

What's Changed

  • Document relationship to GitHub Next's Agentic Workflows by @Copilot in #69
  • Add resume mode (-r flag) using standard frontmatter filtering by @Copilot in #70
  • Add Makefile with lint target and GitHub Actions integration by @Copilot in #71
  • Document that include selectors only match top-level YAML fields by @Copilot in #72
  • Add language selector examples and Linguist language reference to README by @Copilot in #74
  • Add GitHub Pages documentation website using Diataxis framework by @Copilot in #76
  • Add GitHub Copilot instructions by @Copilot in #82
  • Add remote directory support via go-getter for rules and tasks by @Copilot in #80
  • Remove /etc/agents and "agents" fallback paths by @Copilot in #83
  • Update documentation theme to just-the-docs and verify completeness by @Copilot in #84

Full Changelog: v0.0.11...v0.0.12

v0.0.11

05 Nov 17:21
c7165df

Choose a tag to compare

What's Changed

  • chmod +x bootstrap files before execution by @Copilot in #59
  • Rename module and references from coding-agent-context to coding-context by @Copilot in #62
  • Remove unused -S exclude flag by @Copilot in #63
  • Add OpenCode.ai rules support by @Copilot in #64
  • Add supported coding agents list to README by @Copilot in #65
  • Select tasks by task_name frontmatter field instead of filename by @Copilot in #66

Full Changelog: v0.0.10...v0.0.11

v0.0.10

03 Nov 01:32
bac6a92

Choose a tag to compare

What's Changed

  • Fix README documentation discrepancies with implementation by @Copilot in #42
  • Skip duplicate memory files by name by @alexec in #44
  • Output three separate files: persona.md, memories.md, task.md by @Copilot in #46
  • Rename "memories" to "rules" and remove basename deduplication by @Copilot in #48
  • Add support for .mdc files used by Cursor by @Copilot in #50
  • feat: simplify by @alexec in #56

Full Changelog: v0.0.9...v0.0.10

v0.0.9

01 Nov 15:41
f664140

Choose a tag to compare

What's Changed

  • Add LLM token estimation for file selection output by @Copilot in #41

Full Changelog: v0.0.8...v0.0.9

v0.0.8

01 Nov 05:05
989d8c6

Choose a tag to compare

What's Changed

  • Add -C option to change working directory by @alexec in #31

Full Changelog: v0.0.7...v0.0.8

v0.0.7

01 Nov 03:47
8bcaa27

Choose a tag to compare

What's Changed

  • Add task_name as built-in filter for memory selection by @Copilot in #33
  • fix: correct whitespace by @alexec in #37
  • Add optional persona support with first-position output by @Copilot in #36
  • Add example of using gh CLI to detect language via GitHub Linguist by @Copilot in #35
  • Simplify README: assume linux/amd64, remove go install, fix nested code blocks by @Copilot in #39
  • docs: tidy up by @alexec in #40

Full Changelog: v0.0.6...v0.0.7