chore(deps): update dev tooling, GitHub Actions, remove unused shikij… #70
Annotations
8 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
@@ -1,38 +1,9 @@
- "Performing one time database migration, may take a few minutes...
- sqlite-migration:done
- Database migration complete.
^^^
-
- 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 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 acp
- Positionals:
- project path to start tinycode in [string]
+ start ACP (Agent Client Protocol) server
Options:
-h, --help show help [boolean]
-v, --version show version number [boolean]
--print-logs print logs to stderr [boolean]
@@ -43,12 +14,7 @@
--mdns enable mDNS service discovery (defaults hostname to 0.0.0.0)
[boolean] [default: false]
--mdns-domain custom domain name for mDNS service (default: tinycode.local)
[string] [default: "tinycode.local"]
--cors additional domains to allow for CORS [array] [default: []]
- -m, --model model to use in the format of provider/model [string]
- -c, --continue continue the last session [boolean]
- -s, --session session id to continue [string]
- --fork fork the session when continuing (use with --continue or --session) [boolean]
- --prompt prompt to use [string]
- --agent agent to use [string]"
-
+ --cwd working directory [string] [default: "<HOME>"]"
+
- Expected - 38
+ Received + 4
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
|
|
error: expect(received).toBe(expected):
packages/tinycode/test/server/httpapi-listen.test.ts#L298
Expected: 200
Received: 401
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/test/server/httpapi-listen.test.ts:298:31)
|
|
error: timed out waiting for graceful stop after forced stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for forced listener stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for concurrent listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
eslint(no-underscore-dangle):
packages/app/e2e/smoke/session-timeline.spec.ts#L106
Unexpected dangling '_' in '`__timelineSmokeErrorToasts`'.
|
|
eslint(no-underscore-dangle):
packages/app/e2e/smoke/session-timeline.spec.ts#L91
Unexpected dangling '_' in '`__timelineSmokeState`'.
|
|
eslint(no-underscore-dangle):
packages/app/e2e/smoke/session-timeline.spec.ts#L86
Unexpected dangling '_' in '`__timelineSmokeForbiddenText`'.
|
|
eslint(no-underscore-dangle):
packages/app/e2e/smoke/session-timeline.spec.ts#L85
Unexpected dangling '_' in '`__timelineSmokeErrorToasts`'.
|
|
eslint(no-underscore-dangle):
packages/llm/test/provider/openai-chat.test.ts#L37
Unexpected dangling '_' in '`_typed`'.
|
|
eslint(no-useless-escape):
packages/tinycode/src/config/reference.ts#L45
Unnecessary escape character '/'
|
|
eslint(no-underscore-dangle):
packages/tinycode/src/config/parse.ts#L76
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-underscore-dangle):
packages/tinycode/src/config/config.ts#L537
Unexpected dangling '_' in '`_tag`'.
|
|
eslint(no-unused-vars):
.tinycode/plugins/tui-smoke.tsx#L2
Type 'JSX' is imported but never used.
|
|
eslint(no-underscore-dangle):
packages/llm/test/recorded-test.ts#L18
Unexpected dangling '_' in '`__dirname`'.
|