Skip to content

Add OpenCode CLI and Gemini CLI integration with Databricks Model Ser…#2

Closed
datasciencemonkey wants to merge 1 commit into
mainfrom
claude/databricks-opencode-gemini-1zXt5
Closed

Add OpenCode CLI and Gemini CLI integration with Databricks Model Ser…#2
datasciencemonkey wants to merge 1 commit into
mainfrom
claude/databricks-opencode-gemini-1zXt5

Conversation

@datasciencemonkey
Copy link
Copy Markdown
Owner

…ving

  • setup_opencode.py: Installs OpenCode CLI, configures Databricks as an OpenAI-compatible provider with models (Claude, Gemini Flash/Pro, Llama)
  • setup_gemini.py: Installs Gemini CLI, configures GOOGLE_GEMINI_BASE_URL pointing to Databricks /serving-endpoints/google with Bearer auth
  • test_integrations.py: 27-test suite validating config generation, CLI installation, and endpoint configuration (supports live API tests)
  • app.yaml: Updated startup sequence to run new setup scripts
  • Documentation: Updated README.md and CLAUDE.md with multi-CLI usage guide

https://claude.ai/code/session_01BYFJ3xKcxGuLYtxnnQu6cf

…ving

- setup_opencode.py: Installs OpenCode CLI, configures Databricks as an
  OpenAI-compatible provider with models (Claude, Gemini Flash/Pro, Llama)
- setup_gemini.py: Installs Gemini CLI, configures GOOGLE_GEMINI_BASE_URL
  pointing to Databricks /serving-endpoints/google with Bearer auth
- test_integrations.py: 27-test suite validating config generation, CLI
  installation, and endpoint configuration (supports live API tests)
- app.yaml: Updated startup sequence to run new setup scripts
- Documentation: Updated README.md and CLAUDE.md with multi-CLI usage guide

https://claude.ai/code/session_01BYFJ3xKcxGuLYtxnnQu6cf
@datasciencemonkey datasciencemonkey deleted the claude/databricks-opencode-gemini-1zXt5 branch February 24, 2026 02:12
datasciencemonkey added a commit that referenced this pull request Mar 28, 2026
Three fixes:
- Reattach skips CoDA splash and duplicate resize (root cause of blank
  screen after picker selection — splash was clearing the replayed buffer)
- Picker supports d{N} to kill individual sessions (e.g. d2 kills #2)
- Sessions button (☰) in toolbar opens picker in active pane anytime
datasciencemonkey added a commit that referenced this pull request Mar 28, 2026
* feat: add _get_session_process() helper for child process detection


* feat: add GET /api/sessions — list active sessions with process detection


* feat: add POST /api/session/attach — reattach with buffer replay

* fix: clean up session dict immediately on PTY EOF (exit = kill)

* feat: detach on tab close — remove sendBeacon kill from cleanupPane


* feat: session picker with reattach, kill, and new session support



* fix: session picker only on page load, not on split/new tab

Split pane and new tab (user-initiated) always create a fresh session.
Session picker only runs for the first pane on initial page load.

* fix: replace fake clickable buttons with keyboard-only picker UI

* fix: send resize after reattach so PTY redraws correctly

* fix: skip splash on reattach, add d{N} kill, sessions toolbar button

Three fixes:
- Reattach skips CoDA splash and duplicate resize (root cause of blank
  screen after picker selection — splash was clearing the replayed buffer)
- Picker supports d{N} to kill individual sessions (e.g. d2 kills #2)
- Sessions button (☰) in toolbar opens picker in active pane anytime

* feat: Ctrl+Shift+S opens session picker from any terminal

* feat: sessions carry tab label — picker shows name instead of just process

* fix: show (open) tag and block attaching to already-open sessions
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.

2 participants