Created ChatMessage.tsx component with: - ChatMessage component for displaying user/assistant messages - Styled differently based on role (user right-aligned, assistant left-aligned) - Framer Motion animations for smooth appearance - Streaming indicator for real-time response display - TypingIndicator component for loading state - WelcomeMessage component for empty chat state - Timestamp formatting utility - Responsive design following existing Tailwind patterns Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
227 lines
3.1 KiB
JSON
227 lines
3.1 KiB
JSON
{
|
|
"base_commands": [
|
|
".",
|
|
"[",
|
|
"[[",
|
|
"ag",
|
|
"awk",
|
|
"basename",
|
|
"bash",
|
|
"bc",
|
|
"break",
|
|
"cat",
|
|
"cd",
|
|
"chmod",
|
|
"clear",
|
|
"cmp",
|
|
"column",
|
|
"comm",
|
|
"command",
|
|
"continue",
|
|
"cp",
|
|
"curl",
|
|
"cut",
|
|
"date",
|
|
"df",
|
|
"diff",
|
|
"dig",
|
|
"dirname",
|
|
"du",
|
|
"echo",
|
|
"egrep",
|
|
"env",
|
|
"eval",
|
|
"exec",
|
|
"exit",
|
|
"expand",
|
|
"export",
|
|
"expr",
|
|
"false",
|
|
"fd",
|
|
"fgrep",
|
|
"file",
|
|
"find",
|
|
"fmt",
|
|
"fold",
|
|
"gawk",
|
|
"gh",
|
|
"git",
|
|
"grep",
|
|
"gunzip",
|
|
"gzip",
|
|
"head",
|
|
"help",
|
|
"host",
|
|
"iconv",
|
|
"id",
|
|
"jobs",
|
|
"join",
|
|
"jq",
|
|
"kill",
|
|
"killall",
|
|
"less",
|
|
"let",
|
|
"ln",
|
|
"ls",
|
|
"lsof",
|
|
"man",
|
|
"mkdir",
|
|
"mktemp",
|
|
"more",
|
|
"mv",
|
|
"nl",
|
|
"paste",
|
|
"pgrep",
|
|
"ping",
|
|
"pkill",
|
|
"popd",
|
|
"printenv",
|
|
"printf",
|
|
"ps",
|
|
"pushd",
|
|
"pwd",
|
|
"read",
|
|
"readlink",
|
|
"realpath",
|
|
"reset",
|
|
"return",
|
|
"rev",
|
|
"rg",
|
|
"rm",
|
|
"rmdir",
|
|
"sed",
|
|
"seq",
|
|
"set",
|
|
"sh",
|
|
"shuf",
|
|
"sleep",
|
|
"sort",
|
|
"source",
|
|
"split",
|
|
"stat",
|
|
"tail",
|
|
"tar",
|
|
"tee",
|
|
"test",
|
|
"time",
|
|
"timeout",
|
|
"touch",
|
|
"tr",
|
|
"tree",
|
|
"true",
|
|
"type",
|
|
"uname",
|
|
"unexpand",
|
|
"uniq",
|
|
"unset",
|
|
"unzip",
|
|
"watch",
|
|
"wc",
|
|
"wget",
|
|
"whereis",
|
|
"which",
|
|
"whoami",
|
|
"xargs",
|
|
"yes",
|
|
"yq",
|
|
"zip",
|
|
"zsh"
|
|
],
|
|
"stack_commands": [
|
|
"ar",
|
|
"clang",
|
|
"clang++",
|
|
"cmake",
|
|
"composer",
|
|
"dive",
|
|
"docker",
|
|
"docker-buildx",
|
|
"docker-compose",
|
|
"dockerfile",
|
|
"eslint",
|
|
"g++",
|
|
"gcc",
|
|
"ipython",
|
|
"jupyter",
|
|
"ld",
|
|
"make",
|
|
"meson",
|
|
"next",
|
|
"ninja",
|
|
"nm",
|
|
"node",
|
|
"notebook",
|
|
"npm",
|
|
"npx",
|
|
"objdump",
|
|
"pdb",
|
|
"php",
|
|
"pip",
|
|
"pip3",
|
|
"pipx",
|
|
"pnpm",
|
|
"pnpx",
|
|
"pudb",
|
|
"python",
|
|
"python3",
|
|
"react-scripts",
|
|
"strip",
|
|
"ts-node",
|
|
"tsc",
|
|
"tsx",
|
|
"vitest"
|
|
],
|
|
"script_commands": [
|
|
"bun",
|
|
"npm",
|
|
"pnpm",
|
|
"yarn"
|
|
],
|
|
"custom_commands": [],
|
|
"detected_stack": {
|
|
"languages": [
|
|
"python",
|
|
"javascript",
|
|
"typescript",
|
|
"php",
|
|
"c"
|
|
],
|
|
"package_managers": [
|
|
"pnpm"
|
|
],
|
|
"frameworks": [
|
|
"nextjs",
|
|
"react",
|
|
"vitest",
|
|
"eslint"
|
|
],
|
|
"databases": [],
|
|
"infrastructure": [
|
|
"docker"
|
|
],
|
|
"cloud_providers": [],
|
|
"code_quality_tools": [],
|
|
"version_managers": []
|
|
},
|
|
"custom_scripts": {
|
|
"npm_scripts": [
|
|
"dev",
|
|
"build",
|
|
"start",
|
|
"lint",
|
|
"build:images",
|
|
"generate:images",
|
|
"generate:images:dry",
|
|
"test",
|
|
"test:coverage"
|
|
],
|
|
"make_targets": [],
|
|
"poetry_scripts": [],
|
|
"cargo_aliases": [],
|
|
"shell_scripts": []
|
|
},
|
|
"project_dir": "C:\\Users\\damja\\WebstormProjects\\Portfolio",
|
|
"created_at": "2026-01-22T15:28:38.237190",
|
|
"project_hash": "c4ad399e16be367eb4e6b076fe1d9ee3",
|
|
"inherited_from": "C:\\Users\\damja\\WebstormProjects\\Portfolio"
|
|
} |