chore: bump version to 1.16.2 #173
Annotations
3 errors and 10 warnings
|
typecheck
Process completed with exit code 2.
|
|
test
Process completed with exit code 1.
|
|
error: expect(received).toMatchSnapshot(expected):
packages/tinycode/unknown#L1
@@ -7,30 +7,31 @@
^^^
Commands:
- tinycode completion generate shell completion script
- tinycode mcp manage MCP (Model Context Protocol) servers
- tinycode [project] start tinycode tui [default]
- tinycode attach <url> attach to a running tinycode server
- tinycode run [message..] run tinycode with a message
- tinycode debug debugging and troubleshooting tools
- tinycode providers manage AI providers and credentials [aliases: auth]
- tinycode agent manage agents
- tinycode uninstall uninstall tinycode and remove all related files
- tinycode setup set up tinycode configuration, agents, skills, and MCP servers
- tinycode status show tinycode status and provider health
- tinycode serve starts a headless tinycode server
- tinycode acp start ACP (Agent Client Protocol) server
- tinycode web start tinycode server and open web interface
- tinycode models [provider] list all available models
- tinycode export [sessionID] export session data
- tinycode import <file> import session data from JSON file or URL
- tinycode session manage sessions
- tinycode plugin <module> install plugin and update config [aliases: plug]
- tinycode db database tools
+ tinycode completion generate shell completion script
+ tinycode mcp manage MCP (Model Context Protocol) servers
+ tinycode [project] start tinycode tui [default]
+ tinycode attach <url> attach to a running tinycode server
+ tinycode run [message..] run tinycode with a message
+ tinycode debug debugging and troubleshooting tools
+ tinycode providers manage AI providers and credentials [aliases: auth]
+ tinycode agent manage agents
+ tinycode uninstall uninstall tinycode and remove all related files
+ tinycode setup set up tinycode configuration, agents, skills, and MCP servers
+ tinycode status show tinycode status and provider health
+ tinycode serve starts a headless tinycode server
+ tinycode acp start ACP (Agent Client Protocol) server
+ tinycode web start tinycode server and open web interface
+ tinycode models [provider] list all available models
+ tinycode export [sessionID] export session data
+ tinycode import <file> import session data from JSON file or URL
+ tinycode session manage sessions
+ tinycode plugin <module> install plugin and update config [aliases: plug]
+ tinycode plugin-search [query] search available plugins
+ tinycode db database tools
Positionals:
project path to start tinycode in [string]
Options:
- Expected - 20
+ Received + 21
at toMatchSnapshot (unknown:1:1)
at /home/runner/work/tinycode/tinycode/packages/tinycode/test/cli/help/help-snapshots.test.ts:124:44
at ~effect/Effect/successCont (/home/runner/work/tinycode/tinycode/node_modules/.bun/effect@4.0.0-beta.66/node_modules/effect/dist/internal/effect.js:910:23)
at runLoop (/home/runner/work/tinycode/tinycode/node_modules/.bun/effect@4.0.0-beta.66/node_modules/effect/dist/internal/effect.js:420:66)
at evaluate (/home/runner/work/tinycode/tinycode/node_modules/.bun/effect@4.0.0-beta.66/node_modules/effect/dist/internal/effect.js:380:20)
at /home/runner/work/tinycode/tinycode/node_modules/.bun/effect@4.0.0-beta.66/node_modules/effect/dist/internal/effect.js:734:14
at go (/home/runner/work/tinycode/tinycode/node_modules/.bun/effect@4.0.0-beta.66/node_modules/effect/dist/internal/effect.js:23
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L247
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L246
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L209
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L208
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L186
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/test/bus/bus-effect.test.ts#L185
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/sdk/js/src/v2/gen/client/client.gen.ts#L87
Unexpected dangling '_' in '`_fetch`'.
|
|
eslint(no-underscore-dangle):
packages/sdk/js/src/v2/gen/client/client.gen.ts#L23
Unexpected dangling '_' in '`_config`'.
|
|
eslint(no-unused-vars):
packages/sdk/js/src/v2/gen/client/types.gen.ts#L142
Variable 'TError' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-useless-escape):
script/upgrade-opentui.ts#L165
Unnecessary escape character '"'
|