Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion approval-gate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

423 changes: 423 additions & 0 deletions console/SKILL.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions console/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"iii-browser-sdk": "^0.21.6",
"lexical": "^0.44.0",
"lucide-react": "^1.16.0",
"monaco-editor": "^0.56.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
Expand Down
2 changes: 2 additions & 0 deletions console/web/public/vendor/console-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const tokens = api.tokens
export const {
Badge,
Button,
CodeEditor,
CodeHighlight,
Dialog,
DialogClose,
Expand All @@ -27,6 +28,7 @@ export const {
Input,
JsonHighlight,
Markdown,
MarkdownPreview,
Select,
Skeleton,
StatusDot,
Expand Down
279 changes: 0 additions & 279 deletions console/web/src/components/chat/directory/__tests__/parsers.test.ts

This file was deleted.

Loading
Loading