sync agent-compose proto to v2609.3.0 - #79
Merged
innomentats merged 3 commits intoSep 20, 2026
Merged
Conversation
added 3 commits
September 19, 2026 20:57
Allow a path prefix on the Token/RBAC base URL and read api_key as an alias for api_token so existing config.yaml files work.
Pin the protobuf snapshot to agent-compose 493af1c and update generated clients plus command wiring for timestamps, ProjectRef, offset pagination, and renamed stream RPCs.
Mark token_source as environment only when the selected token came from the matching env var, warn logout about AGENT_COMPOSE_API_KEY, and document default_project plus the api_key alias.
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.
Summary
api_keyas an alias forapi_token.493af1c(v2609.3.0) and regenerate Connect clients.agent-composecommand wiring for Timestamp fields,ProjectRefoneof selectors, offset pagination, and renamed stream RPCs (StreamAgentRun,StartAgentRun,StreamExec).This unblocks
chaitin-cli agent-compose project lsagainst current daemon/UI Token API responses that previously failed withstring field contains invalid UTF-8.This CLI must be used with Agent Compose daemon
v2609.3.0. Older daemons are not supported.User-visible changes
--urlmay include a path prefix.api_key/AGENT_COMPOSE_API_KEYare aliases ofapi_token/AGENT_COMPOSE_API_TOKEN.--cursorare replaced by--offsetonps,run events,scheduler runs, andscheduler logs.next_cursoris nownext_offset(uint).event_typeprefixes changed:run_agent_stream_event_type_*->stream_agent_run_event_type_*exec_stream_event_type_*->stream_exec_event_type_*Config
api_keyremains accepted as an alias. Environment overrides:AGENT_COMPOSE_URL,AGENT_COMPOSE_API_TOKEN(orAGENT_COMPOSE_API_KEY),AGENT_COMPOSE_DEFAULT_PROJECT.Example