Skip to content

Commit 1f19e62

Browse files
committed
feat: reasoning support, persistent history
1 parent 5bcd8a2 commit 1f19e62

99 files changed

Lines changed: 3114 additions & 5078 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cli/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default tseslint.config(
7979
"@typescript-eslint/no-unsafe-assignment": "off",
8080
"@typescript-eslint/no-unsafe-return": "off",
8181
"@typescript-eslint/no-unsafe-argument": "off",
82+
"@typescript-eslint/unbound-method": "off",
8283
"no-control-regex": "off",
8384
},
8485
},

cli/src/__tests__/cli-commands.test.ts

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)