Merged
Conversation
3560ee2 to
7f53019
Compare
21c2919 to
f1a8dcb
Compare
Remove legacy botwiz files and introduce new architecture:
- service_devenv.py: Kubernetes-backed dev environment service
- non_graphql_devenv_ws.py: Unified websocket endpoint /v1/devenv-ws/{devenv_id}
- ckit_devenv_rpc.py: Client-side RPC for bash/bot/git/terminal operations
- devenv_kube.py: Kubernetes client utilities (TTY, pipe exec, job management)
Key changes:
- Single WS connection handles git ops, terminal, bot management, pod lifecycle
- Backend provisions ephemeral pods per devenv with gitagent/bot support
- Frontend BotwizTerminal/BotwizFolder updated for new RPC channels
- Bob tools refactored to use DevenvRpcSession instead of direct kube calls
- Automatic pod idle cleanup after 15min inactivity
Supports full git IDE + terminal + bot lifecycle in single connection.
Update preferred model default from `claude-sonnet-4-5-20250929` to `claude-sonnet-4-6` in Diplodocus and Bob installers. Also update corresponding documentation in SKILL.md.
- Remove enum restriction from integrations array - Update title to "Tools and Integrations" - Expand description to include new built-ins (jira, skills) and cloud tools - Add BUILTIN_TOOLS constant in BotwizFileEditor for future dynamic use
Move DevenvRpcSession from extra_repos/flexus-client-kit to flexus_backend/flexus_v1 and update import in v1_devenv_rpc_proxy.py. This reorganizes the codebase by relocating RPC client code to the backend module for better architecture separation.
- Delete check_bot_install.sh, FLEXUS_BOT_REFERENCE.md, and legacy SKILL.md - Add updated flexus-bot-dev skill to bob/skills/ covering classic, manifest, and integration bots - Update bob prompts to reference flexus-bot-dev skill and modern patterns - Add FETCH_SKILL_TOOL handler and auto IDE overlay detection to bob_bot.py
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.
No description provided.