mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-17 13:15:53 +00:00
1 commit
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
3311f34867
|
Re-enable HQ mode e2e tests and add comprehensive documentation (#402)
* Fix server crash when Claude status contains regex special characters
- Add escapeRegex helper function to properly escape special characters
- Apply escaping to indicator when constructing status pattern regex
- Add try-catch error handling in processOutput to prevent crashes
- Add comprehensive tests for all regex special characters (* + ? . ^ $ | ( ) [ ] { } \)
- Fixes github.com/amantus-ai/vibetunnel/issues/395
* Re-enable HQ mode e2e tests and add comprehensive documentation
- Remove describe.skip from HQ mode e2e tests to re-enable them in CI
- Remove it.skip from WebSocket buffer aggregation test
- Add comprehensive HQ mode documentation covering:
- Architecture and components
- Setup guide with examples
- Security best practices
- Monitoring and troubleshooting
- Use cases and advanced topics
- Tests now run as part of server tests in CI (test:server:coverage)
* Rewrite HQ mode documentation based on actual implementation
- Remove hallucinated content about features that don't exist
- Document actual implementation based on code analysis
- Explain real authentication flow (Basic Auth + Bearer tokens)
- Document actual API endpoints and their behavior
- Add implementation details with file references
- Include limitations and security considerations
- Reference e2e tests for examples
* Re-enable all skipped e2e tests
- Re-enable server smoke test
- Re-enable sessions API tests (including skipped individual tests)
- Re-enable resource limits and concurrent sessions tests
- Re-enable logs API tests (marked as flaky but worth running)
- Re-enable WebSocket buffer tests
All these tests were skipped in commit
|