Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 14:28
ac18bc0

Changelog

  • 2dacc9c feat(agent): add SourceGemini constant
  • bd6d6f0 feat(cli): add adjective-noun name generator
  • 34bcbb2 feat(cli): add buildAgentName with ULID suffix
  • 69c3106 feat(cli): add codex configuration flags to spawn command
  • 109b066 feat(cli): add formatCollisionError with timestamp and suggestion
  • 4baf86c feat(cli): add generateName for auto-generated agent names
  • 15d55c6 feat(cli): add randomHexSuffix for collision fallback
  • 03d3af0 feat(cli): add relativeTime helper for human-readable timestamps
  • 5dbaae1 feat(cli): add resolveAgentNameWithULID with collision fallback
  • ea1e6b9 feat(cli): add runSpawnGemini function with tests
  • d32116d feat(cli): dispatch spawn to codex or gemini with unified sandbox flag
  • 2eceb9a feat(cli): make --name optional with auto-generation
  • 0c81df6 feat(cli): update logs to support gemini agents
  • 3ee4512 feat(cli): update peek to support gemini agents
  • 75d4f44 feat(cli): use ULID-based naming in spawn flow
  • e5905eb feat(cli): use config for MCP servers, set GEMINI_CONFIG_DIR
  • 289afa5 feat(config): add YAML config loader for MCP servers
  • 957e423 feat(db): add type column to agents table
  • 823dba0 feat(gemini): add WriteSettings for MCP server configuration
  • b89d806 feat(gemini): add home.go with EnsureGeminiHome
  • f78abc0 feat(gemini): add sessions.go with FindSessionFile
  • 4cb75b4 feat(gemini): add transcript.go with delta accumulation
  • ac6b27e feat(gemini): copy auth files from ~/.gemini/ to isolated home
  • d824f3d feat(tui): add support for Gemini agent transcripts
  • db50f13 fix(cli): cleanup gemini process on CreateAgent failure
  • a228751 fix: address PR review feedback (security, error handling, consistency)
  • 839c005 fix: use bufio.Reader to handle arbitrarily large lines in gemini streaming
  • e27319c refactor(cli): remove unused generateName function
  • 392cdf2 refactor(cli): use buildAgentName in resolveAgentNameWithULID
  • dcf10e1 test(cli): add tests for resolveAgentName (red)
  • 2ab9d56 test(cli): add tests for spawn codex flags
  • 47f6fdd test(cli): remove obsolete resolveAgentName tests