Skip to content

refactor(react): remove unused useRuntime hook#455

Merged
FL4TLiN3 merged 3 commits intomainfrom
refactor/remove-use-runtime
Jan 27, 2026
Merged

refactor(react): remove unused useRuntime hook#455
FL4TLiN3 merged 3 commits intomainfrom
refactor/remove-use-runtime

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Remove useRuntime hook that was not used in any actual code
  • Runtime information display is handled by application-specific hooks (like useRuntimeInfo in the TUI app)
  • Clean up related types and documentation

Removed exports

  • useRuntime hook
  • RuntimeResult type
  • RuntimeState, SkillState, DockerBuildState, DockerContainerState, ProxyAccessState types
  • createInitialRuntimeState function

Retained exports

Test plan

  • Build verification
  • All existing tests pass (73 tests)
  • Documentation updated

🤖 Generated with Claude Code

FL4TLiN3 and others added 3 commits January 27, 2026 20:35
Remove useRuntime hook and related types that were not used in any actual code.
Runtime information display is handled by application-specific hooks.

Removed exports:
- useRuntime hook
- RuntimeResult, RuntimeState, SkillState, DockerBuildState,
  DockerContainerState, ProxyAccessState types
- createInitialRuntimeState function

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 41f90f4 into main Jan 27, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 mentioned this pull request Jan 27, 2026
@FL4TLiN3 FL4TLiN3 deleted the refactor/remove-use-runtime branch February 25, 2026 13:36
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