mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| images | ||
| architecture-mario.md | ||
| ARCHITECTURE.md | ||
| authentication.md | ||
| build-system.md | ||
| claude.md | ||
| CONTRIBUTING.md | ||
| custom-node.md | ||
| deployment.md | ||
| development.md | ||
| files.md | ||
| gemini.md | ||
| hq.md | ||
| INDEX.md | ||
| ios-spec.md | ||
| keyboard-shortcuts.md | ||
| logging-style-guide.md | ||
| org-migrate.md | ||
| project-overview.md | ||
| push-notification.md | ||
| RELEASE.md | ||
| security.md | ||
| spec.md | ||
| testing.md | ||
| TESTING_EXTERNAL_DEVICES.md | ||
| WEBRTC_CONFIG.md | ||