github-actions[bot]
b4126b6798
Update version to v1.4.221 and commit
2025-06-28 15:03:37 +00:00
Daniel Miessler 🛡️
f2ffa64af9
Merge pull request #1556 from ksylvan/0628-migrate-to-official-openai-go
2025-06-28 08:02:08 -07:00
Kayvan Sylvan
09e01eddf4
refactor: abstract chat message structs and migrate to official openai-go SDK
...
### CHANGES
- Introduce local `chat` package for message abstraction
- Replace sashabaranov/go-openai with official openai-go SDK
- Update OpenAI, Azure, and Exolab plugins for new client
- Refactor all AI providers to use internal chat types
- Decouple codebase from third-party AI provider structs
- Replace deprecated `ioutil` functions with `os` equivalents
2025-06-28 07:28:49 -07:00
github-actions[bot]
aa028a4a57
Update version to v1.4.220 and commit
2025-06-28 05:28:02 +00:00
Kayvan Sylvan
d8d157404c
Merge pull request #1555 from ksylvan/0627-github-actions-release-fix
...
fix: Race condition in GitHub actions release flow
2025-06-27 22:26:27 -07:00
Kayvan Sylvan
d0602c9653
chore: improve release creation to gracefully handle pre-existing tags.
...
### CHANGES
* Check if a release exists before attempting creation.
* Suppress error output from `gh release view` command.
* Add an informative log when release already exists.
2025-06-27 21:05:14 -07:00
github-actions[bot]
35155496a4
Update version to v1.4.219 and commit
2025-06-28 02:59:32 +00:00
Kayvan Sylvan
eef16b89f2
Merge pull request #1553 from ksylvan/0627-deepwiki-badge-added
...
docs: add DeepWiki badge and fix minor typos in README
2025-06-27 19:58:00 -07:00
Kayvan Sylvan
7f66097577
docs: add DeepWiki badge and fix minor typos in README
...
## CHANGES
- Add DeepWiki badge to README header
- Fix typo "chatbots" to "chat-bots"
- Correct "Perlexity" to "Perplexity"
- Fix "distro" to "Linux distribution"
- Add alt text to contributor images
- Update dependency versions in go.mod
- Remove unused soup dependency
2025-06-27 19:34:01 -07:00
Kayvan Sylvan
2012f22a9c
Merge pull request #1552 from nawarajshahi/main
...
Fix typos in README.md
2025-06-27 12:18:47 -07:00
Nawaraj Shahi
08695c9e24
Fix typos on README.md
2025-06-27 10:14:48 -04:00
github-actions[bot]
d8cc9b5eef
Update version to v1.4.218 and commit
2025-06-27 00:22:16 +00:00
Kayvan Sylvan
9dbe20cf7b
Merge pull request #1550 from ksylvan/0626-more-openai-raw-mode
...
Add Support for OpenAI Search and Research Model Variants
2025-06-26 17:20:47 -07:00
Kayvan Sylvan
64763e1303
feat: add support for new OpenAI search and research model variants
...
## CHANGES
- Add slices import for array operations
- Define new search preview model names
- Add mini search preview variants
- Include deep research model support
- Add June 2025 dated model versions
- Replace hardcoded check with slices.Contains
- Support both prefix and exact model matching
2025-06-26 17:06:25 -07:00
github-actions[bot]
126a9ff406
Update version to v1.4.217 and commit
2025-06-26 23:09:56 +00:00
Kayvan Sylvan
e906425138
Merge pull request #1546 from ksylvan/0626-fix-yt-in-web-interface
...
New YouTube Transcript Endpoint Added to REST API
2025-06-26 16:08:23 -07:00
Daniel Miessler
df4a560302
Add extract_mcp_servers pattern
...
New pattern to extract mentions of MCP (Model Context Protocol) servers from content. Identifies server names, features, capabilities, and usage examples.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-06-26 11:39:21 -07:00
Kayvan Sylvan
34cf669bd4
chore: fix endpoint calls from frontend
2025-06-26 01:37:53 -07:00
Kayvan Sylvan
0dbe1bbb4e
feat: add dedicated YouTube transcript API endpoint
...
## CHANGES
- Add new YouTube handler for transcript requests
- Create `/youtube/transcript` POST endpoint route
- Add request/response types for YouTube API
- Support language and timestamp options
- Update frontend to use new endpoint
- Remove chat endpoint dependency for transcripts
- Validate video vs playlist URLs properly
2025-06-26 01:21:27 -07:00
github-actions[bot]
e29ed908e6
Update version to v1.4.216 and commit
2025-06-26 06:52:16 +00:00
Kayvan Sylvan
3d049a435a
Merge pull request #1545 from ksylvan/0625-fix-attachments-used-with-patterns
...
Update Message Handling for Attachments and Multi-Modal content
2025-06-25 23:50:43 -07:00
Kayvan Sylvan
1a335b3fb9
refactor(ai): unify assistant and user message formatting in dryrun
...
### CHANGES
- Unify assistant and user message formatting logic.
- Use `formatMultiContentMessage` for assistant role messages.
- Improve dryrun support for multi-part message content.
2025-06-25 23:49:23 -07:00
Kayvan Sylvan
e2430b6c75
fix: correctly combine text and attachments in raw mode sessions
...
### CHANGES
- Combine user text and attachments into MultiContent.
- Preserve existing non-text parts like images.
- Use standard content field for text-only messages.
2025-06-25 23:28:12 -07:00
Kayvan Sylvan
2497f10eca
feat: add MultiContent support to chat message construction in raw mode
2025-06-25 23:18:56 -07:00
Kayvan Sylvan
f62d2198f9
refactor: extract message and option formatting logic into reusable methods
...
## CHANGES
- Extract multi-content message formatting to dedicated method
- Create formatMessages method for all message types
- Add formatOptions method for chat options display
- Replace inline formatting with strings.Builder usage
- Reduce code duplication between Send and SendStream
- Improve code organization and maintainability
2025-06-25 22:08:26 -07:00
Kayvan Sylvan
816e4072f4
fix(chatter): prevent duplicate user message when applying patterns
...
### CHANGES
* Prevent adding user message twice when using patterns.
* Ensure multi-part content is always included in session.
2025-06-25 21:43:46 -07:00
Kayvan Sylvan
85ee6196bd
chore: fix formatting.
2025-06-25 18:31:46 -07:00
Kayvan Sylvan
e15645c1bc
chore: clean up comments in chatter.go for clarity
2025-06-25 17:15:13 -07:00
Kayvan Sylvan
fada6bb044
chore: simplify user message appending logic in BuildSession
...
### CHANGES
- Remove conditional check for pattern name in message appending.
- Always append user message if it exists in request.
2025-06-25 17:12:48 -07:00
Kayvan Sylvan
4ad14bb752
feat: enhance dryrun client to display multi-content user messages
...
### CHANGES
- Handle multi-content messages for the user role.
- Display image URLs from user messages in output.
- Update both `Send` and `SendStream` methods.
- Retain existing behavior for simple text messages.
2025-06-25 17:08:30 -07:00
Kayvan Sylvan
97fc9b0d58
feat: allow combining user messages and attachments with patterns
...
- Allow user messages and attachments with patterns.
- Append user message to session regardless of pattern.
- Refactor chat request builder for improved clarity.
2025-06-25 16:24:47 -07:00
github-actions[bot]
ad0df37d10
Update version to v1.4.215 and commit
2025-06-25 11:07:45 +00:00
Kayvan Sylvan
666302c3c1
Merge pull request #1543 from ksylvan/0625-fix-pattern-descriptions-json
...
fix: Revert multiline tags in generated json files
2025-06-25 04:06:12 -07:00
Kayvan Sylvan
71e20cf251
chore: reformat pattern_descriptions.json to improve readability
...
### CHANGES
- Reformat JSON `tags` array to display on new lines.
- Update `write_essay` pattern description for clarity.
- Apply consistent formatting to both data files.
2025-06-25 03:55:00 -07:00
github-actions[bot]
b591666366
Update version to v1.4.214 and commit
2025-06-25 09:51:32 +00:00
Daniel Miessler 🛡️
155d9f0a76
Merge pull request #1542 from ksylvan/0624-write-essay-by-author-and-updates
2025-06-25 02:49:54 -07:00
Kayvan Sylvan
6a7cca65b4
chore: Fixes caught by review
2025-06-24 23:09:14 -07:00
Kayvan Sylvan
94020dbde0
chore: rename essay patterns to clarify Paul Graham style and author variable usage
...
## CHANGES
- Rename `write_essay` to `write_essay_pg` for Paul Graham style
- Rename `write_essay_by_author` to `write_essay` with author variable
- Update pattern descriptions to reflect naming changes
- Fix duplicate `write_essay_pg` entry in pattern descriptions
2025-06-24 21:54:39 -07:00
Kayvan Sylvan
f949391098
feat: add new pattern and update pattern metadata files.
...
### CHANGES
- Add tags and descriptions for five new creative and analytical patterns.
- Introduce `analyze_terraform_plan` for infrastructure review.
- Add `write_essay_by_author` for stylistic writing.
- Include `summarize_board_meeting` for corporate notes.
- Introduce `create_mnemonic_phrases` for memory aids.
- Update and clean pattern description data files.
- Sort the pattern explanations list alphabetically.
2025-06-24 12:42:39 -07:00
Kayvan Sylvan
64c3c69a70
Merge branch 'danielmiessler:main' into main
2025-06-23 13:03:07 -07:00
github-actions[bot]
4a830394be
Update version to v1.4.213 and commit
2025-06-23 20:01:04 +00:00
Kayvan Sylvan
9f8a2d3b59
Merge pull request #1538 from andrewsjg/bug/bedrock-region-handling
...
Bug/bedrock region handling
2025-06-23 12:59:30 -07:00
github-actions[bot]
4353bc9f7f
Update version to v1.4.212 and commit
2025-06-23 19:57:58 +00:00
Kayvan Sylvan
7a8024ee79
Merge pull request #1540 from ksylvan/0623-langdock-ai
...
Add Langdock AI and enhance generic OpenAI compatible support
2025-06-23 12:56:25 -07:00
Kayvan Sylvan
b5bf75ad2e
chore: refactor ProviderMap for dynamic URL template handling
...
# CHANGES
- Add `os` and `strings` packages to imports
- Implement dynamic URL handling with environment variables
- Refactor provider configuration to support URL templates
- Reorder providers for consistent key order in ProviderMap
- Extract and parse template variables from BaseURL
- Use environment variables or default values for templates
- Replace template with actual values in BaseURL
2025-06-23 12:38:52 -07:00
Kayvan Sylvan
1ae847f397
chore: refactor ProviderMap for dynamic URL template handling
...
# CHANGES
- Add `os` and `strings` packages to imports
- Implement dynamic URL handling with environment variables
- Refactor provider configuration to support URL templates
- Reorder providers for consistent key order in ProviderMap
- Extract and parse template variables from BaseURL
- Use environment variables or default values for templates
- Replace template with actual values in BaseURL
2025-06-23 12:35:59 -07:00
Kayvan Sylvan
3fd923f6b8
chore: refactor Bedrock client to improve error handling and add interface compliance
...
## CHANGES
- Add ai.Vendor interface implementation check
- Improve error handling with wrapped errors
- Add AWS region validation logic
- Fix resource cleanup in SendStream
- Add nil checks for response parsing
- Update context usage to Background()
- Add user agent constants
- Enhance code documentation
2025-06-23 09:13:11 -07:00
James Andrews
eb251139b8
bedrock region handling - updated to set region value correctly if it exists in the config
2025-06-23 00:12:58 +01:00
James Andrews
0b5d3cfc30
bedrock region handling - updated to fix bad pointer reference
2025-06-23 00:03:32 +01:00
James Andrews
14a3c11930
Fixed bedrock region handling
2025-06-22 23:22:45 +01:00
James Andrews
c8cf6da0cc
Updated hasAWSCredentials to also check for AWS_DEFAULT_REGION when access keys are configured in the environment
2025-06-22 14:27:04 +01:00
Daniel Miessler
a2c954ba50
Updated paper analyzer.
2025-06-19 14:48:05 -07:00
github-actions[bot]
730d0adc86
Update version to v1.4.211 and commit
2025-06-19 21:47:20 +00:00
Kayvan Sylvan
dc9168ab6f
Merge pull request #1533 from ksylvan/0619-enhance-restapi-and-webui-with-variables
...
REST API and Web UI Now Support Dynamic Pattern Variables
2025-06-19 14:45:48 -07:00
Daniel Miessler
e500a5916e
Updated paper analyzer. Went back to my own format.
2025-06-19 14:45:31 -07:00
Kayvan Sylvan
6ddf46a379
chore: removed a directory of raycast scripts sitting in the patterns/ directory
2025-06-19 14:11:29 -07:00
Kayvan Sylvan
e8aa358b15
refactor(ChatService): clean up message stream and pattern output methods
...
- Refactor `cleanPatternOutput` to use a dedicated return variable.
- Hoist `processResponse` function for improved stream readability.
- Remove unnecessary whitespace and trailing newlines from file.
2025-06-19 13:55:25 -07:00
Daniel Miessler
62f373c2b4
Updated paper analyzer.
2025-06-19 13:55:03 -07:00
Daniel Miessler
fcf826f3de
Updated paper analyzer.
2025-06-19 13:48:57 -07:00
Kayvan Sylvan
bd2db29cee
feat: add ApplyPattern route for applying patterns with variables
...
## CHANGES
- Create `PatternApplyRequest` struct for request body parsing
- Implement `ApplyPattern` method for POST /patterns/:name/apply
- Register manual routes for pattern operations in `NewPatternsHandler`
- Refactor `Get` method to return raw pattern content
- Merge query parameters with request body variables in `ApplyPattern`
- Use `StorageHandler` for pattern-related storage operations
2025-06-19 13:30:56 -07:00
Kayvan Sylvan
c6d612ee9a
feat: add pattern variables support to REST API chat endpoint
...
## CHANGES
- Add Variables field to PromptRequest struct
- Pass pattern variables through chat handler
- Create API variables documentation example
- Add pattern variables UI in web interface
- Create pattern variables store in Svelte
- Include variables in chat service requests
- Add JSON textarea for variable input
2025-06-19 13:10:05 -07:00
Daniel Miessler
d613c25974
Updated sanitization instructions.
2025-06-19 12:24:09 -07:00
Daniel Miessler
c0abea7c66
Updated markdown cleaner.
2025-06-19 12:02:21 -07:00
Daniel Miessler
496bd2812a
Updated markdown cleaner.
2025-06-19 11:34:09 -07:00
github-actions[bot]
70fccaf2fb
Update version to v1.4.210 and commit
2025-06-18 07:40:11 +00:00
Kayvan Sylvan
9a71f7c96d
Merge pull request #1530 from ksylvan/0617-add-citations-to-perplexity
...
Add Citation Support to Perplexity Response
2025-06-18 00:38:37 -07:00
Kayvan Sylvan
5da3db383d
feat: add citation support to perplexity AI responses
...
## CHANGES
- Add citation extraction from API responses
- Append citations section to response content
- Format citations as numbered markdown list
- Handle citations in streaming responses
- Store last response for citation access
- Add citations after stream completion
- Maintain backward compatibility with responses
2025-06-17 20:45:03 -07:00
Daniel Miessler 🛡️
19438cbd20
Update README.md
2025-06-17 11:52:02 -07:00
Daniel Miessler 🛡️
a0b71ee365
Update README.md
...
Updated readme.
2025-06-17 11:48:44 -07:00
Daniel Miessler 🛡️
034513ece5
Update README.md
...
An update to the intro text, describing Fabric's utility to most people.
2025-06-17 11:45:46 -07:00
github-actions[bot]
0affb9bab1
Update version to v1.4.209 and commit
2025-06-17 10:21:02 +00:00
github-actions[bot]
3305df8fb2
Update version to v1.4.208 and commit
2025-06-17 10:19:28 +00:00
Kayvan Sylvan
892c229076
Merge pull request #1527 from ksylvan/0617-add-perplexity-vendor
...
Add Perplexity AI Provider with Token Limits Support
2025-06-17 03:17:57 -07:00
Kayvan Sylvan
599c5f2b9f
Merge pull request #1526 from ConnorKirk/check-for-aws-credentials
...
Check for AWS_PROFILE or AWS_ROLE_SESSION_NAME environment variables
2025-06-17 03:17:48 -07:00
Kayvan Sylvan
19e5d8dbe0
chore: update README with Perplexity AI support instructions
...
### CHANGES
- Add instructions for configuring Perplexity AI with Fabric
- Include example command for querying Perplexity AI
- Retain existing instructions for YouTube transcription changes
2025-06-17 02:57:37 -07:00
Kayvan Sylvan
b772127738
feat: add Perplexity AI provider support with token limits and streaming
...
## CHANGES
- feat: Add `MaxTokens` field to `ChatOptions` struct for response control
- feat: Integrate Perplexity client into core plugin registry initialization
- build: Add perplexity-go/v2 dependency to enable API interactions
- feat: Implement stream handling in Perpexlty client using sync.WaitGroup
- fix: Correct parameter types for penalty options in API requests
## LINKS
<https://github.com/sgaunet/perlexipty-go > - Client library used
2025-06-17 02:32:53 -07:00
Connor Kirkpatrick
5dd61abe2a
Check for AWS_PROFILE or AWS_ROLE_SESSION_NAME environment variables
2025-06-17 10:25:17 +01:00
github-actions[bot]
f45e140126
Update version to v1.4.207 and commit
2025-06-17 07:41:51 +00:00
Kayvan Sylvan
752a66cb48
Merge pull request #1525 from ksylvan/0617-fix-lang-code-vtt-youtube-transcript-bug
...
Refactor yt-dlp Transcript Logic and Fix Language Bug
2025-06-17 00:40:18 -07:00
Kayvan Sylvan
da28d91d65
refactor: extract common yt-dlp logic to reduce code duplication in YouTube plugin
...
## CHANGES
- Extract shared yt-dlp logic into tryMethodYtDlpInternal helper
- Add processVTTFileFunc parameter for flexible VTT processing
- Implement language matching for 2-char language codes
- Refactor tryMethodYtDlp to use new helper function
- Refactor tryMethodYtDlpWithTimestamps to use helper
- Reduce code duplication between transcript methods
- Maintain existing functionality with cleaner structure
2025-06-17 00:32:33 -07:00
Daniel Miessler
5a66ca1c5a
Updated extract insights.
2025-06-16 16:43:21 -07:00
Daniel Miessler
98f3da610b
Updated extract insights.
2025-06-16 16:41:14 -07:00
github-actions[bot]
73ce92ccd9
Update version to v1.4.206 and commit
2025-06-16 23:12:53 +00:00
Kayvan Sylvan
7f3f1d641f
Merge pull request #1523 from ksylvan/0616-bedrock-plugin-config-fix
...
Conditional AWS Bedrock Plugin Initialization
2025-06-16 16:10:59 -07:00
Kayvan Sylvan
44b5c46beb
feat: add AWS credential detection for Bedrock client initialization
...
## CHANGES
- Add hasAWSCredentials helper function
- Check for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
- Look for AWS shared credentials file
- Support custom AWS_SHARED_CREDENTIALS_FILE path
- Default to ~/.aws/credentials location
- Only initialize Bedrock client if credentials exist
- Prevent AWS SDK credential search failures
2025-06-16 15:11:58 -07:00
Daniel Miessler
8d37c9d6b9
Updated prompt.
2025-06-16 13:26:13 -07:00
github-actions[bot]
1138d0b60e
Update version to v1.4.205 and commit
2025-06-16 13:26:26 +00:00
Kayvan Sylvan
b78217088d
Merge pull request #1519 from ConnorKirk/bedrock-plugin-dynamically-fetch-models
2025-06-16 06:24:54 -07:00
Connor Kirkpatrick
76b889733d
Dynamically fetch and list available foundation models and inference profiles
2025-06-16 11:05:34 +01:00
Kayvan Sylvan
3911fd9f5d
Merge pull request #1518 from ksylvan/0615-remove-old-redundant-patterns
...
chore: remove duplicate/outdated patterns
2025-06-15 12:56:31 -07:00
Daniel Miessler
b06e29f8a8
Updated markdown sanitizer.
2025-06-15 12:52:39 -07:00
Kayvan Sylvan
11a7e542e1
chore: remove duplicate/outdated patterns
2025-06-15 12:47:08 -07:00
Daniel Miessler
6681078259
Updated markdown cleaner.
2025-06-15 12:45:34 -07:00
Daniel Miessler
be1edf7b1d
Updated markdown cleaner.
2025-06-15 12:44:15 -07:00
github-actions[bot]
8ce748a1b1
Update version to v1.4.204 and commit
2025-06-15 05:53:11 +00:00
Kayvan Sylvan
96070f6f39
Merge pull request #1517 from ksylvan/0614-prevent-race-conditions-tag-and-release
...
Fix: Prevent race conditions in versioning workflow.
2025-06-14 22:51:39 -07:00
Kayvan Sylvan
ca3e89a889
ci: improve version update workflow to prevent race conditions
...
### CHANGES
- Add concurrency control to prevent simultaneous runs
- Pull latest main branch changes before tagging
- Fetch all remote tags before calculating version
2025-06-14 22:30:54 -07:00
github-actions[bot]
47d799d7ae
Update version to v1.4.203 and commit
2025-06-14 06:01:13 +00:00
Eugen Eisler
4899ce56a5
Merge pull request #1512 from ConnorKirk/1500-add-support-for-amazon-bedrock
...
feat:Add support for Amazon Bedrock
2025-06-14 07:59:41 +02:00
Eugen Eisler
4a7b7becec
Merge pull request #1513 from marcas756/feature/create_mnemonic_phrases
...
feat: create mnemonic phrase pattern
2025-06-14 07:53:05 +02:00
Eugen Eisler
80fdccbe89
Merge pull request #1516 from ksylvan/0612-fix-REST-api-put-pattern
...
Fix REST API pattern creation
2025-06-14 07:52:06 +02:00
Kayvan Sylvan
d9d8f7bf96
feat: add Save method to PatternsEntity for persisting patterns to filesystem
...
## CHANGES
- Add Save method to PatternsEntity struct
- Create pattern directory with proper permissions
- Write pattern content to system pattern file
- Add comprehensive test for Save functionality
- Verify directory creation and file contents
- Handle errors for directory and file operations
2025-06-13 15:52:01 -07:00
Marco Bacchi
a96ddbeef0
feat: create mnemonic phrase pattern
...
Add a new pattern for generating mnemonic phrases from diceware words. This includes two markdown files defining the user guide, and system implementation details.
2025-06-12 23:27:08 +02:00
Connor Kirkpatrick
d32a1d6a5a
Add Bedrock plugin
...
This commits adds support for using Amazon Bedrock within fabric.
2025-06-12 13:07:12 +01:00
github-actions[bot]
201474791d
Update version to v1.4.202 and commit
2025-06-12 05:47:10 +00:00
Eugen Eisler
6d09137fee
Merge pull request #1510 from ksylvan/0611-fix-youtube-transcript-for-windows
...
Cross-Platform fix for Youtube Transcript extraction
2025-06-12 07:45:38 +02:00
Kayvan Sylvan
680febbe66
*fix: replace Unix-specific file operations with cross-platform alternatives
...
## CHANGES
- Replace hardcoded `/tmp` with `os.TempDir()` for paths
- Use `filepath.Join()` instead of string concatenation
- Remove Unix `find` command dependency completely
- Add new `findVTTFiles()` method using `filepath.Walk()`
- Make VTT file discovery work on Windows
- Improve error handling for file operations
- Maintain backward compatibility with existing functionality
2025-06-11 22:24:48 -07:00
github-actions[bot]
f59e5081f3
Update version to v1.4.201 and commit
2025-06-12 02:35:09 +00:00
Eugen Eisler
6a504c7422
Merge pull request #1503 from danielmiessler/dependabot/npm_and_yarn/web/npm_and_yarn-6ea9762674
...
chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /web in the npm_and_yarn group across 1 directory
2025-06-12 04:33:36 +02:00
Eugen Eisler
89a0abcbe4
Merge pull request #1508 from ksylvan/0611-youtube-followup-fixes
...
feat: cleanup after `yt-dlp` addition
2025-06-12 04:32:30 +02:00
Kayvan Sylvan
2dfd78ef0b
feat: cleanup after yt-dlp addition
...
### CHANGES
- Update README with yt-dlp requirement for transcripts
- Ensure the errors are clear and actionable.
2025-06-11 17:27:11 -07:00
github-actions[bot]
2200b6ea08
Update version to v1.4.200 and commit
2025-06-11 21:45:09 +00:00
Eugen Eisler
82f9ebaf99
Merge pull request #1507 from ksylvan/0611-youtube-fix
...
Refactor: No more web scraping, just use yt-dlp
2025-06-11 23:43:33 +02:00
Kayvan Sylvan
704ad3067a
refactor: replace web scraping with yt-dlp for YouTube transcript extraction
...
## CHANGES
- Remove unreliable YouTube API scraping methods
- Add yt-dlp integration for transcript extraction
- Implement VTT subtitle parsing functionality
- Add timestamp preservation for transcripts
- Remove soup HTML parsing dependency
- Add error handling for missing yt-dlp
- Create temporary directory management
- Support multiple subtitle format fallbacks
2025-06-11 14:24:40 -07:00
github-actions[bot]
6f7e3c04d7
Update version to v1.4.199 and commit
2025-06-11 20:27:06 +00:00
Eugen Eisler
79f763456e
Merge pull request #1506 from danielmiessler/feat/antropic_tool
...
fix: fix web search tool location
2025-06-11 22:25:22 +02:00
Eugen Eisler
9d4f7f1571
fix: fix web search tool location
2025-06-11 22:19:21 +02:00
github-actions[bot]
8e7373b308
Update version to v1.4.198 and commit
2025-06-11 18:51:13 +00:00
Eugen Eisler
7a39742507
Merge pull request #1504 from marcas756/fix/ollama-hardcoded-timeout
...
fix: Add configurable HTTP timeout for Ollama client
2025-06-11 20:49:41 +02:00
github-actions[bot]
cea218e61e
Update version to v1.4.197 and commit
2025-06-11 18:41:32 +00:00
dependabot[bot]
02ac68834d
chore(deps): bump brace-expansion
...
Bumps the npm_and_yarn group with 1 update in the /web directory: [brace-expansion](https://github.com/juliangruber/brace-expansion ).
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-11 18:41:27 +00:00
Eugen Eisler
f673f424da
Merge pull request #1502 from danielmiessler/feat/antropic_tool
...
Feat/antropic tool
2025-06-11 20:40:00 +02:00
Marco Bacchi
0ae41116aa
fix: Add configurable HTTP timeout for Ollama client
...
Add a new setup question to configure the HTTP timeout duration for
Ollama requests. The default value is set to 20 minutes.
2025-06-11 20:36:57 +02:00
Eugen Eisler
2b11f3e48e
feat: search tool result collection
2025-06-11 20:21:34 +02:00
Eugen Eisler
ed77cc2320
feat: search tool working
2025-06-11 19:56:38 +02:00
Eugen Eisler
29f19fce51
Merge pull request #1499 from noamsiegel/improve-create-prd-pattern
...
feat: Enhance the PRD Generator's identity and purpose
2025-06-11 18:04:53 +02:00
Eugen Eisler
62ed5d2b9a
Merge pull request #1497 from ksylvan/0608-analyze-terraform-plan
...
feat: add Terraform plan analyzer pattern for infrastructure changes
2025-06-11 18:00:55 +02:00
GitButler
836e4c4fab
GitButler Workspace Commit
...
This is a merge commit the virtual branches in your workspace.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
Here are the branches that are currently applied:
- improve-create-prd (refs/gitbutler/improve-create-prd)
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
2025-06-09 18:24:48 -07:00
Noam Siegel
946c1af42d
feat: Enhance the PRD Generator's identity and purpose
...
The changes in this commit expand the identity and purpose of the PRD Generator
to provide more clarity on its role and the expected output. The key changes
include:
- Defining the Generator's purpose as transforming product ideas into a
structured PRD that ensures clarity, alignment, and precision in product
planning and execution.
- Outlining the key sections typically found in a PRD that the Generator should
cover, such as Overview, Objectives, Target Audience, Features, User Stories,
Functional and Non-functional Requirements, Success Metrics, and Timeline.
- Providing more detailed instructions on the expected output format, structure,
and content, including the use of Markdown, labeled sections, bullet points,
tables, and highlighting of priorities or MVP features.
2025-06-09 18:24:48 -07:00
Kayvan Sylvan
a74585cb14
feat: add Terraform plan analyzer pattern for infrastructure change assessment
...
- Create new pattern for analyzing Terraform plans
- Add identity defining expert plan analyzer role
- Include focus on security, cost, and compliance
- Define three output sections for summaries
- Specify 20-word sentence summary requirement
- List 10 critical changes with word limits
- Include 5 key takeaways section format
- Add markdown formatting output instructions
- Require numbered lists over bullet points
- Prohibit warnings and duplicate content
2025-06-08 22:49:02 -07:00
github-actions[bot]
5ffd458aa0
Update version to v1.4.196 and commit
2025-06-07 18:02:01 +00:00
Eugen Eisler
9786721037
Merge pull request #1495 from ksylvan/0606-aiml-provider
...
Add AIML provider configuration
2025-06-07 20:00:27 +02:00
Kayvan Sylvan
ffb31985e8
feat: add AIML provider to OpenAI compatible providers configuration
...
## CHANGES
- Add AIML provider configuration
- Set AIML base URL to api.aimlapi.com/v1
- Expand supported OpenAI compatible providers list
- Enable AIML API integration support
2025-06-06 07:13:10 -07:00
Daniel Miessler
eeee37a7cc
Updated output.
2025-05-31 12:48:46 -07:00
Daniel Miessler
bd89a8d776
Updated output.
2025-05-31 07:14:36 -07:00
Daniel Miessler
2311e7e7a1
Updated output.
2025-05-31 07:14:10 -07:00
Daniel Miessler
09b79283e9
Updated output.
2025-05-31 07:12:29 -07:00
Daniel Miessler
7fbb5e0935
Updated output.
2025-05-31 07:07:56 -07:00
Daniel Miessler
984d9d03f5
Updated output.
2025-05-31 07:06:29 -07:00
Daniel Miessler
c47502fa8c
Updated output.
2025-05-31 06:58:46 -07:00
Daniel Miessler
1fe02bdf22
Added simpler paper analyzer, updated the output.
2025-05-31 06:51:19 -07:00
Daniel Miessler
d550385a5e
Added simpler paper analyzer.
2025-05-31 06:48:53 -07:00
github-actions[bot]
1e81da5f42
Update version to v1.4.195 and commit
2025-05-24 09:08:17 +00:00
Eugen Eisler
5b318dc402
Merge pull request #1487 from ksylvan/0524-update-pdfjs
...
Dependency Updates and PDF Worker Refactoring
2025-05-24 11:06:43 +02:00
Kayvan Sylvan
4027305345
feat: upgrade PDF.js to v4.2 and refactor worker initialization
...
### CHANGES
- Add `.browserslistrc` to define target browser versions.
- Upgrade `pdfjs-dist` dependency from v2.16 to v4.2.67.
- Upgrade `nanoid` dependency from v4.0.2 to v5.0.9.
- Introduce `pdf-config.ts` for centralized PDF.js worker setup.
- Refactor `PdfConversionService` to use new PDF worker configuration.
- Add static `pdf.worker.min.mjs` to serve PDF.js worker.
- Update Vite configuration for ESNext build target and PDF.js.
2025-05-24 00:29:20 -07:00
github-actions[bot]
63879d5cf7
Update version to v1.4.194 and commit
2025-05-24 06:04:31 +00:00
Eugen Eisler
9539441496
Merge pull request #1485 from ksylvan/0523-generalize-web-ui-connect-to-fabric-api
...
Web UI: Centralize Environment Configuration and Make Fabric Base URL Configurable
2025-05-24 08:02:57 +02:00
github-actions[bot]
352ade34c8
Update version to v1.4.193 and commit
2025-05-24 05:59:22 +00:00
Eugen Eisler
9abc69c1a9
Merge pull request #1484 from ksylvan/0523-web-ui-cleanup-and-updates
...
Web UI update all packages, reorganize docs, add install scripts
2025-05-24 07:57:42 +02:00
Kayvan Sylvan
93f6f2f0c4
feat: add centralized environment configuration for Fabric base URL
...
- Create environment config module for URL handling
- Add getFabricBaseUrl() function with server/client support
- Add getFabricApiUrl() helper for API endpoints
- Configure Vite to inject FABRIC_BASE_URL client-side
- Update proxy targets to use environment variable
- Add TypeScript definitions for window config
- Support FABRIC_BASE_URL env var with fallback
2025-05-23 20:45:57 -07:00
Kayvan Sylvan
1f5d3db3fb
fix typo in script name
2025-05-23 17:51:41 -07:00
Kayvan Sylvan
4446b456ba
docs: reorganize web documentation and add installation scripts
...
## CHANGES
- Move legacy documentation files to web/legacy/
- Update web README with installation instructions
- Add convenience scripts for npm and pnpm installation
- Update all package dependencies to latest versions
- Add PDF-to-Markdown installation steps to README
- Remove duplicate documentation files
2025-05-23 17:47:33 -07:00
Eugen Eisler
870941090a
Merge pull request #1481 from skibum1869/feature/summarize_board_meeting
...
Add board meeting summary pattern template
2025-05-23 23:36:46 +02:00
Max Harris
5fc004805e
Update meeting summary template with word count requirement
...
AI:
Add minimum word count for context section in board summary
2025-05-23 10:27:18 -05:00
Max Harris
ce47018fc3
Merge branch 'danielmiessler:main' into main
2025-05-23 09:38:40 -05:00
Max Harris
a09131ea72
Add board meeting summary pattern template
2025-05-23 09:38:24 -05:00
github-actions[bot]
36eb321059
Update version to v1.4.192 and commit
2025-05-23 05:44:31 +00:00
Eugen Eisler
47bf9600d6
Merge pull request #1480 from ksylvan/0522-auto-raw-mode-for-some-models
...
Automatic setting of "raw mode" for some models
2025-05-23 07:43:04 +02:00
Kayvan Sylvan
be674841e7
feat: add automatic raw mode detection for specific AI models
...
## CHANGES
- Add model-specific raw mode detection logic
- Check Ollama llama2/llama3 models for raw mode
- Check OpenAI o1/o3/o4 models for raw mode
- Use model from options or default chatter
- Auto-enable raw mode when vendor requires it
- Import strings package for prefix matching
2025-05-22 17:04:11 -07:00
Kayvan Sylvan
39a8b67438
feat: add NeedsRawMode method to AI vendor interface
...
## CHANGES
- Add NeedsRawMode to Vendor interface
- Implement NeedsRawMode in all AI clients
- Return false for all implementations
- Support model-specific raw mode detection
- Enable future raw mode requirements
2025-05-22 16:41:12 -07:00
github-actions[bot]
0a4950dd08
Update version to v1.4.191 and commit
2025-05-22 19:03:47 +00:00
Eugen Eisler
593c1558c0
Merge pull request #1478 from ksylvan/0522-upgrade-to-claude-4
...
Claude 4 Integration and README Updates
2025-05-22 21:02:11 +02:00
Kayvan Sylvan
c8f9a39a40
feat: add support for Anthropic Claude 4 models and update SDK to v1.2.0
...
CHANGES
- Upgrade `anthropic-sdk-go` dependency to version `v1.2.0`.
- Integrate new Anthropic Claude 4 Opus and Sonnet models.
- Remove deprecated Claude 2.0 and 2.1 models from list.
- Adjust model type casting for `anthropic-sdk-go v1.2.0` compatibility.
- Refresh README: announce Claude 4, update date, fix links.
2025-05-22 11:26:04 -07:00
github-actions[bot]
50ec02546f
Update version to v1.4.190 and commit
2025-05-20 10:12:21 +00:00
Eugen Eisler
881085d0fe
Merge pull request #1475 from ksylvan/0519-fix-dupe-input-attempt-2
...
refactor: improve raw mode handling in BuildSession
2025-05-20 12:10:47 +02:00
Kayvan Sylvan
2d75052e57
refactor: improve raw mode handling in BuildSession
...
## CHANGES
- Fix system message handling with patterns in raw mode
- Prevent duplicate inputs when using patterns
- Add conditional logic for pattern vs non-pattern scenarios
- Simplify message construction with clearer variable names
- Improve code comments for better readability
2025-05-19 22:18:12 -07:00
github-actions[bot]
fee604682b
Update version to v1.4.189 and commit
2025-05-19 21:39:14 +00:00
Eugen Eisler
941ccabd92
Merge pull request #1473 from roumy/add_authent_ollama
...
add authentification for ollama instance
2025-05-19 23:37:45 +02:00
github-actions[bot]
57cd563963
Update version to v1.4.188 and commit
2025-05-19 21:36:30 +00:00
Eugen Eisler
274b6eada6
Merge pull request #1474 from ksylvan/0519-fix-doubled-user-input
...
feat: update `BuildSession` to handle message appending logic
2025-05-19 23:35:03 +02:00
Kayvan Sylvan
bc27f9d685
refactor: improve message handling for raw mode and Anthropic client
...
## CHANGES
- Clarify raw mode message handling in BuildSession
- Fix pattern-based message handling in non-raw mode
- Refactor Anthropic client message normalization
- Add proper handling for empty message arrays
- Implement user/assistant message alternation for Anthropic
- Preserve system messages in Anthropic conversations
- Add safeguards for message sequence validation
2025-05-19 12:50:41 -07:00
pr
1291b35b63
add authentification for ollama instance
2025-05-19 11:01:47 +02:00
Eugen Eisler
9862564c45
Merge pull request #1467 from joshuafuller/main
...
Typos, spelling, grammar and other minor updates
2025-05-19 07:52:12 +02:00
Eugen Eisler
bbc183f276
Merge pull request #1468 from NavNab/main
...
Refactor content structure in create_hormozi_offer system.md for clarity and readability
2025-05-18 20:26:28 +02:00
NavNab
9c4445d7bd
Refactor content structure in system.md for clarity and readability
...
- Improved formatting of the introduction and content summary sections for better flow.
- Consolidated repetitive sentences and enhanced the overall coherence of the text.
- Adjusted bullet points and numbering for consistency and easier comprehension.
- Ensured that key concepts are clearly articulated and visually distinct to aid understanding.
2025-05-18 17:03:24 +02:00
Joshua Fuller
920620d771
Merge pull request #1 from joshuafuller/branch/fix-spelling-in-pattern-management-guide
2025-05-16 23:48:52 -05:00
Joshua Fuller
d734e25e0d
Merge pull request #2 from joshuafuller/branch/fix-spelling-in-pr-1284-update-notes
2025-05-16 23:48:42 -05:00
Joshua Fuller
a31b2d5e41
Merge pull request #3 from joshuafuller/branch/fix-typos-in-web-readme
2025-05-16 23:48:31 -05:00
Joshua Fuller
8e7e4aa169
Merge pull request #4 from joshuafuller/branch/fix-spelling-of-anthropic-in-notes-md
2025-05-16 23:48:23 -05:00
Joshua Fuller
ea57a64afa
Merge pull request #5 from joshuafuller/branch/fix-grammar-in-nuclei-template-instructions
2025-05-16 23:48:13 -05:00
Joshua Fuller
da1a9dab56
docs: fix grammar in nuclei template instructions
2025-05-16 23:45:33 -05:00
Joshua Fuller
068f111986
docs: correct Anthropic spelling in notes
2025-05-16 23:44:31 -05:00
Joshua Fuller
dd0be51726
docs: fix typos in web README
2025-05-16 23:44:19 -05:00
Joshua Fuller
43a1e66cc8
docs: fix spelling in PR 1284 update notes
2025-05-16 23:44:06 -05:00
Joshua Fuller
430a272e1d
docs: fix spelling in pattern management guide
2025-05-16 23:43:38 -05:00
github-actions[bot]
0e892f38e4
Update version to v1.4.187 and commit
2025-05-10 07:42:11 +00:00
Eugen Eisler
aa0fe90258
Merge pull request #1463 from CodeCorrupt/nixpkgs_completion
...
Add completion to the build output for Nix
2025-05-10 09:40:45 +02:00
CodeCorrupt
c59c7553b3
Add completion files to the build output for Nix
2025-05-07 17:06:00 -04:00
github-actions[bot]
703756d0b0
Update version to v1.4.186 and commit
2025-05-06 22:06:46 +00:00
Eugen Eisler
50d22f8e77
Merge pull request #1459 from ksylvan/0505-cleanup-some-old-detritus
...
chore: Repository cleanup and .gitignore Update
2025-05-07 00:05:19 +02:00
Kayvan Sylvan
fde2efd4ce
chore: update .gitignore and remove obsolete files
...
- Add `coverage.out` to `.gitignore` for ignoring coverage output.
- Remove `Alma.md` documentation file from the repository.
- Delete `rate_ai_result.txt` stitch script from `stitches` folder.
- Remove `readme.md` for `rate_ai_result` stitch documentation.
2025-05-05 17:16:38 -07:00
github-actions[bot]
0150c3a37d
Update version to v1.4.185 and commit
2025-04-28 19:27:01 +00:00
Eugen Eisler
2a0216b9aa
Merge pull request #1453 from ksylvan/0428-default-model-setting-fix
...
Fix for default model setting
2025-04-28 21:25:35 +02:00
Kayvan Sylvan
a6d14d86b8
refactor: introduce getSortedGroupsItems for consistent sorting logic
...
### CHANGES
- Add `getSortedGroupsItems` to centralize sorting logic.
- Sort groups and items alphabetically, case-insensitive.
- Replace inline sorting in `Print` with new method.
- Update `GetGroupAndItemByItemNumber` to use sorted data.
- Ensure original `GroupsItems` remains unmodified.
2025-04-28 11:41:32 -07:00
github-actions[bot]
a9374c128b
Update version to v1.4.184 and commit
2025-04-25 08:27:55 +00:00
Eugen Eisler
f32b9f81da
Merge pull request #1447 from ksylvan/0424-more-shell-completions
...
More shell completion scripts: Zsh, Bash, and Fish
2025-04-25 10:26:20 +02:00
Kayvan Sylvan
bf3af8e98e
feat: add shell completion scripts for Zsh, Bash, and Fish
...
CHANGES:
- Add shell completion support for three major shells
- Create standardized completion scripts in completions/ directory
- Add --shell-complete-list flag for machine-readable output
- Update Print() methods to support plain output format
- Document installation steps for each shell in README
- Replace old fish completion script with improved version
2025-04-24 17:47:39 -07:00
github-actions[bot]
095c295ee5
Update version to v1.4.183 and commit
2025-04-23 20:03:10 +00:00
Eugen Eisler
93ecc9cfea
Merge pull request #1431 from KenMacD/fish-completion
...
Add a completion script for fish
2025-04-23 22:01:41 +02:00
github-actions[bot]
e7aaa23fc2
Update version to v1.4.182 and commit
2025-04-23 20:00:59 +00:00
Eugen Eisler
197d3454f8
Merge pull request #1441 from ksylvan/0423-nix-go-build-toolchain-update
...
Update go toolchain and go module packages to latest versions
2025-04-23 21:59:25 +02:00
Kayvan Sylvan
50a4f8b491
chore: fix "nix flake check" errors
2025-04-23 11:07:01 -07:00
Kayvan Sylvan
894b4967dd
refactor: centralize Go version definition in flake.nix
...
CHANGES
* Define `getGoVersion` function in `flake.nix`.
* Use `getGoVersion` to set Go version consistently.
* Pass `goVersion` explicitly into `nix/shell.nix`.
* Remove redundant Go version definition from `shell.nix`.
2025-04-23 09:34:39 -07:00
Kayvan Sylvan
9837bd6664
chore: update Go to 1.24.2 and refresh dependencies
...
Update Go version across Dockerfile, Nix configurations, and Go modules.
Refresh dependencies and Nix flake inputs.
CHANGES:
* Update Go version to 1.24.2 in Dockerfile.
* Set Go version to 1.24.0 and toolchain to 1.24.2.
* Refresh Go module dependencies and sums (go.mod, go.sum).
* Update Nix flake lock file inputs.
* Configure Nix environment and packages for Go 1.24.
* Update gomod2nix lock file with dependency hashes.
* Use Go 1.24 in Nix development shell environment.
2025-04-23 09:18:01 -07:00
github-actions[bot]
6ca1b5dac4
Update version to v1.4.181 and commit
2025-04-22 16:03:07 +00:00
Eugen Eisler
c85135c04e
Merge pull request #1433 from ksylvan/0421-anthropic-api-update
...
chore: update Anthropic SDK to v0.2.0-beta.3 and migrate to V2 API
2025-04-22 18:01:53 +02:00
github-actions[bot]
31e4e42a94
Update version to v1.4.180 and commit
2025-04-22 11:40:37 +00:00
Eugen Eisler
196db04fc2
Merge pull request #1435 from ksylvan/0421-fix-raw-input-with-stratetgies
...
chore: Fix user input handling when using raw mode and `--strategy` flag
2025-04-22 13:39:22 +02:00
Kayvan Sylvan
b3b1b5a471
chore: unify raw mode message handling and preserve env vars in extension executor
...
## CHANGES
- refactor BuildSession raw mode to prepend system to user content
- ensure raw mode messages always have User role
- keep existing user message when no systemMessage provided
- append systemMessage separately in non-raw mode sessions
- store original cmd.Env before context-based exec command creation
- recreate exec command with context then restore originalEnv
- add comments clarifying raw vs non-raw handling behavior
2025-04-21 17:04:11 -07:00
Kayvan Sylvan
892439a177
chore: update Anthropic SDK to v0.2.0-beta.3 and migrate to V2 API
...
## CHANGES
- Upgrade Anthropic SDK from alpha.11 to beta.3
- Update API endpoint from v1 to v2
- Replace anthropic.F() with direct assignment
- Replace anthropic.F() with anthropic.Opt() for optional params
- Simplify event delta handling in streaming
- Change client type from pointer to value type
- Update comment with SDK changelog reference
2025-04-21 13:17:03 -07:00
github-actions[bot]
ba2e178e03
Update version to v1.4.179 and commit
2025-04-21 18:08:47 +00:00
Eugen Eisler
ed298bcedd
Merge pull request #1432 from ksylvan/0421-fix-tools-selection-in-setup
...
chore: fix fabric setup mess-up introduced by sorting lists (tools and models)
2025-04-21 20:07:33 +02:00
Kayvan Sylvan
6b04e6e674
chore: sort AI models alphabetically for consistent listing
...
CHANGES
* Import `sort` and `strings` packages for sorting functionality.
* Sort retrieved AI model names alphabetically, ignoring case.
* Ensure consistent ordering of AI models in lists.
2025-04-21 10:41:41 -07:00
Kayvan Sylvan
04c0f6a0a5
chore: alphabetize the order of plugin tools
2025-04-21 10:26:04 -07:00
Kenny MacDermid
486ff42b59
Add a completion script for fish
2025-04-21 12:58:05 -03:00
github-actions[bot]
f7ab484510
Update version to v1.4.178 and commit
2025-04-21 13:21:52 +00:00
Eugen Eisler
f50a14305a
Merge pull request #1427 from ksylvan/0420-refactor-openai-compatible-providers
...
Refactor OpenAI-compatible AI providers and add `--listvendors` flag
2025-04-21 15:20:33 +02:00
github-actions[bot]
d5f0cd7616
Update version to v1.4.177 and commit
2025-04-21 07:10:40 +00:00
Eugen Eisler
67c658f5b4
Merge pull request #1428 from ksylvan/0420-sorted-group-lists
...
feat: Alphabetical case-insensitive sorting for groups and items
2025-04-21 09:09:21 +02:00
github-actions[bot]
ef3bc03343
Update version to v1.4.176 and commit
2025-04-21 07:09:11 +00:00
Eugen Eisler
e31cb2b46a
Merge pull request #1429 from ksylvan/0420-fix-strategies-api
...
feat: enhance StrategyMeta with Prompt field and dynamic naming
2025-04-21 09:07:57 +02:00
Kayvan Sylvan
6ca7142ea4
feat: enhance StrategyMeta with Prompt field and dynamic naming
...
### CHANGES
- Add `Prompt` field to `StrategyMeta` struct.
- Include `strings` package for filename processing.
- Derive strategy name from filename using `strings.TrimSuffix`.
- Store `Prompt` value from JSON data in `StrategyMeta`
2025-04-20 17:20:55 -07:00
Kayvan Sylvan
8b2174897a
feat: add alphabetical sorting to groups and items in Print method**
...
### CHANGES
- Import `sort` and `strings` packages for sorting functionality.
- Create a copy of groups for stable sorting.
- Sort groups alphabetically in a case-insensitive manner.
- Create a copy of items within each group for sorting.
- Sort items alphabetically in a case-insensitive manner.
- Iterate over sorted groups and items for display.
2025-04-20 10:56:52 -07:00
Kayvan Sylvan
ac5eab0563
feat: add --listvendors command to list AI vendors
...
### CHANGES
- Introduce `--listvendors` flag to display all AI vendors.
- Refactor OpenAI-compatible providers into a unified configuration.
- Remove individual vendor packages for streamlined management.
- Add sorting for consistent vendor listing output.
- Update documentation to include new `--listvendors` option.
2025-04-20 08:53:20 -07:00
github-actions[bot]
65414dcc1c
Update version to v1.4.175 and commit
2025-04-19 20:57:20 +00:00
Eugen Eisler
5db352f5be
Merge pull request #1418 from danielmiessler/dependabot/go_modules/go_modules-bbb8b02913
...
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory
2025-04-19 22:56:00 +02:00
github-actions[bot]
9e7830ff77
Update version to v1.4.174 and commit
2025-04-19 06:13:44 +00:00
Eugen Eisler
5945c0e16b
Merge pull request #1425 from ksylvan/0418-cerebras-ai
...
feat: add Cerebras AI plugin to plugin registry
2025-04-19 08:12:32 +02:00
Kayvan Sylvan
29ee141822
feat: add Cerebras AI plugin to plugin registry
...
### CHANGES
- Introduce Cerebras AI plugin import in plugin registry.
- Register Cerebras client in the NewPluginRegistry function.
2025-04-18 15:14:08 -07:00
github-actions[bot]
8a69621e87
Update version to v1.4.173 and commit
2025-04-18 16:23:09 +00:00
Eugen Eisler
1645b0c4ea
Merge pull request #1420 from sherif-fanous/main
...
Fix error in deleting patterns due to non empty directory
2025-04-18 18:21:50 +02:00
Eugen Eisler
45205574d5
Merge pull request #1421 from ksylvan/0417-atom-of-thought
...
feat: add Atom-of-Thought (AoT) strategy and prompt definition
2025-04-18 18:20:42 +02:00
Kayvan Sylvan
71a5e0394a
chore: add final newline to aot json file
2025-04-17 13:43:06 -07:00
Kayvan Sylvan
f286936c23
feat: add Atom-of-Thought (AoT) strategy and prompt definition
...
## CHANGES
- add new aot.json for Atom-of-Thought (AoT) prompting
- define AoT strategy description and detailed prompt instructions
- update strategies.json to include AoT in available strategies list
- ensure AoT strategy appears alongside CoD, CoT, and LTM options
2025-04-17 13:31:18 -07:00
Sherif Fanous
9000f92a55
Fix error in deleting patterns due to non empty directory
2025-04-17 12:05:52 -04:00
dependabot[bot]
8c84d4b3c8
chore(deps): bump golang.org/x/net
...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-16 23:25:39 +00:00
github-actions[bot]
1d77afcc44
Update version to v1.4.172 and commit
2025-04-16 18:17:12 +00:00
Eugen Eisler
835bc6044b
Merge pull request #1415 from ksylvan/0416-grok-ai
...
feat: add Grok AI provider support
2025-04-16 20:15:45 +02:00
Kayvan Sylvan
ef895a1ab9
chore: Update README with a note about Grok
2025-04-16 09:23:20 -07:00
Kayvan Sylvan
82039cedaf
feat: add Grok AI provider support`
...
Integrate the Grok AI provider into the Fabric system for AI model interactions.
### CHANGES
* Add Grok AI client to the plugin registry.
* Include Grok AI API key in REST API configuration endpoints.
2025-04-16 09:15:32 -07:00
Eugen Eisler
973df61dfd
Merge pull request #1411 from ksylvan/0415-readme-add-contributors
...
docs: add contributors section to README with contrib.rocks image
2025-04-16 11:29:58 +02:00
Kayvan Sylvan
661c85d7a6
# docs: add contributors section to README with contrib.rocks image
...
## CHANGES
- Add contributors section with visual representation
- Include link to project contributors page
- Add attribution to contrib.rocks tool
2025-04-15 08:29:45 -07:00
github-actions[bot]
4638f67fb7
Update version to v1.4.171 and commit
2025-04-15 08:56:37 +00:00
Eugen Eisler
ab71dbcd4f
Merge pull request #1407 from sherif-fanous/main
...
Update Dockerfile so that Go image version matches go.mod version
2025-04-15 10:55:18 +02:00
Daniel Miessler
2abdabc100
Update README.md
2025-04-14 09:45:02 -07:00
Daniel Miessler
9f78a2c8e1
Update README.md
2025-04-14 09:44:16 -07:00
Daniel Miessler
76f78601f2
Update README.md
2025-04-14 09:43:36 -07:00
Daniel Miessler
4eaba2dc56
Update README.md
2025-04-14 09:43:06 -07:00
Daniel Miessler
2dcd9cb5f7
Update README.md
2025-04-14 09:42:19 -07:00
Daniel Miessler
2943872bde
Update README.md
2025-04-14 09:41:05 -07:00
Daniel Miessler
b901542a48
Update README.md
2025-04-14 09:40:17 -07:00
Daniel Miessler
c122ff8960
Update README.md
2025-04-14 09:39:52 -07:00
Daniel Miessler
e128d818c4
Update README.md
2025-04-14 09:39:15 -07:00
Daniel Miessler
5e9d6d0a91
Update README.md
2025-04-14 09:38:51 -07:00
Daniel Miessler
70edf9cbe3
Update README.md
2025-04-14 09:36:53 -07:00
Daniel Miessler
e61a0a9391
Update README.md
2025-04-14 09:35:50 -07:00
github-actions[bot]
f8ddf98404
Update version to v1.4.170 and commit
2025-04-13 07:11:30 +00:00
Eugen Eisler
55219467f3
Merge pull request #1406 from jmd1010/chatinput-fix-clean2
...
Fix chat history LLM response sequence in ChatInput.svelte
2025-04-13 09:10:11 +02:00
Sherif Fanous
74d4be1ac6
Bump golang version to match go.mod
2025-04-12 21:03:53 -04:00
JM
9e57f8c6f1
Update pattern_descriptions.json
2025-04-12 19:26:32 -04:00
jmd1010
3d2903cb47
Finalize WEB UI V2 loose endsfixes
2025-04-12 17:15:14 -04:00
jmd1010
13e9d22ec6
Fix chat history LLM response sequence in ChatInput.svelte
2025-04-11 21:40:33 -04:00
github-actions[bot]
01d12c47cf
Update version to v1.4.169 and commit
2025-04-11 19:13:26 +00:00
Eugen Eisler
c3258a2c3f
Merge pull request #1403 from jmd1010/strategy-flag-web
...
Strategy flag enhancement - Web UI implementation
2025-04-11 21:12:12 +02:00
JM
746885e263
Update strategies.json
2025-04-11 12:40:27 -04:00
jmd1010
b25895c1d2
Integrate in web ui the strategy flag enhancement first developed in fabric cli
2025-04-10 18:25:09 -04:00
Daniel Miessler
e40b1c1f66
updated ed
2025-04-06 15:23:25 -07:00
Daniel Miessler
ef2ec8bffe
Added excalidraw pattern.
2025-04-06 15:18:17 -07:00
Daniel Miessler
589991e6a6
Shorter version of analyze bill.
2025-04-06 13:42:03 -07:00
Daniel Miessler
965392ebbd
Merge branch 'main' of github.com:danielmiessler/fabric
2025-04-06 13:33:31 -07:00
Daniel Miessler
6f615baf53
Added bill analyzer.
2025-04-06 13:33:21 -07:00
github-actions[bot]
b60bad7799
Update version to v1.4.168 and commit
2025-04-02 13:33:53 +00:00
Eugen Eisler
234d1303ad
Merge pull request #1399 from HaroldFinchIFT/add-optional-simple-apikey-for-server
...
feat: add simple optional api key management for protect routes in --serve mode
2025-04-02 15:32:31 +02:00
Harold
cd74a96be2
refactor: refactor API key middleware based on code review feedback
2025-04-01 22:47:39 +02:00
Harold
ceaa90a7c7
fix: bad format
2025-04-01 01:26:53 +02:00
Harold
15a2eeadc9
feat: add simple optional api key management for protect routes in --serve mode
2025-04-01 01:26:53 +02:00
github-actions[bot]
8d02f5b21d
Update version to v1.4.167 and commit
2025-03-31 14:42:50 +00:00
Eugen Eisler
0f8f0b6b39
Merge pull request #1397 from HaroldFinchIFT/add-italian-language-gui
...
feat: add it lang to the chat drop down menu lang in web gui
2025-03-31 16:41:34 +02:00
Harold
fd58b6d410
feat: add it lang to the chat drop down menu lang in web gui
2025-03-30 12:05:22 +02:00
github-actions[bot]
2579d37c16
Update version to v1.4.166 and commit
2025-03-29 20:12:49 +00:00
Eugen Eisler
4f28d85e96
Merge pull request #1392 from ksylvan/0327-fix-code-helper-arg-handling
...
chore: enhance argument validation in `code_helper` tool
2025-03-29 21:11:34 +01:00
Kayvan Sylvan
f529b8bb80
refactor: streamline code_helper CLI interface and require explicit instructions
...
## CHANGES
- Require exactly two arguments: directory and instructions
- Remove dedicated help flag, use flag.Usage instead
- Improve directory validation to check if it's a directory
- Inline pattern parsing, removing separate function
- Simplify error messages for better clarity
- Update usage text to reflect required instructions parameter
- Print usage to stderr instead of stdout
2025-03-27 19:17:54 -07:00
Eugen Eisler
71437605e1
Merge pull request #1390 from PatrickCLee/03-26-README-fix
...
docs: improve README link
2025-03-26 08:31:15 +01:00
github-actions[bot]
cf5753a186
Update version to v1.4.165 and commit
2025-03-26 07:30:28 +00:00
Eugen Eisler
433c83fe2c
Merge pull request #1389 from ksylvan/0323-nysan-conding-feature
...
Create Coding Feature
2025-03-26 08:29:08 +01:00
PatrickCLee
01770cc6e3
docs: improve README link
...
- Fix broken what-and-why link reference
2025-03-26 11:34:11 +08:00
Kayvan Sylvan
55fda5e025
fix: enhance JSON string handling with proper control character escaping
...
## CHANGES
- Convert control chars to proper JSON escape sequences
- Prevent invalid JSON due to literal control chars
2025-03-25 20:00:44 -07:00
Kayvan Sylvan
daad5f986e
refactor: rename fabric_code tool to code_helper for clarity
...
## CHANGES
- Rename tool from `fabric_code` to `code_helper`
- Update all documentation references to the tool
- Update installation instructions in README
- Modify usage examples in documentation
- Update tool's self-description and help text
2025-03-25 19:14:25 -07:00
Kayvan Sylvan
3785d0a5fa
refactor: modify ParseFileChanges to return summary and changes separately
...
CHANGES:
* Return summary text from `ParseFileChanges` separately.
* Update `chatter` to use returned summary text.
* Update tests to match new function signature.
2025-03-25 18:54:01 -07:00
Kayvan Sylvan
8a326e9cfb
refactor: replace FILE_CHANGES marker with constant FileChangesMarker
...
## CHANGES
- Add FileChangesMarker constant for file changes section
- Update parser to use new constant marker
- Improve error messages with dynamic marker reference
- Update tests to use new marker format
- Update system documentation with new marker syntax
2025-03-25 17:51:57 -07:00
Kayvan Sylvan
5f5822f1c6
fix: improve JSON parsing in ParseFileChanges to handle invalid escape sequences
...
## CHANGES
- Add dedicated function to fix invalid JSON escapes
- Handle common \C escape sequence issue
- Implement fallback parsing with comprehensive escape fixes
- Track string context for accurate escape detection
- Preserve valid JSON escape sequences
2025-03-25 16:16:51 -07:00
Kayvan Sylvan
111482e46e
feat: add file management system for AI-driven code changes
...
CHANGES:
- Replace deprecated io/ioutil with modern alternatives
- Add file change parsing and validation system
- Create secure file application mechanism
- Update chatter to process AI file changes
- Improve create_coding_feature pattern documentation
2025-03-25 16:09:28 -07:00
Kayvan Sylvan
9b56e0e996
feat: add fabric_code tool and create_coding_feature pattern
...
This commit introduces the `fabric_code` tool and the `create_coding_feature` pattern, allowing Fabric to modify existing codebases.
## CHANGES
- add `fabric_code` tool to generate JSON representation of code projects
- add `create_coding_feature` pattern to apply AI-generated code changes
- update README with `fabric_code` installation and usage
- walk file system with maximum depth and ignore list
- scan directory and return file/dir JSON data for AI model
- provide usage instructions and examples for `fabric_code`
- add file management API to system prompt for code changes
2025-03-25 08:04:55 -07:00
github-actions[bot]
9b830f9801
Update version to v1.4.164 and commit
2025-03-22 08:52:21 +00:00
Eugen Eisler
dda73d3333
Merge pull request #1380 from jmd1010/web-windows-resizing
...
Add flex windows sizing to web interface + raw text input fix
2025-03-22 09:51:07 +01:00
Eugen Eisler
40c26d9c9e
Merge pull request #1379 from guilhermechapiewski/patch-1
...
Fix typo on fallacies instruction.
2025-03-22 09:50:14 +01:00
Eugen Eisler
cdd86b0ed9
Merge pull request #1382 from ksylvan/03-21-README-fixes
...
docs: improve README formatting and fix some broken links
2025-03-22 09:49:32 +01:00
Kayvan Sylvan
c2e84d6db9
docs: improve README formatting and add clipboard support section
...
## CHANGES
- Remove colons from heading anchors
- Fix broken installation link reference
- Replace code tags with backticks
- Improve code block formatting with indentation
- Clarify package manager alias requirements
- Fix environment variables link
- Simplify custom patterns directory instructions
2025-03-21 23:34:27 -07:00
jmd1010
4208a02191
fixed processing message not stopping after pattern output completion
2025-03-21 23:26:54 -04:00
jmd1010
943b26eeef
Add flex windows sizing to web interface
2025-03-21 18:22:54 -04:00
Guilherme Chapiewski
d6ceae9efd
Fix typo on fallacies instruction.
2025-03-21 11:30:52 -07:00
Eugen Eisler
f57dc6d681
Merge pull request #1376 from vaygr/install-update
...
Add installation instructions for OS package managers
2025-03-21 13:57:00 +01:00
Val V
4e4bfc9d5d
Add installation instructions for OS package managers
2025-03-21 03:12:43 +00:00
Daniel Miessler
ea137c1525
Updated find prompt.
2025-03-20 14:36:00 -07:00
Daniel Miessler
f0be1d4735
Updated find prompt.
2025-03-20 14:28:15 -07:00
Daniel Miessler
e3975b9364
Updated find prompt.
2025-03-20 14:25:24 -07:00
Daniel Miessler
cd48802ea0
Updated find prompt.
2025-03-20 14:23:10 -07:00
Daniel Miessler
dceccd8e72
Merge branch 'main' of github.com:danielmiessler/fabric
2025-03-20 14:16:17 -07:00
Daniel Miessler
0813ad9c39
Added find_female_life_partner.
2025-03-20 14:16:06 -07:00
github-actions[bot]
e391132167
Update version to v1.4.163 and commit
2025-03-19 03:50:11 +00:00
Eugen Eisler
c7f86d3a0c
Merge pull request #1362 from danielmiessler/dependabot/go_modules/go_modules-c153b83258
...
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group across 1 directory
2025-03-19 04:48:57 +01:00
Eugen Eisler
f0d92f9424
Merge pull request #1372 from rube-de/patch-1
...
fix: set percentEncoded to false
2025-03-19 04:48:26 +01:00
Eugen Eisler
4a9bdb1479
Merge pull request #1373 from ksylvan/main
...
Remove unnecessary `system.md` file at top level.
2025-03-19 04:47:02 +01:00
github-actions[bot]
7eed80710e
Update version to v1.4.162 and commit
2025-03-19 03:45:25 +00:00
Eugen Eisler
fbd62be47d
Merge pull request #1374 from ksylvan/fix/change-default-model-save
...
Fix Default Model Change Functionality
2025-03-19 04:44:11 +01:00
Kayvan Sylvan
85cc7b8a9d
fix: improve error handling in ChangeDefaultModel flow and save environment file
...
- Add early return on setup error
- Save environment file after successful setup
- Maintain proper error propagation
2025-03-17 19:37:26 -07:00
Kayvan Sylvan
1fe8afd329
chore: Remove redundant file system.md at top level.
...
CHANGES:
- Removed `system.md` on the top level of the fabric repo.
- system.md was an RPG session summarization prompt.
- There are two other RPM summary patterns created after this file was added: `create_rpg_summary` and `summarize_rpg_session`
2025-03-17 15:09:36 -07:00
beruf
e89ccf5e97
fix: set percentEncoded to false
...
If you use a youtube link like `https://youtu.be/sHIlFKKaq0A ` percentEndcoding encodes the link to `https%3A%2F%2Fyoutu.be%2FsHIlFKKaq0A`, which throws an error in fabric.
With percentEndcoding false, the script receives the link without encoding and works.
2025-03-17 22:43:02 +01:00
github-actions[bot]
0eee89140c
Update version to v1.4.161 and commit
2025-03-17 14:21:02 +00:00
Eugen Eisler
5571e6fafd
Merge pull request #1363 from garkpit/streamlit-clipboard-ops-for-all-platforms
...
clipboard operations now work on Mac and PC
2025-03-17 15:19:42 +01:00
github-actions[bot]
9a4e920618
Update version to v1.4.160 and commit
2025-03-17 14:17:36 +00:00
Eugen Eisler
6e479999b1
Merge pull request #1368 from vaygr/std-no-repeat
...
Standardize sections for no repeat guidelines
2025-03-17 15:16:21 +01:00
Daniel Miessler
f65f2501b4
Moved system file to proper directory.
2025-03-16 14:46:13 -07:00
Daniel Miessler
4b12bd2a61
Moved system file to proper directory.
2025-03-16 14:43:55 -07:00
Daniel Miessler
d83a3beeeb
Merge branch 'main' of github.com:danielmiessler/fabric
2025-03-16 14:16:02 -07:00
Daniel Miessler
7428c8017f
Added activity extractor.
2025-03-16 14:15:54 -07:00
Val V
008ed76d37
Standardize sections for no repeat guidelines
2025-03-16 19:48:15 +00:00
github-actions[bot]
ce9d4ad831
Update version to v1.4.159 and commit
2025-03-16 19:23:15 +00:00
Daniel Miessler
657bcab48c
Added flashcard generator.
2025-03-16 12:21:50 -07:00
github-actions[bot]
cd11dcc7a9
Update version to v1.4.158 and commit
2025-03-16 17:26:52 +00:00
Eugen Eisler
22040a42f2
Merge pull request #1367 from ksylvan/fix/code_cleanup
...
Remove Generic Type Parameters from StorageHandler Initialization
2025-03-16 18:25:33 +01:00
Kayvan Sylvan
705ccd750b
refactor: remove generic type parameters from NewStorageHandler calls
...
## CHANGES
- Remove explicit type parameters from StorageHandler initialization
- Update contexts handler constructor implementation
- Update patterns handler constructor implementation
- Update sessions handler constructor implementation
- Simplify API by relying on type inference
2025-03-16 09:21:17 -07:00
github-actions[bot]
db7c2b70cb
Update version to v1.4.157 and commit
2025-03-16 07:36:39 +00:00
Eugen Eisler
9dc9bfa1d5
Merge pull request #1365 from ksylvan/feature/strategies
...
Implement Prompt Strategies in Fabric
2025-03-16 08:35:23 +01:00
Kayvan Sylvan
6b93658191
chore: remove redundant yt function definition
2025-03-15 17:35:45 -07:00
Kayvan Sylvan
ea7a425a26
add newline to end of cod.json
2025-03-15 13:18:53 -07:00
Kayvan Sylvan
9582978adb
Fix help message when no strategies found.
2025-03-15 13:05:51 -07:00
Kayvan Sylvan
453d8e75e4
fix: fix handling of the installed strategies dir
2025-03-15 09:36:34 -07:00
Kayvan Sylvan
901a010efd
chore: remove fallback to local strategies directory if missing
2025-03-15 08:29:58 -07:00
Jay
b5c2d069f2
clipboard operations now work on Mac and PC
2025-03-15 08:31:48 +00:00
Kayvan Sylvan
f744e25b39
change [optional] to [required] in strategies
2025-03-15 00:33:58 -07:00
Kayvan Sylvan
096f40df68
feat: add prompt strategies and improve installation documentation
...
## CHANGES
- Add prompt strategies like Chain of Thought (CoT)
- Implement strategy selection with `--strategy` flag
- Improve README with platform-specific installation instructions
- Fix web interface documentation link
- Refactor git operations with new githelper package
- Add `--liststrategies` command to view available strategies
- Support applying strategies to system prompts
- Fix YouTube configuration check
- Improve error handling in session management
2025-03-15 00:30:30 -07:00
dependabot[bot]
a227e61952
Bump golang.org/x/net in the go_modules group across 1 directory
...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/net` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 02:06:32 +00:00
github-actions[bot]
29f4534001
Update version to v1.4.156 and commit
2025-03-11 09:05:45 +00:00
Eugen Eisler
ed9324d611
Merge pull request #1356 from ksylvan/main
...
chore: add .vscode to `.gitignore` and fix typos and markdown linting in `Alma.md`
2025-03-11 10:04:32 +01:00
Eugen Eisler
438b3c5211
Merge pull request #1352 from matmilbury/patch-1
...
pattern_explanations.md: fix typo
2025-03-11 07:52:48 +01:00
Eugen Eisler
efeeb7a796
Merge pull request #1354 from jmd1010/chat-history-window-sizing
...
Fix Chat history window scrolling behavior
2025-03-11 07:51:51 +01:00
Kayvan Sylvan
6b1ff0ab21
chore: add .vscode to .gitignore and fix typos and markdown linting in Alma.md
2025-03-10 09:29:16 -07:00
jmd1010
acb925f5a9
Update Web V2 Install Guide with improved instructions
2025-03-09 15:27:02 -04:00
jmd1010
761293ede7
Fix Chat history window sizing
2025-03-09 14:58:45 -04:00
Mat Milbury
e004e50037
pattern_explanations.md: fix typo
2025-03-09 16:11:14 +01:00
github-actions[bot]
44a6c03bc8
Update version to v1.4.155 and commit
2025-03-09 09:01:41 +00:00
Eugen Eisler
d794afe405
Merge pull request #1350 from jmd1010/pattern-search-implementation
...
Implement Pattern Tile search functionality
2025-03-09 10:00:28 +01:00
github-actions[bot]
e4ac322227
Update version to v1.4.154 and commit
2025-03-09 08:56:50 +00:00
Eugen Eisler
1fc19da19f
Merge pull request #1349 from ksylvan/03-08-extra-version-declaration-removed
...
Fix: v1.4.153 does not compile because of extra version declaration
2025-03-09 09:55:37 +01:00
jmd1010
b213068680
Implement column resize functionnality
2025-03-08 17:34:49 -05:00
jmd1010
bf3af207b9
Implement Pattern Tile search functionality
2025-03-08 12:56:55 -05:00
Kayvan Sylvan
e28ba224b5
fix: update Azure client API version access path in tests
2025-03-08 09:52:20 -08:00
Kayvan Sylvan
5b7697c5ab
chore: remove unnecessary version variable from main.go
2025-03-08 09:29:20 -08:00
github-actions[bot]
0701b7d263
Update version to v1.4.153 and commit
2025-03-08 08:56:19 +00:00
Eugen Eisler
aac29025fb
Merge pull request #1348 from liyuankui/feature/add-litellm-vendor
...
feat: Add LiteLLM AI plugin support with local endpoint configuration
2025-03-08 09:55:08 +01:00
kyle
6928f9a312
feat: Add LiteLLM AI plugin support with local endpoint configuration
2025-03-08 11:37:54 +08:00
github-actions[bot]
ef2e985d3f
Update version to v1.4.152 and commit
2025-03-07 08:23:45 +00:00
Eugen Eisler
1df945556d
fix: Fix pipe handling
2025-03-07 09:22:26 +01:00
github-actions[bot]
b6f313db8f
Update version to v1.4.151 and commit
2025-03-07 07:47:35 +00:00
Eugen Eisler
cb00f2026e
Merge pull request #1339 from Eckii24/feature/add-azure-api-version
...
Feature/add azure api version
2025-03-07 08:46:20 +01:00
github-actions[bot]
bd39d98ffc
Update version to v1.4.150 and commit
2025-03-07 07:44:52 +00:00
Eugen Eisler
36b0afa692
Merge pull request #1343 from jmd1010/input-component-update
...
Rename input.svelte to Input.svelte for proper component naming convention
2025-03-07 08:43:32 +01:00
jmd1010
53d09d8a5a
Rename input.svelte to Input.svelte for proper component naming convention
2025-03-06 21:08:30 -05:00
github-actions[bot]
703144edad
Update version to v1.4.149 and commit
2025-03-05 12:50:38 +00:00
Eugen Eisler
717e50e570
Merge pull request #1340 from ksylvan/03-04-youtube-live-fix
...
Fix for youtube live links plus new youtube_summary pattern
2025-03-05 13:49:22 +01:00
Eugen Eisler
4af6d5eeed
Merge pull request #1338 from jmd1010/directory-structure-update
...
Update Web V2 Install Guide layout
2025-03-05 10:09:23 +01:00
Kayvan Sylvan
de356ddeb5
chore: update version
2025-03-04 22:00:26 -08:00
Kayvan Sylvan
59c50def2a
feat: update yt commands and docs to support timestamped transcripts
...
CHANGES
- Add argument validation to yt for usage errors
- Enable -t flag for transcript with timestamps
- Refactor PowerShell yt function with parameter switch
- Update README to dynamically select transcript option
- Document youtube_summary feature in pattern explanations
- Introduce youtube_summary pattern.
2025-03-04 21:46:50 -08:00
Kayvan Sylvan
1dafb09e07
remove spurious newline
2025-03-04 21:20:24 -08:00
Kayvan Sylvan
e8caf9fc10
feat: update YouTube regex to support live URLs
2025-03-04 21:18:51 -08:00
jmd1010
59537c4bf5
Update Web V2 Install Guide layout 2
2025-03-04 12:29:31 -05:00
Eckii24
231516917d
Update azure.go
2025-03-04 17:39:56 +01:00
Eckii24
58d17fd0ec
Update openai.go
2025-03-04 17:37:19 +01:00
Eckii24
8bd4aa6d1a
Update azure_test.go
2025-03-04 17:36:37 +01:00
Eckii24
629c1b3e11
Update azure.go
2025-03-04 17:36:11 +01:00
jmd1010
2f4569177d
Update Web V2 Install Guide layout
2025-03-04 10:58:48 -05:00
Eugen Eisler
f2b85af0ea
Merge pull request #1330 from jmd1010/directory-structure-update
...
Fixed ALL CAP DIR as requested and processed minor updates to documentation
2025-03-04 12:17:03 +01:00
Eugen Eisler
36be4c747c
Merge pull request #1333 from asasidh/main
...
Update QUOTES section to include speaker names for clarity
2025-03-04 09:35:53 +01:00
github-actions[bot]
7ac9b862f5
Update version to v1.4.148 and commit
2025-03-03 11:08:37 +00:00
Eugen Eisler
1515139dd6
fix: Rework LM Studio plugin
2025-03-03 12:07:20 +01:00
asasidh
be6049e577
Update QUOTES section to include speaker names for clarity
2025-03-02 17:42:52 -06:00
jmd1010
a8ae09d4d6
Update Web V2 Install Guide with improved instructions V2
2025-02-28 19:57:13 -05:00
jmd1010
30059c46a0
Update Web V2 Install Guide with improved instructions
2025-02-28 13:23:43 -05:00
jmd1010
2d10c71e39
Reorganize documentation with consistent directory naming and updated guides
2025-02-28 11:34:17 -05:00
github-actions[bot]
02e12b028c
Update version to v1.4.147 and commit
2025-02-28 07:59:43 +00:00
Eugen Eisler
6686b83fc8
Merge pull request #1326 from pavdmyt/pavdmyt/fix-vendors-manager-for-localhost-models
...
fix: continue fetching models even if some vendors fail
2025-02-28 08:58:25 +01:00
Eugen Eisler
d53b0b678f
Merge pull request #1329 from jmd1010/web-install-guide-pr
...
Svelte Web V2 Installation Guide
2025-02-28 08:55:51 +01:00
jmd1010
0d5454372e
Update install guide with Plain Text instructions
2025-02-28 02:08:23 -05:00
jmd1010
2f040f94c3
Add Web V2 Installation Guide
2025-02-28 00:54:44 -05:00
Pavel Dmytrenko
0b29ebd14b
fix: continue fetching models even if some vendors fail
...
Remove the cancellation of remaining goroutines when a vendor collection fails.
This ensures that other vendor collections continue even if one fails.
Fixes listing models via `fabric -L` and using non-default models via `fabric -m custom_model`,
when localhost models (e.g. Ollama, LM Studio) are not listening on a given port (basically shut down).
2025-02-27 16:13:08 +02:00
github-actions[bot]
1dad903199
Update version to v1.4.146 and commit
2025-02-27 06:16:20 +00:00
Eugen Eisler
0bec53360e
Merge pull request #1319 from jmd1010/pdf-integration-clean
...
Enhancement: PDF to Markdown Conversion Functionality to the Web Svelte Chat Interface
2025-02-27 07:15:03 +01:00
JM
cf637e4137
Merge branch 'main' into pdf-integration-clean
2025-02-27 01:02:04 -05:00
jmd1010
9507c2cca1
Reinstate file in original location to resolve PR conflict
2025-02-27 01:01:16 -05:00
jmd1010
fa575638d1
Remove pr-1284-update.md from tracking to resolve PR conflict
2025-02-27 00:55:58 -05:00
jmd1010
51220c40d9
Add required UI image assets for feature implementation
2025-02-27 00:11:04 -05:00
jmd1010
d1d62fcc4c
Complete directory reorganization by moving pr-1284-update.md to new location
2025-02-26 23:44:56 -05:00
jmd1010
96e6a56e5f
Restore file to original location to resolve path conflict
2025-02-26 23:38:14 -05:00
jmd1010
0d7514ea0e
Remove pr-1284-update.md from PR scope
2025-02-26 23:21:06 -05:00
jmd1010
a74da4acff
Rename pattern descriptions directory to follow consistent naming convention
2025-02-26 23:14:51 -05:00
jmd1010
6d8c3eb6e2
Update README files directory structure and naming convention
2025-02-26 22:23:53 -05:00
jmd1010
adbfa2f6ba
Remove pdf-to-markdown folder from PR
2025-02-26 21:57:04 -05:00
github-actions[bot]
f5776637d9
Update version to v1.4.145 and commit
2025-02-26 16:54:02 +00:00
Eugen Eisler
34db384265
Merge pull request #1324 from jaredmontoya/nix-fix
...
flake: fix/update and enhance
2025-02-26 17:52:47 +01:00
jaredmontoya
1f765c5b53
flake: fix/update
2025-02-26 16:12:05 +01:00
github-actions[bot]
f9395fa108
Update version to v1.4.144 and commit
2025-02-26 08:55:35 +00:00
Eugen Eisler
22d2a3ee19
Upgrade upload artifacts to v4
2025-02-26 09:54:44 +01:00
github-actions[bot]
b64178c292
Update version to v1.4.143 and commit
2025-02-26 08:53:09 +00:00
Eugen Eisler
f7d38fb51f
Merge pull request #1264 from danielmiessler/feat/exolab
...
feat: implement support for exolab
2025-02-26 09:52:13 +01:00
Eugen Eisler
ea6c0b9025
Merge branch 'main' into feat/exolab
2025-02-26 09:50:53 +01:00
github-actions[bot]
30fa5ee575
Update version to v1.4.142 and commit
2025-02-25 22:13:23 +00:00
Eugen Eisler
1e345af0bc
fix: build problems
2025-02-25 23:12:10 +01:00
github-actions[bot]
952f584158
Update version to v1.4.141 and commit
2025-02-25 22:05:32 +00:00
Eugen Eisler
b23b20f540
Merge pull request #1260 from bluPhy/main
...
Fixing typo
2025-02-25 23:04:42 +01:00
Eugen Eisler
1980edbe1c
Merge branch 'main' into main
2025-02-25 23:04:36 +01:00
github-actions[bot]
bf618f4a25
Update version to v1.4.140 and commit
2025-02-25 21:21:32 +00:00
Eugen Eisler
e4617190d8
Merge pull request #1313 from CXKswain/main
...
Updated ollama.go to fix a couple of potential DoS issues
2025-02-25 22:20:27 +01:00
Eugen Eisler
49fe59f403
Merge branch 'main' into main
2025-02-25 22:20:13 +01:00
github-actions[bot]
821faa0894
Update version to v1.4.139 and commit
2025-02-25 21:18:10 +00:00
Eugen Eisler
af39e38394
Don't trigger on PRs
2025-02-25 22:17:21 +01:00
Eugen Eisler
8774971b98
Merge pull request #1321 from jmd1010/youtube-link-only
...
Update demo video link in PR-1309 documentation
2025-02-25 22:07:47 +01:00
jmd1010
1286afeb76
Update demo video link in PR-1284 documentation
2025-02-25 00:13:02 -05:00
jmd1010
4725a94f00
Add complete PDF to Markdown documentation F
2025-02-24 22:33:27 -05:00
jmd1010
15ac5351cf
Add Svelte implementation files for PDF integration
2025-02-24 21:46:03 -05:00
jmd1010
f69cda8fab
Add PDF to Markdown integration documentation
2025-02-24 21:39:43 -05:00
github-actions[bot]
e9e6549528
Update version to v..1 and commit
2025-02-24 22:29:21 +00:00
CXKswain
f1550e1d1d
Delete version.go
2025-02-24 16:28:34 -06:00
CXKswain
1fe00633c4
Delete pkgs/fabric/version.nix
2025-02-24 16:28:13 -06:00
jmd1010
a0e1f7204d
Add PDF to Markdown conversion functionality to the web svelte caht interface
2025-02-24 17:24:02 -05:00
Daniel Miessler
bb1d4f9ca4
Update README.md
2025-02-24 13:48:56 -08:00
github-actions[bot]
942771af60
Update version to v1.4.138 and commit
2025-02-24 21:35:00 +00:00
Eugen Eisler
1f0bf7b58b
Merge pull request #1317 from ksylvan/main
...
chore: update Anthropic SDK and add Claude 3.7 Sonnet model support
2025-02-24 22:34:06 +01:00
github-actions[bot]
d56dcb8b16
Update version to v1.4.80 and commit
2025-02-24 21:18:13 +00:00
bluPhy
ca83506089
Revert "Update version to v1.4.79 and commit"
...
This reverts commit 6e0f7b5192 .
2025-02-24 16:16:48 -05:00
Kayvan Sylvan
267562e1d2
Merge remote-tracking branch 'upstream/main'
2025-02-24 12:39:12 -08:00
github-actions[bot]
0ac8924b0d
Update version to v1.4.137 and commit
2025-02-24 20:25:10 +00:00
Eugen Eisler
540186acca
Merge pull request #1296 from danielmiessler/dependabot/go_modules/go_modules-0f02992d2e
...
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the go_modules group across 1 directory
2025-02-24 21:24:05 +01:00
github-actions[bot]
b26d466394
Update version to v1.4.136 and commit
2025-02-24 20:21:43 +00:00
Eugen Eisler
12603b619b
Update to upload-artifact@v4 because upload-artifact@v3 is deprecated
2025-02-24 21:20:51 +01:00
Kayvan Sylvan
9af69d456e
Merge branch 'danielmiessler:main' into main
2025-02-24 12:17:51 -08:00
Kayvan Sylvan
61f0b5848c
chore: update Anthropic SDK and add Claude 3.7 Sonnet model support
...
## CHANGES
- Updated anthropic-sdk-go from v0.2.0-alpha.4 to v0.2.0-alpha.11
- Added Claude 3.7 Sonnet models to available model list
- Added ModelClaude3_7SonnetLatest to model options
- Added ModelClaude3_7Sonnet20250219 to model options
- Removed ModelClaude_Instant_1_2 from available models
2025-02-24 12:13:02 -08:00
github-actions[bot]
cbc82ec045
Update version to v1.4.135 and commit
2025-02-24 20:10:17 +00:00
Eugen Eisler
c8af946c87
Merge pull request #1309 from jmd1010/feature/web-ui-enhancements
...
Feature/Web Svelte GUI Enhancements: Pattern Descriptions, Tags, Favorites, Search Bar, Language Integration, PDF file conversion, etc
2025-02-24 21:09:23 +01:00
Eugen Eisler
bc216fdfef
Merge pull request #1312 from junaid18183/main
...
Added Create LOE Document Prompt
2025-02-24 20:59:43 +01:00
Eugen Eisler
8befac61af
Merge pull request #1302 from verebes1/feat/add-lmstudio
...
feat: Add LM Studio compatibility
2025-02-24 20:58:36 +01:00
“CXKswain”
bebc8c20b5
Resolving a couple of more medium vulnerabilites
2025-02-21 14:52:03 -06:00
“CXKswain”
9a1a46e203
Updated to fix security issues with ollama.go
2025-02-21 14:39:05 -06:00
github-actions[bot]
a5ab81b5c8
Update version to v..1 and commit
2025-02-21 20:30:21 +00:00
Juned Memon
31be01f3b3
Added create_loe_document prompt
2025-02-21 19:35:28 +05:30
Juned Memon
52e2995c55
Added create_loe_document prompt
2025-02-21 19:26:36 +05:30
jmd1010
f314671f65
Exclude static PNG files from PR
2025-02-20 15:18:32 -05:00
jmd1010
292fd75699
Remove PNG files from PR scope
2025-02-20 15:02:39 -05:00
jmd1010
0a07072be0
Enhance pattern handling and chat interface improvements
2025-02-20 13:27:31 -05:00
jmd1010
5d31e90650
Update .gitignore to exclude sensitive and generated files
2025-02-19 22:18:41 -05:00
jmd1010
8bff9764f8
Remove sensitive and generated files from tracking
2025-02-19 22:17:20 -05:00
jmd1010
40c4cb46be
Remove personal development notes from tracking
2025-02-19 21:55:00 -05:00
jmd1010
8a0f9814e6
Development checkpoint - Web UI enhancements with complete directory structure
2025-02-19 21:47:10 -05:00
jmd1010
717eb585b5
Setup backup configuration and update dependencies
2025-02-18 14:10:19 -05:00
JM
e10a2c9b09
Update ENV
2025-02-18 11:27:14 -05:00
David
c6ebfd3ad7
feat: Add LM Studio compatibility
...
- Added LM Studio as a new plugin, now it can be used with Fabric.
- Updated the plugin registry with the new plugin name
- Updated the configuration with the required base url
2025-02-17 23:17:44 +00:00
Eugen Eisler
0369087b91
Merge pull request #1297 from Perchycs/patch-1
...
Create pattern_explanations.md
2025-02-14 08:52:40 +01:00
Daniel Miessler
d8a415698c
updated extract domains
2025-02-13 18:36:46 -08:00
Daniel Miessler
2bfb087b55
updated extract domains
2025-02-13 18:33:30 -08:00
Daniel Miessler
8782f78178
Added extract_domains
2025-02-13 18:26:36 -08:00
Perchycs
90c4f244ae
Create pattern_explanations.md
...
Spent way too long getting chatgpt to give a one-line summary, based on the contents of each prompt.
2025-02-12 18:36:05 +13:00
github-actions[bot]
2331d011c1
Update version to v1.4.134 and commit
2025-02-11 22:23:42 +00:00
Eugen Eisler
2568204395
Merge pull request #1289 from thevops/pull-transcript-with-timestamps
...
Add the ability to grab YouTube video transcript with timestamps
2025-02-11 23:22:51 +01:00
github-actions[bot]
eb56ead927
Update version to v1.4.133 and commit
2025-02-11 22:22:36 +00:00
dependabot[bot]
98fe1fbae2
Bump github.com/go-git/go-git/v5
...
Bumps the go_modules group with 1 update in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ).
Updates `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-type: direct:production
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-11 22:22:23 +00:00
Eugen Eisler
8e10a72f1d
Merge pull request #1294 from TvisharajiK/main
...
Improved unit-test coverage from 0 to 100 (AI module) using Keploy's agent
2025-02-11 23:21:12 +01:00
Tvisha
5246a9699a
Merge pull request #1 from TvisharajiK/unittests
...
Improved unit-test coverage from 0 to 100% using Keploy AI Agent
2025-02-11 02:54:52 +05:30
TvisharajiK
7a678dc175
Feat: Increase unit test coverage from 0 to 100% in the AI module using Keploy's Agent
2025-02-11 02:53:36 +05:30
Daniel Miessler
b2e2784cf4
Added h3 TELOS pattern.
2025-02-07 11:57:49 -08:00
Daniel Miessler
111e8c786a
Added challenge handling pattern.
2025-02-07 08:13:52 -08:00
Daniel Miessler
b8b9cdfdae
Added year in review pattern.
2025-02-07 08:08:35 -08:00
Daniel Miessler
bfcbe6f06a
Adding more TELOS patterns.
2025-02-07 07:36:25 -08:00
Daniel Miessler
02c28ad8b8
Added additional Telos patterns.
2025-02-07 07:11:26 -08:00
Krzysztof Łuczak
f3a1982e30
Add the ability to grab YouTube video transcript with timestamps
...
This commit adds the ability to grab the transcript
of a YouTube video with timestamps. The timestamps
are formatted as HH:MM:SS and are prepended to
each line of the transcript. The feature is enabled
by the new `--transcript-with-timestamps` flag,
so it's similar to the existing `--transcript` flag.
Example future use-case:
Providing summary of a video that includes timestamps
for quick navigation to specific parts of the video.
2025-02-07 15:25:22 +01:00
Daniel Miessler
c4b629fe03
Updated panel topic extractor
2025-02-06 22:19:51 -08:00
Daniel Miessler
f962104a2d
Added panel topic extractor
2025-02-06 22:16:25 -08:00
Daniel Miessler
cf32bdc012
Added intro sentences pattern
2025-02-06 22:13:45 -08:00
Daniel Miessler
1ccbb22866
Updated announcement at the top
2025-02-06 14:50:01 -08:00
github-actions[bot]
d5a2008c44
Update version to v1.4.132 and commit
2025-02-02 13:50:30 +00:00
Eugen Eisler
ff33c33ea5
Merge pull request #1278 from aicharles/feat/anthropic-plugin-update
...
feat(anthropic): enable custom API base URL support
2025-02-02 14:49:37 +01:00
aicharles
731ecc6b3c
feat(anthropic): enable custom API base URL support
...
- Enable and improve custom API base URL configuration
- Add proper handling of v1 endpoint for UUID-containing URLs
- Implement URL formatting logic for consistent endpoint structure
- Clean up commented code and improve configuration flow
2025-01-30 08:48:38 -06:00
github-actions[bot]
31df56add8
Update version to v1.4.131 and commit
2025-01-30 00:50:21 +00:00
Eugen Eisler
0f8a403dba
Merge pull request #1270 from wmahfoudh/adding-output-filename-support-to-to_pdf
...
Added output filename support for to_pdf
2025-01-30 01:49:25 +01:00
Eugen Eisler
8b33b9946e
Merge pull request #1271 from wmahfoudh/adding-deepseek-support
...
Adding deepseek support
2025-01-30 01:48:10 +01:00
Walid
a77efada0e
feat: Added Deepseek AI integration
2025-01-23 20:50:56 +04:00
Walid
3e8aaed268
Added output filename support for to_pdf
2025-01-23 19:25:18 +04:00
Eugen Eisler
d25be21939
feat: implement support for https://github.com/exo-explore/exo
2025-01-18 19:55:24 +01:00
Eugen Eisler
c2fad4de80
Merge pull request #1258 from tuergeist/readme-patch-1
...
Minor README fix and additional Example
2025-01-18 19:35:42 +01:00
github-actions[bot]
6e0f7b5192
Update version to v1.4.79 and commit
2025-01-14 22:51:28 +00:00
bluPhy
f522f6b3bd
Typos correction
2025-01-14 17:49:56 -05:00
Christoph Becker
e558d535df
doc: Add scrape URL example. Fix Example 4
2025-01-13 14:58:39 +01:00
Christoph Becker
1c05b37c76
doc: Custom patterns also work with Claude models
2025-01-13 14:18:41 +01:00
Eugen Eisler
e46c588b9c
Merge pull request #1257 from jessefmoore/main
...
Create analyze_threat_report_cmds
2025-01-13 13:31:52 +01:00
Eugen Eisler
3bf6b7b000
Merge pull request #1256 from JOduMonT/patch-1
...
Update README.md
2025-01-13 12:02:25 +01:00
Daniel Miessler
82db18a8aa
Updated conversion post.
2025-01-13 00:16:13 -08:00
Daniel Miessler
5a765bd8fc
Adding markdown converter.
2025-01-12 23:34:25 -08:00
Daniel Miessler
339e1e6790
Updated prediction creator.
2025-01-12 21:38:21 -08:00
Daniel Miessler
a106e6de27
Updated predictor pattern.
2025-01-12 16:37:26 -08:00
Daniel Miessler
86eddbeb0a
Added new prediction generator.
2025-01-12 13:34:18 -08:00
Jesse Moore
2daf0d90ce
Create system.md
...
Create pattern to extract commands from videos and threat reports to obtain commands so pentesters or red teams or Threat hunters can use to either threat hunt or simulate the threat actor.
2025-01-12 09:48:28 -08:00
Jonathan DUMONT
03dfa03f46
Update README.md
...
## Change
1. Windows Command: Because actually curl does not exist natively on Windows
2. Syntax: Because like this; it makes the “click, cut and paste” easier
2025-01-12 13:55:37 +01:00
Eugen Eisler
92bbbfe88b
Merge pull request #1247 from kevnk/update-suggest_pattern-user-prompt
...
Update suggest_pattern: refine summaries and add recently added patterns
2025-01-10 12:57:57 +01:00
Eugen Eisler
fb2dc00b9c
Merge pull request #1252 from jeffmcjunkin/patch-1
...
Update README.md: Add PowerShell aliases
2025-01-10 12:57:00 +01:00
Eugen Eisler
0014a53c6e
Merge pull request #1253 from abassel/fix/fix_few_typos
...
Fixed few typos that I could find
2025-01-10 12:56:25 +01:00
Alexandre Bassel
021d2738e4
Fixed few typos that I could find
2025-01-10 03:44:54 -03:00
Jeff McJunkin
f312ad0364
Update README.md: Add PowerShell aliases
2025-01-09 12:39:23 -08:00
Kevin Kirchner
02aa41e6aa
Update summaries and add recently added patterns
2025-01-05 14:59:31 -06:00
github-actions[bot]
1f8039d996
Update version to v1.4.130 and commit
2025-01-03 20:53:29 +00:00
Eugen Eisler
977d902cdd
Merge pull request #1240 from johnconnor-sec/main
...
Updates: ./web
2025-01-03 21:52:36 +01:00
github-actions[bot]
710df90361
Update version to v1.4.129 and commit
2025-01-03 20:42:19 +00:00
Eugen Eisler
f5d94bfde6
Merge pull request #1242 from CuriouslyCory/main
...
Adding youtube --metadata flag
2025-01-03 21:40:57 +01:00
Cory Sougstad
1629f36c59
Better metadata
2025-01-02 09:41:15 -07:00
John
12e4611d9a
Update README
2025-01-01 04:38:59 -05:00
John
46a77de9e8
Remove inbox note
2025-01-01 03:10:35 -05:00
John Connor
87b55148fa
Merge pull request #11 from danielmiessler/main
...
Updates from main
2025-01-01 02:54:15 -05:00
John
3931098aad
Merge branch 'main' of https://github.com/johnconnor-sec/fabric
2025-01-01 02:48:25 -05:00
John
2aebc84c66
Update README
2025-01-01 02:48:15 -05:00
John
c107cce22e
Updates for BUILD
2025-01-01 02:08:41 -05:00
John
71b049bffd
Fixing indentation again
...
Removed backup side-nav and terminal.
updated toast for transcripts
2025-01-01 00:00:30 -05:00
John
d3e8ce5120
Added: Only dates are required for Posts now.
2024-12-31 23:27:19 -05:00
John
ce7fc78076
Fix: Chat.svelte indentation
...
Removed backup files
2024-12-31 23:19:37 -05:00
John
f911de41b5
Fix: NoteDrawer textarea sizing
2024-12-31 22:03:13 -05:00
John
7288001a01
Updated tags page to use Frontmatter instead of PostMetadata
...
buffer issues
2024-12-31 20:35:19 -05:00
John
7f808bcf43
Deleting old files that were moved or renamed
...
Folders deleted:
- `types`. The folders contained are now `lib/interfaces` and `lib/api`
- `types/markdown` now in `utils/markdown`
- `components/ui/{side-nav,terminal}` now `components/ui/toc` and
`terminal`
2024-12-31 20:09:20 -05:00
John
025dc8ed13
!NOTEDRAWER IS NOW CENTERED IN VIEWPORT!
2024-12-31 20:04:59 -05:00
Cory Sougstad
b4b8b96260
Added metadata lookup to youtube helper
2024-12-31 15:31:17 -07:00
Daniel Miessler
b07054adea
Font familiy changes.
2024-12-31 13:58:37 -08:00
John
fc0fd00e16
!!CHAT IS NOW CENTERED IN VIEWPORT!!
...
!Chat is now centered in the viewport!
2024-12-31 16:44:38 -05:00
John
a3da84f459
Edit: styling on Posts page
2024-12-31 16:36:56 -05:00
Daniel Miessler
ff21c60661
16 word summaries.
2024-12-31 11:30:42 -08:00
John
58a6f0404a
Indented Toc
2024-12-31 13:13:58 -05:00
John
643403192a
Added: blinking cursor to Terminal. Removed / added comments
...
Removed from ChatMessages
Added to api/context
2024-12-31 12:58:47 -05:00
John
416cee4f54
Update: References
...
Moved
- `lib/types/interfaces` to `lib/interfaces`.
- `components/ui/side-nav` to `components/ui/toc`.
- `components/ui/terminal` to `components/terminal`.
- `types/markdown` to `utils/markdown`
- `lib/types/chat` to `lib/api`
2024-12-31 12:21:40 -05:00
John
e42be19347
Edit: type/note to note
...
type/note was causing problems.
2024-12-31 12:15:20 -05:00
John
78bae7a6e7
House Keeping: Added missing png. Removed more unused
2024-12-30 10:13:46 -05:00
John
ec31f11abf
Update README to reflect current @12-30-24
2024-12-30 10:12:33 -05:00
John
2d3ebcd09c
House Keeping: Fixing Indentation
2024-12-30 09:52:07 -05:00
John
5da749f994
Update: Contact page
2024-12-30 08:54:07 -05:00
John
85891f0106
Updated copy
2024-12-30 08:33:58 -05:00
John
229287510a
Indentation
2024-12-30 04:03:41 -05:00
John
d42ba42bb2
Add: Templates for posts
2024-12-30 03:59:31 -05:00
John
574bb2c450
Fix: Obsidian Card. Indented app.html
2024-12-30 02:21:55 -05:00
John
3797b7ac6a
Update: removed grid from PostContent
2024-12-29 18:02:04 -05:00
John
ed7c28958f
Update: ui/button component
2024-12-29 18:00:54 -05:00
John
74a134eec0
Rename chat.ts to chat-store.ts
2024-12-29 17:59:45 -05:00
John
4094296a4c
Rename noteStore to note-store
2024-12-29 17:58:24 -05:00
John Connor
00a706eb36
Merge pull request #10 from danielmiessler/main
...
Merge Main to my fork
2024-12-29 12:16:57 -05:00
Daniel Miessler
dfc0efbb67
Updated wrapping instructions.
2024-12-28 21:32:24 -08:00
Daniel Miessler
d79449be4a
Enhanced pattern.
2024-12-28 21:21:21 -08:00
Daniel Miessler
5c6b84e4ec
Enhanced enrich pattern.
2024-12-28 21:00:23 -08:00
Daniel Miessler
0fcd4945fb
Enhanced enrich pattern.
2024-12-28 20:37:39 -08:00
Daniel Miessler
c10ae1ddd2
Merge branch 'main' of github.com:danielmiessler/fabric
2024-12-28 20:27:24 -08:00
Daniel Miessler
9774692b67
Added enrich_blog_post
2024-12-28 20:27:17 -08:00
John
f8f39b92c3
Deleted lib/layouts/files. Renamed lib/store/theme
...
lib/layouts/files are not longer in use. Renamed lib/store/theme to
adhere to current naming convention
2024-12-28 07:10:14 -05:00
John Connor
eb8d40dfb6
Merge pull request #9 from danielmiessler/main
...
Another merge nightmare. This one wasn't so bad
2024-12-28 06:52:42 -05:00
John Connor
343cbba5ec
Update version.nix
...
Update version to v..1 and commit
Update version.go
Update version to v..1 and commit
Update version.nix
Update version to v..1 and commit
Update version.go
Update version.nix
2024-12-28 06:52:42 -05:00
John Connor
ac3e0b5ba0
Merge pull request #9 from danielmiessler/main
...
Another merge nightmare. This one wasn't so bad
2024-12-28 06:48:01 -05:00
John Connor
55c11a3861
Update version.nix
2024-12-28 06:47:25 -05:00
John Connor
013c6cb1e5
Update version.go
2024-12-28 06:47:03 -05:00
github-actions[bot]
fc54f0e32e
Update version to v..1 and commit
2024-12-28 11:45:59 +00:00
John Connor
5a63c6b260
Update version.nix
2024-12-28 06:44:51 -05:00
github-actions[bot]
157b0a6109
Update version to v..1 and commit
2024-12-28 11:44:47 +00:00
John Connor
b10455ff76
Update version.go
2024-12-28 06:43:44 -05:00
github-actions[bot]
a7b4a7160a
Update version to v..1 and commit
2024-12-28 11:42:43 +00:00
John Connor
65bb9fee84
Update version.nix
2024-12-28 06:41:51 -05:00
John
b701c767fc
Update: Post page styling and layout
...
Indented unused Search.svelte file
2024-12-28 06:14:11 -05:00
John
2a450cf1be
Minor styling improvements
2024-12-28 05:42:48 -05:00
John
1f1b51edcf
Remove: Docs in Posts
2024-12-28 05:33:19 -05:00
Eugen Eisler
e45f24c6fd
Merge pull request #1230 from iqbalabd/translate-curly-braces
...
Update translate pattern to use curly braces
2024-12-27 14:44:29 +01:00
John
eae691aa8c
Update: NotesDrawer now saves notes to lib/content/inbox
2024-12-27 03:57:35 -05:00
John
9d8d5ca924
WIP: Restyling Chat page
2024-12-27 02:13:49 -05:00
John
84e3ff9386
Indented Main page
2024-12-27 02:13:31 -05:00
John
002e87ffbb
Moved NotesDrawer to ModelConfig component
2024-12-27 00:13:39 -05:00
John
4be9cf42b4
Deleted: Moved Components from /home to respective dirs
2024-12-26 23:32:39 -05:00
John
75aad67a22
Add: NotesDrawer to header
2024-12-26 23:31:04 -05:00
John
b8a285bbbc
Removed styling from /routes/chat/*.svelte
2024-12-26 23:19:35 -05:00
Iqbal Abdullah
fb416c26ea
Update translate pattern to use curly braces
2024-12-27 09:50:53 +09:00
github-actions[bot]
e858700976
Update version to v1.4.128 and commit
2024-12-26 20:07:20 +00:00
Eugen Eisler
525b89be71
Merge pull request #1227 from mattjoyce/feature/template-extensions
...
Feature/template extensions
2024-12-26 21:06:26 +01:00
Daniel Miessler
e15280d25d
Updated story to be shorter bullets.
2024-12-24 15:57:46 -08:00
Matt Joyce
7a26012457
Updated extension readme
2024-12-25 10:22:52 +11:00
Matt Joyce
a5929fcad6
Fix tests to handle NewPluginRegistry returning error
2024-12-25 10:20:26 +11:00
Matt Joyce
ad561248fd
fix:properly instatiated extensionManager var
...
fix:added timeout value validation
2024-12-25 09:41:49 +11:00
John
f8f892bfe0
WIP: Notes Drawer text color
2024-12-24 07:51:10 -05:00
John
8c68ebc0ee
WIP: Notes Drawer. Updated default theme to rocket
2024-12-24 07:40:29 -05:00
John
cbd2ffe81d
Updated POSTS to make main 24-12-08
2024-12-24 05:18:36 -05:00
John
86b76faa5b
Update imports
2024-12-23 22:34:00 -05:00
Matt Joyce
edb4490c86
Merge branch 'main' into feature/template-extensions
2024-12-24 13:12:13 +11:00
github-actions[bot]
70c9746bcb
Update version to v1.4.127 and commit
2024-12-23 20:52:29 +00:00
Eugen Eisler
ba774d26c6
Merge pull request #1218 from sosacrazy126/main
...
streamlit ui
2024-12-23 21:51:36 +01:00
Eugen Eisler
2e2177e26b
Merge pull request #1225 from wmahfoudh/humanize-pattern
...
Added Humanize Pattern
2024-12-23 12:07:31 +01:00
Walid
72ec02bfd4
Added Humanize Pattern
2024-12-23 13:19:01 +04:00
github-actions[bot]
9b94518e20
Update version to v1.4.126 and commit
2024-12-22 14:57:53 +00:00
Eugen Eisler
b550936e72
Merge pull request #1212 from wrochow/main
...
Significant updates to Duke and Socrates
2024-12-22 15:56:50 +01:00
Eugen Eisler
ce2d6def36
Merge branch 'main' into main
2024-12-22 15:56:41 +01:00
github-actions[bot]
1977c6260a
Update version to v..1 and commit
2024-12-22 14:54:26 +00:00
Eugen Eisler
811e4c84ab
Update version.go
2024-12-22 15:53:39 +01:00
github-actions[bot]
104513f72b
Update version to v1.4.125 and commit
2024-12-22 14:53:17 +00:00
Eugen Eisler
e434999802
Merge pull request #1222 from wmahfoudh/fix-cross-filesystem-move
...
Fix cross-filesystem file move in to_pdf plugin (issue 1221)
2024-12-22 15:52:13 +01:00
Walid
fce06b5294
Fix cross-filesystem file move in to_pdf plugin (issue 1221)
2024-12-22 13:58:45 +04:00
github-actions[bot]
c53f160ab8
Update version to v..1 and commit
2024-12-21 23:53:07 +00:00
Waldo Rochow
4100ace659
Don't quite know how I screwed this up, I wasn't even working there.
2024-12-21 18:52:03 -05:00
github-actions[bot]
1e7ae9790c
Update version to v..1 and commit
2024-12-21 23:27:32 +00:00
Waldo Rochow
ac1fc4b1d6
Merge branch 'main' into main
2024-12-21 18:26:39 -05:00
Zo6
79b23f3106
Merge branch 'main' into main
2024-12-21 10:22:32 -08:00
github-actions[bot]
6d00405eb6
Update version to v1.4.124 and commit
2024-12-21 14:01:47 +00:00
Eugen Eisler
65285fdef0
Merge pull request #1215 from infosecwatchman/main
...
Add Endpoints to facilitate Ollama based chats
2024-12-21 15:00:52 +01:00
Eugen Eisler
89edd7152a
Merge pull request #1214 from iliajie/fix/patterns-translate
...
Fix the typo in the sentence
2024-12-21 14:59:48 +01:00
Eugen Eisler
5527dc8db5
Merge pull request #1213 from AnirudhG07/main
...
Spelling Fixes
2024-12-21 14:59:21 +01:00
Zo6
f5ac7fd92c
Delete patternstudio.py
2024-12-20 06:32:00 -08:00
Zo6
61027f30a4
Update README.md
2024-12-20 06:30:33 -08:00
zo6
575f83954d
Refactor pattern management and enhance error handling
...
- Improved pattern creation, editing, and deletion functionalities.
- Enhanced logging configuration for better debugging and user feedback.
- Updated input validation and sanitization processes to ensure safe pattern processing.
- Streamlined session state initialization for improved performance.
- Added new UI components for better user experience in pattern management and output analysis.
2024-12-20 05:58:33 -08:00
github-actions[bot]
ae18e9d1c7
Update version to v1.4.123 and commit
2024-12-20 11:17:36 +00:00
Eugen Eisler
76d18e2f04
Merge pull request #1208 from mattjoyce/fix/yaml-config
...
Fix: Issue with the custom message and added example config file.
2024-12-20 12:16:33 +01:00
Zo6
978731f385
Add files via upload
...
Streamlit application for managing and executing patterns, with a focus on pattern creation, execution, and analysis. Below is a breakdown of the key components and functionality of the application:
Key Components and Functionality
Logging Configuration:
The application sets up logging with both console and file handlers.
The console logs are color-coded for better readability, and the file logs are more detailed for debugging purposes.
Session State Initialization:
The initialize_session_state() function initializes the session state with default values for various configuration and UI states.
It also loads saved outputs from persistent storage.
Pattern Management:
Pattern Creation: The create_pattern() function allows creating new patterns with either simple or advanced editing options.
Pattern Deletion: The delete_pattern() function allows deleting existing patterns.
Pattern Editing: The pattern_editor() function provides an interface for editing existing patterns.
Pattern Execution:
Pattern Execution: The execute_patterns() function executes selected patterns and captures their outputs.
Pattern Chain Execution: The execute_pattern_chain() function executes a sequence of patterns in a chain, passing output from each pattern to the next.
Output Management:
Saving Outputs: The save_output_log() function saves pattern execution logs.
Starring Outputs: The star_output() and unstar_output() functions allow users to star/favorite outputs for quick access.
Configuration and Model Selection:
Model and Provider Selection: The load_models_and_providers() function fetches and displays available models and providers for selection.
Configuration Loading: The load_configuration() function loads environment variables and initializes the configuration.
UI Components:
Pattern Creation UI: The pattern_creation_ui() and pattern_creation_wizard() functions provide UI components for creating new patterns.
Pattern Management UI: The pattern_management_ui() function provides UI components for managing patterns.
Output Analysis UI: The application includes tabs for displaying all outputs and starred outputs, with options to copy or star outputs.
Error Handling and Validation:
Input Validation: The validate_input_content() and sanitize_input_content() functions validate and sanitize input content to ensure it is safe for processing.
Pattern Validation: The validate_pattern() function validates the structure and content of a pattern.
Main Function:
The main() function orchestrates the entire application, setting up the Streamlit page, initializing session state, and handling the main navigation between different views (Run Patterns, Pattern Management, Analysis Dashboard).
Usage and Features
Pattern Creation: Users can create new patterns using either a simple text editor or an advanced wizard.
Pattern Execution: Users can select patterns to run, provide input, and execute them either individually or in a chain.
Output Analysis: Users can view and analyze the outputs of executed patterns, star favorite outputs, and copy outputs to the clipboard.
Pattern Management: Users can edit, delete, and bulk edit patterns.
Configuration: Users can select different models and providers for pattern execution.
Error Handling and Logging
The application includes robust error handling and logging to ensure that any issues are logged and displayed to the user.
Logging is done both to the console and to a file for debugging purposes.
Future Enhancements
Enhanced Pattern Validation: More comprehensive validation of pattern content and structure.
Advanced Analysis: Adding more advanced analysis features, such as sentiment analysis or keyword extraction on pattern outputs.
Integration with External APIs: Integrating with external APIs for additional functionality, such as sending outputs via email or storing them in a database.
2024-12-19 20:50:56 -08:00
InfosecWatchman
103388ecec
Add Endpoints to facilitate Ollama based chats
...
Add Endpoints to facilitate Ollama based chats.
Built to use with Open WebUI
2024-12-19 16:14:51 -05:00
Ilia Ross
53ea7ab126
Fix the typo in the sentence
2024-12-19 12:26:44 +02:00
AnirudhG07
b008d17b6e
Spelling fixes in create_quiz pattern
2024-12-19 13:52:25 +05:30
AnirudhG07
2ba294f4d6
Spelling fix in READEME
2024-12-19 13:50:06 +05:30
AnirudhG07
a7ed257fe3
Spelling fixes in patterns
2024-12-19 13:38:37 +05:30
github-actions[bot]
9a9990f78c
Update version to v..1 and commit
2024-12-18 03:34:57 +00:00
Waldo Rochow
95f0c95832
Merge branch 'main' into main
2024-12-17 22:33:20 -05:00
Waldo Rochow
3b1b0385e1
Significant update
...
Added specific steps for research, analysis, and code reviews.
2024-12-17 22:26:01 -05:00
Waldo Rochow
621b64c89f
Significant thematic rewrite.
...
Ingested the following documents, and then extracted themes and examples of how Socrates interacted with those around him.
* Apology by Plato
* Phaedrus by Plato
* Symposium by Plato
* The Republic by Plato
* The Economist by Xenophon
* The Memorabilia by Xenophon
* The Memorable Thoughts of Socrates by Xenophon
* The Symposium by Xenophon
Many thanks to <a href="https://www.gutenberg.org/ ">Project Gutenberg</a> for the source materials.
2024-12-17 22:19:08 -05:00
Daniel Miessler
1ce5bd4447
Trying an XML-based Markdown converter pattern.
2024-12-17 14:13:45 -08:00
Daniel Miessler
634cd3f484
Trying an XML-based Markdown converter pattern.
2024-12-17 14:08:54 -08:00
John
9b38c8d5aa
Updates
2024-12-16 18:40:15 -05:00
Matt Joyce
8f4aab4f61
Fix: Issue with the custom message and added example config file.
2024-12-16 20:44:05 +11:00
github-actions[bot]
12284ad3db
Update version to v1.4.122 and commit
2024-12-14 15:02:50 +00:00
Eugen Eisler
f180e8fc6b
Merge pull request #1201 from mattjoyce/feature/config-yaml
...
feat: Add YAML configuration support
2024-12-14 20:31:42 +05:30
Matt Joyce
89153dd235
feat: Add YAML configuration support
...
Add support for persistent configuration via YAML files. Users can now specify
common options in a config file while maintaining the ability to override with
CLI flags. Currently supports core options like model, temperature, and pattern
settings.
- Add --config flag for specifying YAML config path
- Support standard option precedence (CLI > YAML > defaults)
- Add type-safe YAML parsing with reflection
- Add tests for YAML config functionality
2024-12-14 14:37:12 +11:00
github-actions[bot]
aa2881f3c2
Update version to v1.4.121 and commit
2024-12-13 21:17:35 +00:00
Eugen Eisler
82379ee6ec
Merge pull request #1200 from mattjoyce/bugfix/1157-inputvars
...
Fix: Mask input token to prevent var substitution in patterns
2024-12-14 02:46:38 +05:30
Matt Joyce
e795055d13
Fix: Mask input token to prevent var substitution in patterns
2024-12-14 06:57:53 +11:00
Daniel Miessler
5b6d7e27b6
Added new instruction trick.
2024-12-11 13:54:33 -08:00
github-actions[bot]
c6dc13ef7f
Update version to v1.4.120 and commit
2024-12-10 12:23:12 +00:00
Eugen Eisler
7e6a760623
Merge pull request #1189 from mattjoyce/bugfix/1157-inputvars
...
Add --input-has-vars flag to control variable substitution in input
2024-12-10 17:52:16 +05:30
Matt Joyce
01519d7486
Add --input-has-vars flag to control variable substitution in input
...
- Add InputHasVars field to ChatRequest struct
- Only process template variables in user input when flag is set
- Fixes issue with Ansible/Jekyll templates that use {{var}} syntax
This change makes template variable substitution in user input opt-in
via the --input-has-vars flag, preserving literal curly braces by
default.
2024-12-10 18:49:18 +11:00
John Connor
4c0ed0a5f0
Merge pull request #4 from johnconnor-sec/dependabot/npm_and_yarn/web/npm_and_yarn-06d0dd15d9
...
build(deps-dev): bump @sveltejs/kit from 2.8.4 to 2.9.0 in /web in the npm_and_yarn group across 1 directory
2024-12-07 22:04:00 -05:00
John Connor
0bc220949a
Update +page.svelte
2024-12-07 19:30:15 -05:00
github-actions[bot]
5fb18077eb
Update version to v..1 and commit
2024-12-08 00:15:18 +00:00
John Connor
fcf073febd
Update version.nix to reflect upstream/main
2024-12-07 19:14:30 -05:00
github-actions[bot]
565fea97cf
Update version to v..1 and commit
2024-12-08 00:13:55 +00:00
John Connor
daf1259556
Update version.go to reflect upstream/main
2024-12-07 19:12:50 -05:00
John
0eab786030
removed arcanum gif
2024-12-07 18:44:43 -05:00
github-actions[bot]
9dfb911d4a
Update version to v..1 and commit
2024-12-07 23:32:02 +00:00
John
197f0e5c0d
Merge branch 'danielmiessler-main'
2024-12-07 18:30:11 -05:00
John
aef4a1a5d4
merging
2024-12-07 18:24:17 -05:00
Eugen Eisler
f5f50cc4c9
Merge pull request #1182 from jessefmoore/main
...
analyze_risk pattern
2024-12-07 23:57:01 +01:00
Jesse Moore
9226e95d18
analyze_risk pattern
...
Created a pattern to analyze 3rd party vendor risk.
2024-12-07 11:48:00 -08:00
github-actions[bot]
2d8b46b878
Update version to v1.4.119 and commit
2024-12-07 11:24:51 +00:00
Eugen Eisler
fbd6083079
Merge pull request #1181 from mattjoyce/bugfix/1169-symlinks
...
Bugfix/1169 symlinks
2024-12-07 12:23:53 +01:00
Matt Joyce
0320e17652
Revert "Update version to v..1 and commit"
...
This reverts commit ec5ed689bb .
2024-12-07 19:14:20 +11:00
Matt Joyce
09fb913279
Fix #1169 : Add robust handling for paths and symlinks in GetAbsolutePath
2024-12-07 19:04:39 +11:00
github-actions[bot]
ec5ed689bb
Update version to v..1 and commit
2024-12-07 03:58:53 +00:00
Matt Joyce
373c1d0858
added test pattern
2024-12-05 22:28:38 +11:00
Matt Joyce
ca55f2375d
actually added tutorial
2024-12-05 22:13:17 +11:00
Matt Joyce
d8671ea03a
Added example files and tutorial
2024-12-05 22:09:47 +11:00
John
2579d4e87d
Add cards component
2024-12-05 05:25:28 -05:00
John
f4885c5cdd
Update: packages, main page, styles
2024-12-05 05:24:07 -05:00
Matt Joyce
c49f47ecab
check extension names don't have spoaces
2024-12-05 20:39:40 +11:00
github-actions[bot]
43ca0dccf7
Update version to v1.4.118 and commit
2024-12-05 09:34:13 +00:00
Eugen Eisler
fcfcf55610
Merge pull request #1174 from mattjoyce/curly-brace-templates
...
Curly brace templates
2024-12-05 10:33:16 +01:00
Eugen Eisler
188235efc5
Merge pull request #1179 from sluosapher/main
...
added a new pattern create_newsletter_entry
2024-12-05 10:32:23 +01:00
dependabot[bot]
79b27253cd
build(deps-dev): bump @sveltejs/kit
...
Bumps the npm_and_yarn group with 1 update in the /web directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ).
Updates `@sveltejs/kit` from 2.8.4 to 2.9.0
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.9.0/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-04 11:26:01 +00:00
github-actions[bot]
6deb4d69c0
Update version to v..1 and commit
2024-12-04 11:25:19 +00:00
John Connor
1b97a57cba
Merge pull request #3 from danielmiessler/main
...
Update
2024-12-04 06:24:23 -05:00
John
0302e49ebd
Merge remote-tracking branch 'refs/remotes/origin/main'
2024-12-04 06:19:02 -05:00
John
b9a5501f9d
Style: Reordered columns. Improved responsive layout
2024-12-04 05:51:15 -05:00
John
faa83f9a49
Style: modified chat/+layout display. Update Header buttons
2024-12-04 05:41:53 -05:00
John
4888f8cb78
style: updates to ui components (components/ui)
2024-12-04 01:39:13 -05:00
Song Luo
fdd1d614b2
added a new pattern create_newsletter_entry
2024-12-03 20:05:25 -05:00
Matt Joyce
6fc75282e8
added tests for extension manager, registration and execution.
2024-12-03 23:28:47 +11:00
John
f33ebb7e25
Moved pattern loader to ModelConfig. Editing styles in chat/. Added page fly transitions. Tidying. Removed - ChatHeader, unused modal from Transcripts, FlyandScaleParams from lib/types/utils.
2024-12-03 02:04:39 -05:00
Matt Joyce
fc67dea243
fixed : if there is no stdin, then a nil message was passed to pattern.go resulting in segfault.
...
now we make user input ' ', before processing.
2024-12-03 13:33:45 +11:00
Matt Joyce
efd363d5fb
Revert "Fix pattern file usage without stdin"
...
This reverts commit 744ec0824b .
2024-12-03 13:33:45 +11:00
Matt Joyce
a7d6de1661
Fix pattern file usage without stdin
...
When using pattern files with variables but no stdin input, ensure proper
template processing by initializing an empty message. This allows patterns
like:
./fabric -p pattern.txt -v=name:value
to work without requiring stdin input, while maintaining compatibility
with existing stdin usage:
echo "input" | ./fabric -p pattern.txt -v=name:value
Changes:
- Add empty message initialization in BuildSession when Message is nil
- Remove redundant template processing of message content
- Let pattern processing handle all template resolution
This simplifies the template processing flow while supporting both
stdin and non-stdin use cases.
2024-12-03 13:33:40 +11:00
Matt Joyce
d17afc1fba
Merge branch 'curly-brace-templates' into feature/template-extensions
2024-12-01 23:05:41 +11:00
Matt Joyce
da6f974887
fixed : if there is no stdin, then a nil message was passed to pattern.go resulting in segfault.
...
now we make user input ' ', before processing.
2024-12-01 22:52:32 +11:00
Matt Joyce
db2ba46099
Revert "Fix pattern file usage without stdin"
...
This reverts commit 744ec0824b .
2024-12-01 22:44:17 +11:00
Matt Joyce
744ec0824b
Fix pattern file usage without stdin
...
When using pattern files with variables but no stdin input, ensure proper
template processing by initializing an empty message. This allows patterns
like:
./fabric -p pattern.txt -v=name:value
to work without requiring stdin input, while maintaining compatibility
with existing stdin usage:
echo "input" | ./fabric -p pattern.txt -v=name:value
Changes:
- Add empty message initialization in BuildSession when Message is nil
- Remove redundant template processing of message content
- Let pattern processing handle all template resolution
This simplifies the template processing flow while supporting both
stdin and non-stdin use cases.
2024-12-01 22:29:59 +11:00
Matt Joyce
b31f094e9b
Added better messages when adding and listing extensions
...
Fix issuse with listextension where it would fail if any hash had changed, now says hash failed.
2024-12-01 22:19:06 +11:00
Matt Joyce
43597e4168
Extension Registry Refinement
...
- Successfully implemented path-based registry storage
- Moved to storing paths instead of full configurations
- Implemented proper hash verification for both configs and executables
- Registry format now clean and minimal.
File-Based Output Implementation
- Successfully implemented file-based output handling
- Demonstrated clean interface requiring only path output
- Properly handles cleanup of temporary files
- Verified working with both local and remote operations
2024-12-01 18:04:11 +11:00
Matt Joyce
160703210b
emplemented stdout template extensions
2024-12-01 09:13:22 +11:00
github-actions[bot]
c0ade48648
Update version to v1.4.117 and commit
2024-11-30 19:45:48 +00:00
Eugen Eisler
7fd4fa4742
fix: close #1173
2024-11-30 20:44:31 +01:00
github-actions[bot]
41b2e66c5c
Update version to v1.4.116 and commit
2024-11-28 18:34:53 +00:00
Eugen Eisler
ed657383fb
chore: cleanup style
2024-11-28 19:34:07 +01:00
github-actions[bot]
4d5d8d8b30
Update version to v1.4.115 and commit
2024-11-28 17:39:30 +00:00
Eugen Eisler
e9a75528ab
chore: cleanup style
2024-11-28 18:36:01 +01:00
Eugen Eisler
c5ec4b548a
fix: use the custom message and then piped one
2024-11-27 14:10:19 +01:00
Eugen Eisler
8e87529638
fix: use the custom message and then piped one
2024-11-27 14:10:18 +01:00
xssdoctor
ca33208fa1
Merge pull request #1168 from johnconnor-sec/main
2024-11-26 19:19:45 -05:00
John Connor
3f8bca8728
Update README.md
2024-11-26 19:15:18 -05:00
John Connor
ba56c33cf6
Update README.md
2024-11-26 19:12:29 -05:00
Jonathan Dunn
6ee4fdd366
updated readme
2024-11-26 17:53:58 -05:00
github-actions[bot]
30af189ae3
Update version to v1.4.114 and commit
2024-11-26 22:14:16 +00:00
Eugen Eisler
be998ff588
Merge pull request #1164 from MegaGrindStone/fix-nil-pointer-message
...
fix: provide default message content to avoid nil pointer dereference
2024-11-26 23:13:20 +01:00
github-actions[bot]
6bb3238e6d
Update version to v1.4.113 and commit
2024-11-26 21:45:39 +00:00
Eugen Eisler
dfcd29593d
Merge pull request #1166 from danielmiessler/dependabot/npm_and_yarn/web/npm_and_yarn-8ea39cdf54
...
build(deps-dev): bump @sveltejs/kit from 2.6.1 to 2.8.4 in /web in the npm_and_yarn group across 1 directory
2024-11-26 22:44:55 +01:00
dependabot[bot]
63b357168e
build(deps-dev): bump @sveltejs/kit
...
Bumps the npm_and_yarn group with 1 update in the /web directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ).
Updates `@sveltejs/kit` from 2.6.1 to 2.8.4
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.4/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 21:40:49 +00:00
github-actions[bot]
317a4309f7
Update version to v1.4.112 and commit
2024-11-26 21:40:17 +00:00
Eugen Eisler
eceb10b725
Merge pull request #1165 from johnconnor-sec/main
...
feat: Fabric Web UI
2024-11-26 22:39:16 +01:00
MegaGrindStone
34f508fd82
fix: provide default message content to avoid nil pointer dereference
2024-11-27 02:32:07 +07:00
John Connor
9fa8634083
Update README.md
2024-11-26 09:13:04 -05:00
John Connor
a3ea63c1f9
Update Obsidian.md
2024-11-26 09:07:57 -05:00
John Connor
097b3eb0ba
Update Obsidian.md
2024-11-26 09:07:30 -05:00
John
30f37ea633
john 2024-11-26 08:53:48
2024-11-26 08:54:12 -05:00
github-actions[bot]
23b495c8f7
Update version to v..1 and commit
2024-11-26 13:52:03 +00:00
John
e7f2d48437
john 2024-11-26 08:44:20
2024-11-26 08:50:31 -05:00
John
7043f78f1f
john 2024-11-26 08:40:21
2024-11-26 08:50:31 -05:00
github-actions[bot]
f2cc718f49
Update version to v..1 and commit
2024-11-26 11:41:16 +00:00
github-actions[bot]
edb814c9f0
Update version to v1.4.111 and commit
2024-11-26 09:43:27 +00:00
Eugen Eisler
21de69b7d9
ci: Integrate code formating
2024-11-26 10:42:26 +01:00
github-actions[bot]
d4b5c3b8d5
Update version to v1.4.110 and commit
2024-11-26 08:52:27 +00:00
Eugen Eisler
afb5857699
Merge pull request #1135 from mrtnrdl/main
...
Add `extract_recipe`
2024-11-26 09:51:41 +01:00
github-actions[bot]
153b8217fd
Update version to v..1 and commit
2024-11-25 19:04:07 +00:00
Martin Riedel
beeba6989a
Merge branch 'main' into main
2024-11-25 20:02:52 +01:00
github-actions[bot]
666a1d32a3
Update version to v1.4.109 and commit
2024-11-24 15:31:52 +00:00
Eugen Eisler
4ed512b8d4
Merge pull request #1157 from mattjoyce/curly-brace-templates
...
fix: process template variables in raw input
2024-11-24 16:30:55 +01:00
Matt Joyce
af16494be1
fax: raw mode was doubling user input, because it's now already embeded in pattern
...
streamlined some context staging
2024-11-23 10:45:38 +11:00
Matt Joyce
9afa397c27
fix : template.go will handle missing var in stdin imput too.
...
echo 'Hello {{name}}' | ./fabric -v=noname:World
missing required variable: name
2024-11-23 08:34:58 +11:00
Matt Joyce
58f9d3c89c
fix: process template variables in raw input
...
Process template variables ({{var}}) consistently in both pattern files
and raw input messages. Previously variables were only processed when
using pattern files.
- Add template variable processing for raw input in BuildSession
- Initialize messageContent explicitly
- Remove errantly committed build artifact (fabric binary in previous commit)
2024-11-23 08:27:56 +11:00
Daniel Miessler
7732b6fe55
Added analyze_mistakes.
2024-11-22 10:01:40 -08:00
github-actions[bot]
0d5f15edda
Update version to v1.4.108 and commit
2024-11-21 21:57:24 +00:00
Eugen Eisler
4e2aa1b6d8
Merge pull request #1155 from mattjoyce/curly-brace-templates
...
Curly brace templates and plugins
2024-11-21 22:56:37 +01:00
Matt Joyce
b6eb969b3a
feat(template): implement core plugin system and utility plugins
...
Add initial set of utility plugins for the template system:
- datetime: Date/time formatting and manipulation
- fetch: HTTP content retrieval and processing
- file: File system operations and content handling
- sys: System information and environment access
- text: String manipulation and formatting operations
Each plugin includes:
- Implementation with comprehensive test coverage
- Markdown documentation of capabilities
- Integration with template package
This builds on the template system to provide practical utility functions
while maintaining a focused scope for the initial plugin release.
2024-11-21 14:27:22 +11:00
github-actions[bot]
4c22965f4b
Update version to v1.4.107 and commit
2024-11-19 22:02:03 +00:00
Eugen Eisler
7d28c95f48
ci: update patterns zip workflow
2024-11-19 23:01:05 +01:00
Eugen Eisler
94b713e3a5
ci: remove patterns zip workflow
2024-11-19 22:53:57 +01:00
Eugen Eisler
dccc92e8e0
Merge pull request #1149 from mathisto/patch-1
...
Fix typo in md_callout
2024-11-19 21:35:24 +01:00
Matt Kelly
590a9e452d
Fix typo in md_callout
...
Just a small typo in this pattern. Thanks so much for this splendid tool.
2024-11-19 12:09:25 -05:00
github-actions[bot]
56322aaeb5
Update version to v1.4.106 and commit
2024-11-19 12:13:12 +00:00
Eugen Eisler
3684031f44
feat: migrate to official anthropics Go SDK
2024-11-19 13:12:10 +01:00
github-actions[bot]
005f2b7db5
Update version to v1.4.105 and commit
2024-11-19 08:55:31 +00:00
Eugen Eisler
67840605fc
Merge pull request #1147 from mattjoyce/adhoc-pattern-feature
...
refactor: unify pattern loading and variable handling
2024-11-19 09:54:47 +01:00
Matt Joyce
d475e7b568
feat(template): introduce template package for variable substitution
...
- Add new template package to handle variable substitution with {{variable}} syntax
- Move substitution logic from patterns to centralized template system
- Update patterns.go to use template package for variable processing
- Support special {{input}} handling for pattern content
- Update chatter.go and rest API to pass input parameter
- Enable multiple passes to handle nested variables
- Report errors for missing required variables
This change sets up a foundation for future templating features like front matter
and plugin support while keeping the substitution logic centralized.
2024-11-19 16:57:14 +11:00
Matt Joyce
1f07ea25a2
refactor: unify pattern loading and variable handling
...
- Stronger separation of concerns between chatter.go and patterns.go
- Consolidate pattern loading logic into GetPattern method
- Support both file and database patterns through single interface
- Maintain API compatibility with Storage interface
- Handle variable substitution in one place
- Keep backward compatibility for REST API through Get method
The changes enable cleaner pattern handling while maintaining
existing interfaces and adding file-based pattern support.
2024-11-19 10:31:06 +11:00
Eugen Eisler
08f4e28342
Merge pull request #1146 from mrwadams/patch-1
...
Add summarize_meeting
2024-11-18 23:22:42 +01:00
github-actions[bot]
97666d9537
Update version to v1.4.104 and commit
2024-11-18 22:21:31 +00:00
Eugen Eisler
f7733f932b
Merge pull request #1142 from mattjoyce/adhoc-pattern-feature
...
feat: add file-based pattern support
2024-11-18 23:20:34 +01:00
Matt Adams
20a039a8ab
Add summarize_meeting
...
# What this Pull Request (PR) does
Add a new pattern to create a meeting summary from an audio transcript.
The pattern outputs the following sections (where relevant):
- Key Points
- Tasks
- Decisions
- Next Steps
2024-11-18 20:37:47 +00:00
github-actions[bot]
29856e4749
Update version to v1.4.103 and commit
2024-11-18 09:13:56 +00:00
Eugen Eisler
47a797e884
Merge pull request #1133 from igophper/fix_gin_logger
...
fix: fix default gin
2024-11-18 10:13:12 +01:00
Eugen Eisler
d4079aa543
Merge pull request #1129 from xyb/screenshoot
...
add a screenshot of fabric
2024-11-18 10:12:59 +01:00
github-actions[bot]
62eb837422
Update version to v1.4.102 and commit
2024-11-18 09:12:25 +00:00
Eugen Eisler
8d81f8d3aa
Merge pull request #1143 from mariozig/patch-1
...
Update docker image
2024-11-18 10:11:39 +01:00
Mario Zigliotto
e8acf9ca07
Update docker image
2024-11-17 10:48:38 -08:00
Matt Joyce
af4752d324
feat: add file-based pattern support
...
Allow patterns to be loaded directly from files using explicit path prefixes
(~/, ./, /, or \). This enables easier testing and iteration of patterns
without requiring installation into the fabric config structure.
- Supports relative paths (./pattern.txt, ../pattern.txt)
- Supports home directory expansion (~/patterns/test.txt)
- Supports absolute paths
- Maintains backwards compatibility with named patterns
- Requires explicit path markers to distinguish from pattern names
Example usage:
fabric --pattern ./draft-pattern.txt
fabric --pattern ~/patterns/my-pattern.txt
fabric --pattern ../../shared-patterns/test.txt
2024-11-17 14:39:49 +11:00
github-actions[bot]
fbd1fbfc67
Update version to v1.4.101 and commit
2024-11-15 16:04:16 +00:00
Eugen Eisler
d1fe826f14
improve logging for missing setup steps
2024-11-15 17:03:13 +01:00
martin riedel
b758a27b93
add extract_recipe to easily extract the necessary information from cooking-videos
2024-11-13 21:06:32 +01:00
江杭辉
2ae26dc2a6
fix: fix default gin
2024-11-13 18:02:57 +08:00
github-actions[bot]
81d765a34c
Update version to v..1 and commit
2024-11-13 07:57:50 +00:00
Xie Yanbo
c396288ca7
add a screenshot of fabric
2024-11-13 11:37:01 +08:00
github-actions[bot]
125e7a341f
Update version to v1.4.100 and commit
2024-11-13 02:19:32 +00:00
Daniel Miessler
064ab9ba85
Added our first formal stitch.
2024-11-12 18:18:44 -08:00
Daniel Miessler
f0ee8287a7
Upgraded AI result rater.
2024-11-10 22:53:14 -08:00
Daniel Miessler
47ccc33dfc
Upgraded AI result rater.
2024-11-10 22:48:18 -08:00
Daniel Miessler
ceb735482a
Upgraded AI result rater.
2024-11-10 22:46:10 -08:00
Daniel Miessler
473a20c0f6
Upgraded AI result rater.
2024-11-10 22:44:21 -08:00
Daniel Miessler
a337e81a81
Upgraded AI result rater.
2024-11-10 22:36:06 -08:00
Daniel Miessler
7d773b51d0
Upgraded AI result rater.
2024-11-10 22:28:26 -08:00
Daniel Miessler
bca10ddf7c
Upgraded AI result rater.
2024-11-10 22:25:00 -08:00
Daniel Miessler
9756c575f3
Upgraded AI result rater.
2024-11-10 22:22:04 -08:00
Daniel Miessler
d02fb3e34d
Upgraded AI result rater.
2024-11-10 22:17:37 -08:00
github-actions[bot]
988ff88a15
Update version to v1.4.99 and commit
2024-11-10 18:45:23 +00:00
Eugen Eisler
5de85c3da5
Merge pull request #1126 from jaredmontoya/fix-nix-package
...
flake: add gomod2nix auto-update
2024-11-10 19:43:55 +01:00
Daniel Miessler
5907f9dbac
Upgraded AI result rater.
2024-11-09 22:14:31 -08:00
Daniel Miessler
1293e37525
Upgraded AI result rater.
2024-11-09 21:14:30 -08:00
Daniel Miessler
0a55e6c742
Upgraded AI result rater.
2024-11-09 18:41:18 -08:00
Daniel Miessler
ff3b18485f
Upgraded AI result rater.
2024-11-09 18:39:25 -08:00
Daniel Miessler
2fec6e2e52
Upgraded AI result rater.
2024-11-09 18:37:18 -08:00
Daniel Miessler
9250f19d15
Upgraded AI result rater.
2024-11-09 18:30:09 -08:00
Daniel Miessler
1e7c5c3b6a
Upgraded AI result rater.
2024-11-09 18:18:40 -08:00
jaredmontoya
0289b67a84
flake: add gomod2nix auto-update
2024-11-09 17:27:13 +01:00
github-actions[bot]
8934dbaa42
Update version to v1.4.98 and commit
2024-11-09 12:08:16 +00:00
Eugen Eisler
75c3d7ea6a
ci: zip patterns
2024-11-09 13:07:52 +01:00
github-actions[bot]
a94ad620bc
Update version to v1.4.97 and commit
2024-11-09 12:01:59 +00:00
Eugen Eisler
c6ca1a60d1
feat: update dependencies; improve vendors setup/default model
2024-11-09 13:01:44 +01:00
github-actions[bot]
4321c9d518
Update version to v1.4.96 and commit
2024-11-09 10:51:05 +00:00
Eugen Eisler
6cd86639ce
feat: add claude-3-5-haiku-latest model
2024-11-09 11:50:48 +01:00
Daniel Miessler
3e6ad1029c
Merge pull request #1060 from noamsiegel/Analyze-Candidates-Pattern
...
Analyze Candidates Pattern
2024-11-08 21:25:48 -08:00
github-actions[bot]
1cf967582d
Update version to v1.4.95 and commit
2024-11-09 05:25:27 +00:00
Daniel Miessler
5e1b4e87e7
Merge pull request #1122 from Selemela07/patch-1
...
Create Selemela07 devcontainer.json
2024-11-08 21:25:11 -08:00
Daniel Miessler
76d6788231
Merge pull request #1123 from polyglotdev/correct-obsidian-shell-script
...
✨ Added unaliasing to pattern setup
2024-11-08 21:24:22 -08:00
Daniel Miessler
73a0e38af6
Merge branch 'main' of github.com:danielmiessler/fabric
2024-11-08 21:19:17 -08:00
Daniel Miessler
ff0ee4f111
Updated README.
2024-11-08 21:19:14 -08:00
Dom Hallan
de61e56fda
✨ Added unaliasing to pattern setup
...
In the process of setting up patterns, we've added a step to unalias any existing alias with the same name. This ensures that our dynamically defined functions won't conflict with any pre-existing aliases.
2024-11-08 11:11:25 -05:00
Selemela07
79b03c681a
Create Selemela07 devcontainer.json
...
Edit, patch diff
2024-11-08 03:35:50 +02:00
Eugen Eisler
b8de34e539
Merge pull request #1119 from verebes1/add-dynamic-file-saving
...
Add auto save functionality
2024-11-07 13:13:35 +01:00
David
6377f951d8
Add auto save to aliases
...
-Updated the readme with information about autogenerating aliases that
allow autosaving to obsidian like tools
-Updated the table of contents
2024-11-07 09:15:48 +00:00
github-actions[bot]
86b702bf46
Update version to v1.4.94 and commit
2024-11-06 22:28:45 +00:00
Eugen Eisler
232847b218
Merge pull request #1108 from butterflyx/fix/yt-shorts
...
[add] RegEx for YT shorts
2024-11-06 23:28:29 +01:00
Eugen Eisler
44dae97784
Merge pull request #1117 from verebes1/add-aliases-for-patterns
...
Add alias generation information
2024-11-06 23:28:06 +01:00
Eugen Eisler
d8e3860e49
Merge pull request #1115 from ignacio-arce/main
...
Added create_diy
2024-11-06 23:24:44 +01:00
Eugen Eisler
e01a84b21d
Merge branch 'main' into fix/yt-shorts
2024-11-06 23:22:52 +01:00
David
97c5341bc1
Merge branch 'main' into add-aliases-for-patterns
2024-11-06 22:18:29 +00:00
github-actions[bot]
de30df446d
Update version to v1.4.93 and commit
2024-11-06 20:54:53 +00:00
Eugen Eisler
b5b45c8474
fix: short YouTube url patter
2024-11-06 21:54:36 +01:00
David
c5483276e5
Add alias generation information
...
-Updated the readme with information about generating aliases for each
prompt including on for youtube transcripts
-Updated the table of contents
2024-11-06 15:15:14 +00:00
Ignacio Arce
263b1cb187
Added create_diy
2024-11-06 07:58:24 -03:00
butterflyx
203add15e5
[add] VideoID for YT shorts
2024-11-05 19:55:45 +01:00
github-actions[bot]
b98316a705
Update version to v1.4.92 and commit
2024-11-05 12:50:54 +00:00
Eugen Eisler
f2d9e0e8ea
Merge pull request #1109 from leonsgithub/main
...
Add docker
2024-11-05 13:50:37 +01:00
github-actions[bot]
f5abaac8b7
Update version to v1.4.91 and commit
2024-11-05 10:25:55 +00:00
Eugen Eisler
0bb4f58222
fix: bufio.Scanner message too long
2024-11-05 11:25:32 +01:00
leon
4453afba89
Add docker
2024-11-04 18:56:55 +01:00
github-actions[bot]
96c8117135
Update version to v1.4.90 and commit
2024-11-04 12:44:39 +00:00
Eugen Eisler
1830ae2321
feat: impl. Youtube PlayList support
2024-11-04 13:44:20 +01:00
Eugen Eisler
7af94a9d2a
fix: close #1103 , Update Readme hpt to install to_pdf
2024-11-04 10:54:26 +01:00
github-actions[bot]
6d10c26c5d
Update version to v1.4.89 and commit
2024-11-04 09:48:39 +00:00
Eugen Eisler
681f1a49a5
fix: close #1106 , fix pipe reading
2024-11-04 10:48:22 +01:00
Eugen Eisler
b750171593
feat: YouTube PlayList support
2024-11-04 10:48:22 +01:00
Eugen Eisler
02a019632b
Merge pull request #1102 from jholsgrove/main
...
Create user story pattern
2024-10-31 19:02:19 +01:00
Justin Holsgrove
385d381cf1
create user story pattern
2024-10-31 13:19:12 +00:00
github-actions[bot]
48e8d76f21
Update version to v1.4.88 and commit
2024-10-30 19:58:26 +00:00
Eugen Eisler
d5336b2796
Merge pull request #1098 from jaredmontoya/fix-nix-package-update-ci
...
Fix nix package update workflow
2024-10-30 20:58:12 +01:00
jaredmontoya
cb1b2bf5ca
fix nix package version auto update workflow
2024-10-30 20:51:25 +01:00
github-actions[bot]
6c38cd360b
Update version to v1.4.87 and commit
2024-10-30 19:06:21 +00:00
Eugen Eisler
4c2ca22cb2
Merge pull request #1096 from jaredmontoya/implement-ci-nix-package-update
...
Implement automated ci nix package version update
2024-10-30 20:06:03 +01:00
jaredmontoya
cd177ff476
automate nix package version update
2024-10-30 18:33:46 +01:00
jaredmontoya
1ea3b4b3c5
modularize nix flake
2024-10-30 18:30:16 +01:00
github-actions[bot]
8df3a9227f
Update version to v1.4.86 and commit
2024-10-30 15:59:31 +00:00
Eugen Eisler
583695c228
Merge pull request #1088 from jaredmontoya/fix-ollama-context-length
...
feat: add DEFAULT_CONTEXT_LENGTH setting
2024-10-30 16:59:13 +01:00
jaredmontoya
455215290f
add model context length setting
2024-10-30 15:36:01 +01:00
github-actions[bot]
5373345a3c
Update version to v1.4.85 and commit
2024-10-30 12:51:09 +00:00
Eugen Eisler
e17b96d864
feat: write tools output also to output file if defined; fix XouTube transcript ' character
2024-10-30 13:50:52 +01:00
github-actions[bot]
3ec4d274c4
Update version to v1.4.84 and commit
2024-10-30 12:07:37 +00:00
Eugen Eisler
611f8789da
ci: deactivate build triggering at changes of patterns or docu
2024-10-30 13:07:23 +01:00
github-actions[bot]
8e01d62150
Update version to v1.4.83 and commit
2024-10-30 10:38:02 +00:00
Eugen Eisler
f55662300a
Merge pull request #1089 from jaredmontoya/add-nix-flake
...
Introduce Nix to the project
2024-10-30 11:37:46 +01:00
github-actions[bot]
8de6ec27b8
Update version to v1.4.82 and commit
2024-10-30 07:56:49 +00:00
Eugen Eisler
2b8b626f69
Merge pull request #1094 from joshmedeski/md-callout
...
feat: add md_callout pattern
2024-10-30 08:56:36 +01:00
github-actions[bot]
d81fdb0f9c
Update version to v1.4.81 and commit
2024-10-29 22:39:03 +00:00
Eugen Eisler
38406ee586
feat: split tools messages from use message
2024-10-29 23:37:38 +01:00
github-actions[bot]
f2fdd6e6d3
Update version to v1.4.80 and commit
2024-10-29 21:12:27 +00:00
Eugen Eisler
ee3668006d
feat: impl. multi-model / attachments, images
2024-10-29 22:12:06 +01:00
github-actions[bot]
7b4265470a
Update version to v1.4.79 and commit
2024-10-29 21:04:44 +00:00
Eugen Eisler
9c9897706b
feat: impl. multi-model / attachments, images
2024-10-29 22:03:47 +01:00
Eugen Eisler
9e8ad44cdf
feat: impl. multi-model / attachments, images
2024-10-29 22:01:24 +01:00
Eugen Eisler
a6d82e0fc3
feat: impl. multi-model / attachments, images
2024-10-29 21:54:16 +01:00
Eugen Eisler
62ae3de488
feat: impl. multi-model / attachments, images
2024-10-29 21:45:59 +01:00
Eugen Eisler
dff094301a
feat: impl. multi-model / attachments, images
2024-10-29 21:31:02 +01:00
Eugen Eisler
69aefc16f6
feat: impl. multi-model / attachments, images
2024-10-29 20:38:15 +01:00
Eugen Eisler
0a2ae30034
feat: impl. multi-model / attachments, images
2024-10-29 20:32:18 +01:00
Josh Medeski
8b5be309fe
feat: add md_callout pattern
...
Add a pattern that can convert text into an appropriate markdown callout
2024-10-29 09:50:14 -05:00
github-actions[bot]
e16eec8680
Update version to v1.4.78 and commit
2024-10-28 22:36:36 +00:00
Eugen Eisler
60f4606c9d
Merge pull request #1059 from noamsiegel/Analyze-Proposition-Pattern
...
Analyze Proposition Pattern
2024-10-28 23:36:23 +01:00
github-actions[bot]
1fe4b7ae2a
Update version to v1.4.77 and commit
2024-10-28 22:35:34 +00:00
Eugen Eisler
00b2f90c65
Merge pull request #1073 from mattjoyce/main
...
Five patterns to explore a project, opportunity or brief.
2024-10-28 23:35:20 +01:00
jaredmontoya
c67fe04d3c
add Nix Flake
2024-10-28 14:07:41 +01:00
github-actions[bot]
daa57388e7
Update version to v1.4.76 and commit
2024-10-28 11:25:47 +00:00
Eugen Eisler
758a8c0540
chore: simplify isChatRequest
2024-10-28 12:25:32 +01:00
github-actions[bot]
6c1ecf4b4b
Update version to v1.4.75 and commit
2024-10-28 11:17:55 +00:00
Eugen Eisler
ac6ae9439f
Merge pull request #1090 from wrochow/main
...
A couple of patterns.
2024-10-28 12:17:40 +01:00
jaredmontoya
9b4db98ed9
add trailing newline
2024-10-28 11:42:03 +01:00
Waldo Rochow
47d2b438aa
Ask uncle Duke
...
Duke is an expert in software development using the Java programing language, especially with the Spring Framework and Maven.
2024-10-27 13:18:26 -04:00
Waldo Rochow
f8841b606e
Dialog with Socrates
...
Have a conversation with a modern day philosopher who desires to engage in deep, meaningful conversations.
2024-10-27 13:17:15 -04:00
github-actions[bot]
05e8e99c89
Update version to v1.4.74 and commit
2024-10-27 15:33:16 +00:00
Eugen Eisler
b4e439e817
Merge pull request #1077 from xvnpw/feature/refine_design_document
...
feat: add pattern refine_design_document
2024-10-27 16:32:59 +01:00
github-actions[bot]
e4fd7b23fd
Update version to v1.4.73 and commit
2024-10-27 15:03:41 +00:00
Eugen Eisler
2eb96fa4df
Merge pull request #1086 from NuCl34R/main
...
Create a basic translator pattern, edit file to add desired language
2024-10-27 16:03:28 +01:00
Matt Joyce
62bc783d14
Merge branch 'main' of https://github.com/mattjoyce/fabric into main
2024-10-27 21:54:11 +11:00
Matt Joyce
721f6515ed
added metadata and styleguide
2024-10-27 21:53:48 +11:00
Matt Joyce
022011fb0d
Merge branch 'danielmiessler:main' into main
2024-10-27 21:30:58 +11:00
Matt Joyce
1837ca3715
added structure to prompt
2024-10-27 21:28:35 +11:00
Matt Joyce
ef6e49a6c9
added headwinds and tailwinds
2024-10-27 20:19:28 +11:00
Matt Joyce
703cd07210
initial draft of s7 Strategy profiling
2024-10-27 18:02:04 +11:00
NuCl34R
5c8b59fa2b
Create system.md
2024-10-26 21:05:59 -04:00
github-actions[bot]
da5ccea93e
Update version to v1.4.72 and commit
2024-10-25 21:12:31 +00:00
Eugen Eisler
3a1bf7314c
Merge pull request #1070 from xvnpw/feature/create_design_document
...
feat: create create_design_document pattern
2024-10-25 23:12:17 +02:00
github-actions[bot]
9abb410271
Update version to v1.4.71 and commit
2024-10-25 21:11:59 +00:00
Eugen Eisler
865820ece8
Merge pull request #1072 from xvnpw/feature/review_design
...
feat: add review_design pattern
2024-10-25 23:11:45 +02:00
github-actions[bot]
b7e47d510c
Update version to v1.4.70 and commit
2024-10-25 20:57:24 +00:00
Eugen Eisler
61e72eb7fe
Merge pull request #1064 from rprouse/issue/1063
...
Update README.md with pbpaste section
2024-10-25 22:57:10 +02:00
xvnpw
23ff16a039
feat: add pattern refine_design_document
2024-10-24 21:11:50 +02:00
Matt Joyce
3c2280bc42
Added identify_job_stories
2024-10-24 09:01:46 +11:00
xvnpw
90dbab6376
feat: add review_design pattern
2024-10-23 19:13:50 +02:00
xvnpw
819021b7ba
feat: create create_design_document pattern
2024-10-23 15:07:56 +02:00
Rob Prouse
ef3c043f77
Update README.md with pbpaste section
2024-10-22 17:02:19 -04:00
Noam Siegel
7139ad013d
Added system and user prompts
2024-10-21 12:17:58 -07:00
Noam Siegel
151c58d0ef
Added system and user prompts
2024-10-21 12:14:35 -07:00
github-actions[bot]
d65375da7b
Update version to v1.4.69 and commit
2024-10-21 15:05:45 +00:00
Daniel Miessler
21186097e4
Updated the Alma.md file.
2024-10-21 17:05:19 +02:00
github-actions[bot]
a97302d791
Update version to v1.4.68 and commit
2024-10-21 14:22:48 +00:00
Eugen Eisler
aaddc95ec0
fix: setup does not overwrites old values
2024-10-21 16:22:08 +02:00
github-actions[bot]
1b7a1fa652
Update version to v1.4.67 and commit
2024-10-19 11:10:23 +00:00
Eugen Eisler
8a3d63ef48
Merge remote-tracking branch 'origin/main'
2024-10-19 13:10:09 +02:00
Eugen Eisler
609df943dd
feat: plugins arch., new setup procedure
2024-10-19 13:09:58 +02:00
github-actions[bot]
8941551f5a
Update version to v1.4.66 and commit
2024-10-19 11:09:55 +00:00
Eugen Eisler
61f66f88e3
feat: plugins arch., new setup procedure
2024-10-19 13:09:37 +02:00
github-actions[bot]
15de33107b
Update version to v1.4.65 and commit
2024-10-16 13:27:28 +00:00
Eugen Eisler
81f9b1dabb
Merge pull request #1045 from Fenicio/patch-1
...
Update patterns/analyze_answers/system.md - Fixed a bunch of typos
2024-10-16 16:27:14 +03:00
Guillermo G C
888342c119
Update patterns/analyze_answers/system.md - Fixed a bunch of typos
2024-10-15 08:53:26 +02:00
github-actions[bot]
12d83dad6d
Update version to v1.4.64 and commit
2024-10-14 18:17:37 +00:00
Jonathan Dunn
14ef9fd41c
updated readme
2024-10-14 14:17:19 -04:00
github-actions[bot]
584e0c8547
Update version to v1.4.63 and commit
2024-10-13 14:42:39 +00:00
Daniel Miessler
914b312c2e
Merge pull request #862 from Thepathakarpit/patch-1
...
Create setup_fabric.bat, a batch script to automate setup and running…
2024-10-13 07:42:27 -07:00
github-actions[bot]
8153d690cc
Update version to v1.4.62 and commit
2024-10-13 14:40:48 +00:00
Daniel Miessler
d03bdbeb9b
Merge pull request #1044 from danielmiessler/feat/rest-api
...
Feat/rest api
2024-10-13 07:40:32 -07:00
github-actions[bot]
87730043b5
Update version to v1.4.61 and commit
2024-10-13 02:50:02 +00:00
Daniel Miessler
3285b8e330
Updated extract sponsors.
2024-10-12 19:49:44 -07:00
Eugen Eisler
686d039392
Merge branch 'main' into feat/rest-api
2024-10-12 23:06:29 +03:00
Eugen Eisler
d7683e4c39
feat: restructure for better reuse
2024-10-12 22:49:26 +03:00
Eugen Eisler
56f995afb4
feat: restructure for better reuse
2024-10-12 22:37:35 +03:00
Eugen Eisler
17bde814cc
feat: restructure for better reuse
2024-10-12 22:25:17 +03:00
github-actions[bot]
525f972d22
Update version to v1.4.60 and commit
2024-10-12 15:27:28 +00:00
Eugen Eisler
161ce65ae6
fix: IsChatRequest rule; Close #1042 is
2024-10-12 18:27:04 +03:00
github-actions[bot]
72f1429db9
Update version to v1.4.59 and commit
2024-10-11 22:59:41 +00:00
Daniel Miessler
b5fe3f2ad8
Added ctw to Raycast.
2024-10-11 15:59:26 -07:00
github-actions[bot]
2155ff9fc0
Update version to v1.4.58 and commit
2024-10-11 20:30:50 +00:00
Eugen Eisler
d33175e5b6
chore: we don't need tp configure DryRun vendor
2024-10-11 23:28:56 +03:00
Eugen Eisler
6dbd24e541
fix: Close #1040 . Configure vendors separately that were not configured yet
2024-10-11 23:25:33 +03:00
github-actions[bot]
d1c527c421
Update version to v1.4.57 and commit
2024-10-11 19:27:41 +00:00
Eugen Eisler
c0bd61ba49
docs: Close #1035 , provide better example for pattern variables
2024-10-11 22:27:20 +03:00
github-actions[bot]
8f0cc85742
Update version to v1.4.56 and commit
2024-10-11 18:54:25 +00:00
Eugen Eisler
7275dfbd6b
Merge pull request #1039 from hallelujah-shih/feature/set-default-lang
...
Feature/set default lang
2024-10-11 20:54:10 +02:00
Matt Joyce
9f29642635
updated all dsrp prompts to increase divergenct thinking.
2024-10-10 22:53:44 +11:00
hallelujah-shih
9f94cfb718
fmt
2024-10-10 19:45:39 +08:00
hallelujah-shih
e1fa674a3f
support set default output language
...
# Conflicts:
# cli/cli.go
# core/fabric.go
2024-10-10 19:37:51 +08:00
Matt Joyce
dd063f42bb
Fixed mix up with system
2024-10-10 21:06:53 +11:00
Matt Joyce
ef4e7aa89a
Initial dsrp prompts
2024-10-09 23:09:47 +11:00
github-actions[bot]
34f804be3a
Update version to v1.4.55 and commit
2024-10-09 09:29:17 +00:00
Eugen Eisler
83cd8a1912
fix: Close #1036
2024-10-09 12:29:02 +03:00
github-actions[bot]
d347ef0dcc
Update version to v1.4.54 and commit
2024-10-07 16:44:19 +00:00
Eugen Eisler
44cc9bbcac
Merge pull request #1021 from joshuafuller/main
...
Corrected spelling and grammatical errors for consistency and clarity for transcribe_minutes
2024-10-07 18:44:06 +02:00
github-actions[bot]
4aa0b99c74
Update version to v1.4.53 and commit
2024-10-07 09:17:11 +00:00
Eugen Eisler
d90e8081ac
fix: fix NP if response is empty, close #1026 , #1027
2024-10-07 11:16:57 +02:00
github-actions[bot]
70d43c5252
Update version to v1.4.52 and commit
2024-10-06 19:50:30 +00:00
Daniel Miessler
fd8216f1bd
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-06 12:50:12 -07:00
Daniel Miessler
ae0c9009d9
Added extract_core_message.
2024-10-06 12:50:05 -07:00
Eugen Eisler
4104317b34
feat: work on Rest API
2024-10-06 16:07:32 +02:00
Eugen Eisler
401f0da689
feat: work on Rest API
2024-10-06 16:06:05 +02:00
Eugen Eisler
6efe7960cd
feat: work on Rest API
2024-10-06 15:43:18 +02:00
Eugen Eisler
a6d63f4d0e
feat: work on Rest API
2024-10-06 15:40:29 +02:00
Eugen Eisler
8f3928f4b2
feat: work on Rest API
2024-10-06 15:31:06 +02:00
Eugen Eisler
3380972df1
feat: work on Rest API
2024-10-06 15:29:01 +02:00
Joshua Fuller
bad01040e3
Corrected spelling and grammatical errors for consistency and clarity
...
Description:
Changed "agreed within the meeting" to "agreed upon within the meeting" to improve grammatical accuracy.
Added missing periods to ensure consistency across list items.
Corrected the spelling of "highliting" to "highlighting."
Fixed the spelling of "exxactly" to "exactly."
Updated phrasing in "Write NEXT STEPS a 2-3 sentences" to "Write NEXT STEPS as 2-3 sentences" for grammatical correctness.
These changes improve the readability and consistency of the document, ensuring all instructions are clear and error-free.
2024-10-05 17:29:12 -05:00
github-actions[bot]
0b26b930f9
Update version to v1.4.51 and commit
2024-10-05 16:48:46 +00:00
Eugen Eisler
5dbaf4f28f
fix: tests
2024-10-05 18:48:22 +02:00
github-actions[bot]
1d9cce5adf
Update version to v1.4.50 and commit
2024-10-05 16:44:19 +00:00
Eugen Eisler
76622105e2
fix: windows release
2024-10-05 18:43:54 +02:00
github-actions[bot]
e6e3e34f53
Update version to v1.4.49 and commit
2024-10-05 16:42:19 +00:00
Eugen Eisler
7192ddbaa6
fix: windows release
2024-10-05 18:41:58 +02:00
github-actions[bot]
b5206d1923
Update version to v1.4.48 and commit
2024-10-05 15:54:01 +00:00
Eugen Eisler
81d60b4292
feat: Add 'meta' role to store meta info to session, like source of input content.
2024-10-05 17:53:48 +02:00
github-actions[bot]
ca6660585d
Update version to v1.4.47 and commit
2024-10-05 15:43:21 +00:00
Eugen Eisler
d70e7c570d
feat: Add 'meta' role to store meta info to session, like source of input content.
2024-10-05 17:42:57 +02:00
Eugen Eisler
4fb965ec9d
feat: Add 'meta' role to store meta info to session, like source of input content.
2024-10-05 17:33:27 +02:00
github-actions[bot]
a5544cb67c
Update version to v1.4.46 and commit
2024-10-04 23:05:49 +00:00
Eugen Eisler
679a852c1c
feat: Close #1018
2024-10-05 01:05:31 +02:00
Eugen Eisler
c685b4f810
feat: implement print session and context
2024-10-05 01:02:06 +02:00
Eugen Eisler
9452d6bd2a
feat: implement print session and context
2024-10-05 00:57:11 +02:00
github-actions[bot]
a6eeff2c91
Update version to v1.4.45 and commit
2024-10-04 20:39:13 +00:00
Eugen Eisler
3eb314320e
feat: Setup for specific vendor, e.g. --setup-vendor=OpenAI
2024-10-04 22:38:43 +02:00
github-actions[bot]
14d02073ab
Update version to v1.4.44 and commit
2024-10-03 23:55:56 +00:00
Eugen Eisler
17a6020c2d
ci: use the latest tag by date
2024-10-04 01:55:36 +02:00
github-actions[bot]
e8d5d75286
Update version to v1.4.43 and commit
2024-10-03 23:51:03 +00:00
Eugen Eisler
eb6430295f
ci: use the latest tag by date
2024-10-04 01:50:46 +02:00
github-actions[bot]
c0adf73056
Update version to v1.4.42 and commit
2024-10-03 23:47:32 +00:00
Eugen Eisler
e373c5d5b8
ci: use the latest tag by date
2024-10-04 01:47:16 +02:00
Eugen Eisler
0ed45d34cb
ci: use the latest tag by date
2024-10-04 01:44:30 +02:00
github-actions[bot]
6fadd428c0
Update version to v1.4.41 and commit
2024-10-03 23:16:59 +00:00
Eugen Eisler
87d2acbb43
ci: trigger release workflow ony tag_created
2024-10-04 01:16:36 +02:00
github-actions[bot]
3253cd284a
Update version to v1.4.40 and commit
2024-10-03 23:09:37 +00:00
Eugen Eisler
bb72fe59d1
ci: create repo dispatch
2024-10-04 01:09:11 +02:00
github-actions[bot]
c88ef3d507
Update version to v1.4.39 and commit
2024-10-03 22:58:52 +00:00
Eugen Eisler
550a06c9ed
ci: test tag creation
2024-10-04 00:58:31 +02:00
github-actions[bot]
3b7b9e07e7
Update version to v1.4.38 and commit
2024-10-03 22:54:05 +00:00
Eugen Eisler
bedcc08869
ci: test tag creation
2024-10-04 00:53:33 +02:00
Eugen Eisler
4b6f7ddf27
ci: commit version changes only if it changed
2024-10-04 00:40:46 +02:00
Eugen Eisler
c96a4931d1
ci: commit version changes only if it changed
2024-10-04 00:32:56 +02:00
Eugen Eisler
110eb37ffa
ci: use TAG_PAT instead of secrets.GITHUB_TOKEN for tag push
2024-10-04 00:29:00 +02:00
Daniel Miessler
fc3aa9c8d6
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-02 23:46:46 -07:00
Daniel Miessler
8e2c26d1a0
Updated predictions pattern.
2024-10-02 23:46:37 -07:00
github-actions[bot]
3766bab44a
Update version to v1.4.36 and commit
2024-10-03 06:23:00 +00:00
Daniel Miessler
2eed7ec935
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-02 23:22:42 -07:00
Daniel Miessler
134f54d372
Added redeeming thing.
2024-10-02 23:22:35 -07:00
github-actions[bot]
0ccf34ea8c
Update version to v1.4.35 and commit
2024-10-02 22:45:01 +00:00
Eugen Eisler
7e9d7f6f32
feat: clean up html readability; add autm. tag creation
2024-10-03 00:44:20 +02:00
github-actions[bot]
d6d721737b
Update version to v1.4.34 and commit
2024-10-02 22:42:32 +00:00
Eugen Eisler
2d102c1a02
feat: clean up html readability; add autm. tag creation
2024-10-03 00:42:14 +02:00
github-actions[bot]
6c185c25f6
Update version to v1.4.33 and commit
2024-10-02 22:26:26 +00:00
Eugen Eisler
b53005a6f1
feat: clean up html readability; add autm. tag creation
2024-10-03 00:26:02 +02:00
Eugen Eisler
e4d34f4937
feat: clean up html readability; add autm. tag creation
2024-10-03 00:23:50 +02:00
Eugen Eisler
689292f7f6
feat: clean up html readability; add autm. tag creation
2024-10-03 00:16:16 +02:00
github-actions[bot]
857b23c3fd
Update version to v1.5.0 and commit
2024-10-02 22:12:41 +00:00
Eugen Eisler
42b5cb4413
feat: clean up html readability; add autm. tag creation
2024-10-03 00:12:23 +02:00
github-actions[bot]
3990fe013b
Update version to v1.4.32 and commit 81b4bf3
2024-10-02 20:10:21 +00:00
Eugen Eisler
81b4bf3756
Merge pull request #1007 from hallelujah-shih/feature/html-readability
...
support turn any web page into clean view content
2024-10-02 22:10:02 +02:00
github-actions[bot]
ee1e7d399d
Update version to v1.4.32 and commit 859ef04
2024-10-02 18:43:48 +00:00
Daniel Miessler
859ef049d2
Added extract features.
2024-10-02 11:43:29 -07:00
github-actions[bot]
54825ec8d8
Update version to v1.4.32 and commit 99e2e7d
2024-10-02 15:52:15 +00:00
Daniel Miessler
99e2e7da57
Merge pull request #1005 from fn5/patch-1
...
Update patterns/solve_with_cot/system.md typos
2024-10-02 08:52:00 -07:00
github-actions[bot]
ed34ccfc73
Update version to v1.4.32 and commit c92bcc2
2024-10-02 15:51:40 +00:00
Daniel Miessler
c92bcc24da
Merge pull request #962 from alucarded/patch-1
...
Update prompt in agility_story
2024-10-02 08:51:25 -07:00
Daniel Miessler
6ec0ea4f80
Merge pull request #994 from OddDuck11/main
...
Add pattern analyze_military_strategy
2024-10-02 08:51:10 -07:00
github-actions[bot]
3c56d23b03
Update version to v1.4.32 and commit bcafea3
2024-10-02 15:50:57 +00:00
Daniel Miessler
bcafea3b98
Merge pull request #1008 from MattBash17/patch-1
...
Update system.md in transcribe_minutes
2024-10-02 08:50:43 -07:00
github-actions[bot]
33df431993
Update version to v1.4.32 and commit d6551be
2024-10-01 23:09:38 +00:00
Daniel Miessler
d6551bed60
Added primary solution.
2024-10-01 16:09:20 -07:00
github-actions[bot]
fe620ed278
Update version to v1.4.32 and commit 7b8ea76
2024-10-01 20:04:52 +00:00
Eugen Eisler
7b8ea76239
ci: update version
2024-10-01 22:04:15 +02:00
github-actions[bot]
9a55514bc0
Update version to v1.4.31 and commit 5012621
2024-10-01 19:59:18 +00:00
Daniel Miessler
5012621721
Merge pull request #987 from joshmedeski/better-ls
...
feat: remove cli list label and indentation
2024-10-01 12:59:04 -07:00
github-actions[bot]
9e676fdcd8
Update version to v1.4.31 and commit e048980
2024-10-01 19:29:27 +00:00
Daniel Miessler
e0489803f4
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-01 12:29:10 -07:00
Daniel Miessler
6c927e23b5
Added epp.
2024-10-01 12:29:03 -07:00
github-actions[bot]
8fb7f19fb1
Update version to v1.4.31 and commit a0ba207
2024-10-01 19:27:02 +00:00
Daniel Miessler
a0ba207db9
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-01 12:26:42 -07:00
Daniel Miessler
58f8d21ec0
Added create_story_explanation.
2024-10-01 12:26:35 -07:00
github-actions[bot]
2b87109e52
Update version to v1.4.31 and commit f54a052
2024-10-01 19:25:00 +00:00
Daniel Miessler
f54a052533
Merge branch 'main' of github.com:danielmiessler/fabric
2024-10-01 12:24:34 -07:00
Daniel Miessler
a67dd0555a
Added create_story_explanation.
2024-10-01 12:24:26 -07:00
github-actions[bot]
19b568b075
Update version to v1.4.31 and commit 5d3e0da
2024-10-01 15:10:44 +00:00
Eugen Eisler
5d3e0dae49
Merge pull request #1011 from fooman/grab-language-specific-transcription-from-youtube
...
Grab transcript from youtube matching the user's language
2024-10-01 17:10:29 +02:00
Kristof Ringleff, Fooman
be37d889a0
Grab transcript from youtube matching the user's language instead of the first one
2024-10-01 14:51:32 +13:00
github-actions[bot]
be9046aee9
Update version to v1.4.31 and commit 7e63a16
2024-09-30 16:25:11 +00:00
Eugen Eisler
7e63a16f28
feat: add version updater bot
2024-09-30 18:24:53 +02:00
MattBash17
98292df3cc
Update system.md in transcribe_minutes
2024-09-30 16:39:55 +02:00
hallelujah-shih
cc8711cc07
support turn any web page into clean view content
2024-09-30 11:25:10 +08:00
github-actions[bot]
211c0fece0
Update version to v1.4.30 and commit 7d6cb56
2024-09-29 20:17:10 +00:00
Eugen Eisler
7d6cb5604f
feat: add version updater bot
2024-09-29 22:16:54 +02:00
github-actions[bot]
f774c95865
Update version to v1.4.29 and commit 8445b6a
2024-09-29 19:58:32 +00:00
Eugen Eisler
8445b6aad7
feat: add version updater bot
2024-09-29 21:58:14 +02:00
Eugen Eisler
2f881a2c06
feat: add version updater bot
2024-09-29 21:51:49 +02:00
Eugen Eisler
6fc4d91a29
feat: add version updater bot
2024-09-29 21:46:49 +02:00
Eugen Eisler
6126a14c9f
feat: add version updater bot
2024-09-29 21:42:24 +02:00
Eugen Eisler
9aa2e00b16
feat: add version updater bot
2024-09-29 21:36:43 +02:00
Eugen Eisler
3a7e1cf527
feat: add version updater bot
2024-09-29 21:35:20 +02:00
Eugen Eisler
913210d2a9
chore: supress printing YouTube transcripts/comments and grabed Web Sites if a pattern is defined
2024-09-29 19:33:09 +02:00
Jack
b2a2ea0c03
Update patterns/solve_with_cot/system.md part three
...
Noticed the opening closing brackets were incorrect < >
2024-09-29 17:41:14 +10:00
Jack
ad6260fab5
Update patterns/solve_with_cot/system.md typos part two
...
Forgot the last typos. Sorry.
2024-09-29 16:46:47 +10:00
Jack
522c1038fb
Update patterns/solve_with_cot/system.md typos
2024-09-29 16:38:40 +10:00
Eugen Eisler
cab365f496
docs: update YouTube example call
2024-09-27 12:26:07 +02:00
Eugen Eisler
e714b6c5bf
fix: skip cli test for now
2024-09-27 12:12:38 +02:00
Eugen Eisler
d8c3c29ff8
fix: cli test
2024-09-27 12:07:11 +02:00
Eugen Eisler
273ba3e943
feat: extend installation instruction to get the latest release binaries
2024-09-27 11:51:43 +02:00
Eugen Eisler
70c5aacb45
feat: extend installation instruction to get the latest release binaries
2024-09-27 11:50:47 +02:00
Eugen Eisler
c5db39a06d
feat: extend installation instruction to get the latest release binaries
2024-09-27 11:50:47 +02:00
Eugen Eisler
fa457e7812
Merge pull request #996 from hallelujah-shih/feature/wipe_parameter
...
add wipe flag for ctx and session
2024-09-27 11:50:29 +02:00
shih
dd6cd06b5a
add wipe flag for ctx and session
2024-09-27 07:43:08 +08:00
Eugen Eisler
41b711f1ca
doc: update flags order
2024-09-26 21:40:53 +02:00
Eugen Eisler
8f7acac2b1
fix : #986 implement --version flag
2024-09-26 21:09:01 +02:00
Eugen Eisler
ea323c12ff
fix : #986 implement --version flag
2024-09-26 20:57:37 +02:00
Eugen Eisler
dd83d7faca
fix : #997 use setting env value over default values
2024-09-26 19:37:36 +02:00
Eugen Eisler
28937bb8ca
Merge pull request #967 from akashkankariya/patch-1
...
Updated Path to install to_pdf in readme[Bug Fix]
2024-09-25 23:59:03 +02:00
Eugen Eisler
a1c81c41cb
Merge pull request #984 from riccardo1980/feature/seed_parameter
...
adding flag for pinning seed in openai and compatible APIs
2024-09-25 23:52:18 +02:00
OddDuck11
24816f25d1
Add pattern analyze_military_strategy
...
Use this pattern to analyze real historic, or fictional battle strategy.
2024-09-25 14:31:07 -05:00
Daniel Miessler
fcddedfe72
Merge branch 'main' of github.com:danielmiessler/fabric
2024-09-24 13:39:37 -07:00
Daniel Miessler
77c7323a39
Added a generic TELOS file, Alma.md to the repo.
2024-09-24 13:39:33 -07:00
Riccardo Zanella
7322d249e2
Merge branch 'main' into feature/seed_parameter
2024-09-24 10:50:29 +02:00
Riccardo Zanella
cfae9efcbb
updating README with the new flag
2024-09-24 10:45:58 +02:00
Eugen Eisler
70aac4e5f9
Merge pull request #991 from aculich/fix-apple-silicon-goroot-path
...
Fix GOROOT path for Apple Silicon Macs
2024-09-23 21:35:35 +02:00
Aaron Culich
4a34355c3b
Fix GOROOT path for Apple Silicon Macs in setup instructions
...
The previous instructions incorrectly set GOROOT to '/opt/homebrew/bin/go', which points to the Go binary rather than the Go root directory. This caused errors when running Go commands on Apple Silicon-based Macs.
I updated the instructions to dynamically determine the correct GOROOT path using Homebrew, ensuring compatibility across different environments. This change resolves the 'go: cannot find GOROOT directory' issue on M1/M2 Macs.
2024-09-22 20:37:52 -07:00
Josh Medeski
c51c4c8d3e
feat: remove cli list label and indentation
2024-09-21 06:49:14 -05:00
Riccardo Zanella
a619c915e1
adding flag for pinning seed in openai and compatible APIs
2024-09-20 17:59:35 +02:00
Eugen Eisler
f4044cde7e
feat: #979 add support for configurable base url for Anthropic
2024-09-20 13:16:49 +02:00
Eugen Eisler
a31af9fa80
Merge pull request #976 from pavdmyt/pavdmyt/fix-changeDefaultModel-flag-descr
...
fix: correct changeDefaultModel flag description
2024-09-20 12:56:39 +02:00
Eugen Eisler
a61590efeb
Merge pull request #957 from quarechen/specify_language_return
...
Add cmd -g to select the language would reply
2024-09-19 22:42:29 +02:00
Eugen Eisler
26fccfe18e
feat: integrate the output language to the system/user prompt
2024-09-19 22:41:05 +02:00
Eugen Eisler
2b79a058de
Merge branch 'main' into specify_language_return
2024-09-19 22:31:51 +02:00
Eugen Eisler
64da74e25a
chore: update dependencies
2024-09-18 14:38:37 +02:00
Eugen Eisler
23cb9a9ee8
chore: #975 check choices available
2024-09-18 14:19:00 +02:00
Eugen Eisler
c2a15f6aa1
chore: #975 check choices available
2024-09-18 14:08:09 +02:00
Pavel Dmytrenko
c293c6137b
fix: correct changeDefaultModel flag description
2024-09-18 11:58:33 +03:00
Eugen Eisler
d2e2a6537e
feat: improve Jina AI impl.
2024-09-16 22:06:32 +02:00
Eugen Eisler
a6fc13dbdc
Merge pull request #861 from noamsiegel/scrape_url
...
Scrape url
2024-09-16 21:37:10 +02:00
Noam Siegel
4534ef6544
made jina api key optional
2024-09-16 11:44:21 -07:00
Eugen Eisler
ebc0239339
Merge pull request #970 from mark-kazakov/mistral-vendor
...
add mistral vendor
2024-09-16 17:34:49 +02:00
Mark Kazakov
bd33795f72
add mistral vendor
2024-09-16 09:28:00 +03:00
Daniel Miessler
39aade44f6
Updated readme.
2024-09-15 19:47:43 -07:00
Daniel Miessler
3ae503c969
Updated readme.
2024-09-15 19:39:22 -07:00
Daniel Miessler
780fc42aa0
Updated readme.
2024-09-15 19:38:43 -07:00
Daniel Miessler
2967cfd1d4
Updated readme.
2024-09-15 19:38:09 -07:00
Daniel Miessler
0b28847e5d
Merge branch 'main' of github.com:danielmiessler/fabric
2024-09-15 19:31:53 -07:00
Daniel Miessler
3a62c12791
Updated readme.
2024-09-15 19:31:45 -07:00
Eugen Eisler
75c1e84e08
feat: use -r, --raw: Use defaults of model (don't send temperature etc.) and use the user role instead of the system role.
2024-09-15 20:42:25 +02:00
Eugen Eisler
147da29c1a
feat: use -r, --raw: Use defaults of model (don't send temperature etc.) and use the user role instead of the system role.
2024-09-15 20:38:19 +02:00
Eugen Eisler
329c843567
feat: implement -u, --user-instead-of-system: Use the user role instead of the system role for the pattern. It is needed for Open AI o1 models for now.
2024-09-15 15:09:45 +02:00
Akash Kankariya
3bf1c95dc2
Updated Path to install to_pdf [Bug Fix]
2024-09-15 12:55:12 +05:30
Tomasz Edward Posluszny
0bc7cd9785
Update system.md
...
Topic should make sense
2024-09-14 12:45:12 +02:00
csquarechen
680129e370
update the discription of language commend
2024-09-14 11:30:55 +08:00
csquarechen
d574670084
use default language param default:"" to avoid changes in the output.
2024-09-14 10:49:55 +08:00
Arpit Pathak
5ad9943462
Merge branch 'main' into patch-1
2024-09-13 23:19:19 +05:30
Eugen Eisler
19a0b8a1d6
fix: Spelling Grog to Groq. The setup for the vendor must be done, because of ENV prefix for setting.
2024-09-13 11:40:26 +02:00
Eugen Eisler
38d4b459bd
fix: Spelling Grog to Groc. The setup for the vendor must be done, because of ENV prefix for setting.
2024-09-13 11:36:57 +02:00
Eugen Eisler
37401fcfb4
Merge pull request #910 from rudi-bruchez/openrouter
...
Add Openrouter Vendor support
2024-09-13 11:36:30 +02:00
Eugen Eisler
4294489c1c
Merge branch 'main' into openrouter
2024-09-13 11:36:10 +02:00
Eugen Eisler
48076450d7
Merge pull request #908 from nep-0/main
...
Add SiliconCloud support
2024-09-13 11:32:58 +02:00
csquarechen
b96415d445
feat: add cmd -g to select the language would reply
2024-09-13 16:41:54 +08:00
xssdoctor
d25ea0e88b
Merge pull request #953 from jthack/latex-pdfs
...
Latex pdfs
2024-09-12 19:58:03 -04:00
Eugen Eisler
069cf0ff3d
ci: work on artifact names for upload
2024-09-12 19:35:23 +02:00
Eugen Eisler
6fdf17b466
ci: work on artifact names for upload
2024-09-12 19:22:50 +02:00
Eugen Eisler
e8de263e7f
ci: work on artifact names for upload
2024-09-12 19:10:33 +02:00
Eugen Eisler
357feb7a2f
ci: create release before upload
2024-09-12 18:58:31 +02:00
Eugen Eisler
4653ebb8e3
ci: set GH_TOKEN for release upload
2024-09-12 18:44:49 +02:00
Eugen Eisler
25377ebd48
feat: improve Youttube support. Print transcript and/or comments. Don't send them to AI if pattern is not defined.
2024-09-12 18:25:20 +02:00
Daniel Miessler
9b3943e1a3
Added yt raycast script.
2024-09-12 09:21:44 -07:00
Daniel Miessler
18147de7ee
Added yt raycast script.
2024-09-12 08:42:47 -07:00
Daniel Miessler
e572a9ef6c
Added yt raycast script.
2024-09-12 08:38:33 -07:00
Daniel Miessler
afa0cdecc1
Added yt raycast script.
2024-09-12 08:36:06 -07:00
Joseph Thacker
7e182acbc6
fixing binary to .go file
2024-09-12 09:35:31 -04:00
Joseph Thacker
63b73bc745
to_pdf readme
2024-09-12 09:14:09 -04:00
Joseph Thacker
9597580185
latex + pdf
2024-09-12 08:48:44 -04:00
Daniel Miessler
9aebafb795
Updated the rpg summary.
2024-09-11 22:27:05 -07:00
Daniel Miessler
30fbe8ff28
Updated the rpg summary.
2024-09-11 22:25:01 -07:00
Daniel Miessler
da320e9058
Updated the rpg summary.
2024-09-11 22:21:14 -07:00
Daniel Miessler
1bafb4df0d
Updated the rpg summary.
2024-09-11 22:13:38 -07:00
Daniel Miessler
23de7db544
Updated extract_wisdom Raycast frontmatter.
2024-09-11 21:40:50 -07:00
Daniel Miessler
3880a61713
Merge branch 'main' of github.com:danielmiessler/fabric
2024-09-11 21:36:33 -07:00
Daniel Miessler
4d35d4369a
Added a Raycast directory with scripts that integrate Fabric with Raycast.
2024-09-11 21:36:26 -07:00
Daniel Miessler
ae4459b844
Merge pull request #938 from mrtnrdl/main
...
add extract_ctf_writeup as a new pattern
2024-09-11 21:23:17 -07:00
Daniel Miessler
bc4aa86328
Merge pull request #941 from sleeper/patch-2
...
Fix typo in README.md
2024-09-11 21:22:56 -07:00
Daniel Miessler
26ef123c79
Merge pull request #943 from maxleungtszchun/dev_branch
...
add new pattern extract_skills
2024-09-11 21:22:40 -07:00
Daniel Miessler
1306efb6a5
Merge pull request #944 from marcelritzschke/main
...
Readme: move fabric setup after environment setup
2024-09-11 21:22:17 -07:00
Daniel Miessler
8e61f9b2cd
Added extract_insights_dm.
2024-09-10 11:55:53 -07:00
Daniel Miessler
04d4f29751
Added extract_insights_dm.
2024-09-10 11:50:07 -07:00
Daniel Miessler
c93b840a1c
Added extract_insights_dm.
2024-09-10 11:47:25 -07:00
Marcel Ritzschke
0266a6f36d
move fabric setup after environment setup in readme
2024-09-10 23:07:19 +08:00
Noam Siegel
6f116ca527
feat: Add Jina AI integration for web scraping and question search
2024-09-09 21:22:19 -07:00
Max Leung
e50414f045
add new pattern extract_skills
2024-09-10 12:03:52 +08:00
Frederick Ros
c79a2915b3
Fix typo in README.md
2024-09-09 22:23:45 +02:00
Noam Siegel
bac7d87390
Merge branch 'main' into scrape_url
2024-09-09 09:47:19 -07:00
martin riedel
dcfafe5ce1
add extract_ctf_writeup as a new pattern
2024-09-09 11:19:01 +02:00
Daniel Miessler
13d68570e9
Merge pull request #860 from jaycgen/patch-1
...
Fix broken link in table of contents in README.md (Migrating -> Migration)
2024-09-07 18:34:49 -07:00
Daniel Miessler
9a3b34118e
Merge pull request #852 from rdegges/create_recursive_outline
...
Adding new pattern: create_recursive_outline.
2024-09-07 18:34:26 -07:00
Daniel Miessler
43ae2c657e
Merge pull request #893 from IanYoung-BO/license-update
...
Add MIT license file
2024-09-07 17:06:08 -07:00
Daniel Miessler
ce47429712
Merge pull request #875 from buerbaumer/typo_fixed
...
Typo fixed
2024-09-07 17:05:36 -07:00
Daniel Miessler
5a9efba473
Merge pull request #894 from rdegges/analyze_product_feedback
...
Adding new pattern: `analyze_product_feedback`.
2024-09-07 17:04:46 -07:00
Daniel Miessler
0608e65d6d
Merge pull request #913 from verebes1/patch-1
...
update: add env variable info for Apple Silicon
2024-09-07 17:00:38 -07:00
Daniel Miessler
452114470d
Merge pull request #916 from NerdyPunkDad/patch-1
...
Patch 1
2024-09-07 16:59:56 -07:00
Daniel Miessler
822749c0f4
Merge pull request #920 from CJones-Optics/main
...
Add a pattern for extracting minutes from a transcribed meeting.
2024-09-07 16:59:15 -07:00
Daniel Miessler
ce3280a320
Merge pull request #932 from jmanico/readme-fix
...
Update README.md
2024-09-07 16:58:40 -07:00
Daniel Miessler
db66bfc8c6
Added CoT experiment.
2024-09-06 18:05:26 -07:00
Jim Manico
f1c4c60469
Update README.md
...
Small cleanup suggestion
2024-09-06 14:47:09 +02:00
Daniel Miessler
2343eaa3a3
Added comment analysis due to a request in Jason Haddix's AI class.
2024-09-06 00:52:47 -07:00
CJones-Optics
e1d9bd599a
Add a pattern for extracting minutes from a transcribed meeting
2024-09-05 08:57:44 +10:00
NerdyPunkDad
731e800177
Update user.md to match current CLI
...
Update this pattern to match the current fabric command line options Remove --agents, add -S as an alternative to --setup, and replace -c with -C to align with the current cli interface.
2024-09-03 18:39:59 -07:00
NerdyPunkDad
44d47395cc
Update README.md
2024-09-03 18:20:18 -07:00
NerdyPunkDad
4e82b27424
Describe CLI changes / Update README.md
2024-09-03 18:07:02 -07:00
David
5da056b87a
update: add env variable info for Apple Silicon
...
-Updated the readme with env variables for Apple Silicon based mac
as the path for Brew installed apps is different there.
2024-09-03 21:00:59 +01:00
Rudi Bruchez
272b21237c
OpenRouter Vendor
2024-09-03 18:23:01 +02:00
Rudi Bruchez
824e2eb190
OpenRouter Vendor
2024-09-03 18:19:33 +02:00
NeP
29f9de7f56
feat: add SiliconCloud support
2024-09-03 22:11:57 +08:00
Eugen Eisler
1ef492449d
feat: add support for pattern variables
2024-09-03 15:17:25 +02:00
Eugen Eisler
7103c9adf6
feat: add support for pattern variables
2024-09-03 15:17:22 +02:00
Eugen Eisler
d6552f5811
feat: add support for pattern variables
2024-09-03 15:13:03 +02:00
Eugen Eisler
a921b77f5a
Merge pull request #892 from kanaqsasak/add_dry_run
...
Add dry run
2024-09-03 11:07:36 +02:00
Azwar Tamim
fb9bb89da7
Merge branch 'danielmiessler:main' into add_dry_run
2024-09-03 12:39:28 +07:00
Daniel Miessler
502cdfeb9b
Added extract primary problem.
2024-09-02 12:55:34 -07:00
Daniel Miessler
660b31aed5
Added extract primary problem.
2024-09-02 12:53:59 -07:00
Daniel Miessler
c76564b85c
Added extract primary problem.
2024-09-02 12:51:36 -07:00
Azwar Tamim
33632030f6
Revert unneeded DryRun Vendor registration
2024-09-02 14:41:39 +07:00
Azwar Tamim
e26d72c2f0
Merge branch 'main' into add_dry_run
2024-09-01 13:53:38 +07:00
Azwar Tamim
feabd565dc
Refactor dry run to DryRun Vendor
2024-09-01 13:44:56 +07:00
Randall Degges
19cd12029e
Adding new pattern: analyze_product_feedback.
...
This pattern allows you to summarize, rate, and deduplicate feedback
about products. It's very helpful for anyone working in product
management, engineering, etc.
2024-08-29 10:34:23 -07:00
Eugen Eisler
9b8871f25b
Merge pull request #891 from songzhibin97/patch-1
...
fix: usage with deprecated elements
2024-08-29 19:07:51 +02:00
Eugen Eisler
5f773396df
Merge pull request #881 from ALX99/propagate-ctx
...
refactor: accept context as parameter of Vendor.Send
2024-08-29 19:06:14 +02:00
Daniel Miessler
730366aa5f
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-29 09:56:30 -07:00
Eugen Eisler
1bf8aa65c1
Merge pull request #872 from ALX99/fix-error-shadowing
...
fix: shadowing original error
2024-08-29 18:56:21 +02:00
Daniel Miessler
a4b7364230
Updated interviwer analysis.
2024-08-29 09:56:16 -07:00
Ian
7079c9cb23
Add MIT license file
2024-08-29 13:49:02 +00:00
Azwar Tamim
7d3bf8c3a2
Fix dry run
2024-08-29 15:46:48 +07:00
Bin
e7fd450dad
fix: usage with deprecated elements
2024-08-29 16:08:55 +08:00
Randall Degges
b025e69875
Merge branch 'main' into create_recursive_outline
2024-08-28 12:16:29 -07:00
Azwar Tamim
4006f3f417
Add dry run
2024-08-28 21:50:06 +07:00
Daniel Miessler
25845f5d5a
Updated sales analysis.
2024-08-27 10:49:32 -07:00
Daniel Miessler
a259bd30cb
Added analyze sales call.
2024-08-27 10:33:44 -07:00
ALX99
21f4b5f774
refactor: accept context as parameter of Vendor.Send
...
In golang, contexts should be propagated downwards in order to be able
to provide features such as cancellation.
This commit refactors the Vendor interface to accept a context as a
first parameter so that it can be propagated downwards.
2024-08-26 19:38:18 +09:00
Randall Degges
83a1fd104d
Merge branch 'main' into create_recursive_outline
2024-08-25 18:47:05 -07:00
Daniel Miessler
ef4cfa94de
Added create_story_explanation.
2024-08-24 21:06:05 -07:00
Daniel Miessler
0d3c2749f1
Added create_story_explanation.
2024-08-24 20:57:01 -07:00
Daniel Miessler
206254ea6d
Added create_story_explanation.
2024-08-24 20:51:16 -07:00
Daniel Miessler
38b7ab7a26
Added create_story_explanation.
2024-08-24 20:48:01 -07:00
Daniel Miessler
035a8a2781
Added create_story_explanation.
2024-08-24 20:43:51 -07:00
Daniel Miessler
3baa454c80
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-24 20:41:24 -07:00
Daniel Miessler
8cd0887c82
Added create_story_explanation.
2024-08-24 20:41:13 -07:00
Eugen Eisler
21007b7e93
Merge pull request #871 from ALX99/main
...
fix: correct os.Exit code from -1 to 1 in main.go
2024-08-24 16:46:17 +02:00
buerbaumer
bacc49c25a
Update system.md
...
Corrected grammatical issues and made the list more readable and consistent.
2024-08-23 20:00:01 +02:00
buerbaumer
78aa378ab8
Update system.md
...
Replaced the nested parentheses with equals signs for clarity
2024-08-23 19:57:46 +02:00
buerbaumer
a93acd3afc
Update system.md
...
Corrected "it's" to "its" to denote possession instead of a contraction.
2024-08-23 19:43:57 +02:00
buerbaumer
60e5b536b4
Update system.md
...
Removed extra "the" for grammatical correctness.
2024-08-23 19:42:46 +02:00
buerbaumer
c5f926ba0c
Update system.md
...
Corrected "upmost" to "at most" for proper expression.
2024-08-23 19:41:46 +02:00
buerbaumer
083cf4c82c
Update system.md
...
Changed "highlight" to "highlights" to match subject-verb agreement.
2024-08-23 19:40:40 +02:00
buerbaumer
b6b86bb2c2
Update system.md
...
Update system.md - removed "a" for a better model understanding
2024-08-23 19:40:00 +02:00
ALX99
7cbd49375a
fix: shadowing original error
...
This fixes shadowing the original error so that the original error is
propagated upwards
2024-08-23 22:40:37 +09:00
ALX99
e8d5fba256
fix: correct os.Exit code from -1 to 1 in main.go
...
As per the os.Exit documentation, the exit code should be in the rage
[0, 125]
2024-08-23 22:35:29 +09:00
Daniel Miessler
9a0444db7e
Merge pull request #867 from danielmiessler/youtube_graber
...
feat: native integration of yt to fabric
2024-08-22 15:55:36 -07:00
Eugen Eisler
a67dca253a
feat: native integration of yt tp fabric
2024-08-23 00:15:44 +02:00
Daniel Miessler
3726386b9a
Updated question analysis.
2024-08-22 15:10:01 -07:00
Daniel Miessler
0ef5b54808
Updated question extractor.
2024-08-22 15:01:59 -07:00
Daniel Miessler
e915c93885
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-22 14:59:16 -07:00
Daniel Miessler
d77dcdf343
Updated question extractor.
2024-08-22 14:58:49 -07:00
Eugen Eisler
e071445882
Merge pull request #866 from danielmiessler/test_core
...
test: core
2024-08-22 23:44:31 +02:00
Eugen Eisler
58c2c26bff
test: core
2024-08-22 23:40:30 +02:00
Daniel Miessler
ff5fe2fa47
Updated interviewer analysis.
2024-08-22 14:40:29 -07:00
Daniel Miessler
12781a48c1
Updated interviewer analysis.
2024-08-22 14:32:16 -07:00
Daniel Miessler
5d870e1c3b
Updated interviewer analysis.
2024-08-22 14:30:30 -07:00
Eugen Eisler
58c9af6aac
test: core
2024-08-22 23:20:27 +02:00
Daniel Miessler
7258ed6a14
Updated interviewer analysis name.
2024-08-22 14:14:56 -07:00
Daniel Miessler
f60b2ceb63
Added interviwer analysis.
2024-08-22 14:12:57 -07:00
Daniel Miessler
8cfe0309f5
Updated extract_questions.
2024-08-22 14:02:52 -07:00
Eugen Eisler
839c468b2f
Merge pull request #865 from danielmiessler/fix_groq_spelling
...
Fix groq spelling
2024-08-22 22:39:53 +02:00
Eugen Eisler
92e4960eee
Merge branch 'main' into fix_groq_spelling
2024-08-22 22:33:09 +02:00
Eugen Eisler
a7eab84517
Merge pull request #863 from danielmiessler/impl_tests
...
Impl tests
2024-08-22 22:29:08 +02:00
Eugen Eisler
0549e0e7f0
fix: groq spelling
2024-08-22 22:15:57 +02:00
Eugen Eisler
4b3afb3c8e
feat: simplify setup logic
2024-08-22 21:45:36 +02:00
Eugen Eisler
6996278c8f
test: implement test for common package
2024-08-22 21:00:18 +02:00
Eugen Eisler
4d77ed30e9
test: implement test for common package
2024-08-22 20:57:49 +02:00
Daniel Miessler
69375f2fbc
Updated extract_wisdom_dm.
2024-08-21 22:16:22 -07:00
Arpit Pathak
cf0b9d2c3d
Create setup_fabric.bat, a batch script to automate setup and running fabric on windows.
2024-08-22 09:02:30 +05:30
xssdoctor
0ef4e465e4
fixed strange ollama input involving someone named fred
2024-08-21 20:05:18 -04:00
James Craigen
151fff8f8d
Fix broken link in table of contents in README.md (Migrating -> Migration)
2024-08-21 19:03:55 +01:00
Noam Siegel
b2be94f2f8
added back some debug statements
2024-08-21 11:03:04 -07:00
Noam Siegel
9b4c20dd19
removed debug statements
2024-08-21 10:54:57 -07:00
Noam Siegel
c7449c68b7
chore: Add ScrapeURL flag for CLI to scrape website URL to markdown using Jina AI
2024-08-21 10:44:57 -07:00
Daniel Miessler
a81e5be74b
Update README.md
2024-08-21 06:26:33 -07:00
Randall Degges
e12dc5b0e8
Adding new pattern: create_recursive_outline.
...
This pattern is actually based on this incredibly great article: https://learnhowtolearn.org/how-to-build-extremely-quickly/
The idea is to use this pattern whenever you want to break an idea or
task down into small components, fully fleshing out your own TODO list
of things to implement to get it working.
This applies to things like writing articles/papers, creating
applications, and much more.
2024-08-20 20:51:23 -07:00
Eugen Eisler
de2ab4c7c5
Merge pull request #851 from danielmiessler/test_db
...
test: Implement db unit tests
2024-08-21 01:03:16 +02:00
Eugen Eisler
ff97b85497
ci: split ci and release jobs
2024-08-21 01:00:42 +02:00
Eugen Eisler
1bafde09b6
test: Implement db unit tests
2024-08-21 00:50:19 +02:00
Eugen Eisler
e01d355d1b
feat: Base URL Setup for OpenAPI-Compatible and Proxy Providers. Adapt Grocq and Azure Setup for it.
2024-08-21 00:11:18 +02:00
Eugen Eisler
ebe0135d5b
fix: YouTube configured is not mandatory
2024-08-20 23:31:13 +02:00
Eugen Eisler
3d8c4985e8
fix: YouTube configured is not mandatory
2024-08-20 23:27:55 +02:00
Daniel Miessler
9acfc3ef92
Merge pull request #836 from criadoperez/fix/criadoperez2
...
patterns fixes
2024-08-20 14:12:15 -07:00
Daniel Miessler
9eb70b8d80
Merge pull request #837 from PickleOgre/main
...
Fix spelling error in fabric.go
2024-08-20 14:11:39 -07:00
Daniel Miessler
576daab07b
Merge pull request #842 from rdegges/analyze_cfp_submission_pattern
...
Adding new pattern to help analyze CFP submissions for conference org…
2024-08-20 14:11:11 -07:00
Daniel Miessler
b71a0584ca
Merge pull request #844 from iqbalabd/patch-2
...
Update README.md
2024-08-20 14:10:23 -07:00
Daniel Miessler
5c8f15e6fa
Merge pull request #848 from fail-open/readme-update
...
remove duplicate usage
2024-08-20 14:09:11 -07:00
Daniel Miessler
452c64f1b3
Update README.md
...
Updates to the README for legibility, more detail.
2024-08-20 14:07:24 -07:00
Daniel Miessler
597f2c2b34
Update README.md
...
Fixed some formatting in the README.
2024-08-20 10:55:17 -07:00
failopen
60d9393c87
remove duplicate usage
2024-08-20 10:51:56 -04:00
Iqbal Abdullah
4473b68d9b
Update README.md
...
Fix typo
2024-08-20 16:58:31 +08:00
Randall Degges
035c0bb0ca
Merge branch 'main' into analyze_cfp_submission_pattern
2024-08-19 19:50:03 -07:00
Daniel Miessler
872ad3de4a
Update README.md
...
Updated install instruction formatting.
2024-08-19 16:48:04 -07:00
Randall Degges
adc57b14ed
Adding new pattern to help analyze CFP submissions for conference organizers.
2024-08-19 15:34:33 -07:00
Daniel Miessler
d301892e3b
Update README.md
...
Updated migration instructions.
2024-08-19 11:30:43 -07:00
Josiah Lawrence
077824f6a7
Update ollama.go
2024-08-19 09:51:36 -07:00
Alejandro
02f90361e5
patterns fixes
2024-08-19 18:24:11 +02:00
Josiah Lawrence
8a39866513
Fix spelling error in fabric.go
2024-08-19 09:22:38 -07:00
Daniel Miessler
30248ed149
Added environment variables to setup.
2024-08-18 13:44:27 -07:00
Daniel Miessler
d56f9f880e
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-18 13:39:22 -07:00
Daniel Miessler
aeb5299054
Added migration and upgrade instructions.
2024-08-18 13:39:16 -07:00
Eugen Eisler
a51a565cdc
feat: Improve Gemini vendor - message handling and streaming mode
2024-08-17 19:48:24 +02:00
Eugen Eisler
9988c5cefc
fix: Fix YouTube API key env. name
2024-08-17 18:43:56 +02:00
Eugen Eisler
c7f038e41e
feat: Add YouTube config
2024-08-17 16:17:56 +02:00
Eugen Eisler
55621a6963
fix(ci): fix names of artifacts to upload
2024-08-17 13:04:56 +02:00
Eugen Eisler
cd66d88e2d
fix(ci): fix names of artifacts to upload
2024-08-17 13:00:45 +02:00
Eugen Eisler
d87333fea1
fix(ci): fix names of artifacts to upload
2024-08-17 12:55:53 +02:00
Eugen Eisler
bbdca0f91f
fix(ci): fix names of artifacts to upload
2024-08-17 12:49:15 +02:00
Eugen Eisler
cd7dfb9171
fix(ci): remove dmg from upload artifacts
2024-08-17 12:43:16 +02:00
Eugen Eisler
fab9cb29da
fix(ci): Remove DMG for MacOS
2024-08-17 12:33:26 +02:00
xssdoctor
1a458c18b0
Merge pull request #810 from p5/attach-binaries-to-release
2024-08-17 06:11:32 -04:00
Daniel Miessler
e5cc90b24b
Created new RPG summarizer.
2024-08-16 19:27:00 -07:00
Daniel Miessler
dfca9bd014
Added new RPG summarizer.
2024-08-16 19:20:58 -07:00
Robert Sturla
3b35d88611
chore(ci): keep macos binary around in release assets
2024-08-17 00:27:55 +01:00
Eugen Eisler
92e32b926d
feat: improve Gemini model name handling
2024-08-17 00:59:34 +02:00
Robert Sturla
01169cf71d
fix(ci): standardise binary names
2024-08-16 23:50:23 +01:00
Robert Sturla
845b4003e7
fix(ci): upload built binaries to GitHub Releases on tag creation
2024-08-16 23:45:20 +01:00
Eugen Eisler
8bf32b1894
feat: add YouTube Configurable Support (without setup activation because the key is external)
2024-08-17 00:29:21 +02:00
Eugen Eisler
75ee3ac5e4
feat: add last changes from fabric-go; fix some Gemini problems
2024-08-17 00:02:03 +02:00
xssdoctor
54e5076857
added images folder
2024-08-16 17:30:35 -04:00
Daniel Miessler
b1a9797201
Deleted temp readme.
2024-08-16 14:23:39 -07:00
Daniel Miessler
346b051aec
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-16 14:09:59 -07:00
Daniel Miessler
02a9f19ec0
Updated README.
2024-08-16 14:09:42 -07:00
Eugen Eisler
cabdb8d524
Trigger at main
2024-08-16 23:09:17 +02:00
Daniel Miessler
7b02fa41ec
Updated README.
2024-08-16 14:08:34 -07:00
Daniel Miessler
55fe665261
Updated README.
2024-08-16 14:07:33 -07:00
Daniel Miessler
312435bea2
Updated Notes in README.
2024-08-16 14:03:43 -07:00
Daniel Miessler
dc4a75e5d6
Updated Notes in README.
2024-08-16 14:00:41 -07:00
Daniel Miessler
ca496040de
Massive update to README.md after the Go migration.
2024-08-16 13:56:36 -07:00
Jonathan Dunn
b01bedb54a
removed add-context
2024-08-16 16:39:22 -04:00
Daniel Miessler
f054a3c40c
Massive update to README.md after the Go migration.
2024-08-16 13:38:52 -07:00
Daniel Miessler
ca567b4923
Massive update to README.md after the Go migration.
2024-08-16 13:30:43 -07:00
Daniel Miessler
e593def52a
Massive update to README.md after the Go migration.
2024-08-16 13:24:48 -07:00
Daniel Miessler
3ea896bd9d
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-16 13:22:48 -07:00
Daniel Miessler
0d2e62d38b
Massive update to README.md after the Go migration.
2024-08-16 13:22:40 -07:00
Eugen Eisler
9b5b152a24
Create Go Build
2024-08-16 22:15:00 +02:00
Jonathan Dunn
7c1a4a9d8a
fixed readme
2024-08-16 15:59:48 -04:00
Jonathan Dunn
0c684bd79f
added patterns folder
2024-08-16 15:56:48 -04:00
Jonathan Dunn
f21b7c9cb8
updated readme
2024-08-16 15:53:53 -04:00
Jonathan Dunn
7399d84446
initial
2024-08-16 15:43:27 -04:00
Daniel Miessler
85e3a4d485
Merge pull request #681 from paulrobello/extract_jokes
...
Create system.md for extract_jokes pattern
2024-08-16 12:28:38 -07:00
Daniel Miessler
e957dea462
Merge pull request #683 from black-backdoor/main
...
create explain_math pattern
2024-08-16 12:26:45 -07:00
Daniel Miessler
13ddebe27d
Merge pull request #692 from johnconnor-sec/dev
...
Addition of `extract_instructions`
2024-08-16 12:00:34 -07:00
Daniel Miessler
b92c13772b
Merge pull request #702 from praharshbhatt/main
...
feat: add a pattern to draft or respond to an email
2024-08-16 11:59:15 -07:00
Daniel Miessler
58ba8e51f4
Merge pull request #704 from idvorkin/mermaid-better-syntax
...
Add a mermaid diagram that can render in github markdown readmes
2024-08-16 11:58:43 -07:00
Daniel Miessler
a5eefb2b5c
Merge pull request #706 from Suyog-16/fix-typo
...
Fixed typo 'bolt' to 'bold' in pattern templates
2024-08-16 11:58:17 -07:00
Daniel Miessler
0b23461272
Merge pull request #722 from Rhynorater/main
...
Typoooooo My bad Daniel
2024-08-16 11:55:55 -07:00
Daniel Miessler
08782c8f68
Merge pull request #723 from richardphi1618/fix/summarize_git_diff_more_detail
...
docs: update summarize_git_diff to refine output and instruction clarity
2024-08-16 11:55:36 -07:00
Daniel Miessler
280eaa1dff
Merge pull request #793 from wilfriedago/main
...
Correct typos in documentation files
2024-08-16 11:52:31 -07:00
Daniel Miessler
2f2a70053b
Merge pull request #795 from sko9370/patch-1
...
Update patterns/extract_article_wisdom/README.md, missing word for clarity
2024-08-16 11:50:58 -07:00
Daniel Miessler
2f9bbd60d6
Merge pull request #797 from drhitchen/pattern_analyze_email_headers
...
Add pattern to analyze email headers for SPF, DKIM and DMARC
2024-08-16 11:50:26 -07:00
Doug Hitchen
e9ef0415d3
Improved analyze_email_headers pattern
2024-08-14 07:39:25 -04:00
Doug Hitchen
a78b5dcc54
Add empty user.md for consistency
2024-08-14 04:58:51 -04:00
Doug Hitchen
e72bf4d7cf
new pattern to analyze email headers for SPF, DKIM and DMARC
2024-08-10 18:16:16 -04:00
Sang Oh
d6c64b68ee
Update README.md, missing word for clarity
...
inserted "you" into "...to forget the stuff read, watch, or listen to" so that it reads "...to forget the stuff you read, watch, or listen to"
2024-08-09 12:51:40 -04:00
Wilfried AGO
8d8a3659d5
docs: correct typos in documentation files
...
fix various spelling and grammatical errors to improve readability and clarity.
2024-08-09 09:56:56 +01:00
Daniel Miessler
15372ca8ad
Added ttrc graph.
2024-08-07 06:46:13 -07:00
Daniel Miessler
84b3307f73
Updated critical vulns patterns.
2024-08-07 06:22:40 -07:00
Daniel Miessler
7c2a48c323
Added Alma.md context file example.
2024-08-07 06:18:05 -07:00
Daniel Miessler
9bbb167737
Updated critical data outputer.
2024-08-06 10:54:39 -07:00
Daniel Miessler
6aa52582dd
Updated critical data outputer.
2024-08-06 10:25:18 -07:00
Daniel Miessler
86ddf894d0
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-06 10:21:37 -07:00
Daniel Miessler
630b28e932
Added critical graph pattern.
2024-08-06 10:19:52 -07:00
Daniel Miessler
dda9782fa8
Updated my EW.
2024-08-01 12:47:55 -07:00
Daniel Miessler
8eeac47f99
Updated my EW.
2024-08-01 12:41:38 -07:00
Daniel Miessler
d7b6027c65
Updated my EW.
2024-08-01 12:40:38 -07:00
Daniel Miessler
358f78d455
Updated my EW.
2024-08-01 12:37:29 -07:00
Daniel Miessler
7db5b9fbf1
Updated my EW.
2024-08-01 12:34:49 -07:00
Daniel Miessler
45fcc547d5
Added recommend_pipeline_upgrades.
2024-07-25 22:06:59 -07:00
Daniel Miessler
4ed18437de
Added recommend_talkpanel_topics
2024-07-25 16:54:37 -07:00
Daniel Miessler
d75ea473e6
Updated legislation analysis.
2024-07-17 22:25:21 -07:00
Daniel Miessler
5f378431ac
Updated summarize_legislation.
2024-07-17 17:20:13 -07:00
Daniel Miessler
5c98269d25
Updated summarize_legislation.
2024-07-17 17:11:08 -07:00
Daniel Miessler
56c2a5e1a3
Updated summarize_legislation.
2024-07-17 17:05:22 -07:00
Daniel Miessler
54f4761262
Merge branch 'main' of github.com:danielmiessler/fabric
2024-07-17 17:03:33 -07:00
Daniel Miessler
78ec3d5f16
Added summarize_legislation.
2024-07-17 17:03:27 -07:00
Daniel Miessler
f8e4cad339
Merge remote-tracking branch 'refs/remotes/origin/main'
2024-07-13 15:28:59 -07:00
Daniel Miessler
ec36fbd0d1
Added controversy extractor.
2024-07-13 15:28:11 -07:00
Daniel Miessler
95b58e9e09
Updated Alex Hormozi offer Pattern.
2024-07-11 13:51:38 -07:00
Daniel Miessler
0fcc097a56
Added Alex Hormozi offer Pattern.
2024-07-11 13:48:09 -07:00
richard blanchette
bba3182d57
docs: update system.md to refine output and instruction clarity
...
CHANGES:
- Add intro sentence output requirement
- Emphasize succinct bullet points in CHANGES section
- Remove redundant output instruction
- Expand commit prefix list in instructions
- Add imperative mood and present tense guidelines
- Mention Deis Commit Style Guide adherence
2024-07-10 16:08:18 -04:00
Justin Gardner
9ef8e42473
Update system.md
...
Typooo
2024-07-10 15:07:46 -04:00
Daniel Miessler
dd4b896f4d
Updatd create graph.
2024-07-10 10:59:30 -07:00
Daniel Miessler
4b8b6bc127
Updatd create graph.
2024-07-10 10:54:28 -07:00
Daniel Miessler
aeff6ec6ec
Updatd create graph.
2024-07-10 10:52:41 -07:00
Daniel Miessler
b16561df02
Updatd create graph.
2024-07-10 10:51:19 -07:00
Daniel Miessler
9a7514e38a
Updatd create graph.
2024-07-10 10:49:48 -07:00
Daniel Miessler
52d2599e81
Added create graph.
2024-07-10 10:32:12 -07:00
Daniel Miessler
3f495af0a6
Added export data as csv.
2024-07-10 10:11:26 -07:00
Daniel Miessler
099af547d9
Updated extract_sponsors.
2024-07-08 16:43:39 -07:00
Daniel Miessler
421a2dde9e
Updated extract_sponsors.
2024-07-08 16:39:40 -07:00
Daniel Miessler
90f9cee3f1
Updated extract_sponsors.
2024-07-08 16:35:04 -07:00
Suyog Ghimire
937a260328
Fixed typo 'bolt' to 'bold' in pattern templates
2024-07-08 21:11:15 +05:45
Igor Dvorkin
f031972594
Add a mermaid diagram that can render in github markdown readmes
2024-07-07 09:22:55 -07:00
Praharsh Bhatt
3d1a55e4eb
feat: add a pattern to draft or respond to an email
2024-07-06 15:52:04 -04:00
John Connor
a7f7265214
Create system.md for extract_instructions
...
I created this pattern using the official_pattern_template and piping it to improve_prompt multiple times.
2024-07-03 17:25:11 -04:00
black-backdoor
45d2643234
create explain_math pattern
2024-07-02 17:02:48 +02:00
Paul Robello
df34b73a27
Create system.md for extract_jokes pattern
2024-07-01 16:28:20 -07:00
Daniel Miessler
42e17b0fe0
Merge pull request #678 from kevnk/main
...
Add 2 patterns: `summarize_prompt` which was used for `suggest_pattern`
2024-07-01 14:12:31 -07:00
Daniel Miessler
4088f7cbf3
Merge pull request #679 from Rhynorater/main
...
Adding write_hackerone_report
2024-07-01 14:11:54 -07:00
Kevin Kirchner
3972665da9
first attempt at suggest_pattern pattern with user.md generated with script that uses summarize_prompt pattern
2024-07-01 15:51:04 -05:00
Daniel Miessler
7ad53cfde2
Merge pull request #569 from youssoufdasilva/patch-1
...
Update README.md
2024-07-01 13:40:48 -07:00
Daniel Miessler
b9b4d028a2
Merge pull request #589 from bobby-tablez/main
...
Add create_sigma_rules Pattern
2024-07-01 13:40:22 -07:00
Daniel Miessler
ed0fd2243c
Merge pull request #595 from elloxar/patch-1
...
Fixed minor typo in the summarise_paper pattern.
2024-07-01 13:38:33 -07:00
Daniel Miessler
04ac87eb50
Merge pull request #600 from Gerkinfeltser/Gerkinfeltser/fabric
...
Update patterns\clean_text\system.md to improve text cleaning instructions
2024-07-01 13:37:46 -07:00
Daniel Miessler
54c4d32764
Merge pull request #641 from joskezelensky/patch-1
...
Update extract article wisdom README.md
2024-07-01 13:34:43 -07:00
Daniel Miessler
2795175c3c
Merge pull request #644 from paulrobello/add_create_tags_pattern
...
Create system.md for create_tags pattern
2024-07-01 13:33:42 -07:00
Daniel Miessler
bf03693a2f
Merge pull request #646 from CyRamos/fabric_mynew_branch
...
added my personal pattern for summarize my course lectures
2024-07-01 13:33:10 -07:00
Daniel Miessler
a03c22a771
Merge pull request #647 from fureigh/patch-1
...
Fix some typos in analyze_spiritual_text
2024-07-01 13:32:12 -07:00
Daniel Miessler
7f1efb2ac5
Merge pull request #648 from fureigh/patch-3
...
Fix some typos in create_logo
2024-07-01 13:31:52 -07:00
Daniel Miessler
f77baa8501
Merge pull request #651 from weekscharlie/patch-1
...
Fix missing text in the HABITS step (extract_wisdom)
2024-07-01 13:31:26 -07:00
Daniel Miessler
c543672ba3
Merge pull request #660 from Hullow/patch-1
...
Update system.md - Typo, language error
2024-07-01 13:28:52 -07:00
Daniel Miessler
b518a76831
Merge pull request #666 from nilp0inter/patch-1
...
fix: typo in system.md
2024-07-01 13:28:34 -07:00
Daniel Miessler
19df135c7c
Merge pull request #667 from BtrYrSlf/Update-Text
...
Removing the note about pattern updates changing the default model
2024-07-01 13:28:14 -07:00
Kevin Kirchner
b86f682c84
Add summarize_prompt pattern
2024-07-01 15:26:51 -05:00
Daniel Miessler
e54e4b5274
Merge pull request #670 from MentalGear/patch-1
...
fix (grammar)
2024-07-01 13:25:32 -07:00
Justin Gardner (Rhynorater)
8379e1c7a9
Adding write_hackerone_report
2024-07-01 14:03:42 -04:00
MentalGear
d0b7ca5740
fix (grammar)
2024-06-30 10:34:39 +02:00
Daniel Miessler
739d9051c6
Update README.md
2024-06-28 08:55:44 -07:00
BtrYrSlf
6dbc7a380f
Update fabric.py
...
Removed "NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set the default model". This note appears to reflect behavior that is no longer happening.
2024-06-28 09:52:46 -04:00
BtrYrSlf
6df49a44ad
Update README.md
...
Removed "NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set the default model". This note appears to reflect behavior that is no longer happening.
2024-06-28 09:51:03 -04:00
Roberto Abdelkader Martínez Pérez
b08a053092
fix: typo in system.md
2024-06-28 10:11:28 +02:00
Hullow
b672abba88
Update system.md - Typo, language error
2024-06-27 12:54:21 +02:00
weekscharlie
9ba7b1059e
Update system.md
...
Added missing language back to the HABITS step.
2024-06-25 11:16:10 -04:00
Fureigh
219a423330
Fix some typos in create_logo
...
* remove a stray quotation mark
* add a missing period for consistency
* add a missing hyphen
* change a hyphen to an em-dash
2024-06-24 22:28:13 -07:00
Fureigh
1b0338bbe8
Fix some typos in analyze_spiritual_text
...
- tenants -> tenets
- a handful of punctuation edits
2024-06-24 22:07:04 -07:00
CyRamos
669abde081
added my personal pattern for summarize my course lecutres
2024-06-25 03:17:05 +03:00
Paul Robello
f927cf24ec
Create system.md for create_tags pattern
2024-06-24 12:42:17 -07:00
joskezelensky
1da9b0bb79
Update extract article wisdom README.md
...
fixed curl commands - are they obsolete?
2024-06-24 18:09:57 +02:00
Daniel Miessler
1c937fc03b
Merge pull request #632 from jp-cpe/create_coding_project
...
Add create_coding_project Pattern
2024-06-23 15:58:40 -07:00
Jonathan Porter
896223985f
fixed readme
2024-06-20 12:05:01 -07:00
Jonathan Porter
a2842fd1af
Merge remote-tracking branch 'origin/create_coding_project' into create_coding_project
2024-06-20 11:59:42 -07:00
Jonathan Porter
ad70c01c14
Added create_coding_project pattern
2024-06-20 11:57:58 -07:00
Jonathan Porter
1aca359098
Merge branch 'danielmiessler:main' into create_coding_project
2024-06-20 11:47:10 -07:00
Jonathan Porter
33e0eddee6
Added the 'create_coding_project' directory. Added README.md. Added system.md (prompt).
2024-06-20 11:11:05 -07:00
Daniel Miessler
e705aaa1b2
Merge pull request #630 from azmaveth/main
...
Update utils.py to support Claude 3.5 Sonnet
2024-06-20 11:03:47 -07:00
azmaveth
e1fc5517f5
Update utils.py to add Claude 3 Sonnet back in for backwards compatibility
2024-06-20 13:01:46 -05:00
azmaveth
dad02cda33
Update utils.py to support Claude 3.5 Sonnet
2024-06-20 12:43:26 -05:00
Daniel Miessler
1dd3bbfdf3
Updated cyber summary.
2024-06-17 09:16:19 -07:00
Gerk
1f809a4e29
Update patterns\clean_text\system.md to improve text cleaning instructions
2024-06-13 10:34:05 -05:00
elloxar
b7c1193f72
Fixed minor typo in the summarise_paper pattern.
...
app4. roach >> approach
2024-06-13 12:51:08 +01:00
Daniel Miessler
6c0e8a9b3a
Updated analyze thinker.
2024-06-12 11:01:22 -07:00
Daniel Miessler
6d83cc1e70
Updated summarize_debate.
2024-06-11 18:08:44 -07:00
Daniel Miessler
18a325658a
Added summarize_debate.
2024-06-11 18:06:07 -07:00
Bobby-Tablez
f19ceaf16a
Create system.md
2024-06-11 13:35:46 -06:00
Daniel Miessler
3ee642bc14
Added create_cyber_summary.
2024-06-10 17:23:01 -07:00
Daniel Miessler
7575b91723
Added create_cyber_summary.
2024-06-10 17:03:48 -07:00
Daniel Miessler
d7657829ed
Merge branch 'main' of github.com:danielmiessler/fabric
2024-06-09 13:57:40 -07:00
Daniel Miessler
56a30aedcc
Moved philocapsulate to capture_thinkers_work.
2024-06-09 13:57:30 -07:00
Youssouf da Silva
5ad6594514
Update README.md
2024-06-08 13:16:03 +01:00
Daniel Miessler
578b4ef80b
Merge pull request #531 from xvnpw/feature/create_stride_threat_model_improvement
...
feat: improve create_stride_threat_model pattern
2024-06-06 12:48:44 -07:00
Daniel Miessler
012600a67d
Merge pull request #535 from Saik0s/patch-1
...
Fix typo in README.md
2024-06-06 12:47:43 -07:00
Daniel Miessler
42d31ecbfe
Merge pull request #547 from rogergarciapages/patch-1
...
Update README.md
2024-06-06 12:40:05 -07:00
Daniel Miessler
a20f2856f6
Merge pull request #556 from jeffscottward/patch-1
...
Minor spelling for extract business ideas
2024-06-06 12:39:14 -07:00
Daniel Miessler
ad2ff8cad8
Merge pull request #559 from blade1981m/main
...
feat: add create_pattern pattern
2024-06-06 12:38:29 -07:00
blade1981m
5427cc96ec
feat: add create_pattern pattern
2024-06-05 22:06:52 -05:00
Jeff Scott Ward
5fd8fbbc44
Minor spelling
...
by to be
2024-06-05 15:37:07 -04:00
Daniel Miessler
aa57dc25ff
Merge branch 'main' of github.com:danielmiessler/fabric
2024-06-05 09:37:34 -07:00
Daniel Miessler
486a20ee7b
Added extract_song_meaning.
2024-06-05 09:37:28 -07:00
Roger Garcia
4baacdf0ae
Update README.md
...
typos fixed
2024-06-05 04:54:34 +02:00
Igor Tarasenko
2d701bc25e
Fix typo in README.md
2024-06-04 14:57:55 +02:00
xvnpw
c8c7dedacd
feat: improve create_stride_threat_model pattern
2024-06-04 07:22:20 +02:00
Daniel Miessler
358730e8cc
Merge pull request #512 from PatrickRuddiman/paruddim/add-pattern
...
Add pattern for analyzing logs
2024-06-03 15:11:13 -07:00
Daniel Miessler
f649a05442
Merge pull request #515 from bdmorin/main
...
removes .python-version
2024-06-03 15:11:00 -07:00
Daniel Miessler
f036581d0f
Merge pull request #516 from MichaelCurrin/docs-fix-links
...
Fix anchor links in README
2024-06-03 15:10:42 -07:00
Daniel Miessler
63fbea1023
Merge pull request #521 from PrivacyOsint2/main
...
Created Tweet Monster Pattern
2024-06-03 15:10:31 -07:00
Daniel Miessler
8127a2b236
Merge pull request #525 from MichaelCurrin/fix-nuclei-template-rule
...
fix typos and formatting in nuclei template rule
2024-06-03 15:10:11 -07:00
Michael Currin
bcf6bb92f0
fix typos and formatting in nuclei template rule
2024-06-03 21:52:41 +02:00
PrivacyOsint2
da342447e9
Update system.md
2024-06-03 19:27:24 +00:00
PrivacyOsint2
ad523fb15c
Create system.md
2024-06-03 18:19:02 +00:00
Michael Currin
089b005377
fix naming links
2024-06-03 17:56:30 +02:00
Michael Currin
a08e644a50
fix anchor links in README
2024-06-03 17:05:41 +02:00
Brian Morin
d5bda3045b
removes .python-version
2024-06-03 09:49:42 -05:00
Daniel Miessler
759be82f70
Updated my personal ew.
2024-06-03 07:26:31 -07:00
Daniel Miessler
47da41c3d7
Updated official template with INPUT section.
2024-06-03 07:20:57 -07:00
Daniel Miessler
3657682935
Changed name of extract_wisdom_large.
2024-06-03 07:14:23 -07:00
Daniel Miessler
4b0b33e3af
Updated new ew.
2024-06-03 07:05:38 -07:00
Daniel Miessler
d2f42e0563
Updated official template.
2024-06-03 06:59:33 -07:00
Daniel Miessler
8a40924a88
Added official_pattern_template.
2024-06-03 06:40:01 -07:00
Patrick Ruddiman
82b99e9b13
Add system.md file for analyzing logs and identifying patterns and anomalies
2024-06-02 17:41:19 -04:00
Daniel Miessler
dfa6c96115
Merge pull request #486 from HillviewCap/main
...
Added idea compass pattern
2024-06-01 15:36:02 -07:00
Daniel Miessler
52a39efa8d
Merge pull request #494 from BrianArbuckle/issue493
...
Refactored save.py
2024-06-01 15:34:39 -07:00
Brian Arbuckle
47ee8c5446
Refactored save.py
2024-06-01 14:13:14 -07:00
HillviewCap
2244750d13
Added idea compass pattern
2024-05-31 23:51:07 -04:00
Daniel Miessler
43434ba31d
Merge pull request #477 from AIThebestlol/main
...
Create coding_master pattern
2024-05-31 15:39:09 -07:00
Daniel Miessler
9b0a22e0f8
Merge pull request #480 from digitalw00t/main
...
added create_git_diff_commit pattern
2024-05-31 15:38:34 -07:00
Daniel Miessler
08776859c6
Merge pull request #481 from xvnpw/feature/create_stride_threat_model
...
feat: add create_stride_threat_model pattern
2024-05-31 15:38:11 -07:00
Daniel Miessler
6787ebb984
Update README.md
2024-05-31 14:44:57 -07:00
Daniel Miessler
b5a554591b
Update README.md
2024-05-31 14:43:53 -07:00
Daniel Miessler
dbe6f14988
Update README.md
2024-05-31 14:41:01 -07:00
Daniel Miessler
326496de4f
Update README.md
2024-05-31 14:35:36 -07:00
Daniel Miessler
55033290f3
Update README.md
2024-05-31 14:34:41 -07:00
draeician
5f75128234
added README.md for the create_git_diff_commit pattern with usag for it
2024-05-31 13:57:45 -05:00
xvnpw
545c6599e8
feat: add create_stride_threat_model pattern
2024-05-31 18:31:53 +02:00
draeician
e63e4ea44b
added create_git_diff_commit pattern
2024-05-31 10:16:09 -05:00
helloIlovegimkit
01bb935910
Update README.md
2024-05-31 09:15:52 -05:00
helloIlovegimkit
c3b146a0f9
Update system.md
2024-05-31 08:58:53 -05:00
helloIlovegimkit
47ee5c47b2
Create system.md
2024-05-31 08:49:15 -05:00
Daniel Miessler
34ddf69750
Merge pull request #415 from silverstreak/main
...
Add new pattern analyze_patent + bugfix in helper.py
2024-05-30 15:10:38 -07:00
Daniel Miessler
9aae1e71e9
Merge pull request #417 from aidenberzins/patch-1
...
Update system.md
2024-05-30 15:09:59 -07:00
Daniel Miessler
dd9699f86d
Merge pull request #436 from joesvetz/patch-1
...
Create_Better_Frames - "Our" to "Are"
2024-05-30 15:08:09 -07:00
Daniel Miessler
726824dcae
Updated new extract_wisdom.
2024-05-30 14:23:57 -07:00
Daniel Miessler
9a56a26ca4
Updated new extract_wisdom.
2024-05-30 14:18:43 -07:00
Daniel Miessler
62d3ba9fe2
Merge branch 'main' of github.com:danielmiessler/fabric
2024-05-30 14:12:37 -07:00
Daniel Miessler
b002c632f2
Added new extract_wisdom pattern with a hand-written example for one-shot training.
2024-05-30 14:12:30 -07:00
joesvetz
e5ec6d59e8
Create_Better_Frames - "Our" to "Are"
...
Line 67 said: "When our frames our different,..."
Changed it to say: "When our frames are different,..."
2024-05-28 20:48:19 -06:00
silverstreak
b0c6913f6d
Added SOLUTION section to analyze_patent
...
Added a SOLUTION section; removed empty lines; added instruction to be verbose and detailed
2024-05-25 14:12:52 +02:00
silverstreak
497a048b59
Bugfix in helper.py
...
Bugfix for the error:
Traceback (most recent call last):
File "/home/xxx/.local/bin/fabric", line 8, in <module>
sys.exit(cli())
^^^^^
File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/fabric.py", line 148, in main
session.list_sessions()
File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/helper.py", line 67, in list_sessions
most_recent = self.find_most_recent_file().split("/")[-1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'
2024-05-25 14:03:48 +02:00
Aiden Berzins
0674be7b64
Update system.md
2024-05-23 23:59:58 -04:00
silverstreak
4f6a02c8b8
Create system.md
...
Add pattern analyze_patent
2024-05-23 23:48:22 +02:00
Daniel Miessler
74a7960af8
Update README.md
...
Updated readme install instructions.
2024-05-23 10:16:16 -07:00
Daniel Miessler
ecf8b8ebe9
Update README.md
...
Updated Readme.
2024-05-23 10:14:07 -07:00
Daniel Miessler
c66887c2a6
Merge pull request #400 from piercecohen1/feature/save-enhancement
...
Add configurable date format for save helper app
2024-05-23 10:05:51 -07:00
Daniel Miessler
793e17baf1
Merge pull request #406 from her0marodeur/main
...
added analyze_debate
2024-05-23 10:05:26 -07:00
Daniel Miessler
7332244baa
Merge pull request #408 from danielmiessler/dependabot/pip/pip-aed9f6bbcd
...
Bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory
2024-05-23 10:05:16 -07:00
Daniel Miessler
c33845134a
Merge pull request #409 from nadavc/patch-1
...
Fixes a small typo in the `analyze_answers` pattern.
2024-05-23 10:04:45 -07:00
Daniel Miessler
837b8ad7c9
Updated extract_wisdom_agents.
2024-05-22 05:19:24 -07:00
Daniel Miessler
eb107de764
Added an agent version of extract_wisdom using our new Agents in Prompt technique.
2024-05-22 05:16:44 -07:00
Nadav Cohen
2f2ee31aaf
Update README.md
2024-05-21 13:14:29 -04:00
dependabot[bot]
12d96982b4
---
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:development
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 07:42:44 +00:00
her0marodeur
9555228daf
added analyze_debate
2024-05-20 19:00:46 +02:00
Pierce Cohen
a4065c51b4
Bug fixes for tags
...
- Prevent generation_date tag format from being modified when SAVE_DATE_FORMAT is
specified
- Prevent NoneType from ending up in the tags (previous fix did not work)
2024-05-19 19:57:43 -05:00
Pierce Cohen
3e624ded2f
Add configurable date format for save helper app
...
- Update DATE_FORMAT to be configurable using the SAVE_DATE_FORMAT environment variable
- Modify target filename generation to handle cases where SAVE_DATE_FORMAT is left blank
- Default to date format "%Y-%m-%d" if SAVE_DATE_FORMAT is not set
2024-05-19 18:48:01 -05:00
Daniel Miessler
1629cad256
Merge pull request #390 from antonaut/main
2024-05-18 16:01:26 -07:00
Daniel Miessler
da369e3961
Merge pull request #392 from workentin/patch-1
2024-05-18 16:01:09 -07:00
Daniel Miessler
f416aed9f8
Merge pull request #393 from obswork/obswork/git_diff
2024-05-18 16:00:44 -07:00
obswork
62b4ecfc43
feat: introduced pattern for Git diff summaries
...
CHANGES:
- New system.md file created for summarizing git diffs
- Detailed steps for summarizing Git diffs outlined.
- Emphasis on creating concise, impactful update bullets.
- Introduction of conventional commits for clear change tracking.
2024-05-17 15:10:35 -05:00
workentin
d3c8976b11
Update README.md Typo
2024-05-17 07:30:09 -04:00
Daniel Miessler
b460b34bde
Updated recommend artists.
2024-05-16 16:50:45 -07:00
Daniel Miessler
72939b31b9
Updated recommend artists.
2024-05-16 16:46:47 -07:00
Daniel Miessler
f8e0270237
Updated recommend artists.
2024-05-16 16:45:19 -07:00
Daniel Miessler
dfb9d59d65
Updated recommend artists.
2024-05-16 16:43:34 -07:00
Daniel Miessler
7b68650e78
Updated recommend artists.
2024-05-16 16:41:35 -07:00
Daniel Miessler
8d3bf9dc41
Added recommended artists.
2024-05-16 16:36:50 -07:00
Daniel Miessler
78cb3986fd
Updated explain_terms.
2024-05-16 12:14:48 -07:00
Daniel Miessler
7efba77c78
Updated explain_terms.
2024-05-16 12:12:11 -07:00
Daniel Miessler
382925bf83
Updated explain_terms.
2024-05-16 12:08:33 -07:00
Daniel Miessler
f88d25d848
Updated explain_terms.
2024-05-16 12:06:54 -07:00
Daniel Miessler
e6d468ee24
Added explain_terms.
2024-05-16 12:04:20 -07:00
Anton Erholt
4980d60b33
Fix small typo in README
2024-05-15 18:42:31 +00:00
xssdoctor
ca9fb0f65a
fixed gemini support
2024-05-14 18:52:00 -04:00
xssdoctor
e2231b3504
added gemini support
2024-05-14 18:48:25 -04:00
Daniel Miessler
4ccba83dd3
Updated WPM name.
2024-05-13 13:47:32 -07:00
Daniel Miessler
7622f70025
Updated WPM name.
2024-05-13 13:46:31 -07:00
Daniel Miessler
d6e7a728b3
Updated get_wpm.
2024-05-13 13:43:53 -07:00
Daniel Miessler
c1f2fff176
Merge branch 'main' of github.com:danielmiessler/fabric
2024-05-13 13:04:36 -07:00
Daniel Miessler
6cfe330976
Added get_wpm.
2024-05-13 13:04:29 -07:00
Daniel Miessler
dff033e08a
Merge pull request #387 from tomraulet/main
...
Ensure env file created in setup when no API keys provided
2024-05-13 11:13:44 -07:00
Daniel Miessler
d5035bd27b
Merge pull request #389 from sluosapher/main
...
New pattern to summarize key parts of academic papers
2024-05-13 11:13:06 -07:00
Song Luo
dcd7fc4220
Merge branch 'danielmiessler:main' into main
2024-05-11 22:14:21 -04:00
Song Luo
bf563260a6
added patterns/summarize_paper/README.md
2024-05-11 22:08:11 -04:00
Song Luo
1f57c01b5b
updated system prompt; added README
2024-05-11 22:04:17 -04:00
Thomas Raulet
7354e8d961
Ensure env file created in setup when no API keys provided
2024-05-11 13:21:31 +02:00
Daniel Miessler
ded8e300b7
Merge pull request #286 from FlyingPhish/new-prompts-v2
...
Two new pentest reporting patterns and Github Contributing Script
2024-05-10 20:33:50 -07:00
Daniel Miessler
4e7652188a
Merge pull request #325 from surak/patch-1
...
Update README.md for #324
2024-05-10 20:32:00 -07:00
Daniel Miessler
316be98428
Merge pull request #297 from harpsiford/main
...
A new pattern to create flashcards from texts
2024-05-10 20:29:14 -07:00
Daniel Miessler
3fd22448d3
Merge pull request #355 from tibbon/interview_answer
...
Add answer interview question pattern
2024-05-10 20:20:27 -07:00
Daniel Miessler
fcd05ac70e
Merge pull request #357 from Sluengo/patch-1
...
Updating Readme Quickstart instructions to include required python ve…
2024-05-10 20:20:06 -07:00
Daniel Miessler
f4fd2c516f
Merge pull request #382 from profetik-777/main
...
Fix for broken link pointing to /client
2024-05-10 20:17:59 -07:00
Daniel Miessler
42f58b47eb
Merge pull request #374 from fureigh/fix-praisonai-reference
...
Disentangle PraisonAI references in README
2024-05-10 20:16:41 -07:00
Daniel Miessler
2184d4d7e8
Merge pull request #375 from princechaddha/main
...
Pattern for Nuclei Template
2024-05-10 20:16:08 -07:00
Daniel Miessler
fffbd81c80
Merge pull request #368 from RealHurrison/main
...
fix: The variable 'wisdomFilePath' is already a complete path constru…
2024-05-10 20:14:46 -07:00
Daniel Miessler
d9d46bd662
Merge pull request #376 from obswork/obswork/yt_metadata
...
feat: add metadata flag to yt cli
2024-05-10 20:14:22 -07:00
Daniel Miessler
7c0ec8ede2
Merge pull request #377 from danielmiessler/dependabot/pip/pip-3967f35111
...
Bump the pip group across 1 directory with 4 updates
2024-05-10 20:13:49 -07:00
Daniel Miessler
d549e5826a
Merge pull request #261 from danielmiessler/dependabot/npm_and_yarn/installer/client/gui/follow-redirects-1.15.6
...
Bump follow-redirects from 1.15.5 to 1.15.6 in /installer/client/gui
2024-05-10 20:12:49 -07:00
Daniel Miessler
55318811fe
Merge pull request #380 from marcandreuf/main
...
Quizme. A pair of patterns to generate questions and evaluate answers.
2024-05-10 20:11:24 -07:00
Marc Andreu
3bdaba968d
Implementation of the analyze answers pattern. Updated the create quiz pattern
2024-05-11 10:57:20 +09:00
profetik-777
f39a3d80cb
Previous link to client was old/broken.
...
Replaced it with new:
https://github.com/danielmiessler/fabric/tree/main/installer/client
2024-05-08 00:51:50 +00:00
Marc Andreu
29d0f02842
Merge pull request #1 from marcandreuf/feature/tutor_quiz
...
Feature create quiz
2024-05-06 18:10:22 +09:00
Marc Andreu
159272ac74
adding human readable md
2024-05-06 18:08:11 +09:00
Marc Andreu
f92cbe9713
first draft
2024-05-06 18:00:27 +09:00
Daniel Miessler
8bc2e3daa3
Merge branch 'main' of github.com:danielmiessler/fabric
2024-05-05 16:33:21 -07:00
Daniel Miessler
9ef3b3a1cb
Added extracted_business_ideas, by Joseph Thacker.
2024-05-05 16:33:12 -07:00
Daniel Miessler
c5a73df517
Updated rate_ai_response.
2024-05-04 17:10:54 -07:00
Daniel Miessler
5a522cda87
Updated analyze_personality.
2024-05-04 17:09:17 -07:00
Daniel Miessler
37ea6da3b2
Updated analyze_personality.
2024-05-04 16:58:35 -07:00
Daniel Miessler
80bac308ea
Updated analyze_personality.
2024-05-04 16:47:58 -07:00
Daniel Miessler
184a205c33
Added analyze_personality.
2024-05-04 16:41:16 -07:00
Daniel Miessler
51522ed6a1
Updated rate_ai_response.
2024-05-04 16:34:56 -07:00
Daniel Miessler
6a7b9c381a
Added rate_ai_response.
2024-05-04 16:32:38 -07:00
dependabot[bot]
02306b97a8
Bump the pip group across 1 directory with 4 updates
...
Bumps the pip group with 4 updates in the / directory: [gunicorn](https://github.com/benoitc/gunicorn ), [tqdm](https://github.com/tqdm/tqdm ), [aiohttp](https://github.com/aio-libs/aiohttp ) and [idna](https://github.com/kjd/idna ).
Updates `gunicorn` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0 )
Updates `tqdm` from 4.66.2 to 4.66.3
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3 )
Updates `aiohttp` from 3.9.3 to 3.9.4
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4 )
Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:development
dependency-group: pip
- dependency-name: tqdm
dependency-type: direct:development
dependency-group: pip
- dependency-name: aiohttp
dependency-type: indirect
dependency-group: pip
- dependency-name: idna
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-03 22:23:55 +00:00
Song Luo
36ccc67eae
added pattern of summarize_paper
2024-05-03 00:25:03 -04:00
obswork
90ecbde180
feat: add metadata flag to yt cli
...
Output includes: id, title, channel, and published_at
2024-05-02 13:36:04 -04:00
Prince Chaddha
60d441a5e4
nuclei template
2024-05-02 18:23:52 +05:30
Prince Chaddha
053e27e732
Update fabric.py
2024-05-02 17:42:15 +05:30
Prince Chaddha
587c9c97bd
Update README.md
2024-05-02 17:39:37 +05:30
Fureigh
a220d97048
Disentangle PraisonAI references in README
2024-05-02 01:29:35 -07:00
Daniel Miessler
053e973b7c
Updated create_5_sentence_summary.
2024-04-28 13:30:02 -07:00
Daniel Miessler
08c5c6e2c5
Updated create_5_sentence_summary.
2024-04-28 13:27:49 -07:00
Daniel Miessler
85b6103688
Updated create_5_sentence_summary.
2024-04-28 13:27:17 -07:00
Daniel Miessler
2ad7246a27
Updated create_5_sentence_summary.
2024-04-28 13:25:32 -07:00
Daniel Miessler
4a02468b56
Added create_5_sentence_summary.
2024-04-28 13:20:34 -07:00
xssdoctor
e02a220275
fixed update patterns in gui
2024-04-28 14:10:24 -04:00
Daniel Miessler
efa8df2dcd
Updated extract_extraordinary_claims
2024-04-27 12:25:00 -07:00
Daniel Miessler
1f66ccc710
Updated extract_extraordinary_claims
2024-04-27 12:22:40 -07:00
Daniel Miessler
54f8bfa3fe
Updated extract_extraordinary_claims
2024-04-27 12:14:57 -07:00
Daniel Miessler
8da28a90fd
Updated extract_extraordinary_claims
2024-04-27 12:10:50 -07:00
Daniel Miessler
e123a92976
Updated extract_extraordinary_claims
2024-04-27 12:09:20 -07:00
Daniel Miessler
b9f7e3bde6
Updated extract_extraordinary_claims
2024-04-27 12:04:28 -07:00
Daniel Miessler
f49bb4f431
Updated extract_extraordinary_claims
2024-04-27 12:01:44 -07:00
Daniel Miessler
3357ba3f0d
Added extract_extraordinary_claims
2024-04-27 11:57:30 -07:00
Hurrison
5bc4223984
fix: The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
...
The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
2024-04-26 14:41:17 +08:00
Daniel Miessler
d42afed9b9
Added create_ai_jobs_analysis.
2024-04-23 11:07:05 -07:00
Daniel Miessler
d5b57bbabc
Added raw_query.
2024-04-23 10:53:25 -07:00
Daniel Miessler
c62d864249
Updated extract_wisdom to include a one-sentence takeaway.
2024-04-22 13:10:07 -07:00
Daniel Miessler
a26b29ddec
Added extract_questions.
2024-04-22 12:58:35 -07:00
Daniel Miessler
9299f711ff
Updated readme.
2024-04-21 17:20:58 -07:00
xssdoctor
d952cd280f
deleted test.yaml
2024-04-20 18:45:58 -04:00
SluBot
0942af46bf
Updating Readme Quickstart instructions to include required python version
...
When I attempted to follow these instructions in a windows environment using WSL, I kept running into issues because my python version was too low (3.8). I then was going through hoops trying to upgrade to version 3.12 as the process seems more complicated on windows OS.
To avoid these headaches, I thought it best to warn potential users ahead of time to ensure their environment is running the latest version of Python or at least python 3.10, which seemed to work for me finally.
2024-04-20 16:20:16 -04:00
xssdoctor
b61ca20c8b
fixed a typo
2024-04-20 12:10:47 -04:00
xssdoctor
989cb9b8d4
added ability to list sessions and gives the first line
2024-04-20 12:06:02 -04:00
xssdoctor
b5ee3d38a3
added session log to view your sessions
2024-04-20 11:56:01 -04:00
xssdoctor
017945f484
removed analyze-paper.txt
2024-04-20 11:50:33 -04:00
xssdoctor
ce532ca9d8
added ability to delete some or all sessions
2024-04-20 11:44:08 -04:00
xssdoctor
449fda1052
fixed some broken things about sessions
2024-04-20 11:36:18 -04:00
Jonathan Dunn
eaa1667821
added sessions
2024-04-19 21:23:29 -04:00
David Fisher
4fc2fa1be3
Add answer interview question pattern
...
because: As a user, I should be able to answer
interview questions quickly and effectively in realtime
this commit: Adds a pattern for answering interview questions
2024-04-19 18:29:48 -04:00
Daniel Miessler
005ef438c9
Upgraded write_essay.
2024-04-18 09:54:46 -07:00
Daniel Miessler
b46b0c3fe7
Updated presentation analysis pattern.
2024-04-15 14:51:31 -07:00
Daniel Miessler
aefd86e88c
Added analyze_presentation.
2024-04-15 14:42:18 -07:00
xssdoctor
161495ed7d
fixed copy and output in local models and claude
2024-04-14 12:21:29 -04:00
Jonathan Dunn
198ba8c9ee
fixed changing default model to ollama
2024-04-12 08:38:43 -04:00
Alexandre Strube
c5dd2f300d
Add LMStudio
2024-04-12 13:54:17 +02:00
Daniel Miessler
05ba1675b8
Updated guidance.
2024-04-09 17:09:04 -07:00
Daniel Miessler
f09dc76c61
Changed threat model to threat scenarios.
2024-04-09 16:59:06 -07:00
Daniel Miessler
24063ef70d
Updated threat modeling.
2024-04-09 16:58:29 -07:00
Daniel Miessler
14a0c5d9f2
Updated ask questions.
2024-04-09 16:29:25 -07:00
Daniel Miessler
90fbfeb525
Updated ask questions.
2024-04-09 16:25:03 -07:00
Daniel Miessler
46d417f167
Updated ask questions.
2024-04-09 16:17:10 -07:00
Daniel Miessler
6946a19f94
Changed name of secure_by_default.
2024-04-09 15:42:20 -07:00
Daniel Miessler
6bc0a18b0e
Changed name of secure_by_default.
2024-04-09 15:26:05 -07:00
Daniel Miessler
3713ad7d4f
Added secure by design pattern.
2024-04-09 15:14:47 -07:00
xssdoctor
f1afd24d12
Merge pull request #332 from fr0gger/main
...
Experimental Malware Analysis Pattern
2024-04-09 12:28:36 -04:00
Thomas Roccia
c0f464c13c
Update system.md
2024-04-09 18:23:53 +10:00
Thomas Roccia
403167c886
Adding a pattern for malware analysis summary
...
This is an experimental pattern for creating a summary of a malware report.
2024-04-09 18:21:41 +10:00
xssdoctor
ca4ed26b92
fixed --listmodels in the situation where there is no claude key
2024-04-07 07:32:48 -04:00
xssdoctor
f93d8bb3c0
Merge pull request #315 from ksylvan/main
...
Get OLLAMA models to work in Windows (both native and WSL).
2024-04-07 06:22:16 -04:00
Kayvan Sylvan
f13bd5a0a4
Merge remote-tracking branch 'upstream/main'
2024-04-06 13:32:07 -07:00
xssdoctor
18acd5a319
fixed the situation where there is no openai api key...again
2024-04-06 12:22:34 -04:00
Kayvan Sylvan
06aa8cab28
Merge remote-tracking branch 'upstream/main'
2024-04-05 14:06:06 -07:00
Jonathan Dunn
eafc2df48c
Upgraded agents with PraisonAI. the --agents flag will now CREATE an AI agent for you and then perform a task. Enjoy
2024-04-05 10:25:04 -04:00
Alexandre Strube
17fce1bea5
Update README.md for #324
...
Closes #324 , showing how to connect to another server
2024-04-05 12:34:49 +02:00
Kayvan Sylvan
d6850726d4
Merge branch 'main' of github.com:ksylvan/fabric
2024-04-02 09:28:18 -07:00
Kayvan Sylvan
8934deabd9
Merge remote-tracking branch 'upstream/main'
2024-04-02 09:28:01 -07:00
Kayvan Sylvan
5c117c45f6
Merge branch 'danielmiessler:main' into main
2024-04-02 09:27:46 -07:00
Daniel Miessler
24f44b41f2
Merge pull request #304 from bpmcircuits/main
...
Language choice option when pulling a transcript from yt
2024-04-01 20:45:48 -07:00
Daniel Miessler
ac80af3d7f
Merge pull request #298 from Loibl33/patch-1
...
Fixed Latin-1 decode problems
2024-04-01 20:45:25 -07:00
Daniel Miessler
1dcfb7525e
Merge pull request #306 from danielmiessler/dependabot/pip/langchain-core-0.1.35
...
Bump langchain-core from 0.1.31 to 0.1.35
2024-04-01 20:45:03 -07:00
Kayvan Sylvan
5df1ec1cf8
Merge branch 'danielmiessler:main' into main
2024-04-01 16:50:40 -07:00
xssdoctor
e7fc9689b2
added fine tuning to the gui
2024-04-01 18:36:31 -04:00
xssdoctor
f56cf9ff70
added options to set temperature, top_p, frequency_penelty, presence_penalty
2024-04-01 18:10:04 -04:00
Kayvan Sylvan
5e8f0d4f56
Merge branch 'main' into main
2024-04-01 14:10:55 -07:00
Jonathan Dunn
13799ecc2f
fixed the gui
2024-04-01 15:33:36 -04:00
Daniel Miessler
2b3cc6bede
Upgraded investigation pattern.
2024-04-01 10:07:12 -07:00
Daniel Miessler
5fe047bc20
Added create_investigation_visualization.
2024-04-01 09:53:38 -07:00
Jonathan Dunn
5a4ae78caf
fixed something
2024-04-01 12:38:29 -04:00
Jonathan Dunn
8dadd4b8db
fixed gui again
2024-04-01 11:58:29 -04:00
Jonathan Dunn
f30559bc63
fixed the gui
2024-04-01 11:33:34 -04:00
Jonathan Dunn
d7ca76cc5c
updated readme
2024-04-01 10:45:45 -04:00
Jonathan Dunn
fda9e9866d
added --gui option to fabric. this will open the gui
2024-04-01 10:39:33 -04:00
Jonathan Dunn
7e3e38ee18
made gui look a little nicer
2024-04-01 10:14:45 -04:00
Jonathan Dunn
7eb5f953d7
added functionality to gui to create your own patterns
2024-04-01 09:42:00 -04:00
dependabot[bot]
c5e75568d4
Bump follow-redirects from 1.15.5 to 1.15.6 in /installer/client/gui
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-01 01:41:53 +00:00
xssdoctor
3121730102
fixed even more stuff...trust me you'll love it
2024-03-31 21:31:45 -04:00
xssdoctor
fe74efde71
fixed stuff in the UI that I did badly...more to come im sure
2024-03-31 21:14:35 -04:00
xssdoctor
d1b59367bd
updated gui to include local models and claud...more to comee
2024-03-31 20:53:09 -04:00
Kayvan Sylvan
6b9f5d04fe
Get OLLAMA models to work in Windows, including both native and WSL environments.
2024-03-31 16:11:59 -07:00
Daniel Miessler
a5c9836f9e
Updated fabric markmap visualizer.
2024-03-28 14:45:39 -07:00
Daniel Miessler
8a3a344800
Added fabric markmap visualizer.
2024-03-28 14:42:57 -07:00
Daniel Miessler
9d9ca714d6
Added show_fabric_options
2024-03-28 14:38:38 -07:00
Daniel Miessler
8759d0819f
Added extract_wisdom_nometa
2024-03-28 12:23:35 -07:00
Daniel Miessler
a5aee1ae17
Added rate_ai_result.
2024-03-28 11:56:04 -07:00
dependabot[bot]
d42a310ec8
Bump langchain-core from 0.1.31 to 0.1.35
...
Bumps [langchain-core](https://github.com/langchain-ai/langchain ) from 0.1.31 to 0.1.35.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/commits )
---
updated-dependencies:
- dependency-name: langchain-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-27 18:00:53 +00:00
Bartosz Pokrywka
4d48f299ee
modified: installer/client/cli/yt.py
2024-03-27 13:20:11 +01:00
Daniel Miessler
0320cceee7
Updated create_upgrade_pack.
2024-03-26 01:56:01 -07:00
Daniel Miessler
59cef2fe49
Added create_upgrade_pack.
2024-03-26 01:49:57 -07:00
Daniel Miessler
aa8295779a
Added create_upgrade_pack.
2024-03-26 01:44:54 -07:00
Daniel Miessler
1ef4c086b3
Added extract_insights.
2024-03-26 00:23:44 -07:00
Daniel Miessler
cb71913a80
Added get_youtube_rss.
2024-03-26 00:06:15 -07:00
Daniel Miessler
1c47d97976
Updated pinker prose.
2024-03-25 11:44:51 -07:00
Loibl33
07e96f122d
Fixed Latin-1 decode problems
...
Fixes Latin-1 decode problems
2024-03-25 11:00:34 +01:00
Max Harpsiford
04bfffee6c
generate CSV instead of a Markdown table
2024-03-24 19:40:04 +01:00
Max Harpsiford
1a00152526
Add pattern: to_flashcards
2024-03-24 19:30:51 +01:00
Daniel Miessler
5dc9cfa0a1
Updated pinker prose.
2024-03-23 12:44:12 -07:00
Daniel Miessler
ec28f3f47c
Updated pinker prose.
2024-03-23 12:36:42 -07:00
Daniel Miessler
c9b808ddf2
Added find_logical_fallacies
2024-03-23 12:26:11 -07:00
Daniel Miessler
5c3ddaccab
Improved analyze_prose_pinker
2024-03-23 12:11:12 -07:00
Daniel Miessler
1ee1555a11
Improved analyze_prose_pinker
2024-03-23 12:07:08 -07:00
Daniel Miessler
08e8fd8c37
UpdatedPinker prose analysis.
2024-03-22 20:41:05 -07:00
Daniel Miessler
a3400a3b1c
Added Pinker prose analysis.
2024-03-22 20:14:50 -07:00
Daniel Miessler
c424ddd68c
Updated find hidden message.
2024-03-22 10:34:53 -07:00
Daniel Miessler
3dfaa9c738
Updated find hidden message.
2024-03-22 10:29:07 -07:00
Daniel Miessler
60a7638d0a
Added an INSIGHTS section to extract_wisdom.
2024-03-22 09:27:05 -07:00
Daniel Miessler
6e0efc92ee
Added an INSIGHTS section to extract_wisdom.
2024-03-22 09:26:13 -07:00
Daniel Miessler
d1f6a5b9d7
Updated length on extract_ideas
2024-03-21 13:29:20 -07:00
Daniel Miessler
36aadeb0f5
Updated length on extract_ideas
2024-03-21 13:24:26 -07:00
FlyingPhish
4a753ab0e1
unfucking things
2024-03-21 14:27:44 +00:00
FlyingPhishy
7338411a7d
unfucking things
2024-03-21 14:20:37 +00:00
FlyingPhishy
be78527707
last min fixes
2024-03-21 14:13:07 +00:00
FlyingPhishy
82e3c0a521
last min fixes
2024-03-21 14:11:50 +00:00
FlyingPhishy
3f202f4d53
last min changes
2024-03-21 14:07:17 +00:00
FlyingPhishy
27d620f7c1
last min changes
2024-03-21 14:06:43 +00:00
FlyingPhishy
080138196a
last min changes
2024-03-21 14:05:18 +00:00
FlyingPhishy
11b373f49e
added create_branch function to git-cont.py.
2024-03-21 13:48:33 +00:00
FlyingPhishy
d34831dbd6
two new prompts, create and improve report finding for pentest repor finding generation.
2024-03-21 13:35:15 +00:00
FlyingPhishy
9c89e0cf2b
two new prompts, create and improve report finding for pentest repor finding generation.
2024-03-21 13:33:31 +00:00
Daniel Miessler
0b4c26f31b
Added micro essay pattern.
2024-03-20 20:20:50 -07:00
Daniel Miessler
c5092e6596
Updated essay pattern.
2024-03-20 20:09:20 -07:00
Daniel Miessler
c38be83e4b
Updated essay pattern.
2024-03-20 20:04:46 -07:00
Daniel Miessler
91e509d3c9
Updated extract_ideas.
2024-03-20 19:52:20 -07:00
Daniel Miessler
3ee440ea4d
Updated reading plan pattern.
2024-03-20 19:33:23 -07:00
Daniel Miessler
a23cb54e45
Updated reading plan pattern.
2024-03-20 19:32:05 -07:00
Daniel Miessler
6a361b46e8
Added create_reading_plan.
2024-03-20 19:22:34 -07:00
Daniel Miessler
ce7175cbaa
Updated readme.
2024-03-20 19:17:33 -07:00
xssdoctor
257ac16e94
fixed default models once again
2024-03-20 22:10:20 -04:00
Daniel Miessler
c3df1e7eca
Updated extract_book_recommendations.
2024-03-20 12:02:52 -07:00
Daniel Miessler
7af62d7464
Updated extract_book_recommendations.
2024-03-20 12:01:08 -07:00
Daniel Miessler
8c540c2ce7
Updated extract_book_recommendations.
2024-03-20 11:56:57 -07:00
Daniel Miessler
9c85fd1025
Updated extract_book_ideas.
2024-03-19 23:46:39 -07:00
Daniel Miessler
8a1e13051a
Updated extract_book_ideas.
2024-03-19 23:36:59 -07:00
Daniel Miessler
0a8d85be41
Added extract_book_recommendations.
2024-03-19 23:36:25 -07:00
Daniel Miessler
7c76097e7c
Updated extract_book_ideas.
2024-03-19 23:28:36 -07:00
Daniel Miessler
3fc4abc10f
Updated extract_book_ideas.
2024-03-19 23:26:53 -07:00
Daniel Miessler
5d02154c55
Updated extract_book_ideas.
2024-03-19 23:25:19 -07:00
Daniel Miessler
de9d622e6e
Added extract_book_ideas.
2024-03-19 23:23:22 -07:00
Daniel Miessler
be813b2b60
Improved analyze_paper.
2024-03-19 19:33:59 -07:00
Daniel Miessler
e2ad03b121
Improved analyze_paper.
2024-03-19 19:30:46 -07:00
Daniel Miessler
adfab11eb6
Improved analyze_paper.
2024-03-19 19:29:00 -07:00
Daniel Miessler
38d9665baf
Improved analyze_paper.
2024-03-19 19:25:47 -07:00
Daniel Miessler
5257f076ee
Improved analyze_paper.
2024-03-19 19:17:55 -07:00
Daniel Miessler
439d8bc0a4
Improved analyze_paper.
2024-03-19 19:13:29 -07:00
Daniel Miessler
5a4096c4a2
Improved analyze_paper.
2024-03-19 19:11:04 -07:00
Daniel Miessler
d0a54901a1
Improved analyze_paper.
2024-03-19 19:05:37 -07:00
Daniel Miessler
45fafb02f2
Improved analyze_paper.
2024-03-19 19:02:41 -07:00
Daniel Miessler
0188c915a7
Improved analyze_paper.
2024-03-19 19:00:44 -07:00
Daniel Miessler
606891dbbd
Improved analyze_paper.
2024-03-19 18:58:15 -07:00
Daniel Miessler
0c41f3f140
Improved analyze_paper.
2024-03-19 18:55:22 -07:00
Daniel Miessler
e2024fb401
Improved analyze_paper.
2024-03-19 18:48:16 -07:00
Daniel Miessler
87492f5af7
Improved analyze_paper.
2024-03-19 18:27:58 -07:00
Daniel Miessler
65a776cbd6
Improved analyze_paper.
2024-03-19 18:24:43 -07:00
Daniel Miessler
00a94f6a42
Improved analyze_paper.
2024-03-19 18:22:26 -07:00
Daniel Miessler
de3919e6a1
Improved analyze_paper.
2024-03-19 18:18:23 -07:00
Daniel Miessler
0d254ef212
Improved analyze_paper.
2024-03-19 18:14:59 -07:00
Daniel Miessler
22cd7c3fe5
Improved analyze_paper.
2024-03-19 18:09:46 -07:00
Daniel Miessler
0056221a5d
Improved analyze_paper.
2024-03-19 18:06:37 -07:00
Daniel Miessler
8dd72ff546
Improved analyze_paper.
2024-03-19 18:05:16 -07:00
Daniel Miessler
121f2fe3b9
Improved analyze_paper.
2024-03-19 18:03:13 -07:00
Daniel Miessler
ff84eb373c
Improved analyze_paper.
2024-03-19 17:59:14 -07:00
Daniel Miessler
28c0c56b69
Made extract_wisdom more concise.
2024-03-19 17:34:00 -07:00
Daniel Miessler
559fa7158c
Updated the ai pattern to give slightly longer output.
2024-03-19 17:27:35 -07:00
Daniel Miessler
01c5b7c340
Updated the ai pattern to give slightly longer output.
2024-03-19 17:25:00 -07:00
Daniel Miessler
dc9ab679aa
Updated the ai pattern to give slightly longer output.
2024-03-19 17:22:51 -07:00
Daniel Miessler
d8c9ad0e0b
Updated create_show_intro.
2024-03-19 09:10:26 -07:00
Daniel Miessler
94e736a13c
Added create_show_intro.
2024-03-19 09:04:36 -07:00
Daniel Miessler
53bd3a19a9
Added create_art_prompt.
2024-03-19 00:35:20 -07:00
Daniel Miessler
94e2ddb937
Removed helper_file directory.
2024-03-18 11:17:35 -07:00
Daniel Miessler
52b77a809b
Update README.md
2024-03-18 11:16:32 -07:00
Daniel Miessler
bba5ef0345
Update README.md
2024-03-18 11:15:01 -07:00
Daniel Miessler
1fa85d9275
Merge pull request #264 from raisindetre/local-changes
...
PR - Added YT user comments retrieval to yt.py helper
2024-03-18 09:05:00 -07:00
Daniel Miessler
1de0422b18
Merge pull request #266 from ichoosetoaccept/main
...
Add an example about extracting wisdom from a Youtube video
2024-03-18 09:04:12 -07:00
Daniel Miessler
a63de21e73
Added a setup.sh just as an onramp to the new pipx installer.
2024-03-17 19:41:28 -07:00
Daniel Miessler
7b644cf84c
Updated create_security_update.
2024-03-17 19:31:11 -07:00
Daniel Miessler
5501fd8c16
Updated create_security_update.
2024-03-17 19:29:00 -07:00
Daniel Miessler
baf5c67cc2
Updated create_security_update.
2024-03-17 19:25:18 -07:00
Daniel Miessler
915dd596e9
Updated create_security_update.
2024-03-17 19:23:12 -07:00
Daniel Miessler
433595c1da
Updated create_security_update.
2024-03-17 19:18:44 -07:00
Daniel Miessler
70e92a96ed
Added create_security_update.
2024-03-17 19:07:31 -07:00
Ismar Iljazovic
63d9ab2cba
fix missing --transcript flag for yt command in example
2024-03-17 14:55:29 +01:00
Ismar Iljazovic
642493c965
Add a great example on extracting wisdom from any Youtube video
2024-03-17 14:49:53 +01:00
raisindetre
e6df0f93f0
yt comments includes reply threads. Readme updated.
2024-03-17 20:29:56 +13:00
raisindetre
e0d2361aab
Added comment retrieval option to yt.py
2024-03-17 19:18:04 +13:00
Daniel Miessler
6ab4d976e5
Updated create_better_frame
2024-03-16 13:35:45 -07:00
Daniel Miessler
322b8362b9
Updated create_better_frame
2024-03-16 13:31:13 -07:00
Daniel Miessler
44ead0f988
Updated create_better_frame
2024-03-16 13:29:01 -07:00
Daniel Miessler
91064dd11b
Added create_better_frame
2024-03-16 13:14:14 -07:00
Daniel Miessler
0cc9da74ef
Updated create_academic_paper.
2024-03-16 12:49:52 -07:00
Daniel Miessler
9d96248834
Removed user.md
2024-03-16 12:47:09 -07:00
Daniel Miessler
0f8df54e57
Added create_academic_paper.
2024-03-16 12:46:50 -07:00
Daniel Miessler
4bee5ecd76
Removed user.md
2024-03-16 12:12:21 -07:00
Daniel Miessler
8b0649460f
Updated explain_project.
2024-03-16 11:57:34 -07:00
Daniel Miessler
3fc263f655
Added explain_project.
2024-03-16 11:52:33 -07:00
Daniel Miessler
92e327baeb
Merge pull request #259 from Argandov/main
...
Improved system.md to avoid pattern from being overridden by user input
2024-03-16 11:04:03 -07:00
xssdoctor
70a7f7ad0c
fixed situation where there was no default model listed
2024-03-16 12:56:04 -04:00
xssdoctor
371f16fac9
Merge pull request #258 from bthrx/yt-stdin
...
modified yt to also accept urls via stdin
2024-03-16 12:33:50 -04:00
xssdoctor
059a737938
again fixed defaultmodel
2024-03-16 10:24:48 -04:00
xssdoctor
df5d045e36
fixed defaultmodel
2024-03-16 09:39:05 -04:00
Argandov
42d9fb6bd6
Update system.md
2024-03-15 22:49:06 -06:00
bthrx
164fe205de
modified yt to also accept urls via stdin
2024-03-15 22:18:24 -04:00
Daniel Miessler
e72dbcc3e1
Updated extract_patterns.
2024-03-14 18:06:17 -07:00
Daniel Miessler
bf7cf84d08
Updated extract_patterns.
2024-03-14 17:58:38 -07:00
Daniel Miessler
fd574f4f84
Updated create summary and create micro summary.
2024-03-14 14:42:17 -07:00
Daniel Miessler
a0c1f03441
Added create summary and create micro summary.
2024-03-14 14:41:22 -07:00
Daniel Miessler
1111aea461
Updated readme.
2024-03-14 12:03:11 -07:00
Daniel Miessler
20f1e1cdfe
Merge pull request #209 from eltociear/patch-2
...
Update system.md
2024-03-14 11:56:16 -07:00
Daniel Miessler
0a682b4a8b
Merge pull request #245 from FlyingPhish/port-analysis-prompt
...
New Port Scan Analysis Pattern (create_network_threat_landscape)
2024-03-14 11:51:59 -07:00
Daniel Miessler
2e9fa45d48
Merge pull request #247 from PatrickRuddiman/patrick/write-pr-pattern
...
Add pattern for writing pull request descriptions
2024-03-14 11:50:52 -07:00
Jonathan Dunn
823f3b2f56
fixed yt...again
2024-03-14 14:29:56 -04:00
Jonathan Dunn
b11f6da045
fixed yt
2024-03-14 14:15:59 -04:00
Jonathan Dunn
485310661e
fixed version. also removed a redundant reference to pyperlclip in poetry env
2024-03-14 12:44:12 -04:00
Patrick Ruddiman
290ebe01a1
Add system.md file for writing pull requests
2024-03-14 11:25:33 -04:00
Jonathan Dunn
ba163f02b2
fixed yt, ts and save
2024-03-14 10:43:52 -04:00
Jonathan Dunn
3e5423abfe
fixed something with models i broke yesterday
2024-03-14 10:37:06 -04:00
FlyingPhishy
8a84d5a5a3
New network_threat_landscape pattern to analyse port statistics created by FlyingPhish/Nmap-Analysis or provide two bullet point lists with port and service info.
2024-03-14 13:06:53 +00:00
Daniel Miessler
996d44a9b8
Merge pull request #221 from CuberMessenger/main
2024-03-13 20:41:52 -07:00
Daniel Miessler
8ffb778b77
Merge pull request #219 from streichsbaer/feat/add-claude-3-haiku
2024-03-13 20:41:21 -07:00
CuberMessenger
fab3193653
fix grammar in improve_academic_writing
2024-03-14 11:30:00 +08:00
CuberMessenger
86f2e29882
fix grammar and add improve_academic_writing
2024-03-14 11:26:40 +08:00
CuberMessenger
1cec9d4407
fix grammar
2024-03-14 11:24:03 +08:00
CuberMessenger
35fa9f946f
change improve_writing prompt into md format
2024-03-14 11:08:34 +08:00
xssdoctor
5cfeeedccc
now fixed something that I myself broke
2024-03-13 21:18:46 -04:00
xssdoctor
3c187bb319
fixed even more stuff that was broken by pull requests
2024-03-13 21:16:07 -04:00
xssdoctor
e6ff430610
fixed lots of things that pull requests broke
2024-03-13 20:51:57 -04:00
xssdoctor
3ec5058f8d
added copy to local models and claude
2024-03-13 20:13:57 -04:00
xssdoctor
d17dafe46c
fixed readme
2024-03-13 20:06:09 -04:00
xssdoctor
077d62a053
Merge pull request #199 from zestysoft/recognize_openai_url-2
...
Add code to use openai_base_url and use OpenAI's model lister function
2024-03-13 19:59:33 -04:00
jad2121
46216ed90a
added persistant custom patterns. Anything you add to the .config/fabric/patterns folder will persist
2024-03-13 19:49:57 -04:00
jad2121
c62524d356
fixed yt and ts
2024-03-13 19:41:42 -04:00
Stefan Streichsbier
39633984cb
Add support for Claude 3 Haiku
2024-03-14 07:34:38 +08:00
xssdoctor
9a78e94ced
Merge pull request #148 from invisiblethreat/output-saver
...
helper utility for saving a Markdown file
2024-03-13 19:09:36 -04:00
xssdoctor
4d36165db4
Merge branch 'main' into output-saver
2024-03-13 19:09:14 -04:00
xssdoctor
efa0abcfee
Merge pull request #203 from meirm/bug_stream
...
Fix bug in sendMessage by moving code
2024-03-13 17:57:41 -04:00
Daniel Miessler
53e3f3433b
Added extrac_main_idea pattern.
2024-03-13 14:31:12 -07:00
Daniel Miessler
d8e03d5981
Updated readme.
2024-03-13 14:15:14 -07:00
Daniel Miessler
adeea67a2e
Updated poetry installer for yt.
2024-03-13 14:08:09 -07:00
Daniel Miessler
a02b7861d8
Revert "Merge pull request #158 from ben0815/ytTranscriptLanguage"
...
This reverts commit 70cbf8dda7 , reversing
changes made to 88e2964b57 .
2024-03-13 14:06:00 -07:00
Daniel Miessler
70cbf8dda7
Merge pull request #158 from ben0815/ytTranscriptLanguage
...
add language option to yt.py
2024-03-13 13:49:37 -07:00
Daniel Miessler
88e2964b57
Updated the readme with better install instructions.
2024-03-13 13:41:13 -07:00
Daniel Miessler
e8d6d41546
Updated the readme with better install instructions.
2024-03-13 13:36:27 -07:00
Daniel Miessler
44d779d7a7
Tweaked installer.
2024-03-13 13:24:59 -07:00
Daniel Miessler
5c6823e2d4
Tweaked installer.
2024-03-13 13:19:58 -07:00
jad2121
820adf1339
fixed something
2024-03-13 16:16:18 -04:00
Daniel Miessler
f5225df224
Updated the readme with better install instructions.
2024-03-13 13:03:49 -07:00
Daniel Miessler
469c312c66
Updated Matthew Berman video.
2024-03-13 13:00:37 -07:00
Daniel Miessler
2d28b5b185
Added Matthew Berman video.
2024-03-13 12:59:55 -07:00
Daniel Miessler
7de5c6ddef
Added Matthew Berman video.
2024-03-13 12:59:28 -07:00
Jonathan Dunn
32b59e947f
added dependancy
2024-03-13 15:35:35 -04:00
Jonathan Dunn
36b329edeb
deleted setup.sh. its no longer needed because of pipx
2024-03-13 15:16:38 -04:00
Jonathan Dunn
2bd7cd88d5
updated readme
2024-03-13 15:02:01 -04:00
Jonathan Dunn
8b4da91579
initial
2024-03-13 14:59:24 -04:00
Jonathan Dunn
0659bbaa0e
added pyperclip dependancy to poetry
2024-03-13 13:02:21 -04:00
Ikko Eltociear Ashimine
89ca14b0b4
Update system.md
...
minor fix
2024-03-14 00:52:27 +09:00
Meir Michanie
566ba8a7bf
Fix bug in sendMessage by moving code
2024-03-13 12:21:55 +01:00
Daniel Miessler
d3cb685dcc
Updated provide_guidance pattern.
2024-03-12 19:54:25 -07:00
Daniel Miessler
290a1e7556
Updated provide_guidance pattern.
2024-03-12 19:49:54 -07:00
Daniel Miessler
ebcff89fb0
Updated provide_guidance pattern.
2024-03-12 19:46:26 -07:00
Daniel Miessler
eb734355bc
Updated provide_guidance pattern.
2024-03-12 17:26:43 -07:00
Daniel Miessler
f7fc18c625
Updated provide_guidance pattern.
2024-03-12 17:18:24 -07:00
Daniel Miessler
2e491e010b
Updated provide_guidance pattern.
2024-03-12 17:15:23 -07:00
Daniel Miessler
eda0ee674e
Added provide_guidance pattern.
2024-03-12 17:06:55 -07:00
Daniel Miessler
d0eb6b9c52
Updated algorithm recommender.
2024-03-12 16:17:46 -07:00
Daniel Miessler
19ee68f372
Added extract_algorithm_update to patterns.
2024-03-12 16:13:51 -07:00
zestysoft
2188041f7b
Add code to use openai_base_url and use OpenAI's model lister function
...
Signed-off-by: zestysoft <ian@zestysoft.com >
2024-03-12 15:12:35 -07:00
Jonathan Dunn
8ad0e1ac52
Merge branch 'main' of github.com:danielmiessler/fabric
...
fixed youtube
2024-03-12 13:51:27 -04:00
Jonathan Dunn
73c505cad1
added youtube api key to --setup
2024-03-12 13:45:21 -04:00
Daniel Miessler
5c770a4fbd
Merge pull request #174 from theorosendorf/main
...
Fixed typo
2024-03-12 10:30:16 -07:00
Daniel Miessler
8f81d881e1
Merge pull request #185 from streichsbaer/feat/add-supported-claude-models
...
feat: Add additional Claude models
2024-03-12 10:24:29 -07:00
Daniel Miessler
f419e1ec54
Merge pull request #186 from WoleFabikun/add-analyze-tech-impact
...
Added analyze_tech_impact pattern for assessing the impact of technology
2024-03-12 10:23:40 -07:00
Daniel Miessler
9939460ccf
Merge pull request #188 from brianteeman/typo
...
Assorted typo and spelling corrections.
2024-03-12 10:23:11 -07:00
Daniel Miessler
07c5bad937
Merge pull request #192 from krisgesling/patch-1
...
Minor typo in extract_predictions
2024-03-12 10:22:35 -07:00
xssdoctor
2f8974835d
Merge pull request #189 from zestysoft/recognize_openai_url
...
Add code to use openai_base_url and use OpenAI's model lister function
2024-03-12 13:11:02 -04:00
Jonathan Dunn
6c50ee4845
added support for remote ollama instances with --remoteOllamaServer
2024-03-12 12:59:57 -04:00
Jonathan Dunn
a95aabe1ac
fixed an error with -ChangeDefaultModel with local models
2024-03-12 12:43:41 -04:00
Jonathan Dunn
654410530c
fixed a setup.sh error that would occur on macos
2024-03-12 12:37:16 -04:00
Jonathan Dunn
6712759c50
fixed local models
2024-03-12 11:41:04 -04:00
Kris Gesling
5d5c4b3074
Minor typo in extract_predictions
2024-03-12 21:48:18 +09:30
zestysoft
cdde4b8307
Use safer method to get data from exception
...
Signed-off-by: zestysoft <ian@zestysoft.com >
2024-03-12 03:21:01 -07:00
zestysoft
8e871028ad
Add code to use openai_base_url and use OpenAI's model lister function
...
Signed-off-by: zestysoft <ian@zestysoft.com >
2024-03-12 02:46:04 -07:00
BrianTeeman
c7510c45c1
Assorted typo and spelling corrections.
2024-03-12 08:37:14 +00:00
Wole Fabikun
2acebfbf82
Added analyze_tech_impact pattern for assessing the impact of technology
2024-03-11 21:08:57 -04:00
Stefan Streichsbier
ea0e6884b0
Add supported Claude models
2024-03-12 08:20:57 +08:00
jad2121
24e1616864
changed how aliases are stored. Intead of the .zshrc etc. aliases now have their own file located at ~/.config/fabric/fabric-bootstrap.inc which is created during setup.sh. Please run ./setup.sh and these changes will be made automatically. your .zshrc/.bashrc will also be automatically updated
2024-03-11 20:19:38 -04:00
jad2121
d1463e9cc7
fixed local
2024-03-11 18:25:46 -04:00
jad2121
220bb4ef08
fixed something with llama models
2024-03-11 18:18:43 -04:00
Daniel Miessler
9b26ca625f
Updated readme.
2024-03-11 07:37:52 -07:00
Daniel Miessler
d4c5504278
Updated extract_predictions.
2024-03-10 22:34:51 -07:00
Daniel Miessler
9efeb962cb
Added extract_predictions.
2024-03-10 22:24:47 -07:00
Daniel Miessler
d1757ae352
Updated find_hidden_message pattern.
2024-03-10 13:43:26 -07:00
Daniel Miessler
358427d89f
Updated find_hidden_message pattern.
2024-03-10 13:25:16 -07:00
Daniel Miessler
5f882406ba
Updated find_hidden_message pattern.
2024-03-10 11:54:16 -07:00
Daniel Miessler
6ee1a40a8b
Updated find_hidden_message pattern.
2024-03-10 11:49:03 -07:00
Daniel Miessler
4e50bb497c
Updated find_hidden_message pattern.
2024-03-10 11:29:57 -07:00
Daniel Miessler
c380917f32
Updated pattern.
2024-03-10 11:15:54 -07:00
Daniel Miessler
5b8aa54558
Updated pattern.
2024-03-10 11:12:18 -07:00
Theo Rosendorf
a4aa67899f
Fixed typo
2024-03-09 13:53:55 -05:00
Daniel Miessler
9fdf66c3ea
Updated rpg_summarizer.
2024-03-08 18:01:54 -08:00
Daniel Miessler
dfb3d17d05
Updated rpg_summarizer.
2024-03-08 17:57:52 -08:00
Daniel Miessler
2f362ddf3e
Updated rpg_summarizer.
2024-03-08 17:57:43 -08:00
Daniel Miessler
2ebb904183
Updated extract_patterns.
2024-03-08 14:53:46 -08:00
Daniel Miessler
3f9c2140d4
Updated extract_patterns.
2024-03-08 14:48:51 -08:00
Daniel Miessler
f12513fba5
Updated extract_patterns.
2024-03-08 14:45:31 -08:00
Daniel Miessler
b1c4271a7a
Updated extract_patterns.
2024-03-08 14:18:30 -08:00
Daniel Miessler
06dab09396
Added extract_patterns.
2024-03-08 14:15:58 -08:00
jad2121
6457cb42f4
fixed even more stuff
2024-03-07 19:46:45 -05:00
jad2121
c524eb6f9e
fixed more
2024-03-07 19:41:50 -05:00
jad2121
a93d1fb9d5
fixed stuff
2024-03-07 19:40:10 -05:00
jad2121
cd93dfe278
fixed stuff
2024-03-07 19:39:50 -05:00
jad2121
caca2b728e
fixed something
2024-03-07 19:28:10 -05:00
Jonathan Dunn
b64b1cdef2
changed some documentation
2024-03-07 09:37:25 -05:00
jad2121
577abcdbc1
changed some documentation
2024-03-06 20:20:21 -05:00
jad2121
da39e3e708
fixed some stuff
2024-03-06 20:16:35 -05:00
jad2121
c8e1c4d2ea
fixed setup
2024-03-06 19:56:24 -05:00
Daniel Miessler
8312e326e7
Updated the README.md notes.
2024-03-06 15:22:06 -08:00
Daniel Miessler
641d7a7248
Updated the README.md notes.
2024-03-06 15:20:13 -08:00
Daniel Miessler
ab790df827
Updated the README.md notes.
2024-03-06 15:19:09 -08:00
Daniel Miessler
79cda42110
Updated the README.md notes.
2024-03-06 15:18:33 -08:00
Daniel Miessler
d82acaff59
Updated the README.md notes.
2024-03-06 15:17:33 -08:00
jad2121
341c358260
fixed some stuff
2024-03-06 17:55:10 -05:00
jad2121
d7fb8fe92d
got rid of --claude and --local. everything is in --model
2024-03-06 17:35:46 -05:00
Jonathan Dunn
d2152b7da6
fixed something
2024-03-06 13:22:14 -05:00
Jonathan Dunn
19dddd9ffd
added an error message
2024-03-06 10:39:45 -05:00
Jonathan Dunn
4562f0564b
added stuff to setup
2024-03-06 10:31:06 -05:00
Jonathan Dunn
063c3ca7f0
changed readme
2024-03-06 10:17:50 -05:00
Jonathan Dunn
3869afd7cd
added persistance
2024-03-06 10:10:30 -05:00
jad2121
aae4d5dc1a
trying a thing
2024-03-06 07:00:04 -05:00
jad2121
2f295974e8
added --changeDefaultModel to persistantly change default model
2024-03-05 22:37:07 -05:00
jad2121
b84451114c
fixed something
2024-03-05 20:27:05 -05:00
jad2121
a5d3d71b9d
changed more documentation
2024-03-05 20:14:09 -05:00
jad2121
a655e30226
added some stuff
2024-03-05 20:12:55 -05:00
jad2121
d37dc4565c
added support for claude. choose --claude. make sure to run --setup again to enter your claude api key
2024-03-05 20:10:35 -05:00
jad2121
6c7143dd51
added yet another error message
2024-03-05 17:51:01 -05:00
Daniel Miessler
2b6cb21e35
Updated readme to add refresh note.
2024-03-05 12:58:00 -08:00
Jonathan Dunn
39c4636148
updated readme
2024-03-05 15:29:46 -05:00
Jonathan Dunn
38c09afc85
changed an error message
2024-03-05 15:26:59 -05:00
Jonathan Dunn
a12d140635
fixed the stuff that was broken
2024-03-05 14:48:07 -05:00
Jonathan Dunn
cde7952f80
fixed readme
2024-03-05 14:44:25 -05:00
Jonathan Dunn
0ce5ed24c2
Added support for local models
2024-03-05 14:43:34 -05:00
jad2121
37efb69283
just a little faster now
2024-03-05 05:42:02 -05:00
jad2121
b838b3dea2
made it faster
2024-03-05 05:37:16 -05:00
ben0815
4c56fd7866
add language option to yt.py
2024-03-04 23:46:02 +01:00
jad2121
330df982b1
updated readme
2024-03-04 17:39:47 -05:00
jad2121
295d8d53f6
updated agents
2024-03-04 17:09:25 -05:00
Daniel Miessler
54406181b4
Updated summarize_git_changes.
2024-03-03 18:24:32 -08:00
Daniel Miessler
3a2a1a3fc3
Updated summarize_git_changes.
2024-03-03 18:13:16 -08:00
Daniel Miessler
a2b6988a3d
Updated extract_ideas.
2024-03-03 18:09:36 -08:00
Daniel Miessler
4d6cf4e26a
Updated extract_ideas.
2024-03-03 13:27:36 -08:00
Daniel Miessler
0abc44f8ce
Added extract_ideas.
2024-03-03 13:24:18 -08:00
Scott Walsh
573723cd9a
move usage block
2024-03-03 17:21:16 -04:00
Scott Walsh
6bbb0a5f2f
Use exception messages for a better chance at debugging
2024-03-03 17:14:39 -04:00
Scott Walsh
65829c5c84
Update design pattern and docs
2024-03-03 17:12:59 -04:00
Scott Walsh
d294032347
helper utility for saving a Markdown file
...
'save' can be used to save a Markdown file, with optional frontmatter
and additional tags. By default, if set, `FABRIC_FRONTMATTER_TAGS` will
be placed into the file as it is written. These tags and front matter
are suppressed from STDOUT, which can be piped into other patterns or
programs with no ill effects. This strives to be a version of `tee` that
is enhanced for personal knowledge systems that use frontmatter.
2024-03-03 17:12:59 -04:00
Daniel Miessler
64042d0d58
Updated summarize_git_changes.
2024-03-03 12:56:34 -08:00
Daniel Miessler
47391db129
Updated summarize_git_changes.
2024-03-03 12:54:51 -08:00
Daniel Miessler
5ebbfca16b
Added summarize_git_changes.
2024-03-03 12:47:39 -08:00
jad2121
15cdea3bee
Merge remote-tracking branch 'origin/main'
...
fixed agents
2024-03-03 15:21:03 -05:00
jad2121
38a3539a6e
fixed agents
2024-03-03 15:19:10 -05:00
Daniel Miessler
4107d514dd
Added new pattern called create_command
...
Add New "create_command" Pattern
2024-03-03 12:13:55 -08:00
jad2121
0f3ae3b5ce
Merge remote-tracking branch 'origin/main'
...
fixed things
2024-03-03 15:11:32 -05:00
jad2121
8c0bfc9e95
fixed yt
2024-03-03 14:09:02 -05:00
Daniel Miessler
72189c9bf6
Merge pull request #151 from tomi-font/main
...
Fix the cat.
2024-03-03 11:04:02 -08:00
jad2121
914f6b46c3
added yt and ts to poetry and to config in setup.sh
2024-03-03 10:57:49 -05:00
jad2121
aa33795f6a
updated readme
2024-03-03 09:19:01 -05:00
jad2121
5efc720e29
updated readme
2024-03-03 09:17:15 -05:00
jad2121
0ab8052c69
added transcription
2024-03-03 08:42:40 -05:00
jad2121
70356b34c6
added vm dependencies to poetry
2024-03-03 08:11:21 -05:00
jad2121
3264c7a389
Merge branch 'agents'
...
added agents functionality
2024-03-03 08:06:56 -05:00
Tomi
30d77499ec
Fix the cat.
2024-03-03 08:57:00 +02:00
Daniel Miessler
c799114c5e
Updated client documentation.
2024-03-02 17:24:53 -08:00
Daniel Miessler
c58a6c8c08
Removed default context file.
2024-03-02 17:23:15 -08:00
Daniel Miessler
e40c689d79
Added MarkMap visualization.
2024-03-02 17:12:19 -08:00
Daniel Miessler
c16d9e6b47
Added MarkMap visualization.
2024-03-02 17:09:32 -08:00
Daniel Miessler
8bbed7f488
Added MarkMap visualization.
2024-03-02 17:08:35 -08:00
Daniel Miessler
be841f0a1f
Updated visualizations.
2024-03-02 17:02:00 -08:00
Daniel Miessler
731924031d
Updated visualizations.
2024-03-02 16:58:52 -08:00
Daniel Miessler
d772caf8c8
Updated visualizations.
2024-03-02 16:54:27 -08:00
Daniel Miessler
0d04a9eb70
Updated README.md.
2024-03-02 15:56:14 -08:00
Daniel Miessler
62e7f23727
Added helpers README.md.
2024-03-02 15:50:36 -08:00
Daniel Miessler
3398e618d8
Removed visualize.
2024-03-02 15:47:07 -08:00
Daniel Miessler
11402dde44
Renamed vm to yt, for youtube.
2024-03-02 15:44:33 -08:00
Daniel Miessler
37f5587a81
removed temp plot.
2024-03-02 15:43:15 -08:00
Daniel Miessler
a802f844de
Updated create_keynote.
2024-03-01 14:12:56 -08:00
Daniel Miessler
1f6b69d2fa
Added slide creator.
2024-03-01 14:10:09 -08:00
Daniel Miessler
dcdf356776
Added slide creator.
2024-03-01 14:02:28 -08:00
Daniel Miessler
ad7c7d0f00
Added slide creator.
2024-03-01 14:00:54 -08:00
Daniel Miessler
7e86e88846
Added slide creator.
2024-03-01 13:56:30 -08:00
Daniel Miessler
3eecf952d2
Added slide creator.
2024-03-01 13:55:04 -08:00
Daniel Miessler
19f6c48795
Added slide creator.
2024-03-01 13:52:45 -08:00
Daniel Miessler
8b4eec90a4
Added create_threat_model.
2024-03-01 13:02:02 -08:00
Daniel Miessler
17ba26c3f8
Added create_threat_model.
2024-03-01 12:58:15 -08:00
Daniel Miessler
d381f1fd92
Added create_threat_model.
2024-03-01 12:48:57 -08:00
Daniel Miessler
527d353e23
Updated create_visualization.
2024-02-29 20:03:53 -08:00
Daniel Miessler
949daf4a5a
Updated create_visualization.
2024-02-29 20:02:42 -08:00
Daniel Miessler
edb1597d07
Updated create_visualization.
2024-02-29 20:01:45 -08:00
Daniel Miessler
cf8ca0d115
Updated create_visualization.
2024-02-29 20:00:02 -08:00
Daniel Miessler
901de01cc1
Updated create_visualization.
2024-02-29 19:54:06 -08:00
Daniel Miessler
391c908848
Updated create_visualization.
2024-02-29 19:50:45 -08:00
Daniel Miessler
f9d2f45e6b
Updated create_visualization.
2024-02-29 19:47:51 -08:00
Daniel Miessler
88f11b8cf6
Updated create_visualization.
2024-02-29 19:45:22 -08:00
Daniel Miessler
c40ab79539
Updated create_visualization.
2024-02-29 19:37:12 -08:00
Daniel Miessler
1f7a61e180
Updated create_visualization.
2024-02-29 19:23:32 -08:00
Daniel Miessler
3b70b3e2d5
Updated create_visualization.
2024-02-29 19:22:16 -08:00
Daniel Miessler
d068e07207
Updated pattern.
2024-02-29 19:18:48 -08:00
Daniel Miessler
1393b59567
Updated pattern.
2024-02-29 19:11:29 -08:00
Daniel Miessler
2ca88c2261
Updated pattern.
2024-02-29 19:06:42 -08:00
Daniel Miessler
3cf423a8be
Updated pattern.
2024-02-29 19:05:53 -08:00
Daniel Miessler
5e30b1ee01
Updated pattern.
2024-02-29 19:04:22 -08:00
Daniel Miessler
8ba8871242
Updated pattern.
2024-02-29 19:03:35 -08:00
Daniel Miessler
c0858317c9
Updated pattern.
2024-02-29 19:02:58 -08:00
Daniel Miessler
b139802132
Updated pattern.
2024-02-29 18:57:46 -08:00
Daniel Miessler
19b7fd6c89
Added create_visualization.
2024-02-29 18:53:55 -08:00
Daniel Miessler
164567dac2
Updated hidden messages Pattern.
2024-02-29 18:16:06 -08:00
Daniel Miessler
21cfa42eba
Updated hidden messages Pattern.
2024-02-29 13:22:19 -08:00
Daniel Miessler
af64c61050
Updated hidden messages Pattern.
2024-02-29 13:20:45 -08:00
Daniel Miessler
f2cbb13ea3
Updated hidden messages Pattern.
2024-02-29 13:17:59 -08:00
Daniel Miessler
2af721c385
Updated hidden messages Pattern.
2024-02-29 13:15:21 -08:00
Daniel Miessler
4988e3b23f
Updated hidden messages Pattern.
2024-02-29 13:12:44 -08:00
Daniel Miessler
a53b0d5938
Updated hidden messages Pattern.
2024-02-29 13:09:43 -08:00
Daniel Miessler
9d99ec4a88
Updated hidden messages Pattern.
2024-02-29 13:06:30 -08:00
Daniel Miessler
31005f37d3
Updated hidden messages Pattern.
2024-02-29 12:59:34 -08:00
Daniel Miessler
d3f53e5708
Updated hidden messages Pattern.
2024-02-29 12:51:47 -08:00
Daniel Miessler
6566772097
Updated hidden messages Pattern.
2024-02-29 12:41:09 -08:00
Daniel Miessler
aa36ee3a48
Updated hidden messages Pattern.
2024-02-29 09:47:24 -08:00
Daniel Miessler
bbda4db9a7
Updated hidden messages Pattern.
2024-02-29 09:38:41 -08:00
Daniel Miessler
4112f7db5c
Updated hidden messages Pattern.
2024-02-29 09:33:55 -08:00
Daniel Miessler
771422362f
Updated hidden messages Pattern.
2024-02-29 09:31:32 -08:00
Daniel Miessler
4eb3b45764
Updated hidden messages Pattern.
2024-02-29 09:25:51 -08:00
Daniel Miessler
559e11c49b
Updated hidden messages Pattern.
2024-02-29 09:20:32 -08:00
Daniel Miessler
02e06413d7
Added find_hidden_message Pattern.
2024-02-28 15:07:56 -05:00
Luke Wegryn
0eb828e7db
Updated typo in README
...
on-behalf-of: pensivesecurity luke@pensivesecurity.io
2024-02-27 21:08:33 -05:00
Luke Wegryn
4b1b76d7ca
Added create_command pattern
...
on-behalf-of: pensivesecurity luke@pensivesecurity.io
2024-02-27 21:02:03 -05:00