Skip to content

Conversation

@JacobFV
Copy link
Contributor

@JacobFV JacobFV commented Jan 23, 2026

🤖 I have created a release beep boop

0.3.1 (2026-01-28)

Features

  • add agi node sdk (59ef881)
  • add client-driven session support with AgentLoop (c1cca00)
  • add client-driven session support with AgentLoop (c5e10a0)
  • ci: add release-please workflow for automated releases (c664238)
  • ci: add release-please workflow for automated releases (6e48363)
  • loop, sessions: add sessionId to AgentLoop and SessionsResource for improved routing (ee26325)

Bug Fixes

  • improve error handling in HTTPClient (c050ae3)
  • lint and test issues (a1a7dcf)
  • update publish workflow (cfeeb63)
  • update repository URL format in package.json (12edf1e)

This PR was generated with Release Please. See documentation.

Greptile Overview

Greptile Summary

This is an automated release PR generated by Release Please that bumps the version from 0.3.0 to 0.3.1.

  • Created new CHANGELOG.md file documenting all features and bug fixes included in this release
  • Updated version to 0.3.1 in package.json, package-lock.json, and .release-please-manifest.json
  • All changes are standard release automation updates with no manual code modifications
  • Version numbers are consistent across all files

Confidence Score: 5/5

  • This PR is safe to merge - it contains only automated version bump changes
  • All changes are generated by Release Please automation. Version numbers are consistent across all files (0.3.1), changelog follows conventional format, and no manual code changes were introduced.
  • No files require special attention

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.3.0 to 0.3.1 as expected for patch release
CHANGELOG.md New changelog file created with release 0.3.1 details including features and bug fixes
package.json Version field updated from 0.3.0 to 0.3.1
package-lock.json Lockfile version synchronized with package.json version 0.3.1

Sequence Diagram

sequenceDiagram
    participant RP as Release Please Bot
    participant Repo as Repository
    participant CI as CI/CD Pipeline
    participant NPM as NPM Registry
    
    Note over RP,Repo: Release 0.3.1 Process
    
    RP->>Repo: Detect commits since v0.3.0
    RP->>Repo: Generate CHANGELOG.md
    RP->>Repo: Update package.json version
    RP->>Repo: Update package-lock.json version
    RP->>Repo: Update .release-please-manifest.json
    RP->>Repo: Create release PR #4
    
    Note over Repo: PR Review & Approval
    
    Repo->>CI: Trigger build & tests
    CI-->>Repo: Tests pass ✓
    
    Note over Repo: After merge
    
    Repo->>CI: Trigger publish workflow
    CI->>NPM: Publish [email protected]
Loading

@JacobFV JacobFV force-pushed the release-please--branches--main--components--agi branch from 1f954da to 47d5208 Compare January 28, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants