Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dashi296
/
remocoder
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
8
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: herdr マルチプレクサ対応を追加
- #130
#130
Merged
dashi296
merged 11 commits into
main
dashi296/remocoder:main
from
feat/herdr-multiplexer
dashi296/remocoder:feat/herdr-multiplexer
Copy head branch name to clipboard
Jul 9, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: herdr マルチプレクサ対応を追加
#130
dashi296
merged 11 commits into
main
dashi296/remocoder:main
from
feat/herdr-multiplexer
dashi296/remocoder:feat/herdr-multiplexer
Copy head branch name to clipboard
Commits
Commits on Jul 8, 2026
feat: herdr マルチプレクサ対応を追加
Show description for c854f3f
dashi296
and
claude
committed
c854f3f
View commit details
Copy full SHA for c854f3f
Browse repository at this point
refactor: MULTIPLEXER_KINDS 定数で重複するマルチプレクサ判定を統合し、セッション一覧取得を並列化
Show description for e4b4fef
dashi296
and
claude
committed
e4b4fef
View commit details
Copy full SHA for e4b4fef
Browse repository at this point
refactor: allowedKinds をモジュール定数化、インライン Extract を MultiplexerSource に統一、SessionList の表示文字列を MULTIPLEXER_KINDS から導出
Show description for 387bbe5
dashi296
and
claude
committed
387bbe5
View commit details
Copy full SHA for 387bbe5
Browse repository at this point
Commits on Jul 9, 2026
refactor: findExistingMuxSession ヘルパー抽出で重複排除、sessionSourceIcon に網羅性チェック追加
Show description for 72138a7
dashi296
and
claude
committed
72138a7
View commit details
Copy full SHA for 72138a7
Browse repository at this point
fix: herdr session list --json の応答形式 {sessions:[...]} に対応
Show description for 3b8035a
dashi296
and
claude
committed
3b8035a
View commit details
Copy full SHA for 3b8035a
Browse repository at this point
fix: マルチプレクサ一覧の表示順を定義順に固定(並列取得でも決定的な順序を保証)
Show description for 02e1f37
dashi296
and
claude
committed
02e1f37
View commit details
Copy full SHA for 02e1f37
Browse repository at this point
refactor: findExistingMuxSession のキャストをタイプガードに置換、JSDoc をマルチプレクサ汎用表記に統一
Show description for ab4cb9a
dashi296
and
claude
committed
ab4cb9a
View commit details
Copy full SHA for ab4cb9a
Browse repository at this point
refactor: session_create の existingMux 検索でキャストを isMultiplexerSource タイプガードに統一
Show description for b694c6e
dashi296
and
claude
committed
b694c6e
View commit details
Copy full SHA for b694c6e
Browse repository at this point
fix: EXEC_ENV の PATH に ~/.local/bin と ~/.cargo/bin を追加(GUI 起動時の herdr 検出対応)
Show description for a338548
dashi296
and
claude
committed
a338548
View commit details
Copy full SHA for a338548
Browse repository at this point
fix: spawnSource の env を EXEC_ENV に統一(GUI 起動時のマルチプレクサ検出と一致させる)
Show description for c9ab50b
dashi296
and
claude
committed
c9ab50b
View commit details
Copy full SHA for c9ab50b
Browse repository at this point
refactor: spawnSource のマルチプレクサ分岐を MUX_SPAWN_CONFIG テーブル駆動に統合、SessionSource 型を MultiplexerKind で集約
Show description for 2a34ff2
dashi296
and
claude
committed
2a34ff2
View commit details
Copy full SHA for 2a34ff2
Browse repository at this point
You can’t perform that action at this time.