{"id":47636249,"url":"https://github.com/ishida-supsys/oretachi","last_synced_at":"2026-04-29T09:01:15.035Z","repository":{"id":343056135,"uuid":"1174060743","full_name":"ishida-supsys/oretachi","owner":"ishida-supsys","description":"Multi-session terminal manager for developers","archived":false,"fork":false,"pushed_at":"2026-04-20T23:26:29.000Z","size":5578,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T03:03:06.201Z","etag":null,"topics":["claude-code","codex-cli","gemini-cli","vibe-coding"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ishida-supsys.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-06T03:01:01.000Z","updated_at":"2026-04-20T23:26:32.000Z","dependencies_parsed_at":"2026-04-21T03:04:53.038Z","dependency_job_id":null,"html_url":"https://github.com/ishida-supsys/oretachi","commit_stats":null,"previous_names":["ishida-supsys/oretachi"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/ishida-supsys/oretachi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishida-supsys%2Foretachi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishida-supsys%2Foretachi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishida-supsys%2Foretachi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishida-supsys%2Foretachi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishida-supsys","download_url":"https://codeload.github.com/ishida-supsys/oretachi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishida-supsys%2Foretachi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","codex-cli","gemini-cli","vibe-coding"],"created_at":"2026-04-02T00:08:15.425Z","updated_at":"2026-04-29T09:01:14.993Z","avatar_url":"https://github.com/ishida-supsys.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"src-tauri/icons/128x128.png\" alt=\"oretachi icon\" width=\"128\" /\u003e\n\n  # oretachi\n\n  **Multi-session terminal manager for developers working with Git worktrees and AI coding agents**\n\n  \u003cimg width=\"1915\" height=\"908\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/13f3152b-f087-4dff-82c3-7898398e74b1\" /\u003e\n\n  [日本語版 README はこちら](README_ja.md)\n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Multi-terminal management** — PTY-based terminal emulator with tabs and split panes (horizontal/vertical resize), in-terminal search\n- **Git Worktree management** — Create/remove worktrees, manage multiple repositories\n- **Task execution** — Auto-generate worktrees from Issue/PR URLs or free-text descriptions and run tasks in parallel with AI agents\n- **AI Auto-approval** — Detects approval prompts in terminal output and uses AI to judge safety, then auto-approves\n- **AI agent support** — Auto-detect Claude Code, Gemini CLI, Codex CLI, and Cline CLI; identify AI sessions via process tree analysis\n- **Code Reviewer** — Built-in diff viewer with file tree and commit history display\n- **Sub-windows** — Detach any worktree into an independent window\n- **Notification system** — Send notifications to worktrees via MCP or REST API; tray popup shows unread count\n- **Built-in MCP Server** — Streamable HTTP MCP protocol server, provides repository and worktree information, usable directly from AI agents\n- **Hotkeys** — `Alt`+key to instantly focus any worktree, auto-assignment on worktree creation, fully customizable key bindings\n- **IDE integration** — Auto-detect Cursor, VS Code, and Antigravity; built-in CodeReviewer also available\n\n### Task Execution\n\nSubmit a task such as an Issue/PR URL or a specific fix description, and it will automatically create a worktree and start working on it.\n\nhttps://github.com/user-attachments/assets/be44a731-a25e-41e6-ac03-502bf7a651eb\n\n### Tray Popup\n\nReview worktrees that received notifications one by one via the tray popup.\n\nhttps://github.com/user-attachments/assets/23a0e4b5-6586-41ed-8d30-af0e4b641a36\n\n### Code Reviewer\n\nSelect \"CodeReviewer\" as the IDE option to launch the built-in viewer for code review.\n\n\u003cimg width=\"1200\" height=\"834\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b6c53230-6675-4ff4-ba6d-8f78a85fbcc9\" /\u003e\n\n## Installation\n\nDownload the installer from the Releases tab.\n\nTo build manually:\n\n```bash\n# Clone the repository\ngit clone https://github.com/ishida-supsys/oretachi.git\ncd oretachi\n\n# Install frontend dependencies\npnpm install\n\n# Build the app\npnpm tauri build\n```\n\nThe built installer will be placed in `src-tauri/target/release/bundle/`.\n\n## Development\n\n```bash\npnpm tauri dev\n```\n\nLogs are written to the platform-specific app log directory.\n\n## Documentation\n\n- [Setup Script \u0026 Notification Guide](docs/setup-guide.md)\n\n## License\n\nMIT — see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishida-supsys%2Foretachi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishida-supsys%2Foretachi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishida-supsys%2Foretachi/lists"}