Releases: OpenHands/typescript-client
Releases · OpenHands/typescript-client
Release v1.26.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.26.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.26.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- [AgentProfile][ts-client] Test ACP provider credential descriptors + re-sync claude-code set_session_model mirror by @simonrosenberg in #210
- feat: add MetaProfilesClient and meta-profile types by @juanmichelini in #212
- chore(acp): mirror SDK ACP provider bump (claude 0.44, codex 0.16, gemini 0.46) by @simonrosenberg in #211
- [AgentProfile][ts-client] AgentProfile types + client + deriveSwitchPlan by @simonrosenberg in #213
New Contributors
- @juanmichelini made their first contribution in #212
Full Changelog: v1.25.0...v1.26.0
Release v1.25.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.25.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.25.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- refactor: curate ACP model registry — current generations only, re-sync mirror by @simonrosenberg in #205
Full Changelog: v1.24.2...v1.25.0
Release v1.24.3
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.24.3Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.24.3 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});Full Changelog: v1.24.0...v1.24.3
Release v1.24.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.24.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.24.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- test(profiles): add integration tests for ProfilesClient and switchLlm by @VascoSch92 in #186
- Prepare TypeScript client v1.23.1 release by @neubig in #188
- feat: add npm (npmjs.org) publish workflow by @malhotra5 in #190
- feat(acp): typed switchAcpModel client method by @simonrosenberg in #189
- chore: remove PR review GitHub Actions workflow by @xingyaoww in #191
Full Changelog: v1.23.2...v1.24.0
Release v1.23.2
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.23.2Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.23.2 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- Release v1.23.1 by @neubig in #179
- feat(acp): mirror available_models / default_model from openhands-sdk by @simonrosenberg in #187
Full Changelog: v1.23.0...v1.23.2
Release v1.23.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@1.23.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@1.23.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- feat(skills): add CRUD management methods to SkillsClient by @malhotra5 in #166
- deps(deps-dev): bump jest from 30.3.0 to 30.4.2 in the testing group by @dependabot[bot] in #158
- deps(deps-dev): bump @types/node from 25.6.0 to 25.6.2 by @dependabot[bot] in #160
- deps(deps-dev): bump @babel/preset-env from 7.29.3 to 7.29.5 by @dependabot[bot] in #161
- deps(deps): bump @openrouter/sdk from 0.12.25 to 0.12.35 by @dependabot[bot] in #162
- deps(deps-dev): bump typescript-eslint from 8.59.1 to 8.59.3 by @dependabot[bot] in #159
- feat(acp): export typed ACP registry + CI drift check vs openhands-sdk by @simonrosenberg in #173
- fix(ci): clear two moderate npm audit advisories by @simonrosenberg in #175
- feat: add interruptConversation method to ConversationClient by @malhotra5 in #174
- Add typed agent-server compatibility helpers by @neubig in #176
- deps(deps-dev): bump @types/node from 25.6.2 to 25.9.0 by @dependabot[bot] in #170
- deps(deps-dev): bump eslint from 10.3.0 to 10.4.0 in the linting group across 1 directory by @dependabot[bot] in #168
- Add SDK v1.23 agent-server API parity helpers by @neubig in #177
New Contributors
- @malhotra5 made their first contribution in #166
- @simonrosenberg made their first contribution in #173
Full Changelog: v0.6.0...v1.23.0
Release v0.6.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@0.6.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@0.6.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- Fix duplicate package publish workflow by @neubig in #152
- fix(events): never throw at module load, defer error to connect() by @rbren in #157
- feat(conversation): add startWorkspaceSession to mint workspace cookie and return static asset base URL by @rbren in #155
Full Changelog: v0.5.0...v0.6.0
Release v0.5.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@0.5.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@0.5.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
Full Changelog: v0.2.0...v0.5.0
Release v0.4.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@0.4.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@0.4.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
Full Changelog: v0.2.0...v0.4.0
Release v0.2.0
Installation from GitHub Packages
Option 1: Configure .npmrc (Recommended)
Add to your .npmrc file:
@openhands:registry=https://npm.pkg.github.com
Then install:
npm install @openhands/typescript-client@0.2.0Option 2: Direct install with registry flag
npm install @openhands/typescript-client@0.2.0 --registry=https://npm.pkg.github.comUsage
import { RemoteConversation } from '@openhands/typescript-client';
const conversation = new RemoteConversation({
baseUrl: 'http://localhost:8000',
apiKey: 'your-api-key'
});What's Changed
- Support direct GitHub installs by @neubig in #130
- chore: add sandbox community files by @neubig in #129
- Fix OpenHands PR review workflow auth by @neubig in #131
- Fix git dependency package imports by @neubig in #132
- Onboard OpenHands by @neubig in #134
- deps(deps-dev): bump the linting group across 1 directory with 2 updates by @dependabot[bot] in #123
- deps(deps): bump @openrouter/sdk from 0.12.1 to 0.12.21 by @dependabot[bot] in #124
- Make windows install work through rimraf by @neubig in #137
- deps(deps-dev): bump the typescript group across 1 directory with 3 updates by @dependabot[bot] in #128
- deps(deps-dev): bump typescript-eslint from 8.58.2 to 8.59.0 by @dependabot[bot] in #138
- deps(deps): bump @openrouter/sdk from 0.12.21 to 0.12.25 by @dependabot[bot] in #144
- deps(deps-dev): bump globals from 17.5.0 to 17.6.0 by @dependabot[bot] in #143
- deps(deps-dev): bump typescript-eslint from 8.59.0 to 8.59.1 by @dependabot[bot] in #141
- deps(deps-dev): bump @babel/preset-env from 7.29.2 to 7.29.3 by @dependabot[bot] in #142
- Add optional ref option to RemoteWorkspace.gitChanges/gitDiff by @rbren in #146
- feat(profiles): add ProfilesClient and RemoteConversation.switchLlm by @VascoSch92 in #148
- Fix npm audit security failure by @neubig in #151
- deps(deps-dev): bump eslint from 10.2.1 to 10.3.0 in the linting group across 1 directory by @dependabot[bot] in #140
- Align PR review workflow with software-agent-sdk by @neubig in #150
- deps(deps-dev): bump the typescript group across 1 directory with 2 updates by @dependabot[bot] in #139
- Add LLM profile client APIs by @neubig in #147
New Contributors
- @VascoSch92 made their first contribution in #148
Full Changelog: v0.1.1...v0.2.0