- Rust 98%
- Shell 0.7%
- Python 0.4%
- Objective-C 0.3%
- PowerShell 0.2%
- Other 0.1%
## Description Adds the feature flag and initial UI entry points for the Grouped Tabs feature. All new UI is gated behind `FeatureFlag::GroupedTabs` ### Summary of changes - **Feature flag plumbing**: new `FeatureFlag::GroupedTabs` variant - **New-session dropdown**: added a "New tab group" entry (with separator + `LayersThree01` icon) to the unified new-session menu, plus a stubbed `NewSessionMenuItem::CreateNewTabGroup` action handler. - **Per-tab right-click menu**: added "New group with tab" and "Move to group" entries via `TabData::group_menu_items()`. - **Vertical tabs panel right-click**: right-clicking the empty area of the vertical tabs panel now opens the new-session dropdown anchored at the pointer. - **Icon**: added `Icon::LayersThree01` with bundled SVG asset. ## Linked Issue https://linear.app/warpdotdev/issue/APP-4567/feature-flag-and-ui-components ## Testing <!-- How did you test this change? What automated tests did you add? If you didn't add any new tests, what's your justification for not adding any? Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end. You can run the app locally using `./script/run` - see WARP.md for more details on how to get set up. --> - [x] I have manually tested my changes locally with `./script/run` ### Screenshots / Videos [Demo video](https://www.loom.com/share/968e1ad1d7b34eab980b6c3a326d79fa) --------- Co-authored-by: Oz <oz-agent@warp.dev> |
||
|---|---|---|
| .agents/skills | ||
| .cargo | ||
| .claude | ||
| .config | ||
| .github | ||
| .vscode | ||
| .warp | ||
| app | ||
| command-signatures-v2/js | ||
| crates | ||
| docker | ||
| images | ||
| resources | ||
| script | ||
| specs | ||
| .clippy.toml | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mcp.json | ||
| .PSScriptAnalyzerSettings.psd1 | ||
| .rustfmt.toml | ||
| .warpindexingignore | ||
| about.hbs | ||
| about.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| deny.toml | ||
| diesel.toml | ||
| FAQ.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE-AGPL | ||
| LICENSE-MIT | ||
| PSScriptAnalyzerCustomRules.psm1 | ||
| README.md | ||
| rust-toolchain.toml | ||
| SECURITY.md | ||
| skills-lock.json | ||
| WARP.md | ||
Website · Code · Agents · Terminal · Drive · Docs · How Warp Works
Note
OpenAI is the founding sponsor of the new, open-source Warp repository, and the new agentic management workflows are powered by GPT models.
About
Warp is an agentic development environment, born out of the terminal. Use Warp's built-in coding agent, or bring your own CLI agent (Claude Code, Codex, Gemini CLI, and others).
Installation
You can download Warp and read our docs for platform-specific instructions.
Warp Contributions Overview Dashboard
Explore build.warp.dev to:
- Watch thousands of Oz agents triage issues, write specs, implement changes, and review PRs
- View top contributors and in-flight features
- Track your own issues with GitHub sign-in
- Click into active agent sessions in a web-compiled Warp terminal
Oz for OSS
Maintaining a popular open-source project? Apply for Oz credits to explore Oz for OSS.
Oz for OSS is our partner program for bringing the same agentic open-source management workflows used in this repository to select partner repositories. We work directly with maintainers to implement workflows for issue triage, PR review, community management, and contributor coordination in a way that fits each project.
Licensing
Warp's UI framework (the warpui_core and warpui crates) are licensed under the MIT license.
The rest of the code in this repository is licensed under the AGPL v3.
Open Source & Contributing
Warp's client codebase is open source and lives in this repository. We welcome community contributions and have designed a lightweight workflow to help new contributors get started. For the full contribution flow, read our CONTRIBUTING.md guide.
Tip
Chat with contributors and the Warp team in the
#oss-contributorsSlack channel — a good place for ad-hoc questions, design discussion, and pairing with maintainers. New here? Join the Warp Slack community first, then jump into#oss-contributors.
Issue to PR
Before filing, search existing issues for your bug or feature request. If nothing exists, file an issue using our templates. Security vulnerabilities should be reported privately as described in CONTRIBUTING.md.
Once filed, a Warp maintainer reviews the issue and may apply a readiness label: ready-to-spec signals the design is open for contributors to spec out, and ready-to-implement signals the design is settled and code PRs are welcome. Anyone can pick up a labeled issue — mention @oss-maintainers on an issue if you'd like it considered for a readiness label.
Building the Repo Locally
To build and run Warp from source:
./script/bootstrap # platform-specific setup
./script/run # build and run Warp
./script/presubmit # fmt, clippy, and tests
See WARP.md for the full engineering guide, including coding style, testing, and platform-specific notes.
Joining the Team
Interested in joining the team? See our open roles.
Support and Questions
- See our docs for a comprehensive guide to Warp's features.
- Join our Slack Community to connect with other users and get help from the Warp team — contributors hang out in
#oss-contributors. - Try our Preview build to test the latest experimental features.
- Mention @oss-maintainers on any issue to escalate to the team — for example, if you encounter problems with the automated agents.
Code of Conduct
We ask everyone to be respectful and empathetic. Warp follows the Code of Conduct. To report violations, email warp-coc at warp.dev.
Open Source Dependencies
We'd like to call out a few of the open source dependencies that have helped Warp to get off the ground: