Addresses #572 (double chat responses) + #561 (stuck Thinking indicator). Adds optimistic-message-reinject hook, vite loadEnv→process.env bridge for SSR bearer token, dedup + streaming stability. eslint --fix on touched files (net lint errors 1700→1588). Build GREEN, test 33 fail/694 pass (zero regressions).
155 lines
2.2 KiB
Plaintext
155 lines
2.2 KiB
Plaintext
# Nix build outputs
|
|
result
|
|
result-*
|
|
.direnv/
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
build
|
|
.output
|
|
.vinxi
|
|
.nitro
|
|
.tanstack
|
|
.vite
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor directories
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Tauri
|
|
src-tauri/target
|
|
src-tauri/WixTools
|
|
|
|
# Local state
|
|
count.txt
|
|
todos.json
|
|
releases/
|
|
|
|
# Wrangler (Cloudflare Workers)
|
|
.wrangler
|
|
|
|
# Internal documentation (not for public repo)
|
|
SHIP-REPORT.md
|
|
CURRENT-STATUS.md
|
|
BUG-REPORT.md
|
|
LINT-FIX-TASK.md
|
|
docs/OVERNIGHT-SHIP-REPORT.md
|
|
docs/RELEASE-SETUP.md
|
|
docs/PHASE-3-ACTION-PLAN.md
|
|
docs/TAURI-PACKAGING-PLAN.md
|
|
**/INTERNAL-*.md
|
|
|
|
# Local development files
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Diagnostic exports
|
|
diagnostics-*.json
|
|
debug-export-*.txt
|
|
|
|
# Terminal session state
|
|
.terminal-sessions
|
|
|
|
# Keep these files
|
|
!.github/workflows
|
|
tmp/
|
|
|
|
# Task data (local persistence)
|
|
data/
|
|
dist/
|
|
research/
|
|
BROWSER-RESEARCH.md
|
|
CHAT-TEST-REPORT.md
|
|
DEVELOPMENT-STATUS.md
|
|
FEATURE-AUDIT.md
|
|
PHASE_5_REVIEW.md
|
|
PR_SUMMARY_4.3.md
|
|
RELEASE_NOTES_v2.1.2.md
|
|
COMPETITOR-ANALYSIS.md
|
|
SECURITY-AUDIT.md
|
|
docs/PHASE-*
|
|
docs/DASHBOARD_FINALIZATION_PLAN.md
|
|
docs/MODEL_SWITCHER_AUDIT.md
|
|
docs/MODEL_SWITCHER_TESTPLAN.md
|
|
docs/OVERNIGHT-SHIP-REPORT.md
|
|
docs/QA/
|
|
docs/security/
|
|
SIDEBAR-SPEC.md
|
|
SPEC-*.md
|
|
docs/BETA_*.md
|
|
docs/DEBUG_CONSOLE.md
|
|
docs/EMBEDDINGS-*.md
|
|
docs/MODEL_SWITCHER_ROOT_CAUSE.md
|
|
docs/POST-MERGE-PROTOCOL.md
|
|
docs/TESTER_INSTRUCTIONS.md
|
|
docs/RELEASE_CHECKLIST.md
|
|
docs/DASHBOARD_QA.md
|
|
docs/ACTIVITY_LOGS.md
|
|
docs/BROWSER-STRATEGY.md
|
|
docs/CHAT-OPTIMIZATION.md
|
|
docs/DASHBOARD_*.md
|
|
docs/NAVIGATION_ARCHITECTURE.md
|
|
docs/ONBOARDING-SPEC.md
|
|
docs/USAGE_AND_COST.md
|
|
docs/WIDGET_ADD_REMOVE.md
|
|
docs/MODEL_SWITCHER_SPEC.md
|
|
docs/PROVIDER_WIZARD.md
|
|
docs/0*
|
|
docs/1*
|
|
docs/INDEX.md
|
|
docs/PHASE_*
|
|
docs/specs/
|
|
release/
|
|
__pycache__/
|
|
|
|
.env.docker
|
|
.env.bak
|
|
.runtime/
|
|
workspace-final-markdown-review.md
|
|
|
|
# Local sibling projects (do not ship)
|
|
skills-bundle/
|
|
|
|
# Local agent artifacts (audit dumps, temporary playwright scripts)
|
|
.hermes/
|
|
.env.bak-*
|
|
pr-triage-20260505-*/
|