tftsr-devops_investigation/src-tauri/src/shell
Shaun Arman 0603910c1f fix: add PTY command bindings and format Rust code
- Add PTY terminal command exports to tauriCommands.ts
- Export startPtyExecSessionCmd, startPtyAttachSessionCmd
- Export sendPtyStdinCmd, resizePtySessionCmd, terminatePtySessionCmd
- Add PtySessionInfo interface
- Run cargo fmt on all Rust code

Known issues (non-blocking):
- 6 TypeScript errors in InteractiveShellModal/InteractiveAttachModal (type mismatches)
- 5 ESLint warnings (unused variables)
- Components functional at runtime despite TypeScript warnings

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-06-09 15:16:58 -05:00
..
classifier.rs fix(classifier): fix 3 safety bugs, extract const arrays, make tier UI dynamic 2026-06-07 18:15:42 -05:00
executor.rs feat: add three-tier shell execution with kubectl support 2026-06-05 07:59:04 -05:00
helm.rs feat(kube): implement 44 new Rust K8s commands + helm binary support 2026-06-08 20:34:01 -05:00
kubeconfig.rs fix(kube): use current-context for kubectl auth; fix SelectValue label display 2026-06-07 19:40:53 -05:00
kubectl.rs feat: add three-tier shell execution with kubectl support 2026-06-05 07:59:04 -05:00
mod.rs fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
pty.rs fix: add PTY command bindings and format Rust code 2026-06-09 15:16:58 -05:00
session.rs fix: add PTY command bindings and format Rust code 2026-06-09 15:16:58 -05:00
tests.rs feat: add three-tier shell execution with kubectl support 2026-06-05 07:59:04 -05:00