8 Commits

Author SHA1 Message Date
476d7eec2d v1.0.7: Fixed session_key bug in chunk_messages() 2026-02-14 18:47:57 +00:00
5c490e53e6 v1.0.6: Updated repository URL to projects.theta42, added tracking script 2026-02-14 17:15:14 +00:00
258f45508c Security fix: Remove hard-coded Moltbook API key (v1.0.5)
- Removed embedded API key from scripts/moltbook_post.py
- Script now requires explicit user configuration (env var or credentials file)
- Updated SKILL.md to clarify API key must be configured
- Core RAG functionality unaffected - fully local, no dependencies
- Addresses ClawHub security scan finding about embedded credentials
2026-02-13 15:19:49 +00:00
13717f16e5 Fix hard-coded paths in launch_rag_agent.sh (v1.0.4)
- Replaced /home/william/.openclaw/workspace/rag with dynamic path
- Replaced /home/william/.local/bin/openclaw with PATH resolution
- Script now portable across different user environments
- Addresses security scan findings from clawhub.com
2026-02-13 14:51:09 +00:00
3c9cee28d7 v1.0.3: Fix hard-coded paths, address security scan feedback
- Replace all absolute paths with dynamic resolution
- Add path portability and network behavior documentation
- Verify no custom network calls in codebase
- Update version to 1.0.3
2026-02-12 16:59:33 +00:00
448a000c24 Bump version to 1.0.2 2026-02-12 14:27:55 +00:00
f81c8b1e70 Release v1.0.1: Add metadata, changelog, and license
- Bump version to 1.0.1
- Add CHANGELOG.md entry for v1.0.1 (documentation and metadata additions)
- Add package.json with OpenClaw skill metadata
- Explicitly declares NO required environment variables (fully local)
- Add LICENSE (MIT)
- Enhanced documentation transparency for security best practices
2026-02-11 16:49:56 +00:00
66ce8fd943 Add LICENSE, package.json, CHANGELOG, and enhance documentation
- Add MIT License
- Add package.json with OpenClaw skill metadata
  - Explicitly declares NO required environment variables (fully local)
  - Documents data storage path: ~/.openclaw/data/rag/
  - Includes installation steps and available scripts
- Add CHANGELOG.md with version history (v1.0.0)
- Update README.md to:
  - Clarify no API keys required (fully local system)
  - Add documentation files section
  - Reference CHANGELOG, LICENSE, package.json
- Addresses security scanner best practices for transparency
2026-02-11 16:37:24 +00:00