Skip to content

Add IBM Bob provider with workspace extraction#316

Merged
AgentSeal merged 2 commits into
mainfrom
feat/ibm-bob-provider
May 12, 2026
Merged

Add IBM Bob provider with workspace extraction#316
AgentSeal merged 2 commits into
mainfrom
feat/ibm-bob-provider

Conversation

@AgentSeal
Copy link
Copy Markdown
Collaborator

Summary

  • Add IBM Bob IDE as a supported provider, reusing the shared Cline-family parser
  • Extract per-project names from workspace directory in session data instead of always showing "IBM Bob"
  • Thread projectPath through ParsedProviderCall to bypass unsanitizePath mangling for hyphenated folder names

Based on #303 by @ozymandiashh, with workspace extraction and projectPath fix added.

Test plan

  • npm run build passes
  • All 668 tests pass
  • Tested with real IBM Bob session data — shows "Desktop" as project name
  • Claude Code provider unaffected (verified JSON output)
  • Code review: no security issues, no regressions for other providers

ozymandiashh and others added 2 commits May 11, 2026 18:14
Extract project name from workspace directory in api_conversation_history.json
so sessions show actual folder names instead of the provider display name.
Thread projectPath through ParsedProviderCall to avoid unsanitizePath mangling
hyphenated folder names.
@AgentSeal AgentSeal merged commit 03e22ec into main May 12, 2026
3 checks passed
@iamtoruk
Copy link
Copy Markdown
Member

Screenshot 2026-05-11 at 20 37 16

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.

3 participants