Add OpenCode CLI and Gemini CLI integration with Databricks Model Ser…#2
Closed
datasciencemonkey wants to merge 1 commit into
Closed
Add OpenCode CLI and Gemini CLI integration with Databricks Model Ser…#2datasciencemonkey wants to merge 1 commit into
datasciencemonkey wants to merge 1 commit into
Conversation
…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
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
32 tasks
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ving
https://claude.ai/code/session_01BYFJ3xKcxGuLYtxnnQu6cf