Update docs: watcher fix, plugin capture fix (2026-02-25)
- Fixed watcher stuck on old session bug (restarted service) - Fixed plugin capture 0 exchanges (added extractMessageText for OpenAI content arrays) - Updated README, session.md, function_check.md, audit_checklist.md - Verified: 9 exchanges captured per session
This commit is contained in:
@@ -334,7 +334,7 @@ Comprehensive pre-install, install, and post-install validation steps.
|
||||
|
||||
| # | Check | Command | Expected |
|
||||
|---|-------|---------|----------|
|
||||
| 9.1.1 | Gitea remote | `git remote get-url gitea` | `http://10.0.0.61:3000/...` |
|
||||
| 9.1.1 | Gitea remote | `git remote get-url gitea` | `http://<GITEA_IP>:3000/...` |
|
||||
| 9.1.2 | GitLab remote | `git remote get-url gitlab` | `https://gitlab.com/...` |
|
||||
| 9.1.3 | GitHub remote | `git remote get-url github` | `https://github.com/...` |
|
||||
| 9.1.4 | All remotes accessible | `git fetch --all` | No errors |
|
||||
|
||||
Reference in New Issue
Block a user