Skip to content

Conversation

@finettt
Copy link
Owner

@finettt finettt commented Oct 20, 2025

  • Add GitHub Actions CI matrix build with basic tests
  • Add release workflow to build, checksum, and upload assets
  • Implement RAG via grep-based local context search
  • Add CLI args: --rag PATH and --rag-snippets N; env vars RAG_*
  • Integrate RAG snippets into user prompt when enabled
  • Add args.c and rag.c; extend Config with RAG fields
  • Move sources to src/ and update Makefile SOURCES
  • Escape control characters in JSON content
  • Secure temp files with 0600 and switch to exit()
  • Update README and relocate preview to docs/

- Add GitHub Actions CI matrix build with basic tests
- Add release workflow to build, checksum, and upload assets
- Implement RAG via grep-based local context search
- Add CLI args: --rag PATH and --rag-snippets N; env vars RAG_*
- Integrate RAG snippets into user prompt when enabled
- Add args.c and rag.c; extend Config with RAG fields
- Move sources to src/ and update Makefile SOURCES
- Escape control characters in JSON content
- Secure temp files with 0600 and switch to exit()
- Update README and relocate preview to docs/
@finettt finettt merged commit 2a0608d into main Oct 20, 2025
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.

2 participants