Commit graph

71 commits

Author SHA1 Message Date
alex s
90d00a98cb Add target list CLI option (#711)
* Add target list CLI option

* Handle target list comments and encoding errors
2026-07-06 23:33:08 -04:00
Ahmed Allam
16f77da3b9 Update README (#705) 2026-07-06 07:38:52 -07:00
Chirag Singhal
63798718c7 fix grammer (#642)
Co-authored-by: Alex Schapiro <46074070+bearsyankees@users.noreply.github.com>
2026-07-02 22:47:02 -04:00
Ahmed Allam
02cf3900f9 Update readme (#607) 2026-06-29 19:09:58 -07:00
Ahmed Allam
5331b386d1 Readme update 2026-06-29 19:00:46 -07:00
Ahmed Allam
737c9d97ac Add Strix GitHub Actions integration tip 2026-04-12 12:43:41 -07:00
alex s
51834e6649 feat: Better source-aware testing (#391) 2026-03-31 11:53:49 -07:00
0xallam
55b175498a chore: update default model to gpt-5.4 and remove Strix Router from docs
- Change default model from gpt-5 to gpt-5.4 across docs, tests, and examples
- Remove Strix Router references from docs, quickstart, overview, and README
- Delete models.mdx (Strix Router page) and its nav entry
- Simplify install script to suggest openai/ prefix directly
- Keep strix/ model routing support intact in code
2026-03-22 22:08:20 -07:00
Ahmed Allam
04878d49c7 Add tip about Strix integration with GitHub Actions 2026-03-17 22:14:11 -07:00
Ahmed Allam
a4bf8cc8e2 Update README 2026-03-03 03:33:46 +04:00
0xallam
91724b1a24 docs: Add Strix Platform and Enterprise sections to README 2026-02-26 14:58:28 -08:00
mason5052
8c7a3102f9 docs: fix Discord badge expired invite code
The badge image URL used invite code  which is expired,
causing the badge to render 'Invalid invite' instead of the server info.
Updated to use the vanity URL  which resolves correctly.

Fixes #313
2026-02-22 20:52:03 -08:00
Ahmed Allam
b19a08dbd4 Update installation instructions
Removed pipx installation instructions for strix-agent.
2026-02-22 00:10:06 +04:00
0xallam
d7ad775092 fix: Change default model from claude-sonnet-4-6 to gpt-5 across docs and code 2026-02-20 10:35:58 -08:00
0xallam
955556d784 docs: Revert discord badge cache bust 2026-02-19 13:53:27 -08:00
0xallam
7e32ec6aab docs: Cache bust discord badge 2026-02-19 13:52:13 -08:00
octovimmer
1c4922a017 Strix LLM Documentation and Config Changes (#315)
* feat: add to readme new keys

* feat: shoutout strix models, docs

* fix: mypy error

* fix: base api

* docs: update quickstart and models

* fixes: changes to docs

uniform api_key variable naming

* test: git commit hook

* nevermind it was nothing

* docs: Update default model to claude-sonnet-4.6 and improve Strix Router docs

- Replace gpt-5 and opus-4.6 defaults with claude-sonnet-4.6 across all docs and code
- Rewrite Strix Router (models.mdx) page with clearer structure and messaging
- Add Strix Router as recommended option in overview.mdx and quickstart prerequisites
- Update stale Claude 4.5 references to 4.6 in anthropic.mdx, openrouter.mdx, bug_report.md
- Fix install.sh links to point to models.strix.ai and correct docs URLs
- Update error message examples in main.py to use claude-sonnet-4-6

---------

Co-authored-by: 0xallam <ahmed39652003@gmail.com>
2026-02-20 01:43:18 +04:00
Ahmed Allam
ee25d1319a Update README 2026-02-01 05:13:59 +04:00
Ahmed Allam
0fd905ba4f Update README.md 2026-02-01 05:11:44 +04:00
Ahmed Allam
18c4761082 Update README 2026-01-23 06:56:10 +04:00
Ahmed Allam
6950bed1a4 Update README 2026-01-23 06:55:35 +04:00
0xallam
a4491f8d40 docs: update screenshot and add to intro page 2026-01-22 13:09:45 -08:00
0xallam
1cee6270bf chore: update Discord invite link 2026-01-20 12:58:14 -08:00
Ahmed Allam
03bf88bcd3 Update README 2026-01-16 02:34:30 +04:00
Ahmed Allam
40c32eb12c Update README 2026-01-14 05:00:16 +04:00
0xallam
88489aeafb docs: document config persistence in README 2026-01-10 15:49:03 -08:00
0xallam
66518c8a0e feat: add STRIX_REASONING_EFFORT env var to control thinking effort
- Add configurable reasoning effort via environment variable
- Default to "high", but use "medium" for quick scan mode
- Document in README and interface error panel

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 20:00:01 -08:00
0xallam
88a02e539a docs: reformat recommended models as bulleted list 2026-01-09 16:49:16 -08:00
0xallam
00f9c62d8e docs: add Gemini 3 Pro Preview to recommended models 2026-01-09 16:47:33 -08:00
0xallam
96a7b00d6c Refactor(skills): rename prompt modules to skills and update documentation 2026-01-06 17:50:15 -08:00
0xallam
e468a603b5 chore: update website links to strix.ai 2026-01-03 17:58:34 -08:00
0xallam
31ed2bb54e docs: add documentation links to README 2026-01-03 17:56:35 -08:00
Ahmed Allam
98f2569bca Update link in README 2026-01-03 08:28:03 +04:00
Ahmed Allam
8781808eb5 Remove PyPI Downloads badge from readme 2026-01-01 23:27:00 +04:00
0xallam
250ace73fb Update README.md 2025-12-15 10:11:08 -08:00
Ahmed Allam
c6c92b6991 Fix badge in README.md 2025-12-15 19:39:47 +04:00
Ahmed Allam
3ba16c0ca4 Update README to remove duplicate demo image 2025-12-12 21:59:16 +04:00
Ahmed Allam
85473d5027 Add DeepWiki docs for Strix 2025-12-12 21:58:28 +04:00
K0IN
222c0f0d70 Update GitHub Actions checkout action version (#189) 2025-12-11 22:24:20 +04:00
Alexander De Battista Kvamme
3b835b9986 Fix/ Long text instruction causes crash (#184) 2025-12-08 23:23:51 +04:00
Ahmed Allam
6043aea0e3 Update README.md 2025-12-03 20:09:22 +00:00
Vincent Yang
e8a101cd72 docs: add file-based instruction example (#165)
Co-authored-by: 0xallam <ahmed39652003@gmail.com>
2025-12-03 22:59:59 +04:00
Ahmed Allam
708d0a7ce9 Update link in README 2025-12-01 16:04:46 +04:00
Ahmed Allam
4adf5a1f2f Add acknowledgements in README 2025-11-29 19:27:30 +04:00
Ahmed Allam
22c37cb9e6 Update README 2025-11-23 22:29:44 +04:00
Ahmed Allam
a027b09d3b feat: implement incremental pentest data persistence 2025-11-22 22:54:07 +04:00
Ahmed Allam
97553dbaad docs: update README 2025-11-21 23:07:11 +04:00
Ahmed Allam
f70cb8586e chore: Fix formatting in README.md 2025-11-14 16:07:54 +00:00
Ahmed Allam
cb9b613863 chore: Minor readme tweaks. Bump version for 0.3.4 release 2025-11-14 20:02:48 +04:00
Mark Percival
be913d3cf8 fix: link 2025-11-14 20:02:48 +04:00