Commit History

refactor: move app to deepshell.main; keep main shim for python -m support
ef3975d

muralipala1504 commited on

chore: hard-block chat and show admin-only scope message; silence favicon
27bfdc0

muralipala1504 commited on

feat: wire Groq and serve UI from backend
8574870

muralipala1504 commited on

feat: wire ChatHandler to global LLM client (Groq/OpenAI)
ade4144

muralipala1504 commited on

feat: replace wrapper with GroqWrapper (sync, non-stream)
945dbc6

muralipala1504 commited on

chore: add root requirements.txt with FastAPI, Uvicorn, Groq
1c6581c

muralipala1504 commited on

Add Cases tab: browse, view, and download Clinic diagnoses
863efcd

muralipala1504 commited on

Clinic: auto-archive diagnoses to clinic_cases/
14a014a

muralipala1504 commited on

Ignore Clinic case archives
9264097

muralipala1504 commited on

app.js index.html did changes to suite for current changes
9b654e3

muralipala1504 commited on

app.js,index.html, deepshell-back-end/wrapper.py changed to facilitatae Clinic Feature
99051d0

muralipala1504 commited on

docs(readme): polish description – highlight infra-only focus and clarify not a ChatGPT wrapper
2124893

muralipala1504 commited on

docs(changelog): add 1.2.0 – hardened domain filtering and leak fixes
8c4c49d

muralipala1504 commited on

feat(wrapper): harden domain filtering (block trivia, finance, and playful context) - v1.2.0
dc53e70

muralipala1504 commited on

feat(wrapper): enforce strict default-deny domain filtering (block non-infra prompts)
50af3d6

muralipala1504 commited on

docs(tests): add prompt_tests.md for UI domain filtering validation
40ec317

muralipala1504 commited on

docs(changelog): update for v1.1.0 wrapper polish
2cab803

muralipala1504 commited on

feat(wrapper): add domain filter + clean code-fenced outputs for copy button
d3376f3

muralipala1504 commited on

README.md, added due credits
6a6ca6a

muralipala1504 commited on

README.md, Installation steps order made easier
e757115

muralipala1504 commited on

Update CHANGELOG: remove archive reference and note legacy-archive branch
df3bea3

muralipala1504 commited on

Remove archive folder for clean public release
173ed13

muralipala1504 commited on

Add AI Assistance disclaimer to README
1a9e036

muralipala1504 commited on

Add MIT LICENSE file
f1c1d06

muralipala1504 commited on

Update CHANGELOG for v1.0.0 public release
f596f19

muralipala1504 commited on

Fix app.js: align frontend with backend (/run-agent + prompt)
c62ad6f

muralipala1504 commited on

app.js index.html services.css , tweacked for Copy button in prompt respomce
a39f5c0

muralipala1504 commited on

Docs: added Unreleased v1.1.0 (Roadmap items) to CHANGELOG.md
ccfddaf

muralipala1504 commited on

Cleanup: moved docker-compose.yml into archive/ properly
10a2610

muralipala1504 commited on

Docs: added Roadmap section to README.md
93ce889

muralipala1504 commited on

Added CHANGELOG.md and .gitignore for repo hygiene
663a772

muralipala1504 commited on

README.md, added the screenshot of webUI
0656bdd

muralipala1504 commited on

Cleanup: moved docker-compose.yml to archive, added UI screenshot under docs/
795e158

muralipala1504 commited on

README.md , did the missing content update
f97d9c3

muralipala1504 commited on

Polish Deepshell UI: compact layout, scrollable chat, navbar branding, improved copy button
58a9e63

muralipala1504 commited on

Removed the ambiguity of deepshell running command in README.md
9913a5c

muralipala1504 commited on

appended the changes missedin README.md
dd67e4f

muralipala1504 commited on

Add fastapi and uvicorn to requirements.txt
13ec373

muralipala1504 commited on

README.md instructions added
18d2ab5

muralipala1504 commited on

Add Python launcher script for seamless backend start
162d479

muralipala1504 commited on

Add setup.py to make deepshell installable
505d1aa

muralipala1504 commited on

deepshell-backend/requirements.txt removed the unwanted
6f416eb

muralipala1504 commited on

Update requirements.txt to include deepshell==1.0.0 and remove archived requirements
c23d642

muralipala1504 commited on

Restore requirements.txt for backend dependencies
aa7d8dd

muralipala1504 commited on

wrapper.py amended to load deepshell module
21a0e35

muralipala1504 commited on

Archive backend docs and tests; clean up UI repo
bb25a01

muralipala1504 commited on

Update README for UI-focused usage and link to backend docs
f63e86f

muralipala1504 commited on

Add Dockerfile and docker-compose.yml for deepshell-ui container setup
314f196

muralipala1504 commited on

Move test_wrapper.py to tests folder
25c15c9

muralipala1504 commited on

Add Prism.js syntax highlighting and copy button with improved styling
cffbc30

muralipala1504 commited on