Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wavetermdev
/
waveterm
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
22.4k
Code
Issues
460
Pull requests
122
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(zeroai): phase5b-provider-ui
- #3172
#3172
Closed
re2zero
wants to merge 33 commits into
wavetermdev:main
wavetermdev/waveterm:main
from
re2zero:feature/phase5b-provider-ui
re2zero/cliterm:feature/phase5b-provider-ui
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Closed
feat(zeroai): phase5b-provider-ui
#3172
re2zero
wants to merge 33 commits into
wavetermdev:main
wavetermdev/waveterm:main
from
re2zero:feature/phase5b-provider-ui
re2zero/cliterm:feature/phase5b-provider-ui
Copy head branch name to clipboard
Commits
Commits on Apr 1, 2026
init trellis for claude
re2zero
committed
dd3d06d
View commit details
Copy full SHA for dd3d06d
Browse repository at this point
feat(zeroai): add Phase 1 foundation infrastructure
Show description for 6b14a07
re2zero
committed
6b14a07
View commit details
Copy full SHA for 6b14a07
Browse repository at this point
feat(zeroai): implement ACP Connection Manager
Show description for 61ea915
re2zero
committed
61ea915
View commit details
Copy full SHA for 61ea915
Browse repository at this point
Commits on Apr 2, 2026
feat(zeroai): implement Sprint 2/3 Process Manager with ACP protocol
Show description for 6195e2a
re2zero
committed
6195e2a
View commit details
Copy full SHA for 6195e2a
Browse repository at this point
feat(zeroai): implement ACP adapter, config, and CLI detector
Show description for ddd46f7
re2zero
committed
ddd46f7
View commit details
Copy full SHA for ddd46f7
Browse repository at this point
fix(zeroai): fix GetBackendConfig return value handling
Show description for 833fbbe
re2zero
committed
833fbbe
View commit details
Copy full SHA for 833fbbe
Browse repository at this point
feat(zeroai): implement Sprint 4 AcpAgent with full Agent interface
Show description for 902d723
re2zero
committed
902d723
View commit details
Copy full SHA for 902d723
Browse repository at this point
docs(zeroai): track Sprint 4 completion in Trellis
Show description for 419ca95
re2zero
committed
419ca95
View commit details
Copy full SHA for 419ca95
Browse repository at this point
feat(zeroai): implement MessageService with SendMessage and GetMessages
Show description for 4864d3d
re2zero
committed
4864d3d
View commit details
Copy full SHA for 4864d3d
Browse repository at this point
feat(zeroai): implement ZeroaiService with session management methods
re2zero
committed
5b5def4
View commit details
Copy full SHA for 5b5def4
Browse repository at this point
feat(zeroai): implement AgentService with GetAgent() and caching
Show description for 1e1b706
re2zero
committed
1e1b706
View commit details
Copy full SHA for 1e1b706
Browse repository at this point
feat(zeroai): implement pkg/zeroai/service MessageService
Show description for 94e4960
re2zero
committed
94e4960
View commit details
Copy full SHA for 94e4960
Browse repository at this point
test(zeroai): add AgentService tests
Show description for 154beb0
re2zero
committed
154beb0
View commit details
Copy full SHA for 154beb0
Browse repository at this point
Merge branch 'clawteam/zeroai-sprint5-service/session-service' into zeroai
re2zero
committed
957d862
View commit details
Copy full SHA for 957d862
Browse repository at this point
Merge branch 'clawteam/zeroai-sprint5-service/message-service' into zeroai
re2zero
committed
cc4ed9d
View commit details
Copy full SHA for cc4ed9d
Browse repository at this point
Merge branch 'clawteam/zeroai-sprint5-service/agent-service' into zeroai
re2zero
committed
763543d
View commit details
Copy full SHA for 763543d
Browse repository at this point
docs(zeroai): track Sprint 5 completion in Trellis
Show description for ae66e91
re2zero
committed
ae66e91
View commit details
Copy full SHA for ae66e91
Browse repository at this point
feat(zeroai): define ZeroAI WSH RPC types in wshrpctypes_zeroai.go
Show description for edf5425
re2zero
committed
edf5425
View commit details
Copy full SHA for edf5425
Browse repository at this point
feat(zeroai): add ZeroAI RPC methods to WshRpcInterface
Show description for 86e8847
re2zero
committed
86e8847
View commit details
Copy full SHA for 86e8847
Browse repository at this point
feat(zeroai): implement HTTP SSE handlers in pkg/zeroai/rpc
Show description for 1f95e99
re2zero
committed
1f95e99
View commit details
Copy full SHA for 1f95e99
Browse repository at this point
feat(zeroai): Sprint 6 RPC layer implementation
Show description for c9d3bad
re2zero
and
claude
committed
c9d3bad
View commit details
Copy full SHA for c9d3bad
Browse repository at this point
Merge branch 'clawteam/zeroai-sprint6-rpc/http-handlers' into zeroai
re2zero
committed
f6d38c5
View commit details
Copy full SHA for f6d38c5
Browse repository at this point
feat(zeroai): merge Sprint 6 RPC layer from clawteam teams
Show description for 24da20b
re2zero
committed
24da20b
View commit details
Copy full SHA for 24da20b
Browse repository at this point
fix(zeroai): fix truncated ZeroAiStreamMessageEvent struct
re2zero
committed
2ae6291
View commit details
Copy full SHA for 2ae6291
Browse repository at this point
feat(zeroai): implement ZeroAI frontend UI components
Show description for 00ee731
re2zero
committed
00ee731
View commit details
Copy full SHA for 00ee731
Browse repository at this point
chore: fix .gitignore trailing newline and update task status
re2zero
committed
9ce5dee
View commit details
Copy full SHA for 9ce5dee
Browse repository at this point
chore: add OpenCode plugin for Trellis workflow system
Show description for 32abce7
re2zero
committed
32abce7
View commit details
Copy full SHA for 32abce7
Browse repository at this point
feat(zeroai): implement Phase 3 Agent Team Collaboration
Show description for a562f0b
re2zero
committed
a562f0b
View commit details
Copy full SHA for a562f0b
Browse repository at this point
feat(zeroai): implement Phase 4 custom LLM provider configuration
Show description for 64e0b9d
re2zero
committed
64e0b9d
View commit details
Copy full SHA for 64e0b9d
Browse repository at this point
Commits on Apr 3, 2026
docs: update trellis progress - Phase 1-4 complete, Phase 5 planned
re2zero
committed
feb27ca
View commit details
Copy full SHA for feb27ca
Browse repository at this point
feat(zeroai): generate TypeScript bindings and refactor RPC client
Show description for 2caddc6
re2zero
committed
2caddc6
View commit details
Copy full SHA for 2caddc6
Browse repository at this point
feat(zeroai): phase5b-provider-ui
re2zero
committed
4cd3f65
View commit details
Copy full SHA for 4cd3f65
Browse repository at this point
feat(zeroai): phase5b-provider-ui
re2zero
committed
c6c71c0
View commit details
Copy full SHA for c6c71c0
Browse repository at this point
You can’t perform that action at this time.