Files
openagent/.gitignore
Thomas Marchand 3d0b4d19b7 Th0rgal/update branding (#32)
* feat: chroots

* wip

* Update workspace templates and Playwright tests

* Fix thinking panel close button not working during active thinking

The auto-show useEffect was including showThinkingPanel in its dependency
array, causing the panel to immediately reopen when closed since the state
change would trigger the effect while hasActiveThinking was still true.

Changed to use a ref to track previous state and only auto-show on
transition from inactive to active thinking.

* wip

* wip

* wip

* Cleanup web search tool and remove hardcoded OAuth credentials

* Ralph iteration 1: work in progress

* Ralph iteration 2: work in progress

* Ralph iteration 3: work in progress

* Ralph iteration 4: work in progress

* Ralph iteration 5: work in progress

* Ralph iteration 6: work in progress

* Ralph iteration 1: work in progress

* Ralph iteration 2: work in progress

* Ralph iteration 3: work in progress

* Ralph iteration 4: work in progress

* Ralph iteration 5: work in progress

* Ralph iteration 6: work in progress

* Ralph iteration 7: work in progress

* Ralph iteration 1: work in progress

* Ralph iteration 2: work in progress

* improve readme

* fix: remove unused file

* feat: hero screenshot

* Update README with cleaner vision and hero screenshot

Simplified the vision section with "what if" framing, removed
architecture diagram, added hero screenshot showing mission view.
2026-01-12 14:45:05 -08:00

47 lines
640 B
Plaintext

context/
context/**
reports/
reports/**
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock
calorily
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.env.local
.env.prod
# Secrets (NEVER commit)
secrets.json
# Runtime data / local artifacts
.open_agent/
.open_agent_calibration/
# Benchmark script intermediate files (regenerated by scripts/merge_benchmarks.py)
openrouter_models_raw.json
llm_stats_benchmarks.json
llm_stats_models.json
lmarena_leaderboard.json
# OS files
.DS_Store
Thumbs.db
# Playwright MCP local data
.playwright-mcp/
# npm lockfile (we use bun)
dashboard/package-lock.json
.openagent/
library-template/