What's Changed
- Docs: Update doc links to
agor.livedomain by @kaxil in #32 - feat: add MCP tool for worktree creation by @mistercrunch in #34
- Expose environment controls in session header by @mistercrunch in #35
- Add search and default sorting to worktree table by @mistercrunch in #36
- fix(docker): build @agor/core before running CLI commands by @mistercrunch in #38
- chore(deps-dev): bump vite from 7.1.9 to 7.1.11 by @dependabot[bot] in #37
- feat(docs): comprehensive SEO optimization for agor.live by @mistercrunch in #41
- Secure daemon auth surfaces and update docs by @mistercrunch in #42
- feat(ui): Add mobile site with navigation tree and conversation view by @mistercrunch in #43
- feat(mcp): add user creation MCP tool by @mistercrunch in #44
- feat(config): Add daemon.mcpEnabled flag to control built-in MCP server by @mistercrunch in #45
- feat: add per-user API keys with AES-256-GCM encryption by @mistercrunch in #46
- feat: implement Drizzle-based database migration system by @mistercrunch in #47
- feat: add MCP session management tools (prompt, create, update) by @mistercrunch in #48
- docs: add Unix user integration exploration by @mistercrunch in #49
- fix(ui): remove keyboard shortcuts to prevent tool conflicts by @mistercrunch in #51
- feat: add MCP worktree metadata update tool by @mistercrunch in #50
- feat: implement repo-level permissions for 'allow for this project' by @mistercrunch in #52
- feat: add environment logs & MCP tools for worktree management by @mistercrunch in #53
- fix(claude): implement stop command by storing Query reference for interrupt() by @mistercrunch in #54
- fix(security): harden web server against unauthorized external access by @mistercrunch in #55
- chore: complete biome linting - fix all remaining errors and warnings by @mistercrunch in #56
- docs: add task queuing and message lineup exploration by @mistercrunch in #57
- feat(claude): implement extended thinking mode with keyword detection by @mistercrunch in #58
- feat(ui): add EnvironmentPill to WorktreeCard and improve session counter by @mistercrunch in #59
- feat(env-vars): implement per-user environment variables infrastructure by @mistercrunch in #60
- feat: implement sticky TODO renderer above typing indicator by @mistercrunch in #61
- fix(git): disable interactive credential prompts to fail fast by @mistercrunch in #62
- fix(ui): replace empty square with reload icon for in-progress todos by @mistercrunch in #63
- feat(ui): move Custom Context to Advanced collapsible section in session settings by @mistercrunch in #64
- feat: implement Claude extended thinking mode with real-time streaming by @mistercrunch in #65
- refactor(ui): replace reload icon with spin component in todo widget by @mistercrunch in #66
- feat(ui): persist prompt drafts per session across conversation switches by @mistercrunch in #69
- feat(ui): display SDK compaction status in conversation by @mistercrunch in #68
- fix(ui): eliminate drag/drop flickering for worktrees and comments by @mistercrunch in #71
- feat: implement worktree scheduler with UI and backend integration by @mistercrunch in #70
- Security audit and hardening improvements by @mistercrunch in #72
- Remove Cursor IDE from agentic tool integrations by @mistercrunch in #76
- fix: ensure migrations run before admin user creation by @mistercrunch in #77
- feat: Optimizations by @mistercrunch in #78
- feat: add Docker-in-Docker support to Codespaces playground by @mistercrunch in #79
- fix: remove cacheFrom to resolve 403 error in CI prebuild by @mistercrunch in #80
- fix: use official GitHub CLI installation method in playground Dockerfile by @mistercrunch in #82
- docs: improve landing page clarity with Figma analogy and use case by @mistercrunch in #81
- feat: add reusable CollapsibleText component for 'show more' pattern by @mistercrunch in #83
- feat: add Codex network access configuration by @mistercrunch in #84
- fix: fork/spawn using FeathersJS client and centralized daemon constants by @mistercrunch in #85
- docs: add FAQ entry for private GitHub repository access by @mistercrunch in #90
- fix(git): enable credential helpers while preventing interactive prompts by @mistercrunch in #91
- feat: improve WorktreeCard header layout and add running indicator by @mistercrunch in #86
- feat: add awaiting_permission status to sessions by @mistercrunch in #92
- fix(ui): always show agentic tool config in zone trigger modal with pre-populated values by @mistercrunch in #93
- feat: add user default agentic tool settings by @mistercrunch in #95
- feat: add @ mention autocomplete for files and users by @mistercrunch in #94
- fix: change thinking mode default from 'off' to 'auto' for Claude Code parity by @mistercrunch in #96
- fix: persist user default agentic config to database by @mistercrunch in #97
- feat: refactor user settings modal with top-level tabs by @mistercrunch in #98
- Add theme switcher with dark, light, and custom theme support by @mistercrunch in #99
- feat: text display improvements with ANSI color support and smart truncation by @mistercrunch in #101
- chore: switch Docker dev container from root to agor user by @mistercrunch in #105
- UI/UX improvements: environment feedback, message expansion, and metadata visibility by @mistercrunch in #106
- fix: restore auto-scroll to bottom when opening conversation drawer by @mistercrunch in #108
- fix: prevent environment pill from showing unhealthy during startup by @mistercrunch in #107
- fix: keep environment in 'starting' state until first successful health check by @mistercrunch in #109
- refactor: use mellow particle config from docs across app by @mistercrunch in #110
- feat: add autofocus to form modals for improved UX by @mistercrunch in #112
- refactor: reduce verbosity of tool input/output chunk logging by @mistercrunch in #114
- fix: add error handling for clipboard operations by @mistercrunch in #113
- refactor: replace string-based error handling with typed error classes by @mistercrunch in #115
- fix: use currentUser for session creation preferences by @mistercrunch in #116
- fix: immediately fail task and stop SDK execution on permission denial by @mistercrunch in #117
- fix: add HTTP fallback for clipboard API by @mistercrunch in #119
New Contributors
Full Changelog: v0.3.15...agor-live-v0.7.2