Skip to content

Bring Rust implementation to full feature parity with Go#3

Merged
scottgl9 merged 1 commit intomainfrom
feature/rust-feature-parity
Jan 20, 2026
Merged

Bring Rust implementation to full feature parity with Go#3
scottgl9 merged 1 commit intomainfrom
feature/rust-feature-parity

Conversation

@scottgl9
Copy link
Copy Markdown
Owner

  • Add CLI flags: -c (command), --completions, --mcp, --json, -v, -q
  • Add slash commands: /env, /auth, /read, /write, /trust, /add-session, /bg, /jobs, /fg, /kill, /copy, /shell (33 total, matching Go)
  • Implement MCP server with JSON-RPC 2.0 protocol support
    • Tools: connect, switch, close, status, execute
    • Structured error codes with suggestions
  • Add background job execution with thread-safe state management
  • Add file transfer between local/SSH sessions (/copy)
  • Add interactive shell command support (/shell)
  • Add SSH config parsing and logging system

- Add CLI flags: -c (command), --completions, --mcp, --json, -v, -q
- Add slash commands: /env, /auth, /read, /write, /trust, /add-session,
  /bg, /jobs, /fg, /kill, /copy, /shell (33 total, matching Go)
- Implement MCP server with JSON-RPC 2.0 protocol support
  - Tools: connect, switch, close, status, execute
  - Structured error codes with suggestions
- Add background job execution with thread-safe state management
- Add file transfer between local/SSH sessions (/copy)
- Add interactive shell command support (/shell)
- Add SSH config parsing and logging system
@scottgl9 scottgl9 self-assigned this Jan 17, 2026
@scottgl9 scottgl9 merged commit c2c59b0 into main Jan 20, 2026
2 of 8 checks passed
@scottgl9 scottgl9 deleted the feature/rust-feature-parity branch January 20, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant