Skip to content

audit(apps+ui): thinkingLevel display-layer classification (#2336 Area 7) #2467

@alexey-pelykh

Description

@alexey-pelykh

Follow-up to #2336 (umbrella) / PR #2463 (partial sweep). Covers Area 7 deferred from that PR.

Context

Native apps and the web UI still reference thinkingLevel in chat views. Per-file classification required: pass-through display (rendering what the CLI reports — KEEP) or state driver (mutating/sending a value the fork no longer controls — REMOVE).

⚠️ Do NOT touch native apps without confirming. Android / iOS / macOS binaries have separate release pipelines; any state-driver removal must be coordinated with a native release and migrated in the RemoteClawKit layer.

Files to audit

  • apps/android/app/src/main/java/org/remoteclaw/app/chat/ChatModels.kt
  • apps/android/app/src/main/java/org/remoteclaw/app/chat/ChatController.kt
  • apps/android/app/src/main/java/org/remoteclaw/android/chat/ChatController.kt
  • apps/android/app/src/main/java/org/remoteclaw/android/chat/NodeRuntime.kt
  • apps/shared/RemoteClawKit/Sources/RemoteClawChatUI/ChatViewModel.swift
  • apps/shared/RemoteClawKit/Sources/RemoteClawChatUI/ChatSessions.swift
  • apps/shared/RemoteClawKit/Sources/RemoteClawChatUI/ChatComposer.swift
  • apps/shared/RemoteClawKit/Sources/RemoteClawChatUI/ChatTransport.swift
  • apps/shared/RemoteClawKit/Sources/RemoteClawChatUI/ChatModels.swift
  • apps/shared/RemoteClawKit/Tests/RemoteClawKitTests/ChatViewModelTests.swift
  • apps/shared/RemoteClawKit/Tests/OpenClawKitTests/AssistantTextParserTests.swift
  • apps/macos/Sources/RemoteClaw/WebChatSwiftUI.swift
  • ui/src/ui/types.ts, app-render.ts, views/chat.ts, controllers/chat.ts, format.test.ts

AC

  • Every reference classified (display vs state-driver).
  • State-driver references removed (with native-app release coordination).
  • Display-only references annotated or left (KEEP rationale).
  • Web UI (ui/src/ui/) — thinkingLevel references either removed (if state-driver) or preserved as pass-through display with clear origin.

Context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions